summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)Author
2013-04-09Get the whole thing to build after the SfxFilter interface change.Kohei Yoshida
Change-Id: I62122e298f1434aa9e44c8f3fdfb7f710513617d
2013-04-09Use ucb to load bytes from file URL.Kohei Yoshida
With this, we get file system abstraction for free. Change-Id: Iec988712599f506444cf9c7e3ebbd59d38f083ee
2013-04-09Get it to build with the latest orcus. It may not be fully functional.Kohei Yoshida
Change-Id: Ife3c14a446273654d720eb38349cc42d1ed76893
2013-04-09Resolves: fdo#61948 delayed delete deletes nothing under windowsCaolán McNamara
The reason there appears to be two dialogs, is because there actually is. The original dialog doesn't get deleted under windows. If we use the actual returned type of the dialog here rather than a lower baseclass then the right thing happens. Original code works under Linux but not Windows. Change-Id: Iaf99fa4e16f743b1f5a3d29f42a140491f3d67b0
2013-04-09adapt code for select range .ui conversionCaolán McNamara
Change-Id: Ib53b42a340da04276ce005efb22d19fda617e29a
2013-04-09Revert "add fwl, scui, sdui, swui to Library_merged"Matúš Kukan
This reverts commit 6c8c54ee90a2a8d3a8d35b7e89fb39770500936f. Conflicts: solenv/gbuild/extensions/pre_MergedLibsList.mk Change-Id: I6393507344297990dfcc6e234c7b0e503a8bd10b
2013-04-09Revert "fix scfilt with Library_merged"Matúš Kukan
This reverts commit 1a04271d2e5de7dccfeb3ac0609e49155b5fe250. Conflicts: sc/source/ui/docshell/impex.cxx Change-Id: I723727e045ca7e81ef9396a8b50e83ea95b162ab
2013-04-09selectrange.ui WidgetManal Alhassoun
Change-Id: I110d38248975e21dd454c73c787c16d7e94b473c Reviewed-on: https://gerrit.libreoffice.org/3275 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-04-08fdo#62116: Be sure to convert relative URLs into absolute ones.Kohei Yoshida
Just to preserve the old (and correct) behavior. Change-Id: I229e0b80097f6d70ff3023072b52576815010b15
2013-04-08fdo#62116: Unit test for the fix.Kohei Yoshida
For now, we'll only check whether or not those field items with formats get imported at all. We should add additional checks for their formats later. Change-Id: I5a8f01a6e2594b8c97183a43fc4f3417df6fb561
2013-04-08fdo#62116: Handle field objects with formats correctly.Kohei Yoshida
Field objects can have formats applied to them, and when they do, they appear inside a <text:span> element. Change-Id: I7b4346389f393a4ddf708670b2c524a6594128b5
2013-04-08fdo#62116: Add failing cell content to the test file.Kohei Yoshida
Change-Id: I8139c5b65f5953ad62047ee87f298b68141086b1
2013-04-08fdo#49120 - Implementig XML_stateIrányossy Knoblauch Artúr
Change-Id: If4779aeb5301bb3e422ceb6a4029ddf5542ab03d Reviewed-on: https://gerrit.libreoffice.org/3222 Reviewed-by: Németh László <nemeth@numbertext.org> Tested-by: Németh László <nemeth@numbertext.org>
2013-04-08fdo#46808, convert embed::MSOLEObjectSystemCreator to new styleNoel Grandin
the service already existed, it just needed an IDL file Change-Id: Iccd283f3537f8c8d57b2c2d68609dd9ef025da0b
2013-04-07Some cppcheck cleaningJulien Nabet
Change-Id: I425ed98a721ded162c2ae08d145aaa9dbf548632
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák
Change-Id: I97d91a758dd82d64768d75c1d2ddd279de5f6034
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-04-06fix compilation errorDavid Tardon
Change-Id: Ife833566122da25c366938c9c2d127fca0903bb7
2013-04-06move anonymous namespace to .cxxDavid Tardon
Change-Id: I52d2ed4b0454233da21e9040dd324772247113c1
2013-04-05somewhat blind wae fix ( doesn't happen for me )Noel Power
Change-Id: Ia9b260c8bf2dc948f155fb89f0b5d960f9aada6f
2013-04-05new module i18nlangtagEike Rathke
Moved portions from module i18npool, all of former i18nisolang1 library that now is i18nlangtag. Included are languagetag, isolang and mslangid. This i18nlangtag code is now even used by module comphelper, so disentangling i18npool and making this an own module was needed to not create circular module dependencies. Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015
2013-04-05fix Worksheet.Cells by not allowing TableSheet range to change from updatesNoel Power
ScTableSheetObj's own range gets updated via ScCellRangesObj::RefChanged, this must be wrong 'cause the range of a sheet is fixed right ? Change-Id: I19cd39ec58b778f4634258352676da7e04822b65
2013-04-05fix selection change event firingNoel Power
Change-Id: I64e8b684dd5462e1a742ba47b5480951b4e3a4c4
2013-04-05squash NoSuchElementExceptions when modifying keybindingsNoel Power
Change-Id: I37882845660929e0001a834b6685a4087dfb465f
2013-04-05Added and fixed various vba APINoel Power
Added OLEObject.LinkedCell Added ComboBox.LinkedCell Added Validation.Type Change-Id: I5ffc2212e689870d58ca99d1fbdfd7d101f8b50f
2013-04-05prepend Validation.Formula1 results with '=' for anything not a addressNoel Power
Change-Id: I6061378788b7299f8a8431d1e8d00a4e6ea3e8fb
2013-04-05fdo#62155 - band-aid crash from poor addin registration on upgradeMichael Meeks
For some sadly unknown reason we get an exception traversing the calc addins and crashing doesn't seem a great response to that. Change-Id: I8d1eda7c8bab384817f19a86607c7035e4c3a8ab
2013-04-05Related: fdo#61948 data->validity crashes calcCaolán McNamara
There are two scenarios with the cell range thing here, data->validity->allow->cell range scenario a), click the shrink icon, dialog shrinks, click the expand icon, dialog expands again scenario b), click inside the edit box, now you can select cells in the spreadsheet, and the dialog autoshrinks, and autoexpands on mouse release in scenario a there is an expand button in the shrunked dialog, in scenario b the shrink/expand button is hidden Change-Id: I8efe76536feeae10ac70fb7b7e95c70c69b057b5
2013-04-05We need the vbahelper headers especially when DISABLE_SCRIPTINGTor Lillqvist
Change-Id: I632c3f14e4babbdbe2c35810a17bb39d5a42baf6
2013-04-04set adjustment min/maxesCaolán McNamara
Change-Id: I713c1a280c31a7a783e6a0af94b838091fc98779
2013-04-04Convert Calc sheet page style to Widget UIOlivier Hallot
Change-Id: I6714ccc710d266a047032166c738063602e6e30d Reviewed-on: https://gerrit.libreoffice.org/3140 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
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