summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-23FastSerializer: Have own fast cache buffer implementation for XOutputStreamMatúš 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: Remove throw specs; this is not UNO implementationMatúš Kukan
2014-10-23FastSerializer: Avoid sequences where possibleMatúš Kukan
2014-10-23FastSerializer: Remove escapeXml() creating OUString(Buffer)Matúš Kukan
2014-10-23FastSerializer: Have OString version of write() too.Matúš Kukan
2014-10-23FastSerializer: check for valid output stream in one place is enoughMatúš 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: We already know the attribute valueMatúš Kukan
2014-10-23FastSerializer: Buffer output and write it only at the endMatúš Kukan
2014-10-23fdo#83991 - cleanup whitespace after folding comment removal.Vinicius Vendramini
2014-10-23Duplication of formula/token.hxx codeStephan Bergmann
2014-10-23vcl: fixup outdev.hxx tab spacingChris Sherlock
2014-10-23fdo#78214 - rename of '1.2 extended (compat mode)'Yousuf Philips
2014-10-23kill OUTPATHNorbert Thiebaud
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann
2014-10-23Turn ScToken::checkTextEqual into a free functionStephan Bergmann
2014-10-23Move virtual ScToken members up to FormulaTokenStephan Bergmann
2014-10-23Make ScToken::GetSingleRef etc. return * instead of &Stephan Bergmann
2014-10-23Turn virtual ScToken::Dump into a single free function DumpTokenStephan Bergmann
2014-10-23loplugin:saloverrideStephan Bergmann
2014-10-23Turn static ScToken::ExtendRangeReference into free functionStephan Bergmann
2014-10-23Move FormulaToken::TextEqual overrides down into specific subclassesStephan Bergmann
2014-10-23gcc4.7.3 complains about the assertsNoel Grandin
2014-10-23sw: fix undefined casts of SwTxtInputFldMichael Stahl
2014-10-22Reduce scopes and add some whitespaces.Kohei Yoshida
2014-10-22Describe text animation types.Kohei Yoshida
2014-10-22SetObjectItemSet() eventually calls NbcAdjustTextFrameWidthAndHeight().Kohei Yoshida
2014-10-22AdoptTextMinSize() calls NbcAdjustTextFrameWidthAndHeight() at the end.Kohei Yoshida
2014-10-22Reduce scope level & Annotate the code a bit.Kohei Yoshida
2014-10-22Remove local variables that are no longer used.Kohei Yoshida
2014-10-22Method descriptions.Kohei Yoshida
2014-10-22Inlining make no sense for virtual functions.Kohei Yoshida
2014-10-22GetSymName() not used.Kohei Yoshida
2014-10-22GetNameAsString() identical to GetName(). Remove this and use GetName().Kohei Yoshida
2014-10-22( void ) -> ()Kohei Yoshida
2014-10-22Be sure to copy the cell text attributes values to and from clip.Kohei Yoshida
2014-10-22Set script type to latin for formula cells with numeric results.Kohei Yoshida
2014-10-22Exit early in case the column has no cell notes to copy to destination.Kohei Yoshida
2014-10-22Set latin script to numeric blocks of applicable columns.Kohei Yoshida
2014-10-22Check for standard number format rather than just for 'General'.Kohei Yoshida
2014-10-22Move this useful function to sc::NumFmtUtil.Kohei Yoshida
2014-10-22Try to determine whether or not a column has all 'General' number formatKohei Yoshida
2014-10-22Move SetAttrEntries from ScDocument to ScDocumentImport.Kohei Yoshida
2014-10-22Update all script types in the marked ranges up-front.Kohei Yoshida
2014-10-22Annotate FindEditCellsHandler.Kohei Yoshida
2014-10-22Store height array to RowHeightContext and reduce function arg counts.Kohei Yoshida