]> git.lyx.org Git - features.git/commit
Rename strip to rtrim
authorLars Gullik Bjønnes <larsbj@gullik.org>
Sun, 28 Jul 2002 22:50:13 +0000 (22:50 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Sun, 28 Jul 2002 22:50:13 +0000 (22:50 +0000)
commit043298544c6338b3de3503876d17054faef149fc
treec22b8a76b3f217b50cceddef0355e0b3b9ae5c48
parente39935204d98de595eac31642b420c71a4a048d5
Rename strip to rtrim
Rename frontStrip to ltrim
Add new trim function.

modify source for this change.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4801 a592a061-630c-0410-9148-cb99ea01b6c8
57 files changed:
src/ChangeLog
src/LaTeX.C
src/LyXAction.C
src/buffer.C
src/bufferparams.C
src/frontends/controllers/ChangeLog
src/frontends/controllers/ControlSendto.C
src/frontends/controllers/biblio.C
src/frontends/qt2/ChangeLog
src/frontends/qt2/QBibtex.C
src/frontends/qt2/QCitation.C
src/frontends/qt2/QParagraph.C
src/frontends/xforms/ChangeLog
src/frontends/xforms/FormCitation.C
src/frontends/xforms/FormDocument.C
src/frontends/xforms/FormFiledialog.C
src/frontends/xforms/FormInclude.C
src/frontends/xforms/FormParagraph.C
src/frontends/xforms/FormPreferences.C
src/frontends/xforms/FormSendto.C
src/frontends/xforms/FormThesaurus.C
src/frontends/xforms/Tooltips.C
src/frontends/xforms/XWorkArea.C
src/frontends/xforms/input_validators.C
src/frontends/xforms/xformsImage.C
src/frontends/xforms/xforms_helpers.C
src/graphics/ChangeLog
src/graphics/PreviewLoader.C
src/insets/ChangeLog
src/insets/insetbib.C
src/insets/insetcite.C
src/insets/insetgraphics.C
src/insets/insetlabel.C
src/insets/insetlatexaccent.C
src/insets/insetnote.C
src/insets/insettabular.C
src/lyx_cb.C
src/lyx_main.C
src/lyx_main.h
src/lyxfont.C
src/lyxfunc.C
src/lyxlex.C
src/lyxserver.C
src/lyxtextclass.C
src/mathed/ChangeLog
src/mathed/formula.C
src/mathed/formulabase.C
src/mathed/math_cursor.C
src/support/ChangeLog
src/support/filetools.C
src/support/forkedcall.C
src/support/lstrings.C
src/support/lstrings.h
src/tabular.C
src/toc.C
src/vc-backend.C
src/vspace.C