mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
rename tostr.[Ch] to convert.[Ch]
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9448 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e3c9bdd0ea
commit
9c2ba3c4ff
@ -68,7 +68,7 @@
|
||||
#include "support/filetools.h"
|
||||
#include "support/forkedcontr.h"
|
||||
#include "support/path_defines.h"
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
#include "support/types.h"
|
||||
|
||||
#include <boost/bind.hpp>
|
||||
|
@ -1,5 +1,7 @@
|
||||
2005-01-06 Lars Gullik Bjonnes <larsbj@gullik.net>
|
||||
|
||||
* everywhere: change support/tostr.h -> support/convert.h
|
||||
|
||||
* tabular.C: make all write_attributes templates, tostr -> convert
|
||||
|
||||
* paragraph.C (simpleLinuxDocOnePar): fix type for ret from getChar
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include "DepTable.h"
|
||||
#include "support/filetools.h"
|
||||
#include "support/FileInfo.h"
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
#include "support/lstrings.h"
|
||||
#include "support/lyxlib.h"
|
||||
#include "support/systemcall.h"
|
||||
|
@ -41,7 +41,7 @@
|
||||
|
||||
#include "support/filetools.h"
|
||||
#include "support/lstrings.h"
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
|
||||
#include <boost/bind.hpp>
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
#include "Spacing.h"
|
||||
#include "support/lstrings.h"
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
|
@ -70,7 +70,7 @@
|
||||
#include "support/os.h"
|
||||
#include "support/path.h"
|
||||
#include "support/textutils.h"
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
|
||||
#include <boost/bind.hpp>
|
||||
|
||||
|
@ -38,7 +38,7 @@
|
||||
#include "frontends/Alert.h"
|
||||
|
||||
#include "support/lyxalgo.h" // for lyx::count
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
#include "support/translator.h"
|
||||
|
||||
#include <boost/array.hpp>
|
||||
|
@ -35,7 +35,7 @@
|
||||
|
||||
#include "insets/insettext.h"
|
||||
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
|
||||
#include <sstream>
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include "debug.h"
|
||||
|
||||
#include "support/lstrings.h"
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
|
||||
#include <boost/assert.hpp>
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
#include "support/filefilterlist.h"
|
||||
#include "support/filetools.h"
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
|
||||
using std::advance;
|
||||
using std::vector;
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include "support/filefilterlist.h"
|
||||
#include "support/filetools.h"
|
||||
#include "support/path_defines.h"
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
#include "support/types.h"
|
||||
|
||||
using std::make_pair;
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include "gettext.h"
|
||||
#include "PrinterParams.h"
|
||||
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
#include "support/filefilterlist.h"
|
||||
#include "support/filetools.h"
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
||||
#endif
|
||||
|
||||
#include "support/textutils.h"
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
|
||||
#include "frontends/Alert.h"
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
#include "ControlTabularCreate.h"
|
||||
#include "funcrequest.h"
|
||||
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
|
||||
|
||||
using std::string;
|
||||
@ -43,7 +43,7 @@ void ControlTabularCreate::clearParams()
|
||||
|
||||
void ControlTabularCreate::dispatchParams()
|
||||
{
|
||||
string data = convert<string>(params().first) + ' ' + convert<string>(params().second);
|
||||
string const data = convert<string>(params().first) + ' ' + convert<string>(params().second);
|
||||
kernel().dispatch(FuncRequest(LFUN_TABULAR_INSERT, data));
|
||||
}
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include "LColor.h"
|
||||
|
||||
#include "support/lstrings.h"
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
|
||||
#include "lyx_forms.h"
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
#include "support/lstrings.h"
|
||||
#include "support/lyxlib.h"
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
|
||||
#include "lyx_forms.h"
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include "controllers/ButtonPolicies.h"
|
||||
#include "controllers/helper_funcs.h"
|
||||
#include "support/lstrings.h"
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
|
||||
#include "Tooltips.h"
|
||||
#include "xforms_helpers.h"
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include "lyxrc.h"
|
||||
|
||||
#include "support/filetools.h" // LibFileSearch
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
|
||||
#include "lyx_forms.h"
|
||||
|
||||
|
@ -40,7 +40,7 @@
|
||||
#include "tex-strings.h"
|
||||
#include "vspace.h"
|
||||
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
#include "support/lstrings.h" // contains, getStringFromVector
|
||||
#include "support/filetools.h" // LibFileSearch
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
|
||||
#include "support/lstrings.h"
|
||||
#include "support/lyxlib.h"
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
|
||||
#include "lyx_forms.h"
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include "support/lstrings.h"
|
||||
#include "support/lyxlib.h"
|
||||
#include "support/os.h"
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
|
||||
#include "lyx_forms.h"
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include "frontends/Alert.h"
|
||||
|
||||
#include "support/lyxlib.h" // for float_equal
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
|
||||
#include "lyx_forms.h"
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include "Spacing.h"
|
||||
|
||||
#include "support/lstrings.h"
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
|
||||
#include "lyx_forms.h"
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include "PrinterParams.h"
|
||||
|
||||
#include "support/lstrings.h"
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
|
||||
#include "lyx_forms.h"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include "xforms_helpers.h"
|
||||
#include "xformsBC.h"
|
||||
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
|
||||
#include "lyx_forms.h"
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include "vspace.h"
|
||||
|
||||
#include "support/lstrings.h"
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
|
||||
#include "lyx_forms.h"
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include "insets/insetwrap.h"
|
||||
#include "support/lstrings.h"
|
||||
#include "lyx_forms.h"
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
|
||||
using std::string;
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include "MenuBackend.h"
|
||||
|
||||
#include "support/lstrings.h"
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
|
||||
#include <boost/bind.hpp>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include "support/FileInfo.h"
|
||||
#include "support/filetools.h"
|
||||
#include "support/lstrings.h" // frontStrip, strip
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
|
||||
#include "lyx_forms.h"
|
||||
#include "combox.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
#include "support/filetools.h"
|
||||
#include "support/forkedcallqueue.h"
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
#include "support/lstrings.h"
|
||||
#include "support/lyxlib.h"
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
||||
#include "support/forkedcontr.h"
|
||||
#include "support/lstrings.h"
|
||||
#include "support/lyxlib.h"
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
|
||||
#include <boost/bind.hpp>
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
#include "support/lstrings.h"
|
||||
#include "support/lyxlib.h" // float_equal
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
#include "support/translator.h"
|
||||
|
||||
#include <boost/regex.hpp>
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
#include "support/lstrings.h"
|
||||
#include "support/std_ostream.h"
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
|
||||
using lyx::support::prefixIs;
|
||||
using lyx::support::strToInt;
|
||||
|
@ -41,7 +41,7 @@
|
||||
#include "support/filetools.h"
|
||||
#include "support/lstrings.h"
|
||||
#include "support/lyxlib.h"
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
#include "support/translator.h"
|
||||
|
||||
#include <boost/bind.hpp>
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include "pariterator.h"
|
||||
|
||||
#include "support/lstrings.h"
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
|
||||
#include <sstream>
|
||||
|
||||
|
@ -44,7 +44,7 @@
|
||||
#include "support/filetools.h"
|
||||
#include "support/lstrings.h" // contains
|
||||
#include "support/lyxlib.h"
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
|
||||
#include <boost/bind.hpp>
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include "outputparams.h"
|
||||
#include "paragraph.h"
|
||||
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
|
||||
#include <sstream>
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include "frontends/Alert.h"
|
||||
#include "frontends/LyXView.h"
|
||||
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
|
||||
#include <sstream>
|
||||
|
||||
|
@ -86,7 +86,7 @@
|
||||
#include "support/path.h"
|
||||
#include "support/path_defines.h"
|
||||
#include "support/systemcall.h"
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
#include "support/os.h"
|
||||
|
||||
#include <sstream>
|
||||
|
@ -35,7 +35,7 @@
|
||||
|
||||
#include "support/filetools.h"
|
||||
#include "support/lstrings.h"
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
#include "support/userinfo.h"
|
||||
|
||||
using lyx::support::ascii_lowercase;
|
||||
|
@ -27,7 +27,7 @@
|
||||
|
||||
#include "support/lstrings.h"
|
||||
#include "support/lyxlib.h"
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
#include "support/types.h"
|
||||
|
||||
#ifdef HAVE_LOCALE
|
||||
|
@ -42,7 +42,7 @@
|
||||
|
||||
#include "support/lstrings.h"
|
||||
#include "support/textutils.h"
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
|
||||
#include <boost/tuple/tuple.hpp>
|
||||
#include <boost/bind.hpp>
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
#include "support/lstrings.h"
|
||||
#include "support/std_ostream.h"
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
|
||||
#include <boost/tuple/tuple.hpp>
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
2005-01-06 Lars Gullik Bjonnes <larsbj@gullik.net>
|
||||
|
||||
* tostr.[Ch]: renamed to convert[ch]
|
||||
|
||||
2005-01-06 Lars Gullik Bjonnes <larsbj@gullik.net>
|
||||
|
||||
* lstrings.[Ch]: change bformat to be a template
|
||||
|
@ -22,6 +22,8 @@ libsupport_la_SOURCES = \
|
||||
abort.C \
|
||||
atoi.C \
|
||||
chdir.C \
|
||||
convert.C \
|
||||
convert.h \
|
||||
copy.C \
|
||||
copied_ptr.h \
|
||||
cow_ptr.h \
|
||||
@ -71,8 +73,6 @@ libsupport_la_SOURCES = \
|
||||
systemcall.h \
|
||||
tempname.C \
|
||||
textutils.h \
|
||||
tostr.h \
|
||||
tostr.C \
|
||||
translator.h \
|
||||
types.h \
|
||||
userinfo.C \
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "tostr.h"
|
||||
#include "convert.h"
|
||||
|
||||
#include <boost/lexical_cast.hpp>
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
#include "support/systemcall.h"
|
||||
#include "support/filetools.h"
|
||||
#include "support/lstrings.h"
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
#include "support/lstrings.h"
|
||||
#include "support/lyxlib.h"
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
|
||||
#include "debug.h"
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
#include "support/lyxlib.h"
|
||||
#include "support/filetools.h"
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
#include "support/os.h"
|
||||
|
||||
#include "debug.h"
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include "insets/insettabular.h"
|
||||
|
||||
#include "support/lstrings.h"
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
|
||||
#include <sstream>
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "tex-accent.h"
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
|
||||
using std::string;
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include "lengthcommon.h"
|
||||
#include "support/FileInfo.h"
|
||||
#include "support/lstrings.h"
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
#include "support/filetools.h"
|
||||
|
||||
#include <boost/tuple/tuple.hpp>
|
||||
|
@ -67,7 +67,7 @@
|
||||
|
||||
#include "support/lstrings.h"
|
||||
#include "support/textutils.h"
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
|
||||
#include <sstream>
|
||||
|
||||
|
@ -58,7 +58,7 @@
|
||||
|
||||
#include "support/lstrings.h"
|
||||
#include "support/textutils.h"
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
|
||||
#include <sstream>
|
||||
|
||||
|
@ -54,7 +54,7 @@
|
||||
|
||||
#include "support/lstrings.h"
|
||||
#include "support/lyxlib.h"
|
||||
#include "support/tostr.h"
|
||||
#include "support/convert.h"
|
||||
|
||||
#include "mathed/math_hullinset.h"
|
||||
#include "mathed/math_macrotemplate.h"
|
||||
|
Loading…
Reference in New Issue
Block a user