summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Collapse)Author
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-22accelerate shape import & export by more sensible XInterface handling.Michael Meeks
Instead of converting both XInterfaces (again) to a root XInterface inside the Reference == operator - we ensure that we have done this on insertion, and do a fast pointer compare; saves ~40% of load time on some docs, and more on save. Change-Id: Ic3c97dd731ffb3854ebc135f416f6032d87b9d15
2012-10-19fdo#44657 Remove hack that "simulates" a mirrored horizontal scrollbar.Jan Holesovsky
We are able to paint mirrored scrolbars with the 'gen' plugin, so just fix the rendering of the scroolbar with the Gtk+ plugin. Change-Id: I5dbd13420c6290e165ed2f5827769979298abf37
2012-10-19actually pass the old cond format to the dialogMarkus Mohrhard
Change-Id: I78fad788514461fc01100f2b85a668ec2990387d
2012-10-19differentiate between formula and normal conditions in the dialogMarkus Mohrhard
Change-Id: Ie0545b028479fe3de6c642c5f64a1ce8cf7f523b
2012-10-19ithe cond format data is no longer stored as SfxUInt32ItemMarkus Mohrhard
Change-Id: I41c19f213de73052bcfd18eada35ed14dfd9a172
2012-10-18expose m_pActionArea so subclasses can add buttons to the right placeCaolán McNamara
Change-Id: If0169cc12dc7b2b70996a5798b8c59b2e6e2edae
2012-10-19Merge SvLBoxTreeList and SvTreeList.Kohei Yoshida
Change-Id: I318ff6f1009b1aaa7d0bd3abb250f92fb51a21cd
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida
Change-Id: I89cfc8c1288c00674fe64e791c149743d377d5ee
2012-10-17write the custom sort list info into the item set, fdo#53870Markus Mohrhard
Change-Id: I9c7f62b47f83b7798a8efdbf3896503918929f03
2012-10-17only use non blank cells in the visible data methods, fdo#54552Markus Mohrhard
Change-Id: I2a0914fbaff3e3f707a9c06f693079aed2b89ba4
2012-10-17ignore broadcaster cells to fill autofilter dialog, fdo#55712Markus Mohrhard
Change-Id: Iacd3f8cfc26bb147eaf3b6957338be212b448226
2012-10-17exchange sort settings between the two tab pages, fdo#53482Noel Power
Change-Id: I540481585bec2479db541025755c2a5a670da9ed
2012-10-15ScTabViewObj: fix STL assertion:Michael Stahl
ScTabViewObj methods that invoke listeners need to be prepared for the listener removing itself in the notification call, which some chart code does when inserting a chart, resulting in assertion: error: attempt to increment a singular iterator. Change-Id: I939afcc72d2b2040cd94113a0e159605d85ce592
2012-10-15sal_Bool to bool in anyrefdg.[ch]xxMarkus Mohrhard
Change-Id: I4efa09c0185e7825d5b705ca0171f52b8aae17df
2012-10-15hide edit fields for duplicate and uniqueMarkus Mohrhard
Change-Id: Ib2d07a22393604ea11454de125849e9d0da430b8
2012-10-15fix memory leak in note handlingMarkus Mohrhard
Change-Id: I55a7673aff8e23f59ccb99ea73a102df215ba599
2012-10-15fix the problem in the right methodMarkus Mohrhard
Change-Id: Ifedd563ad430cff957e148d81367139455d71686
2012-10-14Fix consecutive breaksJulien Nabet
Change-Id: I341e42bc784f2e9b87a8e30de7de8ff1dc4fe6ca
2012-10-13need to set the row/col relative to the start row/colMarkus Mohrhard
Change-Id: Ic423924dc12cc8aef1a45d494c6a623ddc45cff0
2012-10-13don't insert notes from deleted cells, fdo#55885Markus Mohrhard
Change-Id: I036f0531dc2290c5eb480258bc70ec13b810e6bc
2012-10-13improve showing the condition text when the entry is collapsedMarkus Mohrhard
Change-Id: I298f80c9df39156f950880a530076e0b0edf27b5
2012-10-13add the text for collapsed entries backMarkus Mohrhard
Change-Id: I67d4f3122e1fe13bda7bf91f500b479ee6853cab
2012-10-12Check for null object. The OLE name may not always be set.Kohei Yoshida
Change-Id: Ib3e55af8870b41a5b76179d2215fc5125ceda5af
2012-10-12Always disable anti-aliasing for drawing cell borders.Kohei Yoshida
It looks better that way & that's the way it was before. Change-Id: Iedb5234f4b032d4362f91f811bb9131824267704
2012-10-12remove unused local static functionsCaolán McNamara
Change-Id: I2b5e16165ac2de4753d9687a2bfc146d11a2bcd9
2012-10-12lcl_LineSize is unusedCaolán McNamara
Change-Id: Ied166af182c76d72c2934f7d3a7279aa0cd63a62
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-11Merged SvTreeListBox and SvLBox.Kohei Yoshida
There is no reason to keep SvLBox separate. Change-Id: I0b34aa8f8ca539d4f4f0f9cea9fa9b8faec241e8
2012-10-11CMIS: Implemented the CheckOut button of the InfoBarCédric Bosdonnat
Implementing it needed: + Adding XCmisDocument::checkOut method and implement it in SfxBaseModel + Moving the CMIS properties loading into a SfxBaseModel private method to factorize code. + Adding the SfxInfoBarContainerChild registration in all modules Change-Id: I35bcb53cd2feff354aa5d9245897d0631cc924a0
2012-10-11kill this hard coded sheet limit for xlsx import, rhbz#864858Markus Mohrhard
Change-Id: I8fe6523afb11e5b24b8c83784e1198e8c694922a
2012-10-11only access first element if vector is not empty, fdo#55734Markus Mohrhard
Change-Id: I60db486195e7216968dc8c7c7c0c79fb7e8c1b88
2012-10-11Revert "More clash avoidance for DISABLE_DYNLOADING in general, not just iOS"Tor Lillqvist
Not needed after all, at least for DISABLE_DYNLOADING on Android, instead let's use the weak attribute for the problematic data. This reverts commit 769f3957c5c72f2952d6b8d0d1d811a6b19226ad.
2012-10-11More clash avoidance for DISABLE_DYNLOADING in general, not just iOSTor Lillqvist
Change-Id: I1995d68a654a7eb56a46241ffa8946ce1e52761a
2012-10-11kill RefEdit constructor that does not initialize the highlightingMarkus Mohrhard
Change-Id: I5c277526fdf376bfa96466e25975388edc3c7950
2012-10-11fix the highlighting of the range in the pivot table dialogMarkus Mohrhard
Change-Id: Ied6b4e562fad652c3fdb3ad7c46b6b40684a4dc9
2012-10-11the formula ref edits need 3D referencesMarkus Mohrhard
Change-Id: I360d8244f6b8feee862e9e750859271b741dcf93
2012-10-11lock table only for the range edit field, not for the formula onesMarkus Mohrhard
Change-Id: I08880d97d880227cb47d929701e666a49aad5c57
2012-10-11dat bars should use automatic as defaultMarkus Mohrhard
Change-Id: I67fe25cb62d701d7267932923e94f10e44853ac4
2012-10-11allow ref edit fields that are not direct children of the ScAnyRefDlgMarkus Mohrhard
Change-Id: I966b67b9f62a8c1c3b9dc3394befe48358cbd34e
2012-10-10Remove a flag that nobody uses.Kohei Yoshida
Change-Id: Ia18640961e43de28ee08b43358483029db966987
2012-10-10fix for fdo#53814 Revert "there should be no need any more for this check"Noel Power
This reverts commit bea018a7040c36e91487b27c7b59c6c8a970bf5f.
2012-10-10drop unneeded includesDavid Tardon
Change-Id: I7c5a6ce78883cada11082d7fbe3e78cef3d6a5ae
2012-10-10also support formulas in the data bar dialogMarkus Mohrhard
Change-Id: Ie86f935280667c8d9b4497fec7d519a212a452b6
2012-10-10little clean-upMarkus Mohrhard
Change-Id: I9530fe96f36bca4808722d22b564cc3e3111a102
2012-10-10adapt indexes in databar dlgMarkus Mohrhard
Change-Id: I381a34b5b7422c5f3a7b6f8f4a8d37859cfb12be
2012-10-10forgot to hide this list box when deactivating an entryMarkus Mohrhard
Change-Id: I9313a5ac542ca83be418b9c9aeca46e500c3ddaa
2012-10-10unify the list box entry handling a bitMarkus Mohrhard
Change-Id: Ia42e56dd21567ac65ca952dc66471cfb326a9e1c
2012-10-10remove commented out codeMarkus Mohrhard
Change-Id: I393ae93fa59530cccd9550f11957e03cb8fa6038
2012-10-10rename autoMin and autoMax to Automatic, disable it for color scalesMarkus Mohrhard
Change-Id: I1f92acfc5603d965b1bc84e7968da56901385eac