summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-10-27fdo#85282: Correct adjustment of range reference on delete & shift.Kohei Yoshida1-6/+61
2014-10-27sc: assert SfxPoolItem::operator==Michael Stahl7-19/+19
2014-10-27fdo#84844 Sidebar: Use SvxColorToolBoxControl for cell fill colorMaxim Monastirsky7-120/+2
2014-10-27fdo#84938: replace KEYTYPE_ constants with enumNoel Grandin2-3/+3
2014-10-26fdo#85215: Write test for this.Kohei Yoshida2-0/+110
2014-10-26fdo#85215: Don't adjust references wrt cell position when disabled.Kohei Yoshida2-4/+6
2014-10-25bnc#893791 XLS export: external sheet references on Linux/OSXAndras Timar3-0/+32
2014-10-25typo: uesd -> usedAndras Timar1-1/+1
2014-10-25coverity#1242671 Untrusted value as argumentCaolán McNamara1-8/+11
2014-10-24coverity#1242427 Explicit null dereferencedCaolán McNamara1-1/+1
2014-10-24coverity#1242428 Explicit null dereferencedCaolán McNamara1-1/+1
2014-10-24Related: fdo#84844 Support fill color in SvxColorToolBoxControlMaxim Monastirsky1-0/+1
2014-10-24Register the item type based on the SIDMaxim Monastirsky1-1/+1
2014-10-24coverity#1000601 Dereference after null checkCaolán McNamara1-1/+1
2014-10-24loplugin: cstylecastNoel Grandin2-5/+5
2014-10-24fdo#73617 sc: Don't update the gui during live previewMaxim Monastirsky1-1/+0
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky63-283/+289
2014-10-23Fraction: Revert "do not forward-declare templates"Jan Holesovsky3-5/+3
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky61-218/+218
2014-10-23Fraction: Revert "conversion to double should not be necessary"Jan Holesovsky1-7/+3
2014-10-23Avoid left shift of negative values (ubsan)Stephan Bergmann1-4/+4
2014-10-23Avoid left shift of negative values (ubsan)Stephan Bergmann1-6/+8
2014-10-23ATTR_VALUE_FORMAT is an SfxUInt32ItemStephan Bergmann1-1/+1
2014-10-23Use sc::CompileFormulaContext for faster exportMatúš Kukan7-12/+19
2014-10-23Use OUStringBuffers for performance reasons.Matúš Kukan1-43/+43
2014-10-23loplugin: cstylecastNoel Grandin14-86/+86
2014-10-23loplugin: cstylecastNoel Grandin54-363/+363
2014-10-23loplugin: cstylecastNoel Grandin33-458/+460
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-23FastSerializer: Buffer output and write it only at the endMatúš Kukan2-2/+7
2014-10-23Duplication of formula/token.hxx codeStephan Bergmann1-10/+0
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 Bergmann2-92/+0
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-22Inlining make no sense for virtual functions.Kohei Yoshida2-30/+93
2014-10-22GetSymName() not used.Kohei Yoshida1-2/+0
2014-10-22GetNameAsString() identical to GetName(). Remove this and use GetName().Kohei Yoshida2-5/+3
2014-10-22( void ) -> ()Kohei Yoshida2-19/+19
2014-10-22Be sure to copy the cell text attributes values to and from clip.Kohei Yoshida2-4/+73
2014-10-22Set script type to latin for formula cells with numeric results.Kohei Yoshida3-9/+60
2014-10-22Exit early in case the column has no cell notes to copy to destination.Kohei Yoshida1-0/+4
2014-10-22Set latin script to numeric blocks of applicable columns.Kohei Yoshida1-8/+58
2014-10-22Check for standard number format rather than just for 'General'.Kohei Yoshida8-13/+25
2014-10-22Move this useful function to sc::NumFmtUtil.Kohei Yoshida3-26/+49