summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* fdo#46808, Adapt linguistic2::LinguServiceManager UNO service to new styleNoel Grandin2012-10-303-0/+3
* export icon set data into OOXMLMarkus Mohrhard2012-10-303-8/+81
* fix warningMarkus Mohrhard2012-10-301-0/+2
* add icon sets to manage conditional formats dlgMarkus Mohrhard2012-10-304-8/+18
* fix crash with overlapping conditional formatsMarkus Mohrhard2012-10-301-0/+3
* implement basic support for icon setsMarkus Mohrhard2012-10-3014-10/+683
* extract same code into shared methodMarkus Mohrhard2012-10-301-47/+28
* fdo#46808, Adapt i18n::LocaleCalendar UNO service to new styleNoel Grandin2012-10-292-3/+4
* UniString->rtl::OUStringBufferCaolán McNamara2012-10-2811-20/+32
* fix some VS 2010 specific issuesDavid Ostrovsky2012-10-282-3/+3
* unusedcode: sc: unused ctorsMatúš Kukan2012-10-276-46/+0
* remove the temp file after loadingMarkus Mohrhard2012-10-261-2/+2
* this test should not been disabledMarkus Mohrhard2012-10-261-0/+1
* disable the password test for some platformsMarkus Mohrhard2012-10-261-0/+2
* implement export password testMarkus Mohrhard2012-10-261-0/+85
* add basic calc export testMarkus Mohrhard2012-10-263-1/+335
* loplugin: unused aName string and whacky indentCaolán McNamara2012-10-261-1/+0
* remove .ui mark-up in favor of font attributesCaolán McNamara2012-10-251-2/+4
* sc: warning C4702: unreachable codeMichael Stahl2012-10-251-2/+0
* fdo#46808, use service constructor for i18n::BreakIteratorNoel Grandin2012-10-231-7/+3
* fdo#46808, use service constructor for beans::IntrospectionNoel Grandin2012-10-232-284/+270
* fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin2012-10-222-16/+11
* accelerate shape import & export by more sensible XInterface handling.Michael Meeks2012-10-221-3/+0
* fdo#44657 Remove hack that "simulates" a mirrored horizontal scrollbar.Jan Holesovsky2012-10-193-47/+18
* reenable all our unit testsMarkus Mohrhard2012-10-191-0/+6
* add test case for the MATCH functionMarkus Mohrhard2012-10-193-0/+1
* actually pass the old cond format to the dialogMarkus Mohrhard2012-10-191-1/+1
* differentiate between formula and normal conditions in the dialogMarkus Mohrhard2012-10-191-1/+9
* fix problem with conditional formats in formats.odsMarkus Mohrhard2012-10-191-0/+0
* ithe cond format data is no longer stored as SfxUInt32ItemMarkus Mohrhard2012-10-191-1/+6
* add one more component file for subsequent filters testMarkus Mohrhard2012-10-191-0/+1
* expose m_pActionArea so subclasses can add buttons to the right placeCaolán McNamara2012-10-181-1/+1
* Merge SvLBoxTreeList and SvTreeList.Kohei Yoshida2012-10-192-5/+5
* Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida2012-10-1913-118/+118
* make use of ability to use bold in labelsCaolán McNamara2012-10-171-1/+1
* Calc, Writer toolbars: Remove Insert Graphics from the Graphics toolbars.Jan Holesovsky2012-10-171-2/+0
* write the custom sort list info into the item set, fdo#53870Markus Mohrhard2012-10-172-0/+5
* only use non blank cells in the visible data methods, fdo#54552Markus Mohrhard2012-10-171-3/+7
* ignore broadcaster cells to fill autofilter dialog, fdo#55712Markus Mohrhard2012-10-171-0/+4
* exchange sort settings between the two tab pages, fdo#53482Noel Power2012-10-172-10/+10
* ScTabViewObj: fix STL assertion:Michael Stahl2012-10-151-3/+12
* add a unit test for removing rows/columns with commentsMarkus Mohrhard2012-10-151-0/+42
* sal_Bool to bool in anyrefdg.[ch]xxMarkus Mohrhard2012-10-152-35/+35
* hide edit fields for duplicate and uniqueMarkus Mohrhard2012-10-151-1/+9
* fix memory leak in note handlingMarkus Mohrhard2012-10-154-8/+7
* fix the problem in the right methodMarkus Mohrhard2012-10-151-2/+2
* Fix consecutive breaksJulien Nabet2012-10-141-2/+0
* need to set the row/col relative to the start row/colMarkus Mohrhard2012-10-131-2/+2
* don't insert notes from deleted cells, fdo#55885Markus Mohrhard2012-10-131-4/+14
* improve showing the condition text when the entry is collapsedMarkus Mohrhard2012-10-133-5/+21