summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/cellsh1.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-06-26fdo#65856 allow shift cells in paste special for copy-modeWinfried Donkers1-1/+1
2013-06-11split group dialog into group and ungroup dialogsCaolán McNamara1-2/+2
2013-06-11groupdialog.ui widgetManal Alhassoun1-2/+2
2013-04-15adapt code to select source .uiCaolán McNamara1-1/+1
2013-04-15adapt code to create names .ui conversionCaolán McNamara1-1/+1
2013-04-15convert external data dialog to .uiCaolán McNamara1-2/+1
2013-04-11adapt code for delete cells dialogCaolán McNamara1-2/+2
2013-04-10we can remove RID_SCDLG_DELCONTCaolán McNamara1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-17/+16
2013-03-07adapt code to use insertnamedialog .uiCaolán McNamara1-1/+1
2013-02-10fdo#56098 paste special shift options incorrect/incompleteWinfried Donkers1-20/+54
2013-01-24fdo#56098 Paste Special options after cut incorrectWinfried Donkers1-8/+5
2013-01-19prevent to create cond formats with empty range, fdo#58778Markus Mohrhard1-1/+4
2013-01-18add all the new conditional formats to the menu, related fdo#58778Markus Mohrhard1-0/+9
2013-01-18don't create multiple dialogs in the loop, fdo#59314Markus Mohrhard1-0/+1
2012-12-31don't add a new cond format if we just want to edit one, related fdo#58781Markus Mohrhard1-0/+1
2012-12-25one more fix for fdo#58686Markus Mohrhard1-1/+3
2012-12-24be safe against invalid cond format cell info, fdo#58686Markus Mohrhard1-0/+3
2012-12-20Group undo actions when showing/hiding several notes once, fdo#39454Rodolfo Ribeiro Gomes1-0/+5
2012-12-20fdo#39454 Allow (show/hide) comments for selected cells (cell range)Rodolfo Ribeiro Gomes1-2/+84
2012-12-15make editing conditional formats more obvious, related fdo#57895Markus Mohrhard1-8/+63
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-12-03make the Add and the Edit button work againMarkus Mohrhard1-1/+0
2012-12-03use the new possibility as modal dialogMarkus Mohrhard1-4/+12
2012-12-03forgot to remove the ref mode after closing the dialogMarkus Mohrhard1-0/+3
2012-12-03should call Execute in the right placeMarkus Mohrhard1-1/+1
2012-12-03first working version of modal ref input dlgsMarkus Mohrhard1-16/+50
2012-11-28Turned the xml source dialog into a reference dialog.Kohei Yoshida1-7/+5
2012-11-28Use file picker dialog to pick the source xml file.Kohei Yoshida1-1/+1
2012-11-28Launch the dialog for real.Kohei Yoshida1-1/+16
2012-11-28Separate method to launch xml source dialog.Kohei Yoshida1-0/+5
2012-10-09make the different options to cal the dialog work againMarkus Mohrhard1-1/+15
2012-10-09make ScCondFormatDlg a ScAnyRefDlgMarkus Mohrhard1-77/+15
2012-10-06selecting the correct entry will also show it in the dialogMarkus Mohrhard1-3/+3
2012-10-06implement the menu strucutre from Astron's proposalMarkus Mohrhard1-0/+2
2012-10-06onyl show the exisiting cond format if the range is equalMarkus Mohrhard1-2/+5
2012-10-06replace some pointers with boost::scoped_ptrMarkus Mohrhard1-10/+6
2012-10-06only set a new cond format list if it really changedMarkus Mohrhard1-1/+1
2012-10-06more work on getting cell attributes and cond formats in syncMarkus Mohrhard1-1/+2
2012-10-01fdo#54940 - fix last small ergonomic issue.Michael Meeks1-1/+1
2012-09-28add the remaining parts to previous commitMarkus Mohrhard1-2/+2
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann1-8/+1
2012-09-06no conditional format changes i protected sheets, related fdo#51636Markus Mohrhard1-0/+12
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-5/+5
2012-07-04add the cond format managerMarkus Mohrhard1-1/+28
2012-06-30handle single cell conditional formats correctly, fdo#51555Markus Mohrhard1-0/+6
2012-06-29Remove unused header guards and optionsThomas Arnhold1-16/+0
2012-06-18fix the number detection in data bar dialogMarkus Mohrhard1-3/+5
2012-06-11correctly set new conditional formatMarkus Mohrhard1-8/+7
2012-06-11use the result of the dialog and apply it to the documentMarkus Mohrhard1-3/+23