summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* there is no need any more for CloneWith[out]NoteMarkus Mohrhard2012-03-0114-56/+46
* use the correct db range for the copy, fdo#46712Markus Mohrhard2012-03-011-1/+1
* don't try to update the range names twiceMarkus Mohrhard2012-03-011-79/+0
* use correct source tableMarkus Mohrhard2012-03-011-1/+1
* fix some iterator misuse in the new notes handlingMarkus Mohrhard2012-03-011-32/+80
* only delete notes if correct flag is passedMarkus Mohrhard2012-03-011-2/+2
* Some initial DISABLE_SCRIPTING ifdefsTor Lillqvist2012-03-013-1/+20
* some more fixes to get note handling backMarkus Mohrhard2012-02-296-15/+55
* remove mpNote: fix copy/pasteMarkus Mohrhard2012-02-294-3/+23
* remove mpNote from ScBaseCellMarkus Mohrhard2012-02-2943-532/+625
* WaE: C4805: '!=' : unsafe mix of type 'bool' and type 'const sal_Bool'Caolán McNamara2012-02-291-1/+1
* Fixed incorrect truncation of text in field button.Kohei Yoshida2012-02-281-1/+1
* Properly prefixed members of ScDPNumGroupInfo.Kohei Yoshida2012-02-2810-177/+179
* Fix indentation.Kohei Yoshida2012-02-281-150/+150
* Simplified it a bit.Kohei Yoshida2012-02-283-19/+24
* AddLabel to take string as its argument.Kohei Yoshida2012-02-282-8/+7
* We only use the string part. Let's make it more obvious.Kohei Yoshida2012-02-282-8/+9
* Using hash set for this would be more appropriate.Kohei Yoshida2012-02-281-16/+32
* bnc#520828: Correctly import fields with same name in excel's pivot tables.Kohei Yoshida2012-02-281-2/+1
* German Comments translations.Albert Thuswaldner2012-02-282-41/+34
* SfxStyleSheet needs a default ctorCaolán McNamara2012-02-281-6/+6
* Consolidate code that insert new dimensions.Kohei Yoshida2012-02-271-4/+2
* Correctly import ref type (aka display type) of data fields.Kohei Yoshida2012-02-271-30/+30
* Import field as hidden field only when the axes type is 0.Kohei Yoshida2012-02-271-1/+1
* Fix exporting pivot tables to xls esp wrt exporting duplicate data fields.Kohei Yoshida2012-02-272-4/+6
* Fixed up several issues with the new formula options handler.Kohei Yoshida2012-02-275-77/+105
* Splitting ScDocument::SetDocOptions, moved new SetFormulaOptions to ScDocShellAlbert Thuswaldner2012-02-275-39/+33
* Moving misplaced Formula options from ScDocOptions to ScAppOptionsAlbert Thuswaldner2012-02-2710-316/+421
* s/interpreters/scripting/Tor Lillqvist2012-02-271-1/+1
* CRLF to LF, no code changedKorrawit Pruegsanusak2012-02-271-337/+337
* Removed unused code.Petr Vorel2012-02-278-52/+0
* merge GetString variantsCaolán McNamara2012-02-2731-182/+128
* Decouple disabling of scripting (BASIC &co) from OS being iOSTor Lillqvist2012-02-271-1/+1
* Avoid temporary rtl::OUStringTakeshi Abe2012-02-252-12/+12
* Show column/row grand totals only when at least one column/row field exists.Kohei Yoshida2012-02-252-12/+13
* boolean cleanup in ScDPOutput.Kohei Yoshida2012-02-252-72/+74
* ScDPOutput is now String-free.Kohei Yoshida2012-02-253-47/+49
* File scope local method in anonymous namespace.Kohei Yoshida2012-02-251-0/+4
* Untangled the code a bit.Kohei Yoshida2012-02-242-64/+66
* fdo#40320: Insert only a placeholder since the caller relies on this behavior.Kohei Yoshida2012-02-241-2/+3
* fdo#40320: Correctly import data point formats in data series.Kohei Yoshida2012-02-241-2/+3
* -Werror=unused-parameterStephan Bergmann2012-02-244-117/+11
* fix core when clicking on entries in Manage Names dialog in calc fdo#46568Noel Power2012-02-241-0/+18
* Removed MSFilterTracer and all references to itSzabolcs Dezsi2012-02-243-20/+2
* Corrected comment.Kohei Yoshida2012-02-241-3/+3
* Now we only allow one function per data field.Kohei Yoshida2012-02-243-6/+5
* Use SUM function by default in case nothing is selected.Kohei Yoshida2012-02-241-0/+2
* ???Kohei Yoshida2012-02-241-1/+1
* Use a dedicated method instead of manually removing trailing '*'s.Kohei Yoshida2012-02-243-10/+9
* Modify dup count correctly when dimensions are removed.Kohei Yoshida2012-02-243-6/+31