summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | No need to make a duplicate of ScDPObject.
* -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
|
* Properly transfer layout and subtotal names before and after the dialog.Kohei Yoshida2012-02-227-49/+68
|
* Reduce scope level.Kohei Yoshida2012-02-221-42/+44
|
* Correctly generate data field dimensions when pressing OK.Kohei Yoshida2012-02-224-35/+42
|
* Correctly display layout name of data fields.Kohei Yoshida2012-02-224-30/+29
|
* Separate initialization of data field buttons.Kohei Yoshida2012-02-222-25/+38
|
* Only show original dimensions in the select window.Kohei Yoshida2012-02-224-7/+16
|
* Return original dimension position via UNO in case it's a duplicate.Kohei Yoshida2012-02-223-4/+11
|
* Removed virtual-ness from effectively non-virtual functions.Kohei Yoshida2012-02-222-28/+10
|
* auto_ptr to boost::scoped_ptr.Kohei Yoshida2012-02-222-12/+8
|
* Scope reduction.Kohei Yoshida2012-02-221-69/+71
|
* Some cleanups.Kohei Yoshida2012-02-224-27/+22
| | | | | | | * No source column offset since we only store 0-based field index everywhere now. * No more function count since each pivot field can only have one function.
* String and bool conversion.Kohei Yoshida2012-02-222-6/+6
|
* This is no longer true.Kohei Yoshida2012-02-221-1/+0
|
* Use ptr_vector for ScDPLabelData vector.Kohei Yoshida2012-02-2211-29/+24
|
* Use ptr_vector to replace vector with shared_ptr inside.Kohei Yoshida2012-02-222-32/+30
|
* String and bool conversion.Kohei Yoshida2012-02-222-51/+51
|
* Don't up the duplicate count when launching the options dialog.Kohei Yoshida2012-02-224-9/+39
|
* Alloow pivot table layout dialog to have duplicate data fields.Kohei Yoshida2012-02-229-172/+305
|
* avoid temporary rtl::OUStringTakeshi Abe2012-02-237-36/+36
|
* resolved fdo#45239 EasyHack: use PNG instead of JPG in Calc to HTML exportJosh Heidenreich2012-02-221-1/+1
|
* fdo#37210 - UI: Calc usability improvement: Merge cells on right mouse clickGreggory Hernandez2012-02-221-0/+6
|
* fix misleading comment caused by previous commitLuboš Luňák2012-02-221-1/+1
|
* WaE: duplicateBranch and unused varThomas Arnhold2012-02-211-4/+0
|
* WaE: duplicateBranch and use sal_FalseThomas Arnhold2012-02-211-6/+1
|
* WaE: C4610: class 'ScVbaCommentShape' can never be instantiatedCaolán McNamara2012-02-214-91/+0
|
* fdo#44611 writer: paragraph background color picker with split buttonWinfried Donkers2012-02-212-2/+2
|
* add test case for old password algorithm, related fdo#45171Markus Mohrhard2012-02-212-5/+22
|
* Fix most of the build with --disable-database-connectivityRiccardo Magliocchetti2012-02-211-4/+2
|
* More clever way to filter out component files for libs not builtTor Lillqvist2012-02-214-12/+6
| | | | | | I.e. BASIC stuff for iOS and database connectivity stuff when using --disable-database-connectivity. All of this quite experimental so far, using the latter will break your build.
* Filter out stuff not built for iOSTor Lillqvist2012-02-215-7/+14
|
* don't add empty categories, fdo#46332Markus Mohrhard2012-02-211-1/+1
|
* unusedcode.easy: some cleaningThomas Arnhold2012-02-206-55/+0
|
* Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe2012-02-214-6/+6
| | | | to equalsIgnoreAsciiCaseAscii("...")
* gb_JunitTest_JunitTest takes only one argumentStephan Bergmann2012-02-202-2/+2
|
* Remove unused codePetr Vorel2012-02-204-44/+0
|
* Remove unused code in XclExpNameSantiago Martinez2012-02-201-7/+0
|
* Remove unused code in XclRoot.Santiago Martinez2012-02-202-20/+0
|
* add testRefresh to ScDatabaseRangeObj, related fdo#44167Markus Mohrhard2012-02-192-1/+2
|
* Get rid of size() == 0Elton Chung2012-02-194-7/+7
|
* adapt ScDataPilotTableObj test to XDataPilotTable2 changesMarkus Mohrhard2012-02-191-1/+12
|
* remove ScNamedRangeObj from java based testsMarkus Mohrhard2012-02-191-0/+2
|
* add XCellRangeReferrer test to ScRangeNameObjMarkus Mohrhard2012-02-191-4/+7
| | | | now ScRangeNameObj is fully tested by c++ tests
* add XNamed test to ScNamedRangeMarkus Mohrhard2012-02-194-13/+32
|