- 6b64235 move SetAccessibleRelationLabeledBy relations into .ui and out of code by Caolán McNamara · 13 years ago
- 6a82a99 we need to parse the cell address after import, fdo#59843 by Markus Mohrhard · 13 years ago
- 7bd3561 prevent some unnecessary cycles for large cond format ranges by Markus Mohrhard · 13 years ago
- 6033eaf we need to use SCROW for row numbers, fdo#59894 by Markus Mohrhard · 13 years ago
- bfc674c remove some parameters by Markus Mohrhard · 13 years ago
- b99893b remove unneeded variable by Markus Mohrhard · 13 years ago
- b02c52b use isEmpty instead of getLength by Markus Mohrhard · 13 years ago
- a53586f gbuild: do not copy boost headers around by Michael Stahl · 13 years ago
- aac5cb1 remove unnecessary calls to copy c'tor by Markus Mohrhard · 13 years ago
- 2b17d6c remove some data members from the class by Markus Mohrhard · 13 years ago
- ee715db this test case must be changed a bit by Markus Mohrhard · 13 years ago
- 0367a26 fix typo by Markus Mohrhard · 13 years ago
- 7ea45e6 show style when dialog is created with existing cond format, fdo#59778 by Markus Mohrhard · 13 years ago
- ab121cf don't use a pointer here by Markus Mohrhard · 13 years ago
- afc4864 stylistic clean-up by Markus Mohrhard · 13 years ago
- 0f65704 startsWith is much better than indexOf for this by Markus Mohrhard · 13 years ago
- 545737d fdo#59056: Re-calculate cell anchor position of a pasted drawing object. by Kohei Yoshida · 13 years ago
- 701cc2a export page/cell anchoring for xls drawing objects fdo#58360 by Noel Power · 13 years ago
- 55f0c9e import page/cell anchoring for xlsx drawing objects fdo#58360 by Noel Power · 13 years ago
- 1f41546 import page/cell anchoring for xls drawing ( & ole ) objects fdo#58360 by Noel Power · 13 years ago
- 32ad911 Only call getScDocument when needed by Marcos Paulo de Souza · 13 years ago
- 71a8f79 improve the tests for cached value import by Markus Mohrhard · 13 years ago
- 3a1f90a improve handling of error cells in cahced value import by Markus Mohrhard · 13 years ago
- 255bec2 improve tests for cached value import by Markus Mohrhard · 13 years ago
- de798580 a few more fixes for cached value import by Markus Mohrhard · 13 years ago
- 0adb958 non-dbgutil build [-Werror=unused-parameter], fdo#59819 by Eike Rathke · 13 years ago
- 1162738 resolved fdo#59819 write correct OOXML function name mapping by Eike Rathke · 13 years ago
- 2dab78e Change GetSavedValue() to return OUString by Chr. Rossmanith · 13 years ago
- 72bb1c4 New test for importing chart object with references to cell ranges. by Kohei Yoshida · 13 years ago
- 585b080 calling loadDoc is simpler. by Kohei Yoshida · 13 years ago
- 5af61a8 Translate German comments, fix some ws by Philipp Weissenbacher · 13 years ago
- bd272cd rename SfxSingleTabDialog to SfxNoLayoutSingleTabDialog by Caolán McNamara · 13 years ago
- ab3f74f sc test XSheetOutline by Laurent Godard · 13 years ago
- c2a249f fdo#56098 Paste Special options after cut incorrect by Winfried Donkers · 13 years ago
- 043e30b fdo#58562: Ensure internal data is always used when pasting to another doc. by Kohei Yoshida · 13 years ago
- b1d0fd4 small improvement of the code by Markus Mohrhard · 13 years ago
- 0ab1b83 disable these two tests for now by Markus Mohrhard · 13 years ago
- ae516fa import inherited number formats with cached values, fdo#59724 by Markus Mohrhard · 13 years ago
- bdb6683 don't use ScDrawLayer::GetObjDataTab to get Anchor fix for fdo#59325 by Noel Power · 13 years ago
- 62bf434 reset automatic row height flag after import, fdo#59193 by Markus Mohrhard · 13 years ago
- ca3859e warning C4099: type name first seen using 'struct' now seen using 'class' by Michael Stahl · 13 years ago
- df70e3f blind fix for wae on macos by Noel Power · 13 years ago
- f54ce3e lose uno api for font related xlsx import by Noel Power · 13 years ago
- fea2589 tools/string.hxx: add operator==/!= for OUString/String by Michael Stahl · 13 years ago
- 208f885 allow space for translated text expansion by Andras Timar · 13 years ago
- e3f11c1 Changed SetText() / GetText() to take/return OUString by Chr. Rossmanith · 13 years ago
- 1b1f201 it's a column count, so MAXCOLCOUNT instead of MAXCOL by Eike Rathke · 13 years ago
- aa2b8bd resolved fdo#59583 prevent inappropriate column/row label detection by Eike Rathke · 13 years ago
- 63bcb13 Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number() by Jean-Noël Rouvignac · 13 years ago
- d7728bb add missing data bar axis import, fdo#59578 by Markus Mohrhard · 13 years ago
- c228103 2 small fixes by Julien Nabet · 13 years ago
- 5c8e6cc copy styles from cond format between different docs, fdo#59159 by Markus Mohrhard · 13 years ago
- e2170dd prevent to create cond formats with empty range, fdo#58778 by Markus Mohrhard · 13 years ago
- 3fd16d4 Try not to leak removed cell instances. by Kohei Yoshida · 13 years ago
- c55d522 fdo#58988, fdo#58562: Populate draw clip document with data for charts. by Kohei Yoshida · 13 years ago
- 4b52984 add a way to select the current SfxTabPage by name by Caolán McNamara · 13 years ago
- 16d50ae add all the new conditional formats to the menu, related fdo#58778 by Markus Mohrhard · 13 years ago
- 6d36a31 make sure we call SetInRefMode only once by Markus Mohrhard · 13 years ago
- 1de8d78 don't create multiple dialogs in the loop, fdo#59314 by Markus Mohrhard · 13 years ago
- 7af886d reset one of the sort containers before refilling, fdo#57465 by Markus Mohrhard · 13 years ago
- 1fb5ecd Const correct-ness in one place... by Kohei Yoshida · 13 years ago
- a6b459c Proper construction of the impl class, using initializer. by Kohei Yoshida · 13 years ago
- 654e275f sc test for XSheetAnnotations by Laurent Godard · 13 years ago
- 0bf0166 sc test for XSheetAnnotation by Laurent Godard · 13 years ago
- 3ceff21 Add close findbar button also on other LO components by Joren De Cuyper · 13 years ago
- c5fc0af Remove GetAllMarkedModel() since all it does is call GetMarkedObjModel(). by Kohei Yoshida · 13 years ago
- 279b6f3 the first icon in an icon set should be the negative one by Markus Mohrhard · 13 years ago
- 3e13802 also support showing the icons in reverse order by Markus Mohrhard · 13 years ago
- af1db96 support to hide the value in icon sets also for OOXML by Markus Mohrhard · 13 years ago
- 50f8fcb support to hide the cell value when using icon sets by Markus Mohrhard · 13 years ago
- 6240d45 move this class from the header file to the source file by Markus Mohrhard · 13 years ago
- e6ec7b1 create correct icon set information, fdo#58610 by Markus Mohrhard · 13 years ago
- d817874 add test case for fdo#59293 by Markus Mohrhard · 13 years ago
- 5b7db7e Revert "fix icon set rendering information creation, fdo#58610" by Markus Mohrhard · 13 years ago
- 9e43e486 make translatable a few more ui strings by Andras Timar · 13 years ago
- f6c759a fdo#46808, Adapt chart2::data::LabeledDataSequence UNO service to new style by Noel Grandin · 13 years ago
- 253f9c5 with the new recalc of matrix with errors, this assert is no longer true by Markus Mohrhard · 13 years ago
- 7f4269b for error value in matrix force recalc, fdo#59293 by Markus Mohrhard · 13 years ago
- 25f5a30 Keep this simple. No need to wrap literals with OUString any more. by Kohei Yoshida · 13 years ago
- 230072a Figured out why testFuncMATCH was failing. Fixed it, all green. by Kohei Yoshida · 13 years ago
- 1712337 Add new unit test to test pivot table functionalities via ScDBDocFunc. by Kohei Yoshida · 13 years ago
- 42a9b23 fdo#59292 OOXML TDIST is ODF LEGACY.TDIST by Eike Rathke · 13 years ago
- bad3ddb OpCodeProviderImpl::initFuncOpCode: warn if there is no opcode mapping by Eike Rathke · 13 years ago
- 0dce7ab fdo#56124 IFERROR IFNA Excel import/export by Eike Rathke · 13 years ago
- d928a819 make the list box a bit larger, fdo#58609 by Markus Mohrhard · 13 years ago
- 0f6adf7 fix icon set rendering information creation, fdo#58610 by Markus Mohrhard · 13 years ago
- 13d5087 Maybe this will make the Windows tinderbox happy... by Kohei Yoshida · 13 years ago
- fbc389b Remove more duplicated code blocks. by Kohei Yoshida · 13 years ago
- 7eca12e Remove duplicate blocks. by Kohei Yoshida · 13 years ago
- cb5be22 Redo DataPilotUpdate() as well. by Kohei Yoshida · 13 years ago
- 4dbce30 Actually let's do these earlier so we can bail out early. by Kohei Yoshida · 13 years ago
- 676c5a2 Check this first before instantiating heap objects. by Kohei Yoshida · 13 years ago
- 37cdf01 Remove duplicate code blocks. by Kohei Yoshida · 13 years ago
- 5ae0388 Remove all checks for NULL pointers from DataPilotUpdate(). by Kohei Yoshida · 13 years ago
- 4932e51 A little cleaning of RefreshPivotTables(). by Kohei Yoshida · 13 years ago
- f1a08de Add a variant of DataPilotUpdate that removes pivot table. by Kohei Yoshida · 13 years ago
- 12ff4cc Create another variant of DataPilotUpdate() for new table creation. by Kohei Yoshida · 13 years ago
- ecb7b8b Let's remove this underused bAlive flag.... by Kohei Yoshida · 13 years ago
- f7515957 adapt function description to changed place, fdo#58957 by Markus Mohrhard · 13 years ago
- 16ab898 at least use correct test data ... by Eike Rathke · 13 years ago