summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-02-13update pch headers, broken by 1aaf9a9Luboš Luňák1-6/+33
2013-02-12bnc#802350: Cell validation is not a special (cell) content.Kohei Yoshida1-1/+1
2013-02-12Some cppcheck cleaningJulien Nabet1-3/+2
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida57-126/+126
2013-02-12Remove excessive inclusion of cell.hxx from other headers.Kohei Yoshida17-26/+49
2013-02-12Add prefix 'm' for ScEditCell's data members.Kohei Yoshida2-47/+48
2013-02-12Made similar change to SetData() of ScEditCell.Kohei Yoshida7-28/+65
2013-02-12Go through all ScEditCell instantiations and fix memory leaks.Kohei Yoshida18-62/+93
2013-02-12Avoid unnecessary cloning of text object when instantiating ScEditCell.Kohei Yoshida3-2/+18
2013-02-12Fix duplicate conditionsJulien Nabet1-1/+0
2013-02-12fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new styleNoel Grandin1-6/+2
2013-02-12fdo#46808, convert xmloff module code to use XComponentContextNoel Grandin2-9/+8
2013-02-12fdo#46808, convert i18n::OrdinalSuffix to new-styleNoel Grandin1-29/+12
2013-02-12WaE: anonymous type with no linkage used to declare variable with linkageTor Lillqvist1-5/+1
2013-02-11Fix the memory leak. ScEditCell clones the EditTextObject in its ctor.Kohei Yoshida1-1/+2
2013-02-11Forgot to name it consistently...Kohei Yoshida1-4/+4
2013-02-11Add new filter test for raw cell value import from ods.Kohei Yoshida2-0/+18
2013-02-11Fix for one of the filter tests.Kohei Yoshida1-1/+1
2013-02-11Import URL fields as well. Now I'm done.Kohei Yoshida6-17/+127
2013-02-11Import date fields.Kohei Yoshida4-8/+12
2013-02-11Import document title field as well.Kohei Yoshida4-12/+27
2013-02-11Fix sheet name field import.Kohei Yoshida2-20/+53
2013-02-11Prepare for the import of cell field items.Kohei Yoshida6-7/+177
2013-02-11Import all possible text format properties.Kohei Yoshida2-24/+211
2013-02-11Use hash map to avoid repetitious string comparisons.Kohei Yoshida7-60/+157
2013-02-11We don't need this anymore BTW.Kohei Yoshida1-3/+0
2013-02-11Import formatted spans correctly.Kohei Yoshida6-20/+230
2013-02-11Use EditEngine to create ScEditCell directly.Kohei Yoshida5-47/+51
2013-02-11Push everything to the cell context.Kohei Yoshida4-16/+22
2013-02-11Import multi-line content into ScEditCell.Kohei Yoshida1-1/+22
2013-02-11No need to check for empty value; it's checked when a value is assigned.Kohei Yoshida1-3/+3
2013-02-11These method names should use singular 'Cell', not 'Cells'.Kohei Yoshida2-8/+9
2013-02-11Removal of more obsolete stuff...Kohei Yoshida2-58/+1
2013-02-11First cut on the re-work. Lots of things are still broken.Kohei Yoshida11-332/+257
2013-02-11Bit of re-organization...Kohei Yoshida2-35/+35
2013-02-12address cell protection text alignmentCaolán McNamara6-27/+236
2013-02-12Widget for Calc protect cell tab pageOlivier Hallot4-149/+57
2013-02-11Remove uncalled blockJulien Nabet1-7/+0
2013-02-11add unittest for fdo#59240Korrawit Pruegsanusak3-0/+8
2013-02-11fdo#55430 switches off text mode when clicking an other object.Lennard Wasserthal2-15/+54
2013-02-11fdo#46808, Adapt document::XML*BasicExporter UNO services to new styleNoel Grandin2-14/+13
2013-02-10sc_subsequent_filters-test: add bug numberKorrawit Pruegsanusak1-1/+1
2013-02-10fdo#56098 paste special shift options incorrect/incompleteWinfried Donkers1-20/+54
2013-02-09fix compile for change to boost 1.53.0 declaring smart pointer operator bool ...Mark Wright4-5/+5
2013-02-09Remove unused methodsThomas Arnhold4-68/+0
2013-02-08factor out common code of SKEW and SKEWP, fdo#60322Eike Rathke2-37/+19
2013-02-08fdo#60322 add calc function SKEWP as in ODFF v1.2Winfried Donkers9-2/+64
2013-02-07Resolves: fdo#60420 Copy chart leads to crashJulien Nabet1-2/+5
2013-02-07Move close button to most left of the findbarJoren De Cuyper1-1/+1
2013-02-07blind wae fix for MacOSXNoel Power1-1/+1