summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/cellsh1.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-06-27fdo#65856 allow shift cells in paste special for copy-modeWinfried Donkers1-1/+1
2013-04-05fdo#56098 paste special shift options incorrect/incompleteWinfried Donkers1-20/+54
2013-04-05fdo#56098 Paste Special options after cut incorrectWinfried Donkers1-8/+5
2013-01-21prevent to create cond formats with empty range, fdo#58778Markus Mohrhard1-1/+4
2013-01-21don'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-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
2012-06-11first part for new conditional format dialogMarkus Mohrhard1-16/+12
2012-06-11data bar settings menuMarkus Mohrhard1-0/+27
2012-06-01targeted string re-workNorbert Thiebaud1-5/+5
2012-04-23tweak paste-only context menu ( add paste only number )Noel Power1-2/+5
2012-04-02Don't instantiate ScDocFunc objects, get them from the doc-shellMichael Meeks1-3/+2
2012-03-29add for calc extra paste ctx menu with options to paste text or formula onlyNoel Power1-1/+23
2012-03-22removed duplicate includes in scTakeshi Abe1-2/+0
2012-03-09Added hook to create group field data at cache creation time.Kohei Yoshida1-1/+6
2012-03-05Sprinkle DISABLE_SCRIPTING ifdefsTor Lillqvist1-0/+4
2012-03-03remove debug statementMarkus Mohrhard1-2/+0
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-1/+1
2012-02-29remove mpNote from ScBaseCellMarkus Mohrhard1-1/+1