summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)Author
2013-04-03remove obsolete helpids and cleanup uiconfig XMLMichael Meeks
/usr/bin/perl -pi.bak s/\s+statusbar:helpid="helpid:\d+"\s*/ /g; s/\s+toolbar:helpid="helpid:\d+"\s*/ /g; s|" />|"/>|g; Change-Id: Iebb40c7e168835e02a63c17b93adee4139069ee0
2013-04-03remove obsolete helpids and cleanup uiconfig XMLMichael Meeks
/usr/bin/perl -pi.bak s/\s+statusbar:helpid="helpid:\d+"\s+/ /g; s/\s+toolbar:helpid="helpid:\d+"\s+/ /g; s|" />|"/>|g; Change-Id: I3489a943476f9dae1bd6009e3cd2ea7ea04b6275
2013-04-03convert calc format cells dialog to .ui formatCaolán McNamara
Change-Id: Ic134909f3e65bcb1aa440f60a156f293225d3edc
2013-04-02Some cppcheck cleaningJulien Nabet
Change-Id: I993bd95b31f1090c747f01a899650e8873dcaada
2013-04-02drop prefix from ::cssThomas Arnhold
as css is already ::com::sun::star Change-Id: I86b43843e4b74f990b6e05dee37184a002072d12
2013-04-02fix buildThomas Arnhold
css is ::com::sun::star already Change-Id: Ib3fba33c5612fcfe6c792f2026fba478d21fd46c
2013-04-02update pch filesThomas Arnhold
Change-Id: Ic33dd20a469d1905d2bdaf1ce3633e6ac6db8a4c
2013-04-01remove unused GetCurDocViewWinThomas Arnhold
Change-Id: I7fe825cd1fb9e988eb8037e1f5dca7252c192f33
2013-04-01more fix for fdo#62399Faisal M. Al-Otaibi
this will fix the border position, when the borders from the same side are different in cells format dialog, when the sheet RTL. Change-Id: I9fa8a665dfa0b0dcb5230bafa1e3537f450afb9c Reviewed-on: https://gerrit.libreoffice.org/3145 Reviewed-by: Ahmad Harthi <aalharthi@kacst.edu.sa> Tested-by: Ahmad Harthi <aalharthi@kacst.edu.sa>
2013-03-30OSL_FAIL -> SAL_WARNThomas Arnhold
Change-Id: I1871e5e3a319b2d5177ae4bd470046c022c14eb7 Reviewed-on: https://gerrit.libreoffice.org/3121 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-03-30Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
Change-Id: I7db719ab118ff1003594bc481e11a5dbf7946b57
2013-03-30Export Chart as Graphic - allow vector graphic exportTomaž Vajngerl
Readd removed SaveShapeAsGraphic to GraphicHelper with which it is possible to export any shape to vector/raster graphic. Additionally cleanup GraphicHelper and ExternalEdit (convertsion to OUString, remove unused imports, comments). Change-Id: I1af45e2ed5d3b66dbd80a5f3a71c44530e46baef
2013-03-29WaE: struct 'ScRefCellValue' was previously declared as a classTor Lillqvist
Change-Id: Icdbbc3f197816b98c63845c1ed800bab98ebdf05
2013-03-29Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
Change-Id: Id2b6118727d00a0dd5249b3f3a14efd18150fffa
2013-03-28Slightly more efficient assign().Kohei Yoshida
The old code performed array lookup twice; once for the cell type and twice for the value fetch. The new code does lookup only once. Change-Id: Ic6f5927b5536a73cb0a5c00a6c3a12ff0cd1f1e0
2013-03-28Fix for the debug build.Kohei Yoshida
Change-Id: Ie0f24d9f7edf3e79f94d32b1ec2d14e2a33691fc
2013-03-28coverity#704709 Dereference after null checkJulien Nabet
Change-Id: I8acf44cf70ed9f9094d4e0601fac209e6712e400
2013-03-28Forgot to remove this from ScValueCell.Kohei Yoshida
Change-Id: I9cbc3cc7dc22d9b8a8ca01037fa976ee563c156e
2013-03-28Remove GetErrorCode() from ScBaseCell; only relevant for ScFormulaCell.Kohei Yoshida
Change-Id: I5c41fc88bf138411ded334f823ab6187401c96df
2013-03-28Remove some headers in cell.hxx.Kohei Yoshida
Change-Id: Ic99967a3ef6a35ca4fc465054e0d4de512cafb43
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida
Change-Id: I65f2cb12c06784b5bcf6c6a2fad773825b6c409c
2013-03-28Remove GetCell() from ScDocument, and make PutCell() private.Kohei Yoshida
At this point, only ScTable and ScFormulaCell call PutCell(). Make them friends of ScDocument (for now). Change-Id: I7b8795580eafe7ea0ba5a4325f531efe53a2ea5b
2013-03-28ScInterpreter is now free of ScBaseCell. Hooray! \o/Kohei Yoshida
Change-Id: I00617da47485e751f6aba41ab382220ad05eb9b6
2013-03-28We don't need this now.Kohei Yoshida
Change-Id: I12d2e79708d712829d96aac43fe63de2b04c6c07
2013-03-28More on removing use of ScBaseCell in ScInterpreter.Kohei Yoshida
Change-Id: I4468e04e009da3f2ca5a975f2b1a4aed207922b3
2013-03-28ScBaseCell::CellEqual is no more.Kohei Yoshida
Change-Id: I9a2923ec85ce116662d66a38b61a5258ff113168
2013-03-28Remove HasCellValueData() and adjusted all its call sites.Kohei Yoshida
Change-Id: Idd651a0f970607d5f5434128e5270af10336048c
2013-03-28Remove HasCellStringData() and modifiy all its call sites.Kohei Yoshida
Change-Id: I2a127b8433bc6f2629ad8d41b532c630a433c59b
2013-03-28Remove HasCellEmptyData() from ScInterpreter.Kohei Yoshida
Change-Id: Ide68fed6195adb655539e2d3ea3d16cf0b3363d5
2013-03-28GetValueCellValue() to take a double, not ScValueCell.Kohei Yoshida
Change-Id: Idac293e6475caabe73e961cde5578c34d561e06a
2013-03-28Removing use of ScBaseCell in ScInterpreter.Kohei Yoshida
Change-Id: I1edfbc08a0fe705e3d0ad07b8cc0d48ffddaad9f
2013-03-28add fwl, scui, sdui, swui to Library_mergedPeter Foley
Change-Id: I2aaa67fef4350d60497b891bc93b43a698c12660
2013-03-28move the dialog to chart2Markus Mohrhard
Change-Id: I9f6e967d52dd10072c57b4f55faedd4ed7f98094
2013-03-28Converting spline dialog box to glade.EricSeynaeve
Change-Id: I945445ab703b146b048cd45768d256d8b6a833d5
2013-03-28WaE: struct 'ScRefCellValue' was previously declared as a classTor Lillqvist
Change-Id: Ia653822622180940b22877cda1d4f7b1e6369f61
2013-03-28A bit more.Kohei Yoshida
Change-Id: I7617bfa094ba8e6fb2c19944362bd604f5299732
2013-03-28Reduce calls to ScDocument::GetCell().Kohei Yoshida
Change-Id: I39196eced68d25b6b2ae1378f712564badfc4572
2013-03-28More on replacing ScBaseCell.Kohei Yoshida
Change-Id: I2a512d0421ddac5bf92ad128ea2dde5772f854dd
2013-03-28We only need to send the broadcaster instance with ScHint.Kohei Yoshida
Another ScBaseCell eliminated. Change-Id: I32a07024dd1d8ab536038942aa7209a7829d193c
2013-03-28Some header cleansup. Some headers are no longer needed.Kohei Yoshida
Change-Id: I56fb26da04b03d0692837d4a05aacd2a793ee2ae
2013-03-28Some followup cleanup now that these methods are in the formula cell only.Kohei Yoshida
Change-Id: I796bf379f004a1371c86362e57eaac4a511f34cd
2013-03-28Now we don't need to check for the cell type; it's always of formula type.Kohei Yoshida
Change-Id: I4066975340f7e8a89e9e4d07cc7bed3851da52b6
2013-03-28Stop exporting symbols of these cell classes except for ScFormulaCell.Kohei Yoshida
And move StartListeningTo() and EndListeningTo() methods from ScBaseCell to ScFormulaCell. They really do belong only to the formula cells. Change-Id: I468cd899beec0d8281ebb0d57fe6205a0fc4f534
2013-03-28attrarray.cxx is now free of ScBaseCell.Kohei Yoshida
Change-Id: I9a323062fc341ef5fc20f2922503a88f3a45ce0d
2013-03-28cellsuno.cxx is now free of ScBaseCell.Kohei Yoshida
Change-Id: Idc967bf3028c93e80edec81823d620e9f2626556
2013-03-28More of the same.Kohei Yoshida
Change-Id: Id9a5968376f955b325d18067688f59116663740f
2013-03-28Remove a bit more use of ScEditCell and ScBaseCell.Kohei Yoshida
Change-Id: Ib01eaef7e3a612048d2ed3f714ed178f4076e689
2013-03-28Reduce indentation by early bail-out.Kohei Yoshida
Change-Id: I5965a38fdd4e80e22136905881a39eb38ffb7798
2013-03-28More on killing direct use of ScEditCell (and some of ScBaseCell).Kohei Yoshida
Change-Id: I65d530333213f8b3db38a269e74a0beabcd1ff89
2013-03-28More on killing direct use of ScEditCell.Kohei Yoshida
Change-Id: If6e3529666ff064107d3c5687b6993822572c0d9