summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* const as const canEike Rathke2013-12-131-2/+2
* maybe better guard against a NULL child window also hereEike Rathke2013-12-131-10/+13
* fixed crash when searching via Find Text barEike Rathke2013-12-131-10/+13
* datastreams: Improve usability of the dialog.Jan Holesovsky2013-12-133-177/+185
* fdo#70989: Change wording from "Output Range" to "Results to".Kohei Yoshida2013-12-138-8/+8
* remove unused code (ancient Calc function ZELLERROR)Winfried Donkers2013-12-132-3/+0
* Revert "Always disable anti-aliasing for drawing cell borders." fdo#60805Noel Power2013-12-131-26/+4
* WaE: variable 'itResEnd' set but not usedTor Lillqvist2013-12-131-1/+1
* Drop duplicate #includeTakeshi Abe2013-12-131-2/+0
* Fix performance regression from ScMatrix conversion to multi_type_matrix.Kohei Yoshida2013-12-121-33/+33
* Fix "fit to column" breakage.Kohei Yoshida2013-12-121-1/+1
* Only call ScAccessibleCell::Init once on freshly created cellsStephan Bergmann2013-12-124-63/+57
* Convert OUString** to std::vector<OUString> in ScFuncDescNoel Grandin2013-12-125-59/+52
* resolved fdo#67205 CRITBINOM and BINOM.INV, use ODF OpenFormula descriptionEike Rathke2013-12-121-2/+2
* probabilty -> probabilityEike Rathke2013-12-121-1/+1
* CheckInverted() is not used anywhere.Matúš Kukan2013-12-121-1/+0
* datastreams: Wait with import if we need to repaint.Matúš Kukan2013-12-124-3/+12
* datastreams: Broadcast data changes.Matúš Kukan2013-12-121-0/+3
* remove unnecessary castsNoel Grandin2013-12-123-7/+7
* simplify - use OUString::startsWith where possibleNoel Grandin2013-12-125-5/+5
* Do not use C++-UNO internal static_type functions in client codeStephan Bergmann2013-12-1224-37/+37
* Don't hold css::uno::Type instances by pointerStephan Bergmann2013-12-1225-1336/+1331
* Fix paste as link, and a test case to catch it in the future.Kohei Yoshida2013-12-113-2/+42
* Keep maActiveCell, mpAccCell in syncStephan Bergmann2013-12-121-1/+3
* getStatusIndicator can apparently return nullStephan Bergmann2013-12-111-4/+8
* fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza2013-12-1123-23/+0
* Let's use a status indicator while exporting to xlsx.Kohei Yoshida2013-12-114-4/+21
* Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann2013-12-1125-1331/+1336
* Don't hold css::uno::Type instances by pointerStephan Bergmann2013-12-1125-1336/+1331
* WaE: : ignoring return value -Werror=unused-resultTomaž Vajngerl2013-12-111-1/+2
* Typo.Kohei Yoshida2013-12-101-1/+1
* fdo#66969: Add test to ensure we import page field's visibility correctly.Kohei Yoshida2013-12-104-3/+73
* fdo#66969: Reset group dimension data from all referencing pivot objects.Kohei Yoshida2013-12-102-25/+42
* Dump group types from pivot cache for debugging.Kohei Yoshida2013-12-101-15/+53
* fdo#66969: Set selected page name after building all dimension members.Kohei Yoshida2013-12-102-1/+39
* Allow dumping of internal states of pivot table objects for debugging.Kohei Yoshida2013-12-104-0/+128
* write the correct 'sort-ascending' value, fdo#72548Eike Rathke2013-12-102-5/+4
* GPU Calc: cache more once compiled program in memoryhaochen2013-12-101-10/+18
* GPU Calc: fix compiler warnings regarding to member init orderI-Jui (Ray) Sung2013-12-091-2/+2
* Release cl_mem&kernel after sumifs reduction kernelhaochen2013-12-091-3/+12
* be able to read the correct 'sort-ascending' value, fdo#72548Eike Rathke2013-12-091-0/+6
* fdo#54938: Convert sc to use cppu::supportsServiceMarcos Paulo de Souza2013-12-0922-167/+56
* GetBasic and m_pBasic are unusedCaolán McNamara2013-12-093-7/+4
* fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin2013-12-095-26/+18
* SearchResults dialog: Use also AlignToCursor when setting cursor.Matúš Kukan2013-12-091-0/+1
* fdo#72413: Fix O(n^2) in inserting SearchResults' items.Matúš Kukan2013-12-091-0/+2
* Use OUString::startsWithStephan Bergmann2013-12-091-1/+1
* Improve failure logStephan Bergmann2013-12-081-0/+46
* Remove EmptyNumericField as it looks like it isn't used anymore.Tomaž Vajngerl2013-12-082-43/+0
* fix OOXML validation error with conditional formattingMarkus Mohrhard2013-12-081-2/+2