summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* move tools/table.hxx to binfilterMichael Stahl2012-04-184-508/+0
|
* this conversion is a no-opCaolán McNamara2012-04-181-5/+1
|
* String::CreateFromInt32->rtl::OUString::valueOfCaolán McNamara2012-04-161-7/+11
|
* sigh, need a 64bit zlib too on windows, revertingCaolán McNamara2012-04-131-0/+6
|
* setup/teardown default component context once before/after all testsCaolán McNamara2012-04-131-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
* gbuildize internal zlibCaolán McNamara2012-04-131-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
* HAVE_GETOPT is always NO for windowsMatúš Kukan2012-04-122-10/+0
|
* operator<< for ostream + UniStringLuboš Luňák2012-04-121-0/+10
| | | | | This should make even String be easily usable with SAL_DEBUG stuff (the same like 2ac5b08361bf0c7c98ff9bc10869e2b41c9d85fd for OUString).
* resolved fdo#48501 enable line size >64k in SvStream::Read*Line()Eike Rathke2012-04-102-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.
* enforce only one possible use of gb_CustomTargetMatúš Kukan2012-04-091-1/+1
| | | | | | This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed
* LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl2012-04-082-2/+2
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-086-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)
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-5/+1
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-2/+2
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* convert (ugly) WriteUniOrByteString to rtl::OUStringCaolán McNamara2012-04-052-5/+5
|
* callcatcher: remove some unused codeCaolán McNamara2012-04-022-19/+0
|
* sal: expose more stringbuffer related instrumentation pointsMichael Meeks2012-04-021-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.
* tools: use CustomTarget makefileMatúš Kukan2012-03-314-40/+10
|
* ditch some UniStrings and intermediate temporariesCaolán McNamara2012-03-261-1/+1
|
* callcatcher: shiny unused method reduction from to-stl conversionsCaolán McNamara2012-03-262-18/+0
|
* only SV_DECL_COMPAT_WEAK is still in useCaolán McNamara2012-03-231-34/+3
|
* ditch archaic ifdefs for gcc 2.8.1, 2.9.0 and 2.9.1Caolán McNamara2012-03-231-4/+0
|
* remove ToDouble/ToFloatCaolán McNamara2012-03-208-34/+14
|
* GetStringRes inline doesn't have a purpose anymoreCaolán McNamara2012-03-202-6/+2
|
* make ResId->OUString the primary routeCaolán McNamara2012-03-204-45/+46
|
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-141-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.
* WaE: suggest parentheses around '&&' within '||'David Tardon2012-03-121-1/+1
|
* WaE: declaration of 'aName' shadows a member of 'this'David Tardon2012-03-121-3/+3
|
* WaE: suggest explicit braces to avoid ambiguous 'else'David Tardon2012-03-121-0/+2
|
* WaE: missing initializer for memberDavid Tardon2012-03-121-1/+3
|
* WaE: 'bLastCaseSensitive' defined but not usedDavid Tardon2012-03-121-4/+0
|
* WaE: declaration of 'pTop' shadows a previous localDavid Tardon2012-03-121-3/+3
|
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-105-9/+9
|
* Let osl::FileStatus getters assert programming errorsStephan Bergmann2012-03-091-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."
* Convert tools/table.hxx to std::mapNoel Grandin2012-03-082-10/+16
| | | | | Convert usage of tools/table.hxx to std::map in aPTable field of SvPersistStream class.
* Revert "Added 'Copy to Clipboard' button to error dialogs"Tor Lillqvist2012-03-021-1/+0
| | | | | | The UI change was too intrusive. This reverts commit dfc9c72d7797862a9292bdda16ad8c107124a6df.
* fdo#46501: Cleanup SimpleResMgrSzabolcs Dezsi2012-03-022-20/+0
|
* Added 'Copy to Clipboard' button to error dialogsSzabolcs Dezsi2012-03-011-0/+1
|
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-011-6/+9
| | | | | ...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
* callcatcher: update listCaolán McNamara2012-03-012-24/+0
|
* now restore and use reduced UnlockFile and UnlockRange implsCaolán McNamara2012-03-012-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
* STAR_ENABLE_FILE_LOCKING was a secretCaolán McNamara2012-03-011-49/+0
|
* callcatcher: update listCaolán McNamara2012-02-294-61/+4
|
* fix windows buildCaolán McNamara2012-02-281-1/+3
|
* convert some low hanging fruitCaolán McNamara2012-02-282-2/+2
|
* callcatcher: remove newly unused methods and update listCaolán McNamara2012-02-282-21/+0
|
* Removed dead codeMarc-André Laverdière-Papineau2012-02-272-12/+0
| | | | Deleted: SvFileStream::UnlockFile()
* fdo44516 cleanup of direct use of color in codeWinfried Donkers2012-02-271-0/+1
|
* Removed unused codeSzabolcs Dezsi2012-02-272-59/+0
|
* merge GetString variantsCaolán McNamara2012-02-272-12/+0
|