summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
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
2014-10-21sc: remove duplicate test methods from ScTableSheetsObjMichael Stahl
2014-10-21sc: fix temp file leak in ScTableSheetObjMichael Stahl
2014-10-21conversion to double should not be necessaryDavid Tardon
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin
2014-10-21nShearWink -> nShearAngleMiklos Vajna
2014-10-20fdo#78826 HIG: missing colons and capitalization in scAdolfo Jayme Barrientos
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin
2014-10-18fdo#82047: Correctly adjust references in range names on row deletion.Kohei Yoshida
2014-10-18fdo#82047: Write test for this.Kohei Yoshida
2014-10-18NamedExpression is too lengthy. Let's just call it 'Name'. We'll know.Kohei Yoshida
2014-10-18fdo#39468 Translate German Comments - sc/source/filter/{lotus,rtf}Christian M. Heller
2014-10-17fdo#80284: Avoid broadcasting during cell delete & shift.Kohei Yoshida
2014-10-17fdo#80284: Write test for this first.Kohei Yoshida
2014-10-17Move these tests to ucalc_formula.cxx.Kohei Yoshida
2014-10-17Consistency around SdrAngleItem in svx/sxciaitm.hxxStephan Bergmann
2014-10-16fdo#73080: Fix the single cell reference cases as well.Kohei Yoshida
2014-10-16fdo#73080: Write another test case for single cell reference cases.Kohei Yoshida