summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2012-10-31Rename the files to reflect the class name change.Kohei Yoshida6-6/+6
2012-10-31Rename ScDPCacheTable to ScDPFilteredCache.Kohei Yoshida7-80/+81
2012-10-31Since the cache there is never NULL, let's take a reference instead.Kohei Yoshida5-23/+17
2012-10-31The cache inside ScDPCacheTable (I should rename this) is never NULL.Kohei Yoshida3-21/+0
2012-10-31valgrind: Conditional jump or move depends on uninitialised valueCaolán McNamara1-2/+3
2012-10-31sc: fix erroneous casts of ScCondFormatItemMichael Stahl2-3/+7
2012-10-30fdo#56325: Don't forget to build_tree() in fillTable().Kohei Yoshida1-1/+5
2012-10-30Somehow that comment makes no sense.Kohei Yoshida1-1/+0
2012-10-30dump() method for ScDPCacheTable (for debugging only).Kohei Yoshida1-0/+37
2012-10-30Somehow the indentation was messed up in this method.Kohei Yoshida1-33/+33
2012-10-30Fix the build with DEBUG_PIVOT_TABLE=1.Kohei Yoshida1-0/+2
2012-10-30export icon set data into OOXMLMarkus Mohrhard2-0/+73
2012-10-30fix warningMarkus Mohrhard1-0/+2
2012-10-30add icon sets to manage conditional formats dlgMarkus Mohrhard3-0/+10
2012-10-30fix crash with overlapping conditional formatsMarkus Mohrhard1-0/+3
2012-10-30implement basic support for icon setsMarkus Mohrhard10-7/+590
2012-10-30extract same code into shared methodMarkus Mohrhard1-47/+28
2012-10-29fdo#46808, Adapt i18n::LocaleCalendar UNO service to new styleNoel Grandin2-3/+4
2012-10-28UniString->rtl::OUStringBufferCaolán McNamara10-17/+29
2012-10-28fix some VS 2010 specific issuesDavid Ostrovsky2-3/+3
2012-10-27unusedcode: sc: unused ctorsMatúš Kukan5-45/+0
2012-10-26loplugin: unused aName string and whacky indentCaolán McNamara1-1/+0
2012-10-25sc: warning C4702: unreachable codeMichael Stahl1-2/+0
2012-10-23fdo#46808, use service constructor for i18n::BreakIteratorNoel Grandin1-7/+3
2012-10-23fdo#46808, use service constructor for beans::IntrospectionNoel Grandin2-284/+270
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin1-14/+9
2012-10-22accelerate shape import & export by more sensible XInterface handling.Michael Meeks1-3/+0
2012-10-19fdo#44657 Remove hack that "simulates" a mirrored horizontal scrollbar.Jan Holesovsky3-47/+18
2012-10-19actually pass the old cond format to the dialogMarkus Mohrhard1-1/+1
2012-10-19differentiate between formula and normal conditions in the dialogMarkus Mohrhard1-1/+9
2012-10-19ithe cond format data is no longer stored as SfxUInt32ItemMarkus Mohrhard1-1/+6
2012-10-18expose m_pActionArea so subclasses can add buttons to the right placeCaolán McNamara1-1/+1
2012-10-19Merge SvLBoxTreeList and SvTreeList.Kohei Yoshida2-5/+5
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida13-118/+118
2012-10-17write the custom sort list info into the item set, fdo#53870Markus Mohrhard2-0/+5
2012-10-17only use non blank cells in the visible data methods, fdo#54552Markus Mohrhard1-3/+7
2012-10-17ignore broadcaster cells to fill autofilter dialog, fdo#55712Markus Mohrhard1-0/+4
2012-10-17exchange sort settings between the two tab pages, fdo#53482Noel Power2-10/+10
2012-10-15ScTabViewObj: fix STL assertion:Michael Stahl1-3/+12
2012-10-15sal_Bool to bool in anyrefdg.[ch]xxMarkus Mohrhard2-35/+35
2012-10-15hide edit fields for duplicate and uniqueMarkus Mohrhard1-1/+9
2012-10-15fix memory leak in note handlingMarkus Mohrhard2-5/+4
2012-10-15fix the problem in the right methodMarkus Mohrhard1-2/+2
2012-10-14Fix consecutive breaksJulien Nabet1-2/+0
2012-10-13need to set the row/col relative to the start row/colMarkus Mohrhard1-2/+2
2012-10-13don't insert notes from deleted cells, fdo#55885Markus Mohrhard1-4/+14
2012-10-13improve showing the condition text when the entry is collapsedMarkus Mohrhard3-5/+21
2012-10-13add the text for collapsed entries backMarkus Mohrhard2-1/+33
2012-10-12Check for null object. The OLE name may not always be set.Kohei Yoshida1-1/+1
2012-10-12Always disable anti-aliasing for drawing cell borders.Kohei Yoshida1-4/+26