summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/app
Commit message (Expand)AuthorAgeFilesLines
* -Werror,-Wunused-private-field (various sc)Stephan Bergmann2012-09-111-2/+0
* Get rid of the 3D look of the Formula Bar.Jan Holesovsky2012-08-231-4/+19
* fdo#48868: Allow Ctrl-TAB and Ctrl-Shift-TAB to cycle through candidates.Kohei Yoshida2012-08-171-5/+16
* calc input line: don't reset the scrollbar thumb on resizeIvan Timofeev2012-08-041-3/+0
* calc input line: don't leave an empty area at the bottom if possibleIvan Timofeev2012-08-041-1/+9
* Bug 48549 - System::Beep() removalMathieu Vonlanthen2012-07-301-1/+0
* Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in scArnaud Versini2012-07-282-2/+2
* Unused local variable.Kohei Yoshida2012-07-261-1/+0
* Actually this method is totally redundant. Remove it.Kohei Yoshida2012-07-261-1/+1
* Try to encapsulate the row flag array.Kohei Yoshida2012-07-261-5/+2
* fdo#48549 System::Beep() removalMathieu Vonlanthen2012-07-231-6/+0
* Remove unused SOT_FORMATSTR_ID_STARCALC_30Thomas Arnhold2012-07-101-1/+0
* some UniString->rtl::OUStringCaolán McNamara2012-07-093-9/+10
* ditch String::CreateFromAsciiCaolán McNamara2012-07-031-1/+1
* probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara2012-06-284-16/+14
* Get rid of annoying IAccessibility2 commentsThomas Arnhold2012-06-271-2/+1
* ScCondFrmtItem appears to be a oxbox lakeCaolán McNamara2012-06-251-54/+0
* re-base on ALv2 code.Michael Meeks2012-06-221-23/+14
* callcatcher: drop unused macro-generated GetChildWindowId methodsCaolán McNamara2012-06-181-1/+1
* Remove unused template.cxxThomas Arnhold2012-06-151-76/+0
* move zoomitem from svx to sfx2Tim Hardeck2012-06-151-1/+1
* calc input line: Fix crash with accessibility enabled.Jan Holesovsky2012-06-131-1/+1
* first part for new conditional format dialogMarkus Mohrhard2012-06-111-1/+0
* Remove superfluous empty lines on topThomas Arnhold2012-06-095-14/+0
* Remove superfluous include commentsThomas Arnhold2012-06-092-8/+0
* Remove superfluous include commentsThomas Arnhold2012-06-096-29/+0
* Disable file load and save and a whole bunch of other commands in preview.Kohei Yoshida2012-06-051-18/+13
* calc input line: Fix the size on Windows.Jan Holesovsky2012-05-301-2/+2
* calc input line: Native rendering of the input line.Jan Holesovsky2012-05-281-41/+33
* work around spurious signed overflow warningsMichael Stahl2012-05-081-1/+2
* New menu now inserts current time into cell.Kohei Yoshida2012-05-032-12/+12
* Put enum definition under class scope to avoid name clash.Kohei Yoshida2012-04-131-1/+1
* Moved ScDefaultsOptions from ScDocOptions to separate classAlbert Thuswaldner2012-04-131-0/+34
* Grouping ScFormulaOptionsAlbert Thuswaldner2012-04-101-93/+27
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-1/+1
* remove unused codeWinfried Donkers2012-04-051-1/+0
* Don't instantiate ScDocFunc objects, get them from the doc-shellMichael Meeks2012-04-021-2/+1
* Let's not use a macro for this...Kohei Yoshida2012-03-271-3/+3
* SvtAccessibilityOptions::GetIsForBorders is no longer usedCaolán McNamara2012-03-231-1/+0
* some sal_Bool to bool in transobj.cxxMarkus Mohrhard2012-03-181-13/+13
* also shrink used area for HTML in some cases, fdo#46230, n#677811Markus Mohrhard2012-03-181-1/+14
* fix to update inputbar when setting a range for a formula fdo#46809Noel Power2012-03-151-1/+1
* fdo#45671 split button for calc cell border colorWinfried Donkers2012-03-151-1/+1
* only shrink to used area in text export, fdo#46230, related n#677811Markus Mohrhard2012-03-131-3/+0
* Resolves: fdo#46923 uninitialized iterators are invalidCaolán McNamara2012-03-081-0/+4
* fdo#45688: Split button for Calc cell font colorWinfried Donkers2012-03-061-1/+1
* don't crash when scrolling in input line, fdo#46975Markus Mohrhard2012-03-061-0/+4
* Sprinkle DISABLE_SCRIPTING ifdefsTor Lillqvist2012-03-051-26/+45
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-013-6/+6
* Fixed up several issues with the new formula options handler.Kohei Yoshida2012-02-271-4/+20