Age | Commit message (Expand) | Author |
2015-04-14 | implement SfxObjectShell subclasses' LOK interface | Siqi Liu |
2015-04-10 | tdf#89641 Page numbering in Calc and Draw/Impress | Dobra Gabor |
2015-04-10 | convert SFXMODEL_ to scoped enum | Noel Grandin |
2015-04-09 | TableRef: correct GetToken() logic | Eike Rathke |
2015-04-09 | TableRef: lookup column specifier | Eike Rathke |
2015-04-08 | convert RECALCMODE_ constants to scoped enum | Noel Grandin |
2015-04-07 | TableRef: add Totals to ScDBData | Eike Rathke |
2015-04-07 | TableRef: only #Headers,#Data or #Data,#Totals combinations allowed | Eike Rathke |
2015-04-07 | LOK: reimplement lok::Document::postKeyEvent() | Miklos Vajna |
2015-04-04 | Typo: creat->create | Julien Nabet |
2015-04-03 | first part for correct handling of new cond format entries | Markus Mohrhard |
2015-04-03 | tdf#51460 Calc fails to set undo step after changing image anchor mode | Henry Castro |
2015-04-02 | use error value instead of string in array/matrix, tdf#89387 tdf#42481 related | Eike Rathke |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann |
2015-03-31 | Revert "tdf#89387 Add functor for ScAmpersand" | Eike Rathke |
2015-03-31 | Resolves: tdf#35636 implement match on empty cells | Eike Rathke |
2015-03-30 | sc tiled editing: Implement resetSelection(). | Jan Holesovsky |
2015-03-30 | sc tiled editing: Implement scaling of drawings and bitmaps in Calc. | Jan Holesovsky |
2015-03-30 | sc tiled editing: Implement moving of the selection handles. | Jan Holesovsky |
2015-03-30 | add color scale entries | Markus Mohrhard |
2015-03-30 | implement one more method | Markus Mohrhard |
2015-03-30 | fix getPropertyValue/setPropertyValue for ScCondFormatEntry UNO object | Markus Mohrhard |
2015-03-30 | integrate new conditional format list into normal UNO stuff | Markus Mohrhard |
2015-03-30 | more code for conditional format API | Markus Mohrhard |
2015-03-29 | Clean up template-parameter-dependent C-style casts | Stephan Bergmann |
2015-03-28 | tdf#42897 Warn the user if string without quote is entered as condition value. | Laszlo Kis-Adam |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann |
2015-03-26 | Enhancement : tdf#89908 Add Search field to the autofilter | Deena Francis |
2015-03-25 | tdf#89387 Add functor for ScAmpersand | Łukasz Hryniuk |
2015-03-24 | add minLength and maxLength support to databars | Markus Mohrhard |
2015-03-23 | loplugin:constantfunction: sc | Noel Grandin |
2015-03-19 | convert SFX_FILTER_ constants to enum class | Noel Grandin |
2015-03-17 | Fix various XServiceInfo implementations | Stephan Bergmann |
2015-03-16 | Small cleanup - no need to have 2 OpenURL's. | Jan Holesovsky |
2015-03-16 | tdf#89705: make hyperlinks clickable on impress/calc | Siqi Liu |
2015-03-13 | add ScTableRefToken::AddItem() | Eike Rathke |
2015-03-12 | TableRef: use existing ALL instead of yet another bit | Eike Rathke |
2015-03-12 | TableRef: parse item specifiers | Eike Rathke |
2015-03-12 | Enhancement tdf#87972 : Cannot repeat items labels on a pivot table | Deena Francis |
2015-03-11 | TableRef: possible item combinations | Eike Rathke |
2015-03-11 | utl::ConfigItem::Commit() should call ClearModified() | Michael Stahl |
2015-03-11 | TableRef: need to distinguish between entire table and All specified | Eike Rathke |
2015-03-11 | add TableRef stack | Eike Rathke |
2015-03-10 | virtual ScTableRefToken::SetIndex(); of course.. | Eike Rathke |
2015-03-10 | Fix issue in re-use of ScTokenArray objects from a TokenPool | Tor Lillqvist |
2015-03-09 | SCROWS64K is not used anywhere | Tor Lillqvist |
2015-03-09 | SC_ROWLIMIT_MORE_THAN_64K is not used anywhere | Tor Lillqvist |
2015-03-09 | SC_LIMIT_ROWS is not defined anywhere | Tor Lillqvist |
2015-03-09 | tdf#89387 General functor and basic operations | Łukasz Hryniuk |
2015-03-09 | extract ScInterpreter::div to own method | Markus Mohrhard |