summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-12-13fdo#70989: Change wording from "Output Range" to "Results to".Kohei Yoshida8-8/+8
2013-12-13remove unused code (ancient Calc function ZELLERROR)Winfried Donkers2-3/+0
2013-12-13Revert "Always disable anti-aliasing for drawing cell borders." fdo#60805Noel Power1-26/+4
2013-12-13WaE: variable 'itResEnd' set but not usedTor Lillqvist1-1/+1
2013-12-13Drop duplicate #includeTakeshi Abe1-2/+0
2013-12-12Fix performance regression from ScMatrix conversion to multi_type_matrix.Kohei Yoshida1-33/+33
2013-12-12Fix "fit to column" breakage.Kohei Yoshida1-1/+1
2013-12-12Only call ScAccessibleCell::Init once on freshly created cellsStephan Bergmann4-63/+57
2013-12-12Convert OUString** to std::vector<OUString> in ScFuncDescNoel Grandin5-59/+52
2013-12-12resolved fdo#67205 CRITBINOM and BINOM.INV, use ODF OpenFormula descriptionEike Rathke1-2/+2
2013-12-12probabilty -> probabilityEike Rathke1-1/+1
2013-12-12CheckInverted() is not used anywhere.Matúš Kukan1-1/+0
2013-12-12datastreams: Wait with import if we need to repaint.Matúš Kukan4-3/+12
2013-12-12datastreams: Broadcast data changes.Matúš Kukan1-0/+3
2013-12-12remove unnecessary castsNoel Grandin3-7/+7
2013-12-12simplify - use OUString::startsWith where possibleNoel Grandin5-5/+5
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann24-37/+37
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann25-1336/+1331
2013-12-11Fix paste as link, and a test case to catch it in the future.Kohei Yoshida3-2/+42
2013-12-12Keep maActiveCell, mpAccCell in syncStephan Bergmann1-1/+3
2013-12-11getStatusIndicator can apparently return nullStephan Bergmann1-4/+8
2013-12-11fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza23-23/+0
2013-12-11Let's use a status indicator while exporting to xlsx.Kohei Yoshida4-4/+21
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann25-1331/+1336
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann25-1336/+1331
2013-12-11WaE: : ignoring return value -Werror=unused-resultTomaž Vajngerl1-1/+2
2013-12-10Typo.Kohei Yoshida1-1/+1
2013-12-10fdo#66969: Add test to ensure we import page field's visibility correctly.Kohei Yoshida4-3/+73
2013-12-10fdo#66969: Reset group dimension data from all referencing pivot objects.Kohei Yoshida2-25/+42
2013-12-10Dump group types from pivot cache for debugging.Kohei Yoshida1-15/+53
2013-12-10fdo#66969: Set selected page name after building all dimension members.Kohei Yoshida2-1/+39
2013-12-10Allow dumping of internal states of pivot table objects for debugging.Kohei Yoshida4-0/+128
2013-12-10write the correct 'sort-ascending' value, fdo#72548Eike Rathke2-5/+4
2013-12-10GPU Calc: cache more once compiled program in memoryhaochen1-10/+18
2013-12-09GPU Calc: fix compiler warnings regarding to member init orderI-Jui (Ray) Sung1-2/+2
2013-12-09Release cl_mem&kernel after sumifs reduction kernelhaochen1-3/+12
2013-12-09be able to read the correct 'sort-ascending' value, fdo#72548Eike Rathke1-0/+6
2013-12-09fdo#54938: Convert sc to use cppu::supportsServiceMarcos Paulo de Souza22-167/+56
2013-12-09GetBasic and m_pBasic are unusedCaolán McNamara3-7/+4
2013-12-09fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin5-26/+18
2013-12-09SearchResults dialog: Use also AlignToCursor when setting cursor.Matúš Kukan1-0/+1
2013-12-09fdo#72413: Fix O(n^2) in inserting SearchResults' items.Matúš Kukan1-0/+2
2013-12-09Use OUString::startsWithStephan Bergmann1-1/+1
2013-12-08Improve failure logStephan Bergmann1-0/+46
2013-12-08Remove EmptyNumericField as it looks like it isn't used anymore.Tomaž Vajngerl2-43/+0
2013-12-08fix OOXML validation error with conditional formattingMarkus Mohrhard1-2/+2
2013-12-07don't write this default attributeMarkus Mohrhard1-1/+0
2013-12-07correct UTF8 handling for FILTERXML, fdo#72427Markus Mohrhard1-3/+3
2013-12-06fdo#66984: Define an assignment operator to prevent double deletion.Kohei Yoshida2-6/+46
2013-12-07check string boundsEike Rathke1-2/+2