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