summaryrefslogtreecommitdiffstats
path: root/sc/source
Commit message (Expand)AuthorAgeFilesLines
* 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-289-166/+170
* Fix indentation.Kohei Yoshida2012-02-281-150/+150
* Simplified it a bit.Kohei Yoshida2012-02-282-18/+23
* AddLabel to take string as its argument.Kohei Yoshida2012-02-281-7/+6
* We only use the string part. Let's make it more obvious.Kohei Yoshida2012-02-281-7/+7
* 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-271-3/+4
* Fixed up several issues with the new formula options handler.Kohei Yoshida2012-02-274-77/+104
* Splitting ScDocument::SetDocOptions, moved new SetFormulaOptions to ScDocShellAlbert Thuswaldner2012-02-275-39/+33
* Moving misplaced Formula options from ScDocOptions to ScAppOptionsAlbert Thuswaldner2012-02-277-279/+387
* Removed unused code.Petr Vorel2012-02-278-52/+0
* merge GetString variantsCaolán McNamara2012-02-2730-171/+121
* 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-251-2/+9
* boolean cleanup in ScDPOutput.Kohei Yoshida2012-02-251-59/+57
* ScDPOutput is now String-free.Kohei Yoshida2012-02-252-39/+41
* 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-242-6/+29
* Properly tally original/duplicate dimension name counts.Kohei Yoshida2012-02-243-14/+70
* Ensure that the save dimension and regular dimension have identical name.Kohei Yoshida2012-02-241-21/+50
* More scope reduction by early bail-out.Kohei Yoshida2012-02-241-45/+42
* Scope reduction.Kohei Yoshida2012-02-241-172/+172
* Remove unused code in ScUserListSantiago Martinez2012-02-231-10/+0
* cppcheck: fix "possible null dereference" in ScMyCellInfo::CreateCell.Catalin Iacob2012-02-231-18/+15
* Translation of German comments in sc html filter (htmlexp2.cxx)Josh Heidenreich2012-02-231-5/+11
* WaE unitialized variableNorbert Thiebaud2012-02-221-1/+1
* Scope reduction.Kohei Yoshida2012-02-221-54/+51
* Slight cleanup.Kohei Yoshida2012-02-221-6/+4
* -Werror=unused-but-set-variableStephan Bergmann2012-02-221-3/+1
* No sense making a copy when you don't modify it.Kohei Yoshida2012-02-221-8/+6
* More string and bool conversion.Kohei Yoshida2012-02-222-14/+14