summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)Author
2012-11-02implement icon set import/export from odfMarkus Mohrhard
2012-11-02extract filling the cache for conditional formatsMarkus Mohrhard
2012-11-01Add comments to make it easier to follow this non-obvious code.Kohei Yoshida
2012-11-01Remove the correct range, or else maItems would end up with invalid pointer.Kohei Yoshida
2012-11-01Now this bConsecutive flag makes no sense.Kohei Yoshida
2012-11-01This if statement is never true.Kohei Yoshida
2012-11-01Prefer early bailout to avoid big fat if block.Kohei Yoshida
2012-11-01Explicitly call these methods to init / update note positions.Kohei Yoshida
2012-11-01No more "increase / decrease of recalc level" for drawing objects.Kohei Yoshida
2012-11-01Double allocation switch no longer used since we switched to std::vector...Kohei Yoshida
2012-10-31Rename the files to reflect the class name change.Kohei Yoshida
2012-10-31Rename ScDPCacheTable to ScDPFilteredCache.Kohei Yoshida
2012-10-31Since the cache there is never NULL, let's take a reference instead.Kohei Yoshida
2012-10-31The cache inside ScDPCacheTable (I should rename this) is never NULL.Kohei Yoshida
2012-10-31valgrind: Conditional jump or move depends on uninitialised valueCaolán McNamara
2012-10-31sc: fix erroneous casts of ScCondFormatItemMichael Stahl
2012-10-30fdo#56325: Don't forget to build_tree() in fillTable().Kohei Yoshida
2012-10-30Somehow that comment makes no sense.Kohei Yoshida
2012-10-30dump() method for ScDPCacheTable (for debugging only).Kohei Yoshida
2012-10-30Somehow the indentation was messed up in this method.Kohei Yoshida
2012-10-30Fix the build with DEBUG_PIVOT_TABLE=1.Kohei Yoshida
2012-10-30export icon set data into OOXMLMarkus Mohrhard
2012-10-30fix warningMarkus Mohrhard
2012-10-30add icon sets to manage conditional formats dlgMarkus Mohrhard
2012-10-30fix crash with overlapping conditional formatsMarkus Mohrhard
2012-10-30implement basic support for icon setsMarkus Mohrhard
2012-10-30extract same code into shared methodMarkus Mohrhard
2012-10-29fdo#46808, Adapt i18n::LocaleCalendar UNO service to new styleNoel Grandin
2012-10-28UniString->rtl::OUStringBufferCaolán McNamara
2012-10-28fix some VS 2010 specific issuesDavid Ostrovsky
2012-10-27unusedcode: sc: unused ctorsMatúš Kukan
2012-10-26loplugin: unused aName string and whacky indentCaolán McNamara
2012-10-25sc: warning C4702: unreachable codeMichael Stahl
2012-10-23fdo#46808, use service constructor for i18n::BreakIteratorNoel Grandin
2012-10-23fdo#46808, use service constructor for beans::IntrospectionNoel Grandin
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin
2012-10-22accelerate shape import & export by more sensible XInterface handling.Michael Meeks
2012-10-19fdo#44657 Remove hack that "simulates" a mirrored horizontal scrollbar.Jan Holesovsky
2012-10-19actually pass the old cond format to the dialogMarkus Mohrhard
2012-10-19differentiate between formula and normal conditions in the dialogMarkus Mohrhard
2012-10-19ithe cond format data is no longer stored as SfxUInt32ItemMarkus Mohrhard
2012-10-18expose m_pActionArea so subclasses can add buttons to the right placeCaolán McNamara
2012-10-19Merge SvLBoxTreeList and SvTreeList.Kohei Yoshida
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida
2012-10-17write the custom sort list info into the item set, fdo#53870Markus Mohrhard
2012-10-17only use non blank cells in the visible data methods, fdo#54552Markus Mohrhard
2012-10-17ignore broadcaster cells to fill autofilter dialog, fdo#55712Markus Mohrhard
2012-10-17exchange sort settings between the two tab pages, fdo#53482Noel Power
2012-10-15ScTabViewObj: fix STL assertion:Michael Stahl
2012-10-15sal_Bool to bool in anyrefdg.[ch]xxMarkus Mohrhard