summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)Author
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
2012-10-10prevent flickering when clicking at an entryMarkus Mohrhard
Change-Id: I87786c70348d40d4e0a3012425f5ead2a82920c6
2012-10-10little clean-up for the color format caseMarkus Mohrhard
Change-Id: I8e42a2494e9f7761ca55beb465c3f20d2b057060
2012-10-10prevent overwriting the entry if the same has been selectedMarkus Mohrhard
Change-Id: If15ad07c3813dfe8d8c9460060771b0c5bae5b5e
2012-10-10remove another unused header fileMarkus Mohrhard
Change-Id: I446664e9e7e938e093c1b2254f36752420a6b584
2012-10-10remove unused header fileMarkus Mohrhard
Change-Id: I862311c2ee2b327a2542cd3161fc31e668b70c93
2012-10-10make also the condition edit fields ref input fieldsMarkus Mohrhard
Change-Id: I1246d9ef7ef129901dbcdb92ae9b8fed171fb343
2012-10-10in ScAnyRefDlg + table locked, don't allow creating new sheets,fdo#55709Markus Mohrhard
Change-Id: I8129b41288d20a0c2b6eac90ca5d25392fe0386f
2012-10-09same identifier for different resourcesMarkus Mohrhard
Change-Id: Ibe80f6ec6e85942a85f4c2bb322e1b0ca61ba07f
2012-10-09don't insert the same data twice into boost::ptr_set, fdo#55710Markus Mohrhard
Change-Id: Ifcd421cab6e675482d11aa5d2f92e11569077173
2012-10-09forgot the licence headerMarkus Mohrhard
Change-Id: I85e58c241a3acd1caf949d4314ca9a05a5e51379
2012-10-09make the dialog actually do something useful againMarkus Mohrhard
Change-Id: I440b38442f69bd50286fee8ce3ee1b289b45775d
2012-10-09disable these buttons until figured out how to call the cond format dlgMarkus Mohrhard
Change-Id: I519e4fec832a47e298512a0f0416bc12827913fb
2012-10-09position all elements in the src file and not in the codeMarkus Mohrhard
# Changes to be committed: Change-Id: Idc3d2a7201c6d2e92a111ffc6cb60f88c4c0c4c2
2012-10-09only show two entries for between and not betweenMarkus Mohrhard
Change-Id: I8cf41941d50f7fb868868f17d6f25206ae53c76f
2012-10-09separate color scale with 2 and 3 entriesMarkus Mohrhard
Change-Id: Idd3cd7467850ee32cb1380fce307395f21076071
2012-10-09handle all kinds of condition entries correctly in the dialogMarkus Mohrhard
Change-Id: Ibad8d9000db20819b906e9d97002e1043794adcf
2012-10-09add own class for formula type cond formatsMarkus Mohrhard
Change-Id: I0348797babb9e94e1d552dce341504144c837325
2012-10-09make more parts of the conditional format dlg work againMarkus Mohrhard
Change-Id: I86ff7911bcc7cc916766d583881e605dfe1a3942
2012-10-09split the cond format entry code a bit upMarkus Mohrhard
Change-Id: Ib066c18d54ac40c24b51ca5c399d09482897709f
2012-10-09change to ref input field for range editMarkus Mohrhard
Change-Id: I69eb352869e0bcaa362bb1be6022d30de8c2658c
2012-10-09make the different options to cal the dialog work againMarkus Mohrhard
Change-Id: I947a4cac8f0417737bb8833eab54c67e57c8293e
2012-10-09make ScCondFormatDlg a ScAnyRefDlgMarkus Mohrhard
Change-Id: I4e04a1f34dd958922e9856294639de7bf40249e4
2012-10-08Tweak hyphen as a togglable option after allCaolán McNamara
In a65f48f375d218b592ba7c17752f9ca86e14bd65 I wondered why hyphenation was set to be a toggle able feature when it opens a non-modal dialog. Looking closer, it *is* a toggable feature on/off for draw/impress, but this isn't the case for writer. Reverted it for calc too, although apparently not toggable there. Change-Id: If02568d58253c380e6d668a728f9c3ae6acf1128
2012-10-08De-duplicate harderTor Lillqvist
Change-Id: Ie319c98cc6c7551f6e1e5ba41d8bc2090d23e671
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-08Deduplicate CTB, TBC and CTBWrapper (for disable-dynloading)Tor Lillqvist
Change-Id: I0e9895ca59fa75958107df2cbf4348214df52664
2012-10-07add needed libraries to scuiPeter Foley
Change-Id: Ia6ef50bbb28c4d16154f8e673a4f3b3a1cef5cd5
2012-10-07work-around really weird bug in VS2012Peter Foley
Change-Id: I7092bbcbddec179c62c2817b069f757863ca5982
2012-10-07Handle lack of module loading/unloading API when DISABLE_DYNLOADINGTor Lillqvist
There are basicically two classes of cases: 1) Where the code is for obscure historical reasons or what I see as misguided "optimization" split into a more libraries than necessary, and these then are loaded at run-time. Instead, just use direct linking. 2) Where dynamic loading is part of the functionality offered to some upper (scripting etc) layer, or where some system-specific non-LO library is loaded dynamically, as it is not necessarily present on end-user machines. Can't have such in the DISABLE_DYNLOADING case. Change-Id: I9eceac5fb635245def2f4f3320821447bb7cd8c0
2012-10-06prevent creating cond formats without a attached rangeMarkus Mohrhard
Change-Id: Ic4c13fa3d0eae54b7db1fa5a4e5c5040582b21ed
2012-10-06prevent crash when no cond format will be defined in cond format dlgMarkus Mohrhard
Change-Id: Iffc54ada1fcf586c00eddf934079fa671f263ce0
2012-10-06enable the add button in manage conditional formatsMarkus Mohrhard
Change-Id: I82a0abf58f8fc68d0e9e145923961fa3e3c654fe
2012-10-06selecting the correct entry will also show it in the dialogMarkus Mohrhard
Change-Id: I6bbeb2d1cb5af724ac0743d13f3e36cb8b613a88
2012-10-06implement the menu strucutre from Astron's proposalMarkus Mohrhard
Change-Id: I46b751f033f2b4f08461b2eaae8ad16c1487f1c0
2012-10-06onyl show the exisiting cond format if the range is equalMarkus Mohrhard
Change-Id: I6a183b41261f1813b1cce277f3fe4a276ab07bb0
2012-10-06fix another crash in cond format dialog with range name listMarkus Mohrhard
Change-Id: I84f9c71fd7f80ad9300f4f7b2c273cd9af0f075e
2012-10-06get rid of CREATE_OUSTRINGDavid Tardon
Change-Id: I67cd3213c7c92a4a782906a7250c176efeb01633
2012-10-06drop unused #includeDavid Tardon
Change-Id: Ic0de83ff615a1dde575d90cff7594c830b96c063
2012-10-06fix crash in cond format dialog with new range editMarkus Mohrhard
Change-Id: Ie19038046fa9121cc234546a9891685153be5646
2012-10-06also support removing of conditional formatsMarkus Mohrhard
Change-Id: I47ba632ccf752611a41b29c0da8e5d0f28a88565