summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-02-23Unify indentationTor Lillqvist4-245/+245
2012-02-23Remove unused code in ScUserListSantiago Martinez2-12/+0
2012-02-23cppcheck: fix "possible null dereference" in ScMyCellInfo::CreateCell.Catalin Iacob1-18/+15
2012-02-23Translation of German comments in sc html filter (htmlexp2.cxx)Josh Heidenreich1-5/+11
2012-02-22WaE unitialized variableNorbert Thiebaud1-1/+1
2012-02-22Scope reduction.Kohei Yoshida1-54/+51
2012-02-22Slight cleanup.Kohei Yoshida1-6/+4
2012-02-22-Werror=unused-but-set-variableStephan Bergmann1-3/+1
2012-02-22No sense making a copy when you don't modify it.Kohei Yoshida1-8/+6
2012-02-22More string and bool conversion.Kohei Yoshida2-14/+14
2012-02-22Properly transfer layout and subtotal names before and after the dialog.Kohei Yoshida7-49/+68
2012-02-22Reduce scope level.Kohei Yoshida1-42/+44
2012-02-22Correctly generate data field dimensions when pressing OK.Kohei Yoshida4-35/+42
2012-02-22Correctly display layout name of data fields.Kohei Yoshida4-30/+29
2012-02-22Separate initialization of data field buttons.Kohei Yoshida2-25/+38
2012-02-22Only show original dimensions in the select window.Kohei Yoshida4-7/+16
2012-02-22Return original dimension position via UNO in case it's a duplicate.Kohei Yoshida3-4/+11
2012-02-22Removed virtual-ness from effectively non-virtual functions.Kohei Yoshida2-28/+10
2012-02-22auto_ptr to boost::scoped_ptr.Kohei Yoshida2-12/+8
2012-02-22Scope reduction.Kohei Yoshida1-69/+71
2012-02-22Some cleanups.Kohei Yoshida4-27/+22
2012-02-22String and bool conversion.Kohei Yoshida2-6/+6
2012-02-22This is no longer true.Kohei Yoshida1-1/+0
2012-02-22Use ptr_vector for ScDPLabelData vector.Kohei Yoshida11-29/+24
2012-02-22Use ptr_vector to replace vector with shared_ptr inside.Kohei Yoshida2-32/+30
2012-02-22String and bool conversion.Kohei Yoshida2-51/+51
2012-02-22Don't up the duplicate count when launching the options dialog.Kohei Yoshida4-9/+39
2012-02-22Alloow pivot table layout dialog to have duplicate data fields.Kohei Yoshida9-172/+305
2012-02-23avoid temporary rtl::OUStringTakeshi Abe7-36/+36
2012-02-22resolved fdo#45239 EasyHack: use PNG instead of JPG in Calc to HTML exportJosh Heidenreich1-1/+1
2012-02-22fdo#37210 - UI: Calc usability improvement: Merge cells on right mouse clickGreggory Hernandez1-0/+6
2012-02-22fix misleading comment caused by previous commitLuboš Luňák1-1/+1
2012-02-21WaE: duplicateBranch and unused varThomas Arnhold1-4/+0
2012-02-21WaE: duplicateBranch and use sal_FalseThomas Arnhold1-6/+1
2012-02-21WaE: C4610: class 'ScVbaCommentShape' can never be instantiatedCaolán McNamara4-91/+0
2012-02-21fdo#44611 writer: paragraph background color picker with split buttonWinfried Donkers2-2/+2
2012-02-21add test case for old password algorithm, related fdo#45171Markus Mohrhard2-5/+22
2012-02-21Fix most of the build with --disable-database-connectivityRiccardo Magliocchetti1-4/+2
2012-02-21More clever way to filter out component files for libs not builtTor Lillqvist4-12/+6
2012-02-21Filter out stuff not built for iOSTor Lillqvist5-7/+14
2012-02-21don't add empty categories, fdo#46332Markus Mohrhard1-1/+1
2012-02-20unusedcode.easy: some cleaningThomas Arnhold6-55/+0
2012-02-21Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe4-6/+6
2012-02-20gb_JunitTest_JunitTest takes only one argumentStephan Bergmann2-2/+2
2012-02-20Remove unused codePetr Vorel4-44/+0
2012-02-20Remove unused code in XclExpNameSantiago Martinez1-7/+0
2012-02-20Remove unused code in XclRoot.Santiago Martinez2-20/+0
2012-02-19add testRefresh to ScDatabaseRangeObj, related fdo#44167Markus Mohrhard2-1/+2
2012-02-19Get rid of size() == 0Elton Chung4-7/+7
2012-02-19adapt ScDataPilotTableObj test to XDataPilotTable2 changesMarkus Mohrhard1-1/+12