summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* include algorithm for std::minCaolán McNamara2015-09-101-0/+1
* fix windows buildCaolán McNamara2015-09-101-4/+5
* Wizzard->WizzardCaolán McNamara2015-09-103-3/+3
* oox: work around Android build problemMiklos Vajna2015-09-101-1/+1
* Attempt at making CppunitTest_sc_macros_test work againStephan Bergmann2015-09-101-0/+3
* LOK: getFonts methodMihai Varga2015-09-102-1/+69
* LOK: added a general getCommandValues methodMihai Varga2015-09-104-10/+32
* Fixup low-prio idle's effect on min-period.Michael Meeks2015-09-101-1/+1
* fix size check related hangCaolán McNamara2015-09-102-9/+10
* sw: use std::unique_ptr<> in textMiklos Vajna2015-09-103-8/+7
* desktop: enable CppunitTest_desktop_lib only on LinuxMiklos Vajna2015-09-101-0/+2
* tdf#93243 replace boost::bind with C++11 lambdas in unoshape.cxxn.r.pearson2015-09-101-2/+1
* Missing includeStephan Bergmann2015-09-101-0/+4
* -Werror,-Wunused-variableNoel Grandin2015-09-101-1/+0
* loplugin:cstylecastNoel Grandin2015-09-101-14/+14
* loplugin:staticmethodsNoel Grandin2015-09-101-4/+4
* loplugin:literaltoboolconversionNoel Grandin2015-09-101-1/+1
* loplugin:cstylecastNoel Grandin2015-09-101-1/+1
* convert Link<> to typedNoel Grandin2015-09-104-9/+8
* convert Link<> to typedNoel Grandin2015-09-105-9/+8
* convert Link<> to typed, and introduce LinkParamNoneNoel Grandin2015-09-106-71/+58
* convert Link<> to typedNoel Grandin2015-09-105-13/+9
* remove unused Link<> fieldNoel Grandin2015-09-102-8/+2
* convert Link<> to typedNoel Grandin2015-09-107-15/+15
* oox: workaround C2249 error on MSVC 14.0David Ostrovsky2015-09-102-0/+8
* WaE: Unreferenced externally visible function definition [loplugin:unreffun]Tor Lillqvist2015-09-101-13/+0
* Remove unused "#ifndef ENUM_*_DECLARED" wrappingStephan Bergmann2015-09-102-41/+0
* Related: tdf#93676 in msword chart appears with axis positioned between ticksCaolán McNamara2015-09-103-0/+20
* remove old commentMarkus Mohrhard2015-09-101-1/+0
* always write \r\n instead of \n for source code in vba exportMarkus Mohrhard2015-09-101-1/+2
* remove vba header from source codeMarkus Mohrhard2015-09-101-1/+5
* pass objects by const referenceMarkus Mohrhard2015-09-101-11/+11
* Export the PROJECT streamRosemary2015-09-101-0/+90
* the correct stream name is PROJECTwmMarkus Mohrhard2015-09-101-1/+1
* copy the vba stream to the xlsx fileMarkus Mohrhard2015-09-101-1/+8
* remove unused using statementsMarkus Mohrhard2015-09-101-2/+0
* Export PROJECTwm streamRosemary2015-09-101-0/+24
* Fix the module export codeRosemary2015-09-101-3/+6
* Export the module streamsRosemary2015-09-101-2/+42
* Make the existing code genericRosemary2015-09-101-30/+21
* also dump the module source codeMarkus Mohrhard2015-09-101-0/+5
* Write _VBA_PROJECT stream to a binary fileRosemary2015-09-101-0/+12
* handle different callers for vba export codeMarkus Mohrhard2015-09-104-11/+16
* introduce mode to save vba stream also to xls filesMarkus Mohrhard2015-09-102-4/+39
* remove more warnings about vba exportMarkus Mohrhard2015-09-105-62/+5
* no need to warn anymore as we can save VBA nowMarkus Mohrhard2015-09-103-11/+0
* we don't need that code anymoreMarkus Mohrhard2015-09-101-6/+0
* get correct vba project nameMarkus Mohrhard2015-09-103-8/+46
* small refactoring in the vba export codeMarkus Mohrhard2015-09-101-17/+27
* add remaining test from spec for vba compressionMarkus Mohrhard2015-09-103-1/+27