summaryrefslogtreecommitdiff
path: root/sc/source/ui/app
AgeCommit message (Expand)AuthorFilesLines
2012-03-23SvtAccessibilityOptions::GetIsForBorders is no longer usedCaolán McNamara1-1/+0
2012-03-18some sal_Bool to bool in transobj.cxxMarkus Mohrhard1-13/+13
2012-03-18also shrink used area for HTML in some cases, fdo#46230, n#677811Markus Mohrhard1-1/+14
2012-03-15fix to update inputbar when setting a range for a formula fdo#46809Noel Power1-1/+1
2012-03-15fdo#45671 split button for calc cell border colorWinfried Donkers1-1/+1
2012-03-13only shrink to used area in text export, fdo#46230, related n#677811Markus Mohrhard1-3/+0
2012-03-08Resolves: fdo#46923 uninitialized iterators are invalidCaolán McNamara1-0/+4
2012-03-06fdo#45688: Split button for Calc cell font colorWinfried Donkers1-1/+1
2012-03-06don't crash when scrolling in input line, fdo#46975Markus Mohrhard1-0/+4
2012-03-05Sprinkle DISABLE_SCRIPTING ifdefsTor Lillqvist1-26/+45
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann3-6/+6
2012-02-27Fixed up several issues with the new formula options handler.Kohei Yoshida1-4/+20
2012-02-27Splitting ScDocument::SetDocOptions, moved new SetFormulaOptions to ScDocShellAlbert Thuswaldner1-6/+2
2012-02-27Moving misplaced Formula options from ScDocOptions to ScAppOptionsAlbert Thuswaldner1-5/+97
2012-02-27merge GetString variantsCaolán McNamara2-5/+2
2012-02-21fdo#44611 writer: paragraph background color picker with split buttonWinfried Donkers1-1/+1
2012-02-15Various string function clean upStephan Bergmann1-4/+12
2012-02-13Use separate iterators for column and formula data.Kohei Yoshida1-27/+27
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe1-1/+1
2012-02-08String to rtl::OUString.Kohei Yoshida3-23/+21
2012-02-08bool cleanups.Kohei Yoshida1-142/+142
2012-02-08Rename TypedStrData to ScTypedStrData, just to be consistent.Kohei Yoshida1-10/+10
2012-02-08Moved TypedStrData into its own files.Kohei Yoshida1-1/+0
2012-02-08Old result not used for now always case sensitive search.Kohei Yoshida1-8/+0
2012-02-08Apparently these two methods are now deprecated.Kohei Yoshida1-2/+2
2012-02-08getExactMatch() should return the original string when no match is found.Kohei Yoshida1-4/+4
2012-02-08Move away from TypedScStrCollection in favor of STL's.Kohei Yoshida1-158/+264
2012-02-08Let's use enum for better type safety.Kohei Yoshida1-2/+2
2012-02-07Have SfxItemSet::HasItem take an optional pointer-to-pointer.Kohei Yoshida1-19/+19
2012-02-07make ctrl-shift-f2 change focus to the inputline fdo#40957Noel Power1-4/+13
2012-02-06I think it's time we had a real method for this...Kohei Yoshida1-23/+19
2012-02-06Moved ScTpCompat from docoptions to appoptionsAlbert Thuswaldner1-4/+21
2012-02-04Fix 3 "Possible inefficient checking"Julien Nabet1-1/+1
2012-02-01fdo#34425: [Feature] Persist bgcolor toolbar button.Winfried Donkers1-1/+1
2012-01-31Remove unsed codeElton Chung1-10/+0
2012-01-30refactor ConvertLineEndCaolán McNamara1-1/+1
2012-01-25fix initial height of multiline input windowNoel Power1-7/+11
2012-01-24fix ( hopefully ) viewing artifacts in input line fdo#44391Noel Power1-4/+11
2012-01-24Revert "fix ( hopefully ) viewing artifacts in input line fdo#44391"Noel Power1-11/+4
2012-01-24fix ( hopefully ) viewing artifacts in input line fdo#44391Noel Power1-4/+11
2012-01-09simplify CharClassCaolán McNamara1-1/+1
2012-01-07another missing null pointer check in multilinebar, fdo#44518Markus Mohrhard1-1/+1
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot2-5/+5
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara1-4/+4
2011-12-26missing pointer check in new multiline input code, fdo#43856Markus Mohrhard1-1/+1
2011-12-23fix copy/paste with whole column/rowMarkus Mohrhard1-0/+4
2011-12-21callcatcher: remove unused Find1RefWindow variantCaolán McNamara1-16/+0
2011-12-15remove unused ScInputBarGroup::GainFocusNoel Power1-7/+0
2011-12-14if editing in formulabar restore focus to inputline after expand/collapseNoel Power1-0/+3
2011-12-14stop formulabar controls being repositioned vertically in multiline modeNoel Power1-2/+22