Age | Commit message (Expand) | Author |
2013-02-14 | Actually we can just swap them. The originals are not used after this call. | Kohei Yoshida |
2013-02-14 | Use std::vector instead of C-style arrays. | Kohei Yoshida |
2013-02-14 | Pass ScDPSource to ScDPResultData as a reference. | Kohei Yoshida |
2013-02-14 | Caller should check the member visibility, not the callee. | Kohei Yoshida |
2013-02-14 | Misc cleanup - scope reduction, string, class description etc. | Kohei Yoshida |
2013-02-14 | More boolean cleanups. | Kohei Yoshida |
2013-02-14 | String to OUString. | Kohei Yoshida |
2013-02-14 | Massive sal_Bool to bool conversion. | Kohei Yoshida |
2013-02-14 | Fix ugly indentation. | Kohei Yoshida |
2013-02-14 | CalcRowData can be passed as a const reference. | Kohei Yoshida |
2013-02-14 | assert if there is a wrong index, a warning is not enough | Markus Mohrhard |
2013-02-14 | another case of wrong escaping for " | Markus Mohrhard |
2013-02-14 | use >= as mentioned in the UI, fdo#60798 | Markus Mohrhard |
2013-02-14 | forgotten mnemonic widgets | Caolán McNamara |
2013-02-14 | adapt code to insert sheet .ui | Caolán McNamara |
2013-02-14 | consistent 6px border and frame top alignment | Caolán McNamara |
2013-02-14 | Converted Insert -> Sheet widget. | Abdulelah Alarifi |
2013-02-13 | sal_Bool to bool. | Kohei Yoshida |
2013-02-13 | ScDPValueData->ScDPValue. The last 'Data' sounds very redundant. | Kohei Yoshida |
2013-02-13 | Switch integer constants to enum & prefix data members with 'm'. | Kohei Yoshida |
2013-02-13 | Fix Variable 'bMark' assigned a value never used | Julien Nabet |
2013-02-13 | calc : multiple tabs can be hidden at once | Laurent Godard |
2013-02-13 | avoid MSVC C4150 , caused by 55b39ff42e | Luboš Luňák |
2013-02-13 | Remove VALIDTAB and other similar macros | Julien Nabet |
2013-02-13 | WaE: struct/class mixup | Tor Lillqvist |
2013-02-13 | update pch headers, broken by 1aaf9a9 | Luboš Luňák |
2013-02-12 | bnc#802350: Cell validation is not a special (cell) content. | Kohei Yoshida |
2013-02-12 | Some cppcheck cleaning | Julien Nabet |
2013-02-12 | Renamed hard-to-remember 8-char headers in editeng. | Kohei Yoshida |
2013-02-12 | Remove excessive inclusion of cell.hxx from other headers. | Kohei Yoshida |
2013-02-12 | Add prefix 'm' for ScEditCell's data members. | Kohei Yoshida |
2013-02-12 | Made similar change to SetData() of ScEditCell. | Kohei Yoshida |
2013-02-12 | Go through all ScEditCell instantiations and fix memory leaks. | Kohei Yoshida |
2013-02-12 | Avoid unnecessary cloning of text object when instantiating ScEditCell. | Kohei Yoshida |
2013-02-12 | Fix duplicate conditions | Julien Nabet |
2013-02-12 | fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new style | Noel Grandin |
2013-02-12 | fdo#46808, convert xmloff module code to use XComponentContext | Noel Grandin |
2013-02-12 | fdo#46808, convert i18n::OrdinalSuffix to new-style | Noel Grandin |
2013-02-12 | WaE: anonymous type with no linkage used to declare variable with linkage | Tor Lillqvist |
2013-02-11 | Fix the memory leak. ScEditCell clones the EditTextObject in its ctor. | Kohei Yoshida |
2013-02-11 | Forgot to name it consistently... | Kohei Yoshida |
2013-02-11 | Add new filter test for raw cell value import from ods. | Kohei Yoshida |
2013-02-11 | Fix for one of the filter tests. | Kohei Yoshida |
2013-02-11 | Import URL fields as well. Now I'm done. | Kohei Yoshida |
2013-02-11 | Import date fields. | Kohei Yoshida |
2013-02-11 | Import document title field as well. | Kohei Yoshida |
2013-02-11 | Fix sheet name field import. | Kohei Yoshida |
2013-02-11 | Prepare for the import of cell field items. | Kohei Yoshida |
2013-02-11 | Import all possible text format properties. | Kohei Yoshida |
2013-02-11 | Use hash map to avoid repetitious string comparisons. | Kohei Yoshida |