summaryrefslogtreecommitdiffstats
path: root/sc/source
Commit message (Expand)AuthorAgeFilesLines
* export icon set data into OOXMLMarkus Mohrhard2012-10-302-0/+73
* fix warningMarkus Mohrhard2012-10-301-0/+2
* add icon sets to manage conditional formats dlgMarkus Mohrhard2012-10-303-0/+10
* fix crash with overlapping conditional formatsMarkus Mohrhard2012-10-301-0/+3
* implement basic support for icon setsMarkus Mohrhard2012-10-3010-7/+590
* 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-2810-17/+29
* fix some VS 2010 specific issuesDavid Ostrovsky2012-10-282-3/+3
* unusedcode: sc: unused ctorsMatúš Kukan2012-10-275-45/+0
* loplugin: unused aName string and whacky indentCaolán McNamara2012-10-261-1/+0
* 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-221-14/+9
* 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
* 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
* ithe cond format data is no longer stored as SfxUInt32ItemMarkus Mohrhard2012-10-191-1/+6
* 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
* 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
* 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-152-5/+4
* 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
* add the text for collapsed entries backMarkus Mohrhard2012-10-132-1/+33
* Check for null object. The OLE name may not always be set.Kohei Yoshida2012-10-121-1/+1
* Always disable anti-aliasing for drawing cell borders.Kohei Yoshida2012-10-121-4/+26
* remove unused local static functionsCaolán McNamara2012-10-123-38/+0
* lcl_LineSize is unusedCaolán McNamara2012-10-121-25/+0
* mark lcl_ functions static or rename them if they are not local at allLuboš Luňák2012-10-12153-436/+435
* Merged SvTreeListBox and SvLBox.Kohei Yoshida2012-10-117-8/+8
* CMIS: Implemented the CheckOut button of the InfoBarCédric Bosdonnat2012-10-111-0/+2
* kill this hard coded sheet limit for xlsx import, rhbz#864858Markus Mohrhard2012-10-111-1/+1
* only access first element if vector is not empty, fdo#55734Markus Mohrhard2012-10-111-1/+3
* Revert "More clash avoidance for DISABLE_DYNLOADING in general, not just iOS"Tor Lillqvist2012-10-111-108/+2
* More clash avoidance for DISABLE_DYNLOADING in general, not just iOSTor Lillqvist2012-10-111-2/+108
* kill RefEdit constructor that does not initialize the highlightingMarkus Mohrhard2012-10-112-5/+5
* fix the highlighting of the range in the pivot table dialogMarkus Mohrhard2012-10-111-2/+2