summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj
AgeCommit message (Expand)AuthorFilesLines
2014-12-23Don't crash when nIndex < 0Matúš Kukan1-1/+1
2014-11-28Fix OpenCL-less build harderTor Lillqvist1-0/+12
2014-11-28Fix OpenCL-less buildTor Lillqvist1-0/+12
2014-11-28Work in progress: Move Calc-independend OpenCL configuration out of scTor Lillqvist1-4/+4
2014-11-28Make whether to use OpenCL or not a global optionTor Lillqvist1-3/+5
2014-11-18Dedicated listener type tailored for formula groups.Kohei Yoshida2-4/+4
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-15Remove brdcst.hxx from document.hxx.Kohei Yoshida1-0/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-4/+4
2014-11-11sc: ~ScViewPaneBase() needs the SolarMutexMichael Stahl1-0/+2
2014-11-06More work on the new OpenCL optionsTor Lillqvist1-1/+4
2014-11-03callcatcher: update unused codeCaolán McNamara4-47/+0
2014-10-31i#90076: avoid double-free race condition for ScCellRangesBaseMichael Stahl1-4/+24
2014-10-31coverity#735320 Unchecked return valueEike Rathke1-1/+2
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-2/+1
2014-10-28coverity#704001 silence Unchecked return valueCaolán McNamara1-1/+1
2014-10-28loplugin: cstylecastNoel Grandin14-82/+82
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky3-14/+18
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky3-8/+8
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann2-16/+16
2014-10-23Make ScToken::GetSingleRef etc. return * instead of &Stephan Bergmann2-24/+24
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist1-1/+3
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon3-8/+8
2014-10-12coverity#735322 Unchecked return valueCaolán McNamara1-1/+2
2014-10-12coverity#735321 Unchecked return valueCaolán McNamara1-1/+1
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-2/+2
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca3-18/+14
2014-10-08Resolves: fdo#48405 GetString can call a macro which modifies the documentCaolán McNamara1-19/+22
2014-10-05coverity#1231669 Unchecked return valueNorbert Thiebaud1-1/+1
2014-10-03Let's consistently spell OpenCL as 'OpenCL'.Kohei Yoshida1-3/+3
2014-10-01Remove leftover SAL_WNODEPRECATED_DECLARATIONS_PUSH/POPStephan Bergmann1-2/+0
2014-10-01fdo#82577: Handle TimeNoel Grandin1-2/+2
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann3-45/+27
2014-09-30sc: lock SolarMutex before calling ScDocument::RemoveUnoObject()Michael Stahl19-0/+100
2014-09-26formula: std::auto_ptr -> std::unique_ptrStephan Bergmann1-4/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin2-8/+8
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2-11/+11
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin25-129/+139
2014-09-06How the hell did this survive 14 years? Kill it!Markus Mohrhard1-2/+2
2014-09-04create type-safe bitfield for sc insert/delete flagsNoel Grandin1-2/+2
2014-08-29Use the source dimension name when searching for a dimension.Kohei Yoshida1-4/+9
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-08-17coverity#737702 Uncaught exceptionCaolán McNamara1-1/+1
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin1-4/+2
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin1-2/+2
2014-07-28fdo#79578: Properly update formulas upon change in db collection.Kohei Yoshida1-1/+1
2014-07-24move SFX_ITEMS_DIRECT etc. definitions inside the moduleNoel Grandin1-1/+1
2014-07-20fdo#63756 build libxml2 with ICU supportDavid Tardon1-1/+2
2014-07-13fdo#81309: Adjust references during sort.Kohei Yoshida2-0/+2
2014-07-12Add get/setPart to ITiledRenderable, and implement for sw/sc.Andrzej Hunt1-0/+18