summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* Get rid of STAR_RESOURCEPATHStephan Bergmann2013-01-301-1/+0
* the name field for SdrShadowColorItem seems to be redundant nowCaolán McNamara2013-01-301-1/+1
* Let's stick with just one variant of ScDocument::GetString()...Kohei Yoshida2013-01-3036-165/+111
* Slightly better way to skip pivot table ranges during spell check.Kohei Yoshida2013-01-294-16/+35
* if no cond format is valid use the existing protection, fdo#58826Markus Mohrhard2013-01-301-1/+3
* make clear that this variable should not be used inside of ScDocumentMarkus Mohrhard2013-01-301-1/+1
* correct indentationMarkus Mohrhard2013-01-301-9/+9
* no user of nVisibleTab inside ScDocument anymoreMarkus Mohrhard2013-01-304-6/+5
* move these methods to ScDocShellMarkus Mohrhard2013-01-305-95/+91
* make some more methods constMarkus Mohrhard2013-01-302-24/+24
* remove these unused static data membersMarkus Mohrhard2013-01-302-8/+0
* ODFF: write RRI as RRI, not ZGZEike Rathke2013-01-301-1/+2
* resolved fdo#60043 write correct IM* function namesEike Rathke2013-01-301-0/+8
* bnc#484599: Prevent pivot table from getting sheared when cells are shifted.Kohei Yoshida2013-01-297-2/+313
* Let's stick with FooCol, FooRow naming as opposed to FooX, FooY.Kohei Yoshida2013-01-291-104/+104
* Boolean cleanup in InsertCells and DeleteCells.Kohei Yoshida2013-01-292-35/+35
* We don't need this hack anymore for unit test.Kohei Yoshida2013-01-294-11/+2
* Bool cleanup with ScEditableTester.Kohei Yoshida2013-01-292-32/+27
* WaE: private field 'nMaxRanges' is not usedTor Lillqvist2013-01-291-1/+0
* osl ensure on the correct member ...Eike Rathke2013-01-291-1/+1
* fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac2013-01-284-100/+75
* no need for the String version of this function anymoreMarkus Mohrhard2013-01-282-10/+1
* remaining ui parts for conditional date formatsMarkus Mohrhard2013-01-283-10/+94
* fdo#46808, Adapt document::*PropertyValues UNO service to new styleNoel Grandin2013-01-284-52/+42
* fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin2013-01-287-10/+10
* Some cppcheck cleaningJulien Nabet2013-01-271-1/+1
* implement conditional date format import/export for ODFMarkus Mohrhard2013-01-275-1/+162
* move SetAccessibleRelationLabeledBy relations into .ui and out of codeCaolán McNamara2013-01-272-19/+20
* we need to parse the cell address after import, fdo#59843Markus Mohrhard2013-01-271-4/+2
* prevent some unnecessary cycles for large cond format rangesMarkus Mohrhard2013-01-271-2/+14
* we need to use SCROW for row numbers, fdo#59894Markus Mohrhard2013-01-271-1/+1
* remove some parametersMarkus Mohrhard2013-01-272-16/+6
* remove unneeded variableMarkus Mohrhard2013-01-272-11/+6
* use isEmpty instead of getLengthMarkus Mohrhard2013-01-272-4/+4
* gbuild: do not copy boost headers aroundMichael Stahl2013-01-2626-4/+52
* remove unnecessary calls to copy c'torMarkus Mohrhard2013-01-261-6/+6
* remove some data members from the classMarkus Mohrhard2013-01-262-11/+4
* this test case must be changed a bitMarkus Mohrhard2013-01-261-1/+1
* fix typoMarkus Mohrhard2013-01-262-5/+5
* show style when dialog is created with existing cond format, fdo#59778Markus Mohrhard2013-01-261-0/+4
* don't use a pointer hereMarkus Mohrhard2013-01-262-20/+10
* stylistic clean-upMarkus Mohrhard2013-01-261-6/+4
* startsWith is much better than indexOf for thisMarkus Mohrhard2013-01-261-2/+2
* fdo#59056: Re-calculate cell anchor position of a pasted drawing object.Kohei Yoshida2013-01-253-2/+14
* export page/cell anchoring for xls drawing objects fdo#58360Noel Power2013-01-251-3/+5
* import page/cell anchoring for xlsx drawing objects fdo#58360Noel Power2013-01-253-11/+31
* import page/cell anchoring for xls drawing ( & ole ) objects fdo#58360Noel Power2013-01-252-2/+12
* Only call getScDocument when neededMarcos Paulo de Souza2013-01-251-1/+1
* improve the tests for cached value importMarkus Mohrhard2013-01-255-27/+36
* improve handling of error cells in cahced value importMarkus Mohrhard2013-01-252-14/+26