summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)AuthorFilesLines
2012-06-02targeted string re-workNorbert Thiebaud3-18/+18
Change-Id: If3717bae537653de0bc7a0e6c62a4203a9b93f8d
2012-06-02no need for "> 0"Ivan Timofeev1-1/+1
Change-Id: Ie7d4eaffd8e80b6b5c5d11b4e2f255ee7786b5e7
2012-06-01use isEmpty instead of getLength == 0Markus Mohrhard1-1/+1
Change-Id: I755711cabae8e9a7b6f3d60658580a49fdebab8e
2012-06-01Remove ScDocFunc calls and unnecessary checks from ODS import for merged cellsDaniel Bankston2-64/+8
It seems only one line was actually needed from ScDocFunc::MergeCells() during ODS import, which was the call to ScDocument::DoMerge(). Also, IsMerged() and unmerging is not needed during ODS import. Change-Id: Ieec5abf8c4c8ce52df16cece77ffe1a1574e6397
2012-06-01Remove header includes that are no longer used.Daniel Bankston1-3/+0
Change-Id: I7096ab8f3b90a6235ae6efe7c42676f167d2d39b
2012-06-01Remove ScDocFunc layer on ODS import for matricesDaniel Bankston1-11/+15
Also, since it is unnecessary during import, removed code path where ScDocFunc::DeleteContents is called. Change-Id: Iafe2e261d27d674be6d5ec7f26edccc218879598
2012-06-01Remove unnecessary code in ODS import for matrix and mergeDaniel Bankston3-80/+24
MyScTables matrix methods and ScXMLTableRowCellContext merge methods used getCellRangePosition() (that was adopted from ScCellRangeObj) which contains logic that is no longer necessary since since the UNO calls have been converted to direct Sc calls. Change-Id: Ibfa335860d142effb120d3e4f28a36d3d3c58666
2012-06-01Convert ScMyTables matrix methods to use direct Sc callsDaniel Bankston3-44/+68
Change-Id: I345d938b80e5c68f9db20cf032fed9966df44936
2012-06-01Make suggested code style changesDaniel Bankston3-68/+56
Change-Id: I9cd71b78098adc6b0fee1139ffb1a1202d9981dc
2012-06-01Convert ODS import merge methods to use direct Sc callsDaniel Bankston4-53/+117
During ODS import, ScXMLTableRowCellContext::DoMerge() and ScXMLTableRowCellContext::IsMerged() are used to handle merged cells. These methods now use direct Sc calls instead of UNO calls. Change-Id: Ie9a0cd743aca67ee8bc841c2c2133ad67444efca
2012-06-01Missing initializationStephan Bergmann1-1/+2
...which could cause cells in r/o Calc documents to be editable Change-Id: I2be0e23119cf8424123007a0440a615aaaa6c50b
2012-06-01targetted revert of minor german comment translationMichael Meeks1-40/+40
Change-Id: I4600f8c8d7bb6f5723a33f3022e312c030e0f68a
2012-06-01targeted string re-workNorbert Thiebaud14-432/+430
Change-Id: I970c967cce1a5d18e2b9b2b99cddfb3118159950
2012-05-31Rename this option to make it sound more generic.Kohei Yoshida12-45/+45
There may be other functions other than INDIRECT that take a string reference. If so, we could re-use this option for those functions as well. Change-Id: I1e756298a094aa8197f578cb992904b7af5b2e4d
2012-05-31targetted revert of tiny unused method cleanupMichael Meeks2-0/+6
Change-Id: I77cab69660aa073eea6eae83822ea875d387fd79
2012-05-31targetted SAL_N_ELEMENTS reversion.Michael Meeks15-20/+22
Change-Id: I58636bc87bc17ff2b35621ad554bd05f5c1dab20
2012-05-31targetted minor size vs. empty reversionMichael Meeks3-3/+3
Change-Id: Icf49ed7746a4325e626976ce376762804d0c82be
2012-05-31Revert "Revert "fdo#50183 Use one sheet as default in Calc""Stephan Bergmann1-1/+1
This reverts commit 3e07bdfce6ef700a94868ccc03268aa005c295b8. The problems with the tests still assuming three sheets by default have now been addressed.
2012-05-31Fix up unit tests that assumed two or more sheets per defaultStefan Knorr (astron)2-0/+7
2012-05-30Unit test for INDIRECT function with different configurations.Kohei Yoshida2-0/+90
Change-Id: I8605a575ed37fc48554d31ee823ea42ea3a771d1
2012-05-31nuke unused typedefTakeshi Abe1-1/+0
Change-Id: I8848d0e687c3b19be1a8bc1f41c2a0c94e13bbbf
2012-05-30Pushing the controls in the Formula options page back up by 6 pts.Kohei Yoshida1-16/+16
Apparently someone silently fixed this properly in the main Options dialog code... Change-Id: I90eaf09001f00fe177852d0b27bd96b0733550ef
2012-05-30Share common localized strings: Calc A1, Excel A1, and Excel R1C1.Kohei Yoshida6-13/+36
Change-Id: Ia3fbdd8770ca2e2a0125bd39550ab44c1776e6d8
2012-05-30Reset the calc settings to default when the 'Default' button is checked.Kohei Yoshida3-0/+13
Change-Id: Ia7eda2d9ff29b5997654fef1a01d637f474b06cc
2012-05-30Localize a string & more efficient list value update.Kohei Yoshida4-19/+42
Change-Id: I061ded32454d2aca1eea7ad586de815d34cf386a
2012-05-30Get the sub dialog functional.Kohei Yoshida4-23/+90
Change-Id: Ib3311f64417b68cf94505aeb7f8b153cf5fcdbff
2012-05-30Pass the config data to the sub-dialog.Kohei Yoshida3-4/+9
Change-Id: I7d5e5cd22a64446c379446372f29bf1c597bd783
2012-05-30Create a common struct for interpreter config options.Kohei Yoshida9-20/+118
And use it both in the core interpreter and the configuration UI. Change-Id: Ia2a16fcb53025840d906864b564255cd3c53e8e9
2012-05-30Update the buttons for calc settings on various events.Kohei Yoshida3-3/+35
Change-Id: Icd9de3b714da29df95912ff27b25223c306f1962
2012-05-30Get the current decimal separator from ScGlobal.Kohei Yoshida1-7/+1
Change-Id: I6d7bf97d856272810d8ef5eb382d7b299b74d16e
2012-05-30Reset option.Kohei Yoshida1-0/+3
Change-Id: Id800b3590425ddb3cc804dabf842b700dc27db43
2012-05-30Use the new option when interpreting INDIRECT function.Kohei Yoshida6-13/+94
Change-Id: Ic9ba214e5bbee64287934437fcdb63117a1146f6
2012-05-30Allow editing of enumerated option value.Kohei Yoshida4-12/+44
Still lots of things are hard-coded. Change-Id: I34512d87431082d35130954c6818c65bc3c18966
2012-05-30Added options list and other misc stuff.Kohei Yoshida4-4/+149
Change-Id: Idd7b8823a26e2a272d911c097dbde350092ec0e8
2012-05-30New skeleton dialog for detailed calculation settings.Kohei Yoshida9-1/+194
This dialog is launched from the Formula options dialog. Change-Id: I554de0f7d376803f2e94907aa78648708b8f6b84
2012-05-30New controls in formula option page to change calculation settings.Kohei Yoshida4-0/+41
Change-Id: I4743cfc75796a989657afbbc3efc14dfe9f8c114
2012-05-30calc input line: Fix the size on Windows.Jan Holesovsky2-3/+2
Change-Id: Iac102ad3794b8959fb219094a9db6345990c4883
2012-05-30don't rotate calc shapes if twoCellAnchor, partial fix bnc#762542Noel Power1-0/+4
Change-Id: I3ccf6d87db2e9c33f2adaf92e138018f2e27528b
2012-05-30fix missing form control, partial fix for fdo#49430Noel Power1-0/+1
Change-Id: I7a0dd3d6e25a48449941e258ea5a16a247a8fe05
2012-05-29Revert "fdo#50183 Use one sheet as default in Calc"Stephan Bergmann1-1/+1
This reverts commit 9a7d3d47d9b4d57b0c7380eadb294add4245ba3a. It caused various tests in sc/JunitTest_sc_complex and sc/JunitTest_sc_unoapi to fail, which apparently implicitly depend on three instead of one sheets per default in Calc.
2012-05-29WaE: converting to non-pointer type 'long long int' from NULLDavid Tardon1-1/+1
Change-Id: I9d603c0d5c4920d148ec15d6368e89f9c037c26a
2012-05-28status bar: Standardize the size of modification status to '9' everywhere.Jan Holesovsky1-1/+1
Change-Id: Ic5f8473fb5edaa84cdcd5a6cb563c6a5c4fadea3
2012-05-28status bar: Fix status selection menu drawing in Calc.Jan Holesovsky1-1/+1
Change-Id: I4198e1a827104eace62e5c39a7aee15d17471c35
2012-05-28calc input line: Native rendering of the input line.Jan Holesovsky2-44/+35
[Including few adjustments in the way the scrollbar is being calculated.] Change-Id: I247ee139864a119bdec9dead64e51d9aace385ff
2012-05-25Unbreak the formula options page by pushing all controls down by 6 pt.Kohei Yoshida1-12/+12
Change-Id: I1d1846d4e7797dfd5c327dd4305e6d6632e8e8d0
2012-05-26use the smaller version for data barsMarkus Mohrhard1-4/+4
Change-Id: I439b3fa34fca3bca4f6342f606ddcad01cb5b78f
2012-05-26support remaining data bar attributes in odf import/exportMarkus Mohrhard4-8/+69
Change-Id: I6fdf7a6158002003938ee039152d582776aba5db
2012-05-25import new conditional format informationMarkus Mohrhard9-9/+817
Change-Id: Iaa16792a74a3e33d3880cb9db41baf5613804387
2012-05-25Removed writer_Text_encoded type; merged it with generic_Text.Kohei Yoshida1-2/+1
Change-Id: I95c04f954026047e48976451eb755340d005d773
2012-05-25fdo#50183 Use one sheet as default in CalcStefan Knorr (astron)1-1/+1
Change-Id: I031b6ef17d4113194c246bd1081268fa27810517