summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* ditch UniStringCaolán McNamara2012-05-152-3/+3
| | | | Change-Id: I0671f0acf5a53a1c7f442f721bb058a3760ca18c
* normalize variable names in gbuild user makefilesMichael Stahl2012-05-101-5/+5
| | | | Variables should have module name as prefix to prevent collisions.
* Removed unnecessary SvLibraryStephan Bergmann2012-05-094-176/+0
| | | | Change-Id: I42e64af8ed88e652341707d5f9d2da3daaa0f9bb
* Use signed 32-bit integer as class IDs.Kohei Yoshida2012-05-052-9/+9
| | | | | | To allow UNO field type values to be used. Change-Id: If03d3f37cf5b050fe080771c799c3e82c0264a4a
* Related: fdo#47644 compound storage backend is poor at knowing stream sizeCaolán McNamara2012-05-032-4/+5
| | | | Change-Id: Ie4aa6939f9f37e04fda5425a6e28c5d846a9cb62
* != instead of < for comparison with end iteratorJulien Nabet2012-05-021-1/+1
| | | | Change-Id: I7baa34c1cf7161fb55914d41b451b842ad4ab0c8
* make ResId::toString a non-static memberCaolán McNamara2012-04-304-20/+18
| | | | Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
| | | | | | | | 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
* refactor ImpSvtDataCaolán McNamara2012-04-251-1/+1
|
* 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