summaryrefslogtreecommitdiff
path: root/sc/source/ui/app/inputhdl.cxx
AgeCommit message (Expand)Author
2013-07-08-Werror,-Wdeprecated-register (Clang trunk towards 3.4)Stephan Bergmann
2013-06-02initial work on removing some ScFormulaCell instancesMarkus Mohrhard
2013-06-02preparations for inherited number format removalMarkus Mohrhard
2013-06-02more String->OUString and early bail outsMarkus Mohrhard
2013-06-02String->OUString and bail out earlyMarkus Mohrhard
2013-06-02let us use scoped_ptr when possibleMarkus Mohrhard
2013-05-22AppendAscii cleanupRicardo Montania
2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann
2013-05-13Support IMR_QUERYCHARPOSITION in Writer and Calc.Yohei Yukawa
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-28Remove some headers in cell.hxx.Kohei Yoshida
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-04resolved rhbz#916936 allow also input line for read-onlyEike Rathke
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida
2012-12-30Some cppcheck cleaning in scJulien Nabet
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-12-04calc66: #i114511# don't count cursor movement or clipboard copyNiklas Nebel
2012-11-18migrate one GetOutputString variatn to OUStringNorbert Thiebaud
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-08-17fdo#48868: Allow Ctrl-TAB and Ctrl-Shift-TAB to cycle through candidates.Kohei Yoshida
2012-07-30Bug 48549 - System::Beep() removalMathieu Vonlanthen
2012-07-23fdo#48549 System::Beep() removalMathieu Vonlanthen
2012-07-09some UniString->rtl::OUStringCaolán McNamara
2012-07-03ditch String::CreateFromAsciiCaolán McNamara
2012-06-27Get rid of annoying IAccessibility2 commentsThomas Arnhold
2012-06-09Remove superfluous include commentsThomas Arnhold
2012-05-08work around spurious signed overflow warningsMichael Stahl
2012-05-03New menu now inserts current time into cell.Kohei Yoshida
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-03-23SvtAccessibilityOptions::GetIsForBorders is no longer usedCaolán McNamara
2012-03-15fix to update inputbar when setting a range for a formula fdo#46809Noel Power
2012-03-08Resolves: fdo#46923 uninitialized iterators are invalidCaolán McNamara
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
2012-02-27merge GetString variantsCaolán McNamara
2012-02-15Various string function clean upStephan Bergmann
2012-02-13Use separate iterators for column and formula data.Kohei Yoshida
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe
2012-02-08String to rtl::OUString.Kohei Yoshida
2012-02-08bool cleanups.Kohei Yoshida
2012-02-08Rename TypedStrData to ScTypedStrData, just to be consistent.Kohei Yoshida
2012-02-08Moved TypedStrData into its own files.Kohei Yoshida
2012-02-08Old result not used for now always case sensitive search.Kohei Yoshida
2012-02-08Apparently these two methods are now deprecated.Kohei Yoshida
2012-02-08getExactMatch() should return the original string when no match is found.Kohei Yoshida
2012-02-08Move away from TypedScStrCollection in favor of STL's.Kohei Yoshida
2012-02-08Let's use enum for better type safety.Kohei Yoshida
2012-01-30refactor ConvertLineEndCaolán McNamara