summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc
AgeCommit message (Expand)AuthorFilesLines
2012-02-09Include dpglobal.hxx only when necessary.Kohei Yoshida1-1/+1
2012-02-08String to rtl::OUString.Kohei Yoshida1-5/+4
2012-02-08bool cleanups.Kohei Yoshida1-45/+47
2012-02-08Rename TypedStrData to ScTypedStrData, just to be consistent.Kohei Yoshida2-3/+3
2012-02-08Moved TypedStrData into its own files.Kohei Yoshida2-2/+2
2012-02-08Move this typedef back into collect.hxx for now.Kohei Yoshida1-2/+1
2012-02-08Move away from TypedScStrCollection in favor of STL's.Kohei Yoshida3-11/+17
2012-02-07make ctrl-shift-f2 change focus to the inputline fdo#40957Noel Power1-0/+4
2012-02-07ScAutoFormat no longer a child of ScSortedCollection.Kohei Yoshida2-4/+4
2012-02-06The usual bool & string conversion.Kohei Yoshida1-1/+1
2012-02-06We don't use boost::shared_ptr here any more...Kohei Yoshida1-2/+0
2012-02-06Moved ScTpCompat from docoptions to appoptionsAlbert Thuswaldner1-4/+1
2012-02-04ScOutlineCollection and its friends now free of ScSortedCollection.Kohei Yoshida1-1/+1
2012-02-04Nobody uses StrData and ScStrCollection now.Kohei Yoshida1-1/+0
2012-02-04No more ScStrCollection in pivot table code.Kohei Yoshida1-5/+6
2012-02-04More on ScStrCollection/StrData elimination.Kohei Yoshida1-2/+2
2012-02-01fdo#34425: [Feature] Persist bgcolor toolbar button.Winfried Donkers1-0/+4
2012-01-31Remove unsed codeElton Chung4-7/+0
2012-01-30Option to set tab prefix for new worksheetsAlbert Thuswaldner2-1/+8
2012-01-25fix initial height of multiline input windowNoel Power1-0/+2
2012-01-24fix ( hopefully ) viewing artifacts in input line fdo#44391Noel Power1-0/+1
2012-01-24Revert "fix ( hopefully ) viewing artifacts in input line fdo#44391"Noel Power1-1/+0
2012-01-24fix ( hopefully ) viewing artifacts in input line fdo#44391Noel Power1-0/+1
2012-01-19remove unused methodsThomas Arnhold1-2/+0
2012-01-17remove unused methodsThomas Arnhold1-1/+0
2012-01-17remove unused ScDP* methodsThomas Arnhold1-6/+0
2012-01-16just return a new string rather than pass by referenceCaolán McNamara1-1/+1
2012-01-13here calc, take ownership of this foul monstrosity only you useCaolán McNamara1-0/+53
2012-01-13refactor slightly to avoid link problems with gcc 4.7David Tardon1-6/+17
2012-01-10Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora1-7/+0
2012-01-07Remove superfluous _ZFORLIST_DECLARE_TABLE definition.Marcel Metz1-2/+0
2012-01-06Limit the number of initial sheets to 1 to 1024 in the UI.Kohei Yoshida1-0/+4
2012-01-06The data range may not always start at row 0, use 'n' prefix for int.Kohei Yoshida1-1/+1
2012-01-06Update behavior and translation last record to prev recordLior Kaplan2-3/+3
2012-01-05fdo#36851, bnc#737190: Make the data validation popup more reliable.Kohei Yoshida1-3/+6
2012-01-05handle relative refs in name dialogs correctlyMarkus Mohrhard1-1/+3
2012-01-05Removed unnecessary tools includes.Marcel Metz2-2/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2012-01-04Easyhack fdo#38831 remove SvStringsBrad Sowden4-25/+0
2012-01-04Easyhack fdo#38831 remove SvStringsBrad Sowden1-8/+0
2011-12-21fdo#38832 Replace ScChangeActionTable with std::mapMarcel Metz1-4/+4
2011-12-21Revert this to build on msvc 2008Korrawit Pruegsanusak1-4/+4
2011-12-21callcatcher: remove some unused codeCaolán McNamara1-1/+0
2011-12-20callcatcher: ScJobSetup never constructedCaolán McNamara1-2/+0
2011-12-19don't set current entry for every entry during initMarkus Mohrhard1-1/+1
2011-12-19callcatcher: Remove unused codeAugust Sodora5-7/+0
2011-12-16gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO'Matúš Kukan1-4/+4
2011-12-15remove unused ScInputBarGroup::GainFocusNoel Power1-1/+0
2011-12-14stop formulabar controls being repositioned vertically in multiline modeNoel Power1-1/+3
2011-12-13Pass the correct ScTabViewShell instance to the input box.Kohei Yoshida1-5/+10