Age | Commit message (Expand) | Author |
2013-05-28 | fdo#46808, Convert ui:*AcceleratorConfiguration to new style | Noel Grandin |
2013-05-21 | fdo#46808, Convert some XMultiServiceFactory to XComponentContext | Noel Grandin |
2013-05-09 | ScHint doesn't need to store broadcaster pointer. Let's not. | Kohei Yoshida |
2013-05-09 | Remove broadcaster from ScBaseCell, remove ScNoteCell and CELLTYPE_NOTE... | Kohei Yoshida |
2013-05-09 | Remove unnecessary inclusion of column.hxx. | Kohei Yoshida |
2013-05-09 | fdo#63154: Remove _CL and _LF from solar.h | Marcos Paulo de Souza |
2013-05-06 | remove usage of RTL_CONSTASCII_USTRINGPARAM | Luboš Luňák |
2013-04-20 | Remove pass-through header file sot/inc/sot/clsids.hxx | Michael Dunphy |
2013-04-13 | Show progress indicator during document import via orcus. | Kohei Yoshida |
2013-04-13 | Manage to use orcus to import ods, xlsx, and csv. | Kohei Yoshida |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák |
2013-03-28 | Move ScFormulaCell into its own header source files: formulacell.?xx. | Kohei Yoshida |
2013-03-28 | Reduce calls to ScDocument::GetCell(). | Kohei Yoshida |
2013-03-28 | More on killing direct use of ScEditCell (and some of ScBaseCell). | Kohei Yoshida |
2013-03-27 | Use <config_features.h> instead of -DLIBO_FEATURE_* | Tor Lillqvist |
2013-03-27 | GetInputString() now takes ScRefCellValue instead of ScBaseCell. | Kohei Yoshida |
2013-03-26 | Check feature test macros instead of ANDROID and/or IOS | Tor Lillqvist |
2013-03-26 | Shared documents make no sense for Android and iOS | Tor Lillqvist |
2013-03-22 | More on reducing the ScBaseCell usage. That's it for today. | Kohei Yoshida |
2013-03-20 | use #if instead of #ifdef for testing config_xxx.hxx macros | Luboš Luňák |
2013-03-19 | automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings | Thomas Arnhold |
2013-03-15 | initial work on an odc export | Markus Mohrhard |
2013-03-14 | Reverse the logic of enable / disable idle flag... | Kohei Yoshida |
2013-03-05 | fdo#38838, replacement of String with OUString | Ádám Csaba Király |
2013-02-25 | loplugin: unused variables | Thomas Arnhold |
2013-02-22 | fix sc build | Caolán McNamara |
2013-02-21 | parse html filter options more legibly. | Michael Meeks |
2013-02-21 | clone documentfontsdialog from sw, add method to SfxDocumentInfoDialog add tab | Noel Power |
2013-02-04 | clean up EnableAdjustHeight calls, disable at start of import reset at end | Noel Power |
2013-01-30 | remove these unused static data members | Markus Mohrhard |
2013-01-28 | fdo#46808, Convert SvNumberFormatter to use XComponentContext | Noel Grandin |
2013-01-25 | a few more fixes for cached value import | Markus Mohrhard |
2013-01-22 | reset automatic row height flag after import, fdo#59193 | Markus Mohrhard |
2013-01-11 | Resolves: fdo#58865 hard-coded LibreOffice strings | Caolán McNamara |
2013-01-10 | fdo#58069: Invalidate sheet stream cache when directory path changes. | Kohei Yoshida |
2013-01-08 | Let's not have two variants of this getter. One is enough. | Kohei Yoshida |
2013-01-08 | DynamicErrorInfo objects must be allocated on the heap | Stephan Bergmann |
2013-01-06 | fix some memory leaks in sc | Markus Mohrhard |
2012-12-20 | Forgot to add checkbox to the dialog & saving the option when checked. | Kohei Yoshida |
2012-12-20 | Make use of the recalc option when loading ODF documents. | Kohei Yoshida |
2012-12-11 | fdo#58149: Recalculate HYPERLINK formula cells on load. | Kohei Yoshida |
2012-12-07 | use config_xxx.h files instead of -DHAVE_XXX on the command line | Luboš Luňák |
2012-12-04 | Ask the user if she wants to do full recalc on load, for ods and xlsx import. | Kohei Yoshida |
2012-12-04 | activate basic gnumeric support in experimental mode | Markus Mohrhard |
2012-12-04 | re-base on ALv2 code. Includes: | Michael Meeks |
2012-12-04 | calcvba: #164410# improve VBA compatibility implementation in various areas: | Daniel Rentz [dr] |
2012-11-01 | Double allocation switch no longer used since we switched to std::vector... | Kohei Yoshida |
2012-09-29 | Use comphelper::getComponentContext | Stephan Bergmann |
2012-09-11 | -Werror,-Wunused-value | Stephan Bergmann |
2012-09-07 | Move the orcus handling code from sc to scfilt. | Kohei Yoshida |