summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-23Rename --enable-sal-info to --enable-sal-logTor Lillqvist3-7/+7
2014-10-23RES_FLTR_NUMRULE_NUM, RES_FLTR_SDR_ANCHOR, etc unusedCaolán McNamara2-10/+1
2014-10-23callcatcher: lots more unused post ww1 filter removalCaolán McNamara6-983/+2
2014-10-23coverity#1242682 Untrusted loop boundCaolán McNamara1-0/+4
2014-10-23coverity#1242688 Untrusted loop boundCaolán McNamara1-19/+31
2014-10-23coverity#1078541 Division or modulo by zeroCaolán McNamara1-1/+1
2014-10-23coverity#1019337 Dereference after null checkCaolán McNamara1-1/+5
2014-10-23coverity#1242587 Untrusted value as argumentCaolán McNamara1-0/+4
2014-10-23coverity#1242599 Untrusted loop boundCaolán McNamara1-17/+22
2014-10-23coverity#706585 Uncaught exceptionCaolán McNamara3-2/+3
2014-10-23coverity#706586 Uncaught exceptionCaolán McNamara3-3/+7
2014-10-23Add --enable-sal-infoTor Lillqvist3-0/+16
2014-10-23Log parsing time of each xcd fileTor Lillqvist2-1/+5
2014-10-23Revert recent changes to comphelper::OSequenceOutputStreamMatúš Kukan2-34/+32
2014-10-23FastSerializer: Have own fast cache buffer implementation for XOutputStreamMatúš Kukan3-22/+115
2014-10-23FastSerializer: avoid some more OStringsMatúš Kukan5-15/+15
2014-10-23FastSerializer: Use FastAttributeList directly to write faster.Matúš Kukan6-67/+45
2014-10-23fastparser: avoid allocating un-used FastTokenLookup class.Michael Meeks3-38/+30
2014-10-23FastSerializer: Remove throw specs; this is not UNO implementationMatúš Kukan2-43/+27
2014-10-23FastSerializer: Avoid sequences where possibleMatúš Kukan4-51/+60
2014-10-23FastSerializer: Remove escapeXml() creating OUString(Buffer)Matúš Kukan3-35/+40
2014-10-23FastSerializer: Have OString version of write() too.Matúš Kukan4-18/+21
2014-10-23FastSerializer: check for valid output stream in one place is enoughMatúš Kukan2-19/+1
2014-10-23FastSerializer: Do not keep whole sequence in memory; write in chunksMatúš Kukan4-8/+26
2014-10-23Remove mutex from OSequenceOutputStream; it's intended to be fastMatúš Kukan2-9/+1
2014-10-23FastSerializer: We already know the attribute valueMatúš Kukan1-1/+1
2014-10-23FastSerializer: Buffer output and write it only at the endMatúš Kukan6-15/+31
2014-10-23fdo#83991 - cleanup whitespace after folding comment removal.Vinicius Vendramini9-273/+0
2014-10-23Duplication of formula/token.hxx codeStephan Bergmann1-10/+0
2014-10-23vcl: fixup outdev.hxx tab spacingChris Sherlock1-6/+6
2014-10-23fdo#78214 - rename of '1.2 extended (compat mode)'Yousuf Philips2-2/+2
2014-10-23kill OUTPATHNorbert Thiebaud16-126/+90
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann37-419/+356
2014-10-23Turn ScToken::checkTextEqual into a free functionStephan Bergmann2-14/+15
2014-10-23Move virtual ScToken members up to FormulaTokenStephan Bergmann4-92/+86
2014-10-23Make ScToken::GetSingleRef etc. return * instead of &Stephan Bergmann28-300/+279
2014-10-23Turn virtual ScToken::Dump into a single free function DumpTokenStephan Bergmann2-28/+18
2014-10-23loplugin:saloverrideStephan Bergmann1-2/+2
2014-10-23Turn static ScToken::ExtendRangeReference into free functionStephan Bergmann4-19/+19
2014-10-23Move FormulaToken::TextEqual overrides down into specific subclassesStephan Bergmann2-33/+39
2014-10-23gcc4.7.3 complains about the assertsNoel Grandin1-2/+2
2014-10-23sw: fix undefined casts of SwTxtInputFldMichael Stahl23-114/+155
2014-10-22Reduce scopes and add some whitespaces.Kohei Yoshida1-121/+190
2014-10-22Describe text animation types.Kohei Yoshida1-9/+10
2014-10-22SetObjectItemSet() eventually calls NbcAdjustTextFrameWidthAndHeight().Kohei Yoshida2-4/+0
2014-10-22AdoptTextMinSize() calls NbcAdjustTextFrameWidthAndHeight() at the end.Kohei Yoshida1-10/+0
2014-10-22Reduce scope level & Annotate the code a bit.Kohei Yoshida1-35/+43
2014-10-22Remove local variables that are no longer used.Kohei Yoshida1-8/+8
2014-10-22Method descriptions.Kohei Yoshida1-1/+4
2014-10-22Inlining make no sense for virtual functions.Kohei Yoshida2-30/+93