summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2013-12-174-8/+8
* Unnecessary use of OUString constructor inside OUStringBuffer constructorNoel Grandin2013-12-173-3/+3
* Remove unnecessary use of OUString constructor in OUStringBuffer::append callsNoel Grandin2013-12-177-15/+15
* remove unnecessary double calls to OUString constructorNoel Grandin2013-12-172-2/+2
* Remove unnecessary use of OUString constructor in + expressionsNoel Grandin2013-12-171-2/+2
* Clean-up uno/lbnames.hStephan Bergmann2013-12-161-1/+0
* fdo#72158 Add Excel 2010 functionsWinfried Donkers2013-12-169-22/+299
* Check IsRefMode() before accessing the ref range.Kohei Yoshida2013-12-161-1/+5
* Make this non-inline (for easier debugging).Kohei Yoshida2013-12-162-4/+11
* Do not use C++11 std::vector.data(), use an alternative insteadDouglas Mencken2013-12-161-2/+2
* typo: start period is S, thus 'A = 1' -> 'S = 1'Andras Timar2013-12-161-2/+2
* uiconfig is a l10n-relevant targetBjoern Michaelsen2013-12-161-1/+1
* OupsJulien Nabet2013-12-141-1/+1
* cppcheck: fix same expression, no need to cast twiceJulien Nabet2013-12-141-1/+1
* there is no need to expose an ScColumn*, and always check for validityEike Rathke2013-12-133-23/+26
* how about style?Eike Rathke2013-12-132-4/+4
* we do have ValidCol(), so use itEike Rathke2013-12-131-1/+1
* 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