summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-23FastSerializer: Use -1 for unknown string lengthMatúš Kukan2-5/+6
2014-10-23Remove few pointless OUString::number() and one methodMatúš Kukan3-14/+9
2014-10-23maTokenNames.size() is constant: use it and be a bit fasterMatúš Kukan1-1/+1
2014-10-23FastSerializer: Faster write(OUString): add ascii checkMatúš Kukan1-1/+32
2014-10-23FastSerializer: Simplify a bitMatúš Kukan3-23/+9
2014-10-23Unused includes / using-declarationsMatúš Kukan1-9/+0
2014-10-23Use sc::CompileFormulaContext for faster exportMatúš Kukan7-12/+19
2014-10-23FastSerializer: Use faster TokenValue struct when possibleMatúš Kukan4-14/+58
2014-10-23Use OUStringBuffers for performance reasons.Matúš Kukan1-43/+43
2014-10-23FastSerializer: Simplify cache to be fixed sized bufferMatúš Kukan1-33/+13
2014-10-23This was OString already; use it that wayMatúš Kukan1-5/+4
2014-10-23fdo#84938: replace MENUITEM constants with enumNoel Grandin25-90/+91
2014-10-23WaE: unused parametersTor Lillqvist2-0/+2
2014-10-23loplugin: cstylecastNoel Grandin14-86/+86
2014-10-23loplugin: cstylecastNoel Grandin54-363/+363
2014-10-23loplugin: cstylecastNoel Grandin38-468/+470
2014-10-23loplugin: cstylecastNoel Grandin16-39/+39
2014-10-23loplugin: cstylecastNoel Grandin10-18/+18
2014-10-23loplugin: cstylecastNoel Grandin59-799/+799
2014-10-23loplugin: cstylecastNoel Grandin15-44/+44
2014-10-23loplugin: cstylecastNoel Grandin21-86/+85
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