Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-14 | Clean up basegfx's polygon tools code | Gábor Stefanik | 6 | -121/+0 | |
2012-04-14 | improve autofill test case | Markus Mohrhard | 1 | -1/+22 | |
2012-04-14 | move testCVE into slowcheck | Markus Mohrhard | 2 | -21/+21 | |
speed up rebuild of sc | |||||
2012-04-14 | WaE fix | Julien Nabet | 1 | -1/+1 | |
2012-04-14 | really replace SDK with SDKBIN | David Tardon | 8 | -8/+8 | |
2012-04-14 | Really fix the build. | Kohei Yoshida | 3 | -1/+7 | |
2012-04-14 | Some vcl cleaning | Julien Nabet | 4 | -18/+0 | |
2012-04-14 | Some sc cleaning (oox) | Julien Nabet | 13 | -483/+0 | |
2012-04-14 | replace APP?RPATH SDK by SDKBIN in old build system | David Tardon | 6 | -6/+6 | |
Commit 0c80ad06fd96a4fec062a7edfff12bb65ef204b4 broke MacOS X builds because of this discrepancy. It would be easy to accept both, but I think it is better to be consistent with gbuild. | |||||
2012-04-14 | Keep tinderbox happy. | Kohei Yoshida | 1 | -3/+3 | |
2012-04-14 | This must be const. | Kohei Yoshida | 2 | -2/+2 | |
2012-04-14 | Export this to get it to build in forms. | Kohei Yoshida | 1 | -1/+1 | |
2012-04-13 | EE_APPEND now has to be the max value of size_t. | Kohei Yoshida | 4 | -1/+41 | |
2012-04-13 | Another svarray to kill. | Kohei Yoshida | 7 | -45/+52 | |
2012-04-13 | ImpEditView no longer a friend of ImpEditEngine. | Kohei Yoshida | 5 | -54/+167 | |
Be careful whom you befriend with... | |||||
2012-04-13 | Put enum definition under class scope to avoid name clash. | Kohei Yoshida | 4 | -12/+11 | |
There is a class named EditLine in editeng which clashed with one of the enum values. | |||||
2012-04-13 | EditView is no longer a friend of ImpEditEngine. | Kohei Yoshida | 4 | -48/+144 | |
2012-04-13 | SafeGetObject() no longer needed since GetObject() does the same thing. | Kohei Yoshida | 9 | -72/+59 | |
2012-04-13 | UniString to rtl::OUString. | Kohei Yoshida | 2 | -12/+14 | |
2012-04-13 | More RTL_CONSTASCII_USTRINGPARAM removals | Olivier Hallot | 16 | -23/+21 | |
2012-04-13 | More RTL_CONSTASCII_USTRINGPARAM removals | Olivier Hallot | 12 | -142/+102 | |
2012-04-13 | More RTL_CONSTASCII_USTRINGPARAM removals | Olivier Hallot | 13 | -60/+58 | |
2012-04-13 | More RTL_CONSTASCII_USTRINGPARAM removals | Olivier Hallot | 15 | -69/+55 | |
2012-04-13 | More RTL_CONSTASCII_USTRINGPARAM removals | Olivier Hallot | 18 | -158/+83 | |
2012-04-13 | More RTL_CONSTASCII_USTRINGPARAM removals | Olivier Hallot | 6 | -19/+18 | |
2012-04-13 | More RTL_CONSTASCII_USTRINGPARAM removals | Olivier Hallot | 6 | -61/+37 | |
2012-04-13 | More RTL_CONSTASCII_USTRINGPARAM removals | Olivier Hallot | 3 | -53/+38 | |
2012-04-13 | Remove some A2S and C2U macros in sd | Olivier Hallot | 8 | -31/+19 | |
2012-04-14 | update vcl readme wrt. fpickers | Michael Meeks | 1 | -1/+1 | |
2012-04-14 | i18npool: use URLs for type database in localedata build | Michael Meeks | 1 | -1/+2 | |
2012-04-14 | stoc: accelerate opening of multiple XML .rdb files in a directory | Michael Meeks | 4 | -27/+141 | |
Instead of nesting these, we aggregate them into a single non-nested registry, which saves lots of CPU at startup, sadly we can only do that for the new-style XML registries, so we have to sniff files, nevertheless this is still far faster. The merged xml files also break the XSimpleRegistry::getURL() method - but it appears not to get called. | |||||
2012-04-14 | linkoo: add --copy mode, default to this on windows | Michael Meeks | 1 | -15/+35 | |
2012-04-13 | Some cleaning sc (oox) | Julien Nabet | 5 | -204/+0 | |
2012-04-13 | Cleaning sc (oox) | Julien Nabet | 9 | -263/+0 | |
2012-04-13 | we don't care about what didn't work in dmake version we can't build with | Luboš Luňák | 1 | -0/+2 | |
2012-04-13 | sal_Int32 conversion warning | Luboš Luňák | 1 | -2/+2 | |
2012-04-13 | remove unused variables | Luboš Luňák | 6 | -8/+1 | |
2012-04-13 | remove unused variables | Luboš Luňák | 8 | -25/+0 | |
2012-04-13 | put "unused" function into the right #ifdef | Luboš Luňák | 1 | -1/+1 | |
2012-04-13 | Cleaning sc module (oox) | Julien Nabet | 3 | -183/+0 | |
2012-04-13 | Remove deprecated and unused methods. | Rafael Dominguez | 10 | -1087/+3 | |
2012-04-13 | Replace deprecated List for std::vector<rtl::OUString>. | Rafael Dominguez | 1 | -15/+6 | |
2012-04-13 | Remove deprecated List in ViewClipboard::InsertSlides. | Rafael Dominguez | 1 | -5/+6 | |
2012-04-13 | Remove deprecated List for vector in ViewClipboard::GetFirstMasterPage. | Rafael Dominguez | 1 | -8/+6 | |
2012-04-13 | Call size instead of count. | Rafael Dominguez | 1 | -1/+1 | |
2012-04-13 | Remove deprecated List usage in Clipboard::CreateSlideTransferable. | Rafael Dominguez | 1 | -9/+4 | |
2012-04-13 | Remove deprecated List usage in Clipboard::PasteTransferable. | Rafael Dominguez | 1 | -6/+8 | |
2012-04-13 | Replace deprecated List for vector in SdTransferable. | Rafael Dominguez | 2 | -14/+10 | |
2012-04-13 | Overload SdDrawDocument::InsertBookmark to use vector instead of List. | Rafael Dominguez | 2 | -0/+81 | |
2012-04-13 | Replace deprecated List class for std::vector<rtl::OUString>. | Rafael Dominguez | 1 | -62/+12 | |