summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
...
* add the text for collapsed entries backMarkus Mohrhard2012-10-132-1/+33
* Check for null object. The OLE name may not always be set.Kohei Yoshida2012-10-121-1/+1
* Always disable anti-aliasing for drawing cell borders.Kohei Yoshida2012-10-121-4/+26
* remove unused local static functionsCaolán McNamara2012-10-123-38/+0
* lcl_LineSize is unusedCaolán McNamara2012-10-121-25/+0
* mark lcl_ functions static or rename them if they are not local at allLuboš Luňák2012-10-12156-439/+438
* Merged SvTreeListBox and SvLBox.Kohei Yoshida2012-10-117-8/+8
* CMIS: Implemented the CheckOut button of the InfoBarCédric Bosdonnat2012-10-111-0/+2
* regression test for fdo#53814Noel Power2012-10-111-0/+67
* kill this hard coded sheet limit for xlsx import, rhbz#864858Markus Mohrhard2012-10-111-1/+1
* only access first element if vector is not empty, fdo#55734Markus Mohrhard2012-10-111-1/+3
* Revert "More clash avoidance for DISABLE_DYNLOADING in general, not just iOS"Tor Lillqvist2012-10-111-108/+2
* More clash avoidance for DISABLE_DYNLOADING in general, not just iOSTor Lillqvist2012-10-111-2/+108
* kill RefEdit constructor that does not initialize the highlightingMarkus Mohrhard2012-10-112-5/+5
* fix the highlighting of the range in the pivot table dialogMarkus Mohrhard2012-10-111-2/+2
* the formula ref edits need 3D referencesMarkus Mohrhard2012-10-111-1/+8
* lock table only for the range edit field, not for the formula onesMarkus Mohrhard2012-10-112-1/+9
* dat bars should use automatic as defaultMarkus Mohrhard2012-10-111-2/+2
* allow ref edit fields that are not direct children of the ScAnyRefDlgMarkus Mohrhard2012-10-112-7/+19
* Remove a flag that nobody uses.Kohei Yoshida2012-10-102-6/+0
* fix for fdo#53814 Revert "there should be no need any more for this check"Noel Power2012-10-101-0/+4
* drop unneeded includesDavid Tardon2012-10-102-2/+0
* also support formulas in the data bar dialogMarkus Mohrhard2012-10-103-12/+21
* little clean-upMarkus Mohrhard2012-10-102-15/+0
* adapt indexes in databar dlgMarkus Mohrhard2012-10-101-3/+3
* forgot to hide this list box when deactivating an entryMarkus Mohrhard2012-10-101-0/+11
* unify the list box entry handling a bitMarkus Mohrhard2012-10-104-99/+39
* remove commented out codeMarkus Mohrhard2012-10-101-19/+0
* rename autoMin and autoMax to Automatic, disable it for color scalesMarkus Mohrhard2012-10-1013-119/+113
* prevent flickering when clicking at an entryMarkus Mohrhard2012-10-101-0/+3
* little clean-up for the color format caseMarkus Mohrhard2012-10-101-19/+14
* prevent overwriting the entry if the same has been selectedMarkus Mohrhard2012-10-101-0/+16
* remove another unused header fileMarkus Mohrhard2012-10-101-188/+0
* remove unused header fileMarkus Mohrhard2012-10-101-163/+0
* make also the condition edit fields ref input fieldsMarkus Mohrhard2012-10-104-10/+60
* in ScAnyRefDlg + table locked, don't allow creating new sheets,fdo#55709Markus Mohrhard2012-10-101-1/+2
* same identifier for different resourcesMarkus Mohrhard2012-10-091-1/+1
* don't insert the same data twice into boost::ptr_set, fdo#55710Markus Mohrhard2012-10-091-3/+3
* forgot the licence headerMarkus Mohrhard2012-10-092-0/+21
* make the dialog actually do something useful againMarkus Mohrhard2012-10-092-1/+14
* disable these buttons until figured out how to call the cond format dlgMarkus Mohrhard2012-10-091-0/+3
* position all elements in the src file and not in the codeMarkus Mohrhard2012-10-094-71/+99
* only show two entries for between and not betweenMarkus Mohrhard2012-10-091-1/+2
* separate color scale with 2 and 3 entriesMarkus Mohrhard2012-10-093-15/+264
* handle all kinds of condition entries correctly in the dialogMarkus Mohrhard2012-10-091-1/+13
* add own class for formula type cond formatsMarkus Mohrhard2012-10-095-15/+157
* make more parts of the conditional format dlg work againMarkus Mohrhard2012-10-093-31/+157
* split the cond format entry code a bit upMarkus Mohrhard2012-10-095-1091/+936
* change to ref input field for range editMarkus Mohrhard2012-10-094-4/+49
* make the different options to cal the dialog work againMarkus Mohrhard2012-10-098-13/+70