summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2012-06-19death to some UniStringsCaolán McNamara
Change-Id: I0fa0c60e12c418d25f8bd96cc04c6abd74b1a608
2012-06-19remove some UniString ctorsCaolán McNamara
Change-Id: Ic2e712f4447b733b79d980e178d9d6d9d8bf0e40
2012-06-18detect wrong UniString ctorCaolán McNamara
there's no way j was intended to be used as a rtl_TextEncoding here. From context it's clearly meant to create a UniString from a subset of the input ByteString Change-Id: Ic0a0773f90686d73ec4eb8b8e03a454585758578
2012-06-15Remove obsolete inetdef.hxxThomas Arnhold
Change-Id: I043e226a1cec527c51cbd91075634d5c9ca371d8
2012-06-14gbuild migration: pyuno moduleDavid Ostrovsky
Change-Id: I7f923a5622214f7540a789bcdd93bf6fd1d166db
2012-06-13calc input line: Fix crash with accessibility enabled.Jan Holesovsky
Change-Id: I4508ec866b7e8436e1a8117ac6496ed0f1537abf
2012-06-12nuke dead codeTakeshi Abe
Change-Id: If8b6b4a3d9222726ae562e5b685710d86b5fe332
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara
Change-Id: Ib9797fe97cd008cc6508ce8cec47dc5373416892
2012-06-11FixedBorder is no longer usedCaolán McNamara
Change-Id: Ic4b1ab81d414963e7cb40c348737504c8021a7fb
2012-06-09Remove superfluous include commentsThomas Arnhold
Change-Id: Id738692aab2043755eb8f051dd8ab9e13051553a
2012-06-06drop String::ReverseCaolán McNamara
Change-Id: Ie06635dc1f242241d48f9d6de4f592898e605bf2
2012-06-04Improve error reportingStephan Bergmann
Change-Id: Ib8017f950f414601676b54c36425a0592b4cc395
2012-06-04CMIS UCP: changed URLs to have hierarchical pathCédric Bosdonnat
Hierarchical path is assumed in loads of places, changed the URLs to the following: * Binding URL is encoded in the authority part, the repository ID is set as a fragment of the binding URL. * The hierarchical path reflects one of the path to the document on the server :x Change-Id: I8214daeb1d9c9b0f6ab86bdf60875e7e4e5369f4
2012-05-31targetted revert of minor cppcheck cleanupsMichael Meeks
Change-Id: I2ec1bc3fd5dd5d38c2b3b9600265943083873515
2012-05-28we really should not have any FASTBOOL left, remove the typedefNorbert Thiebaud
Change-Id: Ia3b0ba6d7ba91218c42abf1368a110b325f5794e
2012-05-24convert ResStringArray to rtl::OUStringCaolán McNamara
Change-Id: I51b86a10caa5da6e12583c2b22404b0d9282b13d
2012-05-24strangely duplicated inner/outer ImplResStringItem structCaolán McNamara
Change-Id: I12884e58505d94b76eb0ad955815ae1702716f0f
2012-05-24use boost::noncopyableCaolán McNamara
Change-Id: I862a4223c955c3a9e9a366b0f3a85465f38e76be
2012-05-22ditch some XubStringsCaolán McNamara
Change-Id: I00e1202de7bf5d20b4ac314dd138a3bb486245cb
2012-05-15ditch UniStringCaolán McNamara
Change-Id: I0671f0acf5a53a1c7f442f721bb058a3760ca18c
2012-05-10normalize variable names in gbuild user makefilesMichael Stahl
Variables should have module name as prefix to prevent collisions.
2012-05-09Removed unnecessary SvLibraryStephan Bergmann
Change-Id: I42e64af8ed88e652341707d5f9d2da3daaa0f9bb
2012-05-05Use signed 32-bit integer as class IDs.Kohei Yoshida
To allow UNO field type values to be used. Change-Id: If03d3f37cf5b050fe080771c799c3e82c0264a4a
2012-05-03Related: fdo#47644 compound storage backend is poor at knowing stream sizeCaolán McNamara
Change-Id: Ie4aa6939f9f37e04fda5425a6e28c5d846a9cb62
2012-05-02!= instead of < for comparison with end iteratorJulien Nabet
Change-Id: I7baa34c1cf7161fb55914d41b451b842ad4ab0c8
2012-04-30make ResId::toString a non-static memberCaolán McNamara
Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-25refactor ImpSvtDataCaolán McNamara
2012-04-18move tools/table.hxx to binfilterMichael Stahl
2012-04-18this conversion is a no-opCaolán McNamara
2012-04-16String::CreateFromInt32->rtl::OUString::valueOfCaolán McNamara
2012-04-13sigh, need a 64bit zlib too on windows, revertingCaolán McNamara
2012-04-13setup/teardown default component context once before/after all testsCaolán McNamara
avoids the problems of dangling uno singletons invalidated after the first dispose and the chain of other singletons that don't expect to need to re-initialize, etc. reenable editeng cppunit test inherit i18npool cppunit test from unotest base drop LibreOfficeProtector, do "throwable" work in setUp/tearDown not in ctors/dtors
2012-04-13gbuildize internal zlibCaolán McNamara
and stick headers into the solver in the same hierarchy as is "standard" so we don't have to patch so much, similiarly rename to libz
2012-04-12HAVE_GETOPT is always NO for windowsMatúš Kukan
2012-04-12operator<< for ostream + UniStringLuboš Luňák
This should make even String be easily usable with SAL_DEBUG stuff (the same like 2ac5b08361bf0c7c98ff9bc10869e2b41c9d85fd for OUString).
2012-04-10resolved fdo#48501 enable line size >64k in SvStream::Read*Line()Eike Rathke
CSV and other text formats may come with line sizes >64k that so far were truncated due to limitations in ByteString/UniString/String, even if one line consists of several fields that each are <64k. Introduced additional SvStream methods that read into rtl::OString and rtl::OUString and let SvStream::ReadUniOrByteStringLine() fill solely an rtl::OUString. Made Calc CSV import use those.
2012-04-09enforce only one possible use of gb_CustomTargetMatúš Kukan
This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl
2012-04-08gbuild: "use" vs. "add":Michael Stahl
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-05convert (ugly) WriteUniOrByteString to rtl::OUStringCaolán McNamara
2012-04-02callcatcher: remove some unused codeCaolán McNamara
2012-04-02sal: expose more stringbuffer related instrumentation pointsMichael Meeks
Avoid ref/unref pair in makeStringAndClear, hook into the stringbuffer-like 'String' class to expose it's conversion to immutable strings, and fixup misc. missing instrumentation.
2012-03-31tools: use CustomTarget makefileMatúš Kukan
2012-03-26ditch some UniStrings and intermediate temporariesCaolán McNamara
2012-03-26callcatcher: shiny unused method reduction from to-stl conversionsCaolán McNamara
2012-03-23only SV_DECL_COMPAT_WEAK is still in useCaolán McNamara
2012-03-23ditch archaic ifdefs for gcc 2.8.1, 2.9.0 and 2.9.1Caolán McNamara