summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2014-10-31convert COMMAND_WHEEL constants to an enumNoel Grandin
2014-10-31KEY_ALLMOD is the same as KEY_MODNoel Grandin
2014-10-30thread-pool: re-work termination semantics to avoid problems.Michael Meeks
2014-10-30Move thread-pool down into comphelper for re-use elsewhere.Michael Meeks
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini
2014-10-30Improve SvSimpleTable classPalenik Mihály
2014-10-29Resolves: rhbz#1146169 a11y frames label dies before frameCaolán McNamara
2014-10-29constStephan Bergmann
2014-10-29constStephan Bergmann
2014-10-29Improve framework for callgrind performance unit testsMatúš Kukan
2014-10-29Resolves: fdo#85111 put a border around the custom properties boxCaolán McNamara
2014-10-29tools: remove DBG_ERRORFILE and replace all callersMichael Stahl
2014-10-29coverity#1202781 Division or modulo by zeroCaolán McNamara
2014-10-29coverity#1242433 SdrMakeOutliner alway derefs pModCaolán McNamara
2014-10-29ref-counting vcl::Window subclassesNoel Grandin
2014-10-28Rename loadColorVector to addEntriesForColorVectorMaxim Monastirsky
2014-10-28fdo#81356: use boost::rational internally in FractionJuan Picca
2014-10-28Move these headers from include to svx; they are not used outside svx.Kohei Yoshida
2014-10-28sal_Int16 as the underlying type of WindowBorderStyleTakeshi Abe
2014-10-28fdo#84938: replace TIMEF_ constants with enumNoel Grandin
2014-10-27fix writing const arrays on big endianDavid Tardon
2014-10-27cid#705053 Dereference after null checkNoel Grandin
2014-10-27fdo#84844 Sidebar: Use SvxColorToolBoxControl for fill colorMaxim Monastirsky
2014-10-27fdo#84938: replace KEYTYPE_ constants with enumNoel Grandin
2014-10-26fdo#84844 Sidebar: Use SvxColorToolBoxControl for line colorMaxim Monastirsky
2014-10-24Forgot to update this commentMaxim Monastirsky
2014-10-24-Werror,-Wunused-private-fieldStephan Bergmann
2014-10-24Related: fdo#84844 Support fill color in SvxColorToolBoxControlMaxim Monastirsky
2014-10-24loplugin: cstylecastNoel Grandin
2014-10-23fix LibreOfficeKitInit.h on kFreeBSDRene Engelhard
2014-10-23basic: pimplify thatMichael Stahl
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "do not forward-declare templates"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-23inline TokenMap::getUtf8TokenNameMatúš Kukan
2014-10-23Remove few pointless OUString::number() and one methodMatúš Kukan
2014-10-23FastSerializer: Use faster TokenValue struct when possibleMatúš Kukan
2014-10-23fdo#84938: replace MENUITEM constants with enumNoel Grandin
2014-10-23callcatcher: lots more unused post ww1 filter removalCaolán McNamara
2014-10-23Revert recent changes to comphelper::OSequenceOutputStreamMatúš Kukan
2014-10-23FastSerializer: avoid some more OStringsMatúš Kukan
2014-10-23FastSerializer: Use FastAttributeList directly to write faster.Matúš Kukan
2014-10-23fastparser: avoid allocating un-used FastTokenLookup class.Michael Meeks
2014-10-23FastSerializer: Avoid sequences where possibleMatúš Kukan
2014-10-23FastSerializer: Have OString version of write() too.Matúš Kukan
2014-10-23FastSerializer: Do not keep whole sequence in memory; write in chunksMatúš Kukan
2014-10-23Remove mutex from OSequenceOutputStream; it's intended to be fastMatúš Kukan
2014-10-23FastSerializer: Buffer output and write it only at the endMatúš Kukan
2014-10-23vcl: fixup outdev.hxx tab spacingChris Sherlock
2014-10-23Move virtual ScToken members up to FormulaTokenStephan Bergmann