summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2013-02-14Actually we can just swap them. The originals are not used after this call.Kohei Yoshida
2013-02-14Use std::vector instead of C-style arrays.Kohei Yoshida
2013-02-14Pass ScDPSource to ScDPResultData as a reference.Kohei Yoshida
2013-02-14Misc cleanup - scope reduction, string, class description etc.Kohei Yoshida
2013-02-14More boolean cleanups.Kohei Yoshida
2013-02-14String to OUString.Kohei Yoshida
2013-02-14Massive sal_Bool to bool conversion.Kohei Yoshida
2013-02-14CalcRowData can be passed as a const reference.Kohei Yoshida
2013-02-14adapt code to insert sheet .uiCaolán McNamara
2013-02-13sal_Bool to bool.Kohei Yoshida
2013-02-13ScDPValueData->ScDPValue. The last 'Data' sounds very redundant.Kohei Yoshida
2013-02-13Switch integer constants to enum & prefix data members with 'm'.Kohei Yoshida
2013-02-13Remove VALIDTAB and other similar macrosJulien Nabet
2013-02-13update pch headers, broken by 1aaf9a9Luboš Luňák
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida
2013-02-12Add prefix 'm' for ScEditCell's data members.Kohei Yoshida
2013-02-12Made similar change to SetData() of ScEditCell.Kohei Yoshida
2013-02-12Go through all ScEditCell instantiations and fix memory leaks.Kohei Yoshida
2013-02-12Avoid unnecessary cloning of text object when instantiating ScEditCell.Kohei Yoshida
2013-02-12address cell protection text alignmentCaolán McNamara
2013-02-08fdo#60322 add calc function SKEWP as in ODFF v1.2Winfried Donkers
2013-02-07another row height ( related to optimalheight and deleting content ) fdo#59193Noel Power
2013-02-06Use initializer to initialize data members.Kohei Yoshida
2013-02-06Make ScColumn explicitly non-copyable.Kohei Yoshida
2013-02-06Rename ScColumn::Resize() to ReserveSize().Kohei Yoshida
2013-02-05Remove unused header includes.Kohei Yoshida
2013-02-05UniString to OUString in ScRefFinder, and a bunch more cleanups.Kohei Yoshida
2013-02-04moved the export row check to qahelper, made it useful for import/exportNoel Power
2013-01-30bnc#615317: Recompile cells with #NAME! for English function name option.Kohei Yoshida
2013-01-30unfriend this class and the methodMarkus Mohrhard
2013-01-30make a few more users of ScAttrArray outside of the class constMarkus Mohrhard
2013-01-30this parameter was always trueMarkus Mohrhard
2013-01-30prevent copy c'tor and operator=Markus Mohrhard
2013-01-30Let's stick with just one variant of ScDocument::GetString()...Kohei Yoshida
2013-01-29Slightly better way to skip pivot table ranges during spell check.Kohei Yoshida
2013-01-30make clear that this variable should not be used inside of ScDocumentMarkus Mohrhard
2013-01-30no user of nVisibleTab inside ScDocument anymoreMarkus Mohrhard
2013-01-30make some more methods constMarkus Mohrhard
2013-01-29bnc#484599: Prevent pivot table from getting sheared when cells are shifted.Kohei Yoshida
2013-01-29We don't need this hack anymore for unit test.Kohei Yoshida
2013-01-28fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac
2013-01-28no need for the String version of this function anymoreMarkus Mohrhard
2013-01-28remaining ui parts for conditional date formatsMarkus Mohrhard
2013-01-25fdo#59056: Re-calculate cell anchor position of a pasted drawing object.Kohei Yoshida
2013-01-24New test for importing chart object with references to cell ranges.Kohei Yoshida
2013-01-23fdo#58562: Ensure internal data is always used when pasting to another doc.Kohei Yoshida
2013-01-24import inherited number formats with cached values, fdo#59724Markus Mohrhard
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith
2013-01-18fdo#58988, fdo#58562: Populate draw clip document with data for charts.Kohei Yoshida
2013-01-18add all the new conditional formats to the menu, related fdo#58778Markus Mohrhard