summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove empty svtdllapi.hThomas Arnhold2012-06-2849-68/+0
| | | | Change-Id: I3e70d49cf07e30ea368e56531b1948a3c73495ae
* Remove unused header filesThomas Arnhold2012-06-2893-13320/+0
| | | | Change-Id: I68f29c8b28ba5f46afdd93678d48415544f111c8
* inline various macros and ditch unused codeCaolán McNamara2012-06-2719-560/+195
| | | | Change-Id: Idef459ca324de720ea19d36ff91c89e2196ec77b
* drop the DBG_UTIL non-inlinesCaolán McNamara2012-06-271-86/+20
| | | | Change-Id: I300b7ee1ea3dca444e9201f3f397e9b8c0ab5161
* inline the small but pesky _ForEach so compiler can omit 90% of themCaolán McNamara2012-06-271-20/+15
| | | | Change-Id: I666e4cb744406f9687a71493c1a64ef9950aba42
* _SV_DECL_PTRARR_DEF used in only one placeCaolán McNamara2012-06-271-6/+4
| | | | Change-Id: Ib725fee670413d3de0ca58fb994ab577f0c953b3
* _SV_DECL_PTRARR_DEF_GEN only used in one placeCaolán McNamara2012-06-271-6/+3
| | | | Change-Id: I25cfb71f35b533630efe673e7e9fae6946d5c86e
* remove unused _SV_DECL_VARARRCaolán McNamara2012-06-271-3/+0
| | | | Change-Id: I7dac537a4684274c02a6e339edbb3bb3fb6501f2
* Move absdev.hxx to binfilterThomas Arnhold2012-06-273-2/+42
| | | | | | This file is for binfilter only. Change-Id: I5bb2d66b2eb671e7574974e1e2a897ca919b4f2a
* Remove commented out code (includes)Thomas Arnhold2012-06-272-4/+0
| | | | Change-Id: Ia990351754380cf676536629b7a336d98d67f4a6
* Reduce newline bloat at eofThomas Arnhold2012-06-2742-895/+0
| | | | Change-Id: Id54529c37d36430f01cf315e642821077f5447ee
* Remove commented out codeThomas Arnhold2012-06-2717-344/+4
| | | | Change-Id: I5b0af75bf9c6e063d82896677d24cd14dfa8164f
* Remove two completely commented out filesThomas Arnhold2012-06-274-399/+1
| | | | Change-Id: I240e9567e3168c44b22470ba8611f10492d5ae22
* Remove obsolete stuffThomas Arnhold2012-06-271-10/+0
| | | | | | See 2c7d2e51626f20a337b018faad8a64b72fdd0e3b in core Change-Id: I3f8bfe005da5f4173c0d9913c939a54b17a97b7e
* re-base on ALv2 code.Michael Meeks2012-06-263375-78648/+49058
|
* callcatcher: remove unused _ForEach groupCaolán McNamara2012-06-251-9/+0
| | | | Change-Id: I0a5da38bd9ace5bb054c975b5966711f2d9f9d36
* remove useless extern declarationDavid Tardon2012-06-251-2/+0
| | | | | | | This fixes segfault in checkdll libbf_xolo.so during build of libreoffice 3.6 package for Fedora Rawhide. Do not ask me why... Change-Id: I367a85ba2a10bc60bcd74ca90c2fd24e86f70967
* checkdll libbf_xolo.so crasher with gcc-4.7.1 20120615Petr Mladek2012-06-221-1/+1
| | | | | | It smells like a compiler bug. Change-Id: I8a5848b5622420ce61c9288354cd1ef670245e44
* GetBuffer->getStrCaolán McNamara2012-06-221-1/+1
| | | | Change-Id: Id549fc7fc5ae6438dee5aac4e84fbcb7075e1d25
* Remove empty Reader::SetNoOutlineNumThomas Arnhold2012-06-213-11/+0
| | | | Change-Id: Id752931575694f3ce83948326720a25af4fdfb5f
* Remove commented out linesThomas Arnhold2012-06-211-10/+0
| | | | Change-Id: If3b06fdeb46a115ef3e7f282ef3a858f2510ef42
* detect wrong UniString ctorCaolán McNamara2012-06-182-1/+6
| | | | | | | | 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: I4aa47173a8c81b3e61a14697ed3db89e93f4637b
* convert LocaleDataWrapper to OUStringCaolán McNamara2012-06-179-19/+19
| | | | Change-Id: I3b0be7583db3985185ae7bd70d13ef0d233af84a
* Remove obsolete stuffThomas Arnhold2012-06-153-9/+0
| | | | | | | * inetdef is unused * PCH is dead Change-Id: Ied87246c69cb64800b25b34edc760659285728aa
* Adapt to 6d78c490b0923c22d125286ebdae2e41edd28f6cStephan Bergmann2012-06-122-2/+2
| | | | | | ... "Get rid of GRADIENT_* defines, they conflict with Windows GDI types." Change-Id: Id05d47005e56ba5fd24b1b1ce17b069e011a4003
* Remove non-functional Hide/ShowStatusTextThomas Arnhold2012-06-112-10/+0
| | | | Change-Id: I2ac8827dbf22f858a855fc6642fc09fa3aedc5f1
* Remove superfluous include commentsThomas Arnhold2012-06-099-18/+0
| | | | Change-Id: If8c37d94bbb76e3e5a8060f378a768e4866da604
* Remove superfluous empty lines on topThomas Arnhold2012-06-0919-44/+0
| | | | | | More than two lines are removed for readability. Change-Id: I0f38f7dcb198f64c1c3c5bbdcb5fa05f026ed771
* Remove superfluous include commentsThomas Arnhold2012-06-0915-31/+0
| | | | Change-Id: Iadbcbd0db4c147a2e57ca5ed53f79c343f5d8fd7
* Remove superfluous include commentsThomas Arnhold2012-06-09101-110/+0
| | | | Change-Id: Ia5c678368b713766d30eafdbadb9362c9ed0d7c5
* Disentangle disposing usingStephan Bergmann2012-06-071-2/+0
| | | | Change-Id: I4ad806521063c9e6699488cdb52cec349fe9dfe6
* Fixes for various Clang (on Mac OS X) warningsStephan Bergmann2012-06-0617-81/+42
| | | | Change-Id: I06df07f6d4133658fad90d5622762a8d1cdf04af
* This SyncSvStream stuff isn't usedlibreoffice-3-6-branch-pointCaolán McNamara2012-06-042-7/+0
| | | | Change-Id: I827e46dc2e38646c9b9869a2230cdcd299d7a3c9
* ThreeByteToFourByte and friends are no longer in useCaolán McNamara2012-06-021-83/+0
| | | | Change-Id: I9a2aaebfc5cc6b8b6327d61270043611283a6975
* use sax::Converter:: base64 code insteadCaolán McNamara2012-05-3018-124/+41
| | | | Change-Id: I92fd4459bed7c38ff2063899b20d24d781ac45bd
* convert ResStringArray to rtl::OUStringCaolán McNamara2012-05-242-18/+18
| | | | Change-Id: I32d51ad09e1a190d92d6e6f6c14d9f9debf7bf41
* WaE: fVal may be used uninitializedCaolán McNamara2012-05-161-1/+1
| | | | Change-Id: Ifee8b1f44868813cc7d1c02539517e8d2bf0675d
* Some cppcheck cleaningJulien Nabet2012-05-0715-28/+27
| | | | Change-Id: Ib0dee8fed7c3ac54870024853d0bcdfcb964039d
* Some cppcheck cleaningJulien Nabet2012-05-0513-25/+23
| | | | Change-Id: Id3e1da2b80c87b22eeb5da696b0ba8ef88061817
* fdo#48253: Expand SAL_STATIC_CAST leftoversThomas Arnhold2012-05-046-15/+10
| | | | Change-Id: Ibda77aa3010928513bd7d0b57a1d1045343607b5
* fdo#48253: Expand SAL_STATIC_CASTThomas Arnhold2012-05-0414-51/+51
| | | | Change-Id: Icbb4df924b79f2a3d903c640e2aae2119a91fcad
* fdo#48253: Expand SAL_CONST_CASTThomas Arnhold2012-05-044-6/+6
| | | | Change-Id: Id50acb05c4616ba735dbbbad8fe866ae8c8ef459
* Revert "Remove unused parts"Caolán McNamara2012-05-031-0/+4
| | | | | | | This reverts commit 1a0db504b60623eeb45d64a8ce8d1463983f6c2a. They seem to be built under windows and the windows build-bots are complaining.
* Remove unused partsJulien Nabet2012-05-021-4/+0
| | | | Change-Id: Ife64c1e95ae1dcf5554fc8e59d1afbffa3ffebec
* track change to make ResId::toString a non-static memberCaolán McNamara2012-04-3063-302/+300
| | | | Change-Id: I2e2ba77aaad129a5f83b5fb6bef98dcb948ce5a0
* add dmake flagfile for build.plBjoern Michaelsen2012-04-291-0/+0
|
* callcatcher: strip Container downCaolán McNamara2012-04-192-28/+0
|
* table.hxx: oops, forgot TOOLS_DLLPUBLIC in thereMichael Stahl2012-04-181-3/+2
|
* move tools/table.hxx to binfilterMichael Stahl2012-04-1822-20/+527
|
* partially revert 271e19336e594195ac6e40dd01ba62d2592f24e8Michael Stahl2012-04-182-0/+90
| | | | Turns out this stuff is used by Table