summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2014-10-24Related: fdo#84844 Support fill color in SvxColorToolBoxControlMaxim Monastirsky
2014-10-24Register the item type based on the SIDMaxim Monastirsky
2014-10-24coverity#1000601 Dereference after null checkCaolán McNamara
2014-10-24loplugin: cstylecastNoel Grandin
2014-10-24fdo#73617 sc: Don't update the gui during live previewMaxim Monastirsky
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-23Fraction: Revert "conversion to double should not be necessary"Jan Holesovsky
2014-10-23Avoid left shift of negative values (ubsan)Stephan Bergmann
2014-10-23Avoid left shift of negative values (ubsan)Stephan Bergmann
2014-10-23ATTR_VALUE_FORMAT is an SfxUInt32ItemStephan Bergmann
2014-10-23Use sc::CompileFormulaContext for faster exportMatúš Kukan
2014-10-23Use OUStringBuffers for performance reasons.Matúš Kukan
2014-10-23loplugin: cstylecastNoel Grandin
2014-10-23loplugin: cstylecastNoel Grandin
2014-10-23loplugin: cstylecastNoel Grandin
2014-10-23coverity#1242587 Untrusted value as argumentCaolán McNamara
2014-10-23coverity#1242599 Untrusted loop boundCaolán McNamara
2014-10-23FastSerializer: Buffer output and write it only at the endMatúš Kukan
2014-10-23Duplication of formula/token.hxx codeStephan Bergmann
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-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
2014-10-22Set rotation reference directly via internal API.Kohei Yoshida
2014-10-22Set cell style name to the document directly, bypassing the UNO API.Kohei Yoshida
2014-10-22callcatcher: update unused codeCaolán McNamara
2014-10-22Remove unused FormulaToken::Is3DRefStephan Bergmann
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist
2014-10-21fdo#83579 - 'Extrusion On/Off' should be added to Fontwork toolbarYousuf Philips