summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Collapse)Author
2012-11-04add strings for (no) error cond formatsMarkus Mohrhard
Change-Id: I0479fe508b02590da80a7fda5e4f4374da2e0294
2012-11-04add error and not error conditionMarkus Mohrhard
Change-Id: Iaf087a470fa7353877ac726af907e6d4a31cba99
2012-11-02More methods that can be marked const.Kohei Yoshida
Change-Id: Ia3eb38ae6500463c41e6935a169fa1ac08edc681
2012-11-02Mark these methods const.Kohei Yoshida
Change-Id: I9b9a8c156e1da89045ba3210960732ccbf2c9dd0
2012-11-02also add the new conditional formats to the manage cond format dlgMarkus Mohrhard
Change-Id: I4275ca59917d7dc5cd36f948ab28e564bb9bfb56
2012-11-02we don't need to pass this parameterMarkus Mohrhard
Change-Id: Ia330894b43c94d1dee09e7013999d22114ca52ac
2012-11-02implement above/below average conditional formatMarkus Mohrhard
Change-Id: I9ea745818552a8e2553b0de17f2e83d8b8da3d3b
2012-11-02implement top/bottom n percentMarkus Mohrhard
Change-Id: I463cd96831cd47b4e2ed878761e7196098a2e163
2012-11-02implement top/ bottom n elements conditional formatMarkus Mohrhard
Change-Id: Ie6aebf91689b6e260225548802d699cf70dadb94
2012-11-02extract filling the cache for conditional formatsMarkus Mohrhard
Change-Id: I90c4f7ac5c462a507cf0d44b7837facdd2bc3643
2012-11-02remove misleading commentMarkus Mohrhard
Change-Id: Ie169423e88539fb6557a36ac3db44386ceb77bbe
2012-11-01No more "increase / decrease of recalc level" for drawing objects.Kohei Yoshida
That scheme made it extremely hard to determine when the object's positions get recalculated. It's better to figure out when to recalc drawing objects' positions, and call SetDrawPageSize() manually at that point (and only once!) Change-Id: I05d9b693cfc9310f5472ed8287c7a2e36646f4d7
2012-11-01Double allocation switch no longer used since we switched to std::vector...Kohei Yoshida
for cell storage in column. And std::vector internally does double allocation. Change-Id: I4363e7593def3feb71100487c7f88c05797596e7
2012-10-31Rename the files to reflect the class name change.Kohei Yoshida
Change-Id: I6223cd12ab539cd19555c0b23f2bce73f519a31f
2012-10-31Rename ScDPCacheTable to ScDPFilteredCache.Kohei Yoshida
I always wanted to do this. The new name reflects what it really does better than the old one. Change-Id: I3c90cce06d482f1453936ff3916eef9663bb417b
2012-10-31Since the cache there is never NULL, let's take a reference instead.Kohei Yoshida
Change-Id: Idd3ca250ea51c9e17b4566febf13d9c8ca9c6a8f
2012-10-31The cache inside ScDPCacheTable (I should rename this) is never NULL.Kohei Yoshida
There is no point of having hasCache() method which always returns true. Change-Id: I309d3c33899cdab2049af5199ae8d41f7cbd5f99
2012-10-31These comments are no longer correct.Kohei Yoshida
They were correct up until IBM re-worked a whole bunch of stuff during the OOo 3.2 (?) development cycle. Change-Id: Ia9a9e30287f6c8451a6cfa98f3515d703e3c67cc
2012-10-30dump() method for ScDPCacheTable (for debugging only).Kohei Yoshida
Change-Id: I3d4a4dd5efa64d1506562f976d88599c084b25ab
2012-10-30export icon set data into OOXMLMarkus Mohrhard
missing are still the Excel2010 extLst entries Change-Id: Ic0c728613b1ee48482cbd9cef2aeccd0e0f25f72
2012-10-30add icon sets to manage conditional formats dlgMarkus Mohrhard
Change-Id: I309ca58d708f0df87365a21fdcf9acb829f08a9e
2012-10-30implement basic support for icon setsMarkus Mohrhard
already supports ooxml import Change-Id: I3e54aa1632a78f853bb13a3a4f76e9d66ea0b9ac
2012-10-28UniString->rtl::OUStringBufferCaolán McNamara
Change-Id: I9938d7c4ab5594baeb10f405f0aa0964ef84d6c5
2012-10-27unusedcode: sc: unused ctorsMatúš Kukan
Change-Id: Iaa082d85ef95c58da14013c80cb06a2e1112d4ef
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin
Create a merged XWriter interface for the service. The xml.sax.Writer service already existed, it just did not have an IDL file. Change-Id: I4e6d3f3c68f9282a55fc7aa19778f97632fd8ad5
2012-10-15fix memory leak in note handlingMarkus Mohrhard
Change-Id: I55a7673aff8e23f59ccb99ea73a102df215ba599
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
http://lists.freedesktop.org/archives/libreoffice/2012-October/039639.html Change-Id: I231f0b367bf0b513c6c1ce4c4cfdb7c3dc8660d5
2012-10-10Remove a flag that nobody uses.Kohei Yoshida
Change-Id: Ia18640961e43de28ee08b43358483029db966987
2012-10-10unify the list box entry handling a bitMarkus Mohrhard
Change-Id: Ia42e56dd21567ac65ca952dc66471cfb326a9e1c
2012-10-10rename autoMin and autoMax to Automatic, disable it for color scalesMarkus Mohrhard
Change-Id: I1f92acfc5603d965b1bc84e7968da56901385eac
2012-10-09make ScCondFormatDlg a ScAnyRefDlgMarkus Mohrhard
Change-Id: I4e04a1f34dd958922e9856294639de7bf40249e4
2012-10-08fdo#30944 Add popup menu function to charts to export them as a graphicTomaž Vajngerl
Add popup menu function "Export as Graphic" to charts to export the chart as a graphic. Currently it works only with raster formats like PNG and JPG but not with vector formats like SVG. Change-Id: Ieeda21ff971f2ad31bab2248e8b509883b5cbcd0
2012-10-06implement the menu strucutre from Astron's proposalMarkus Mohrhard
Change-Id: I46b751f033f2b4f08461b2eaae8ad16c1487f1c0
2012-10-06also support removing of conditional formatsMarkus Mohrhard
Change-Id: I47ba632ccf752611a41b29c0da8e5d0f28a88565
2012-10-06adpat ScTable methods to overlapping conditional formatsMarkus Mohrhard
Change-Id: I2f63ac7884f0897aa47fd4ee35b8af06553c311c
2012-10-06support overlapping conditional formatsMarkus Mohrhard
Still missing: *Removing conditional formats *Handling of Manage Names dialog *UNO *Undo/Redo *Import/export *Adjusting the dialogs to support this Change-Id: I72481cfb807fee2c3a1546222fe7e786d515ab44
2012-10-06remove unused ATTR_COLORSCALEMarkus Mohrhard
Change-Id: I8118127b21144962275cb4486881b1e63b06ff0a
2012-10-06only set a new cond format list if it really changedMarkus Mohrhard
Change-Id: I820d1f083edb09abb262beba1536b1b1acba3321
2012-10-04sal_Bool->bool in svl::SfxStyleSheetBaseNoel Grandin
Change-Id: Id506fa56d07be56d63715703e354625715275933
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin
The xml.sax.Parser service already existed, it just did not have a new-style service to create it. Change-Id: I6f145a7504ff9e149c802f723991954a2801cbc9
2012-10-02simplify and speed up color format renderingMarkus Mohrhard
Change-Id: I7f9abc1e20ffb7d49ebae0c0f9d5e50f91b074c0
2012-09-28Unwind some of the resource ID nastiness between sc and svx.Kohei Yoshida
Never reference SC resource ID's in svx. That's just asking for trouble. Change-Id: I893de42891fbc05a2824360c52f2b74ead60f60c
2012-09-28fdo#54940 - make editing relative refs more intuitive to meMichael Meeks
Change-Id: Ib7681de7b1aad9b6dda183e3c4fa1b1010270d3f
2012-09-27Remove unnecessary semicolon.Kohei Yoshida
Change-Id: Ia63d73b79ffaae15f82d3abc4addca39a98c7e04
2012-09-25this operator can be constMarkus Mohrhard
2012-09-24Build fix.Kohei Yoshida
Change-Id: I2faebd74a1908c0a11e0e876055352716e54f5ca
2012-09-25try to explicitly include map for tinderboxMarkus Mohrhard
2012-09-24kill O(N^2) algorithm generating cond format render information, fdo#54396Markus Mohrhard
Change-Id: I63536625eaf9b73c8e63d3cf88b6b798a6bf017b
2012-09-24fix parent style import xlsx fdo#55198Noel Power
Change-Id: I77d38eba69ad7aa89b0f9b692e40fd365d002071
2012-09-23improve the dump code for cond formatsMarkus Mohrhard
Change-Id: Icefaa4777f64ca934928ae2ad95496000df364e9