summaryrefslogtreecommitdiff
path: root/sc/source/ui/app
AgeCommit message (Expand)AuthorFilesLines
2012-11-28Turned the xml source dialog into a reference dialog.Kohei Yoshida1-0/+1
2012-11-24get rid of Svx...Locale...() double conversion nonsenseEike Rathke1-4/+2
2012-11-18migrate one GetOutputString variatn to OUStringNorbert Thiebaud1-2/+8
2012-11-13fdo#56776: Change in formula options should cause repaint.Kohei Yoshida1-0/+5
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-25/+16
2012-10-17write the custom sort list info into the item set, fdo#53870Markus Mohrhard1-0/+3
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák5-23/+20
2012-10-11Revert "More clash avoidance for DISABLE_DYNLOADING in general, not just iOS"Tor Lillqvist1-108/+2
2012-10-11More clash avoidance for DISABLE_DYNLOADING in general, not just iOSTor Lillqvist1-2/+108
2012-10-09make the different options to cal the dialog work againMarkus Mohrhard1-1/+3
2012-10-09make ScCondFormatDlg a ScAnyRefDlgMarkus Mohrhard1-1/+2
2012-10-01Deduplication of lcl_HasOnlyControls for disable-dynlinkingTor Lillqvist1-1/+1
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann1-2/+0
2012-08-23Get rid of the 3D look of the Formula Bar.Jan Holesovsky1-4/+19
2012-08-17fdo#48868: Allow Ctrl-TAB and Ctrl-Shift-TAB to cycle through candidates.Kohei Yoshida1-5/+16
2012-08-04calc input line: don't reset the scrollbar thumb on resizeIvan Timofeev1-3/+0
2012-08-04calc input line: don't leave an empty area at the bottom if possibleIvan Timofeev1-1/+9
2012-07-30Bug 48549 - System::Beep() removalMathieu Vonlanthen1-1/+0
2012-07-28Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in scArnaud Versini2-2/+2
2012-07-26Unused local variable.Kohei Yoshida1-1/+0
2012-07-26Actually this method is totally redundant. Remove it.Kohei Yoshida1-1/+1
2012-07-26Try to encapsulate the row flag array.Kohei Yoshida1-5/+2
2012-07-23fdo#48549 System::Beep() removalMathieu Vonlanthen1-6/+0
2012-07-10Remove unused SOT_FORMATSTR_ID_STARCALC_30Thomas Arnhold1-1/+0
2012-07-09some UniString->rtl::OUStringCaolán McNamara3-9/+10
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-1/+1
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara4-16/+14
2012-06-27Get rid of annoying IAccessibility2 commentsThomas Arnhold1-2/+1
2012-06-25ScCondFrmtItem appears to be a oxbox lakeCaolán McNamara1-54/+0
2012-06-22re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-18callcatcher: drop unused macro-generated GetChildWindowId methodsCaolán McNamara1-1/+1
2012-06-15Remove unused template.cxxThomas Arnhold1-76/+0
2012-06-15move zoomitem from svx to sfx2Tim Hardeck1-1/+1
2012-06-13calc input line: Fix crash with accessibility enabled.Jan Holesovsky1-1/+1
2012-06-11first part for new conditional format dialogMarkus Mohrhard1-1/+0
2012-06-09Remove superfluous empty lines on topThomas Arnhold5-14/+0
2012-06-09Remove superfluous include commentsThomas Arnhold2-8/+0
2012-06-09Remove superfluous include commentsThomas Arnhold6-29/+0
2012-06-05Disable file load and save and a whole bunch of other commands in preview.Kohei Yoshida1-18/+13
2012-05-30calc input line: Fix the size on Windows.Jan Holesovsky1-2/+2
2012-05-28calc input line: Native rendering of the input line.Jan Holesovsky1-41/+33
2012-05-08work around spurious signed overflow warningsMichael Stahl1-1/+2
2012-05-03New menu now inserts current time into cell.Kohei Yoshida2-12/+12
2012-04-13Put enum definition under class scope to avoid name clash.Kohei Yoshida1-1/+1
2012-04-13Moved ScDefaultsOptions from ScDocOptions to separate classAlbert Thuswaldner1-0/+34
2012-04-10Grouping ScFormulaOptionsAlbert Thuswaldner1-93/+27
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-04-05remove unused codeWinfried Donkers1-1/+0
2012-04-02Don't instantiate ScDocFunc objects, get them from the doc-shellMichael Meeks1-2/+1
2012-03-27Let's not use a macro for this...Kohei Yoshida1-3/+3