summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
2012-04-13sigh, need a 64bit zlib too on windows, revertingCaolán McNamara1-0/+6
2012-04-13setup/teardown default component context once before/after all testsCaolán McNamara1-1/+1
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 McNamara1-6/+0
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úš Kukan2-10/+0
2012-04-12operator<< for ostream + UniStringLuboš Luňák1-0/+10
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 Rathke2-19/+99
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úš Kukan1-1/+1
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 Stahl2-2/+2
2012-04-08gbuild: "use" vs. "add":Michael Stahl6-13/+13
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 Dezsi1-5/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-2/+2
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 McNamara2-5/+5
2012-04-02callcatcher: remove some unused codeCaolán McNamara2-19/+0
2012-04-02sal: expose more stringbuffer related instrumentation pointsMichael Meeks1-1/+3
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úš Kukan4-40/+10
2012-03-26ditch some UniStrings and intermediate temporariesCaolán McNamara1-1/+1
2012-03-26callcatcher: shiny unused method reduction from to-stl conversionsCaolán McNamara2-18/+0
2012-03-23only SV_DECL_COMPAT_WEAK is still in useCaolán McNamara1-34/+3
2012-03-23ditch archaic ifdefs for gcc 2.8.1, 2.9.0 and 2.9.1Caolán McNamara1-4/+0
2012-03-20remove ToDouble/ToFloatCaolán McNamara8-34/+14
2012-03-20GetStringRes inline doesn't have a purpose anymoreCaolán McNamara2-6/+2
2012-03-20make ResId->OUString the primary routeCaolán McNamara4-45/+46
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann1-0/+7
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.
2012-03-12WaE: suggest parentheses around '&&' within '||'David Tardon1-1/+1
2012-03-12WaE: declaration of 'aName' shadows a member of 'this'David Tardon1-3/+3
2012-03-12WaE: suggest explicit braces to avoid ambiguous 'else'David Tardon1-0/+2
2012-03-12WaE: missing initializer for memberDavid Tardon1-1/+3
2012-03-12WaE: 'bLastCaseSensitive' defined but not usedDavid Tardon1-4/+0
2012-03-12WaE: declaration of 'pTop' shadows a previous localDavid Tardon1-3/+3
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan5-9/+9
2012-03-09Let osl::FileStatus getters assert programming errorsStephan Bergmann1-2/+2
...instead of arbitrarily returning certain values when the requested information is not available. This reveals a problem in strmunx.cxx that is apparently a regression introduced with 4a086fca7b0a77c20bc9f1c97507966e2861f3da "fix SvStream to not require a custom open or lstat method."
2012-03-08Convert tools/table.hxx to std::mapNoel Grandin2-10/+16
Convert usage of tools/table.hxx to std::map in aPTable field of SvPersistStream class.
2012-03-02Revert "Added 'Copy to Clipboard' button to error dialogs"Tor Lillqvist1-1/+0
The UI change was too intrusive. This reverts commit dfc9c72d7797862a9292bdda16ad8c107124a6df.
2012-03-02fdo#46501: Cleanup SimpleResMgrSzabolcs Dezsi2-20/+0
2012-03-01Added 'Copy to Clipboard' button to error dialogsSzabolcs Dezsi1-0/+1
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-6/+9
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
2012-03-01callcatcher: update listCaolán McNamara2-24/+0
2012-03-01now restore and use reduced UnlockFile and UnlockRange implsCaolán McNamara2-4/+29
because its super ugly to have unbalanced lock/unlocks and with the removal of STAR_ENABLE_FILE_LOCKING we can call those methods and now get unchanged behaviour
2012-03-01STAR_ENABLE_FILE_LOCKING was a secretCaolán McNamara1-49/+0
2012-02-29callcatcher: update listCaolán McNamara4-61/+4
2012-02-28fix windows buildCaolán McNamara1-1/+3
2012-02-28convert some low hanging fruitCaolán McNamara2-2/+2
2012-02-28callcatcher: remove newly unused methods and update listCaolán McNamara2-21/+0
2012-02-27Removed dead codeMarc-André Laverdière-Papineau2-12/+0
Deleted: SvFileStream::UnlockFile()
2012-02-27fdo44516 cleanup of direct use of color in codeWinfried Donkers1-0/+1
2012-02-27Removed unused codeSzabolcs Dezsi2-59/+0
2012-02-27merge GetString variantsCaolán McNamara2-12/+0
2012-02-27drop UniString::CreateFromInt64Caolán McNamara2-12/+0
2012-02-27ByteString is no moreCaolán McNamara8-428/+27
2012-02-27ByteString->rtl::OStringCaolán McNamara1-16/+16