summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-23kill OUTPATHNorbert Thiebaud16-126/+90
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 Bergmann4-92/+86
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-23gcc4.7.3 complains about the assertsNoel Grandin1-2/+2
2014-10-23sw: fix undefined casts of SwTxtInputFldMichael Stahl23-114/+155
2014-10-22Reduce scopes and add some whitespaces.Kohei Yoshida1-121/+190
2014-10-22Describe text animation types.Kohei Yoshida1-9/+10
2014-10-22SetObjectItemSet() eventually calls NbcAdjustTextFrameWidthAndHeight().Kohei Yoshida2-4/+0
2014-10-22AdoptTextMinSize() calls NbcAdjustTextFrameWidthAndHeight() at the end.Kohei Yoshida1-10/+0
2014-10-22Reduce scope level & Annotate the code a bit.Kohei Yoshida1-35/+43
2014-10-22Remove local variables that are no longer used.Kohei Yoshida1-8/+8
2014-10-22Method descriptions.Kohei Yoshida1-1/+4
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
2014-10-22Try to determine whether or not a column has all 'General' number formatKohei Yoshida11-35/+159
2014-10-22Move SetAttrEntries from ScDocument to ScDocumentImport.Kohei Yoshida12-38/+81
2014-10-22Update all script types in the marked ranges up-front.Kohei Yoshida1-0/+2
2014-10-22Annotate FindEditCellsHandler.Kohei Yoshida1-4/+15
2014-10-22Store height array to RowHeightContext and reduce function arg counts.Kohei Yoshida5-34/+45
2014-10-22Set rotation reference directly via internal API.Kohei Yoshida2-9/+23
2014-10-22Set cell style name to the document directly, bypassing the UNO API.Kohei Yoshida3-6/+46
2014-10-22i#84172 RTF import: handle nested groups inside redlinesMiklos Vajna2-0/+16
2014-10-22fdo#84844 Sidebar: Use SvxColorToolBoxControl for paragraph colorMaxim Monastirsky7-140/+4
2014-10-22Related: fdo#84844 Support of Sidebar wide buttons in SvxColorToolBoxControlMaxim Monastirsky2-1/+32
2014-10-22scp2: fix language codes for sr-Latn and ca-valenciaAndras Timar1-5/+5
2014-10-22Bin unused version.map fileTor Lillqvist1-25/+0
2014-10-22WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist1-8/+8
2014-10-22WaE: Unreferenced function definitionTor Lillqvist1-28/+0
2014-10-22Revert "PythonTest_dbaccess_python: don't modify source document"Michael Stahl1-5/+0
2014-10-22unusedcode: Remove Deflater::setLevelMatúš Kukan2-64/+17
2014-10-22Match also "debug" lines (for instance from SAL_DEBUG)Tor Lillqvist1-1/+1
2014-10-22fdo#85324 Prioritize writerglobal8_template detectionMaxim Monastirsky1-0/+1
2014-10-22framework, unotest: do not override UserInstallation from environmentMichael Stahl2-10/+3
2014-10-22remove original and unused word for windows 1 filterCaolán McNamara14-6318/+2
2014-10-22Resolves: ooo#40683 support word for windows 1Caolán McNamara9-24/+47
2014-10-22callcatcher: update unused codeCaolán McNamara30-387/+53