summaryrefslogtreecommitdiff
path: root/sc
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-14Caller should check the member visibility, not the callee.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-14Fix ugly indentation.Kohei Yoshida
2013-02-14CalcRowData can be passed as a const reference.Kohei Yoshida
2013-02-14assert if there is a wrong index, a warning is not enoughMarkus Mohrhard
2013-02-14another case of wrong escaping for "Markus Mohrhard
2013-02-14use >= as mentioned in the UI, fdo#60798Markus Mohrhard
2013-02-14forgotten mnemonic widgetsCaolán McNamara
2013-02-14adapt code to insert sheet .uiCaolán McNamara
2013-02-14consistent 6px border and frame top alignmentCaolán McNamara
2013-02-14Converted Insert -> Sheet widget.Abdulelah Alarifi
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-13Fix Variable 'bMark' assigned a value never usedJulien Nabet
2013-02-13calc : multiple tabs can be hidden at onceLaurent Godard
2013-02-13avoid MSVC C4150 , caused by 55b39ff42eLuboš Luňák
2013-02-13Remove VALIDTAB and other similar macrosJulien Nabet
2013-02-13WaE: struct/class mixupTor Lillqvist
2013-02-13update pch headers, broken by 1aaf9a9Luboš Luňák
2013-02-12bnc#802350: Cell validation is not a special (cell) content.Kohei Yoshida
2013-02-12Some cppcheck cleaningJulien Nabet
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida
2013-02-12Remove excessive inclusion of cell.hxx from other headers.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-12Fix duplicate conditionsJulien Nabet
2013-02-12fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new styleNoel Grandin
2013-02-12fdo#46808, convert xmloff module code to use XComponentContextNoel Grandin
2013-02-12fdo#46808, convert i18n::OrdinalSuffix to new-styleNoel Grandin
2013-02-12WaE: anonymous type with no linkage used to declare variable with linkageTor Lillqvist
2013-02-11Fix the memory leak. ScEditCell clones the EditTextObject in its ctor.Kohei Yoshida
2013-02-11Forgot to name it consistently...Kohei Yoshida
2013-02-11Add new filter test for raw cell value import from ods.Kohei Yoshida
2013-02-11Fix for one of the filter tests.Kohei Yoshida
2013-02-11Import URL fields as well. Now I'm done.Kohei Yoshida
2013-02-11Import date fields.Kohei Yoshida
2013-02-11Import document title field as well.Kohei Yoshida
2013-02-11Fix sheet name field import.Kohei Yoshida
2013-02-11Prepare for the import of cell field items.Kohei Yoshida
2013-02-11Import all possible text format properties.Kohei Yoshida
2013-02-11Use hash map to avoid repetitious string comparisons.Kohei Yoshida