summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/tokenuno.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-10-23loplugin:includeform: scStephan Bergmann1-10/+10
2017-09-26loplugin:flatten in scNoel Grandin1-19/+17
2017-06-26loplugin:oncevar in scNoel Grandin1-3/+1
2017-05-19loplugin:stringcopy: scStephan Bergmann1-1/+1
2017-05-18Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke1-8/+4
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-03-30The svError case is probably not worth a SAL_WARNTor Lillqvist1-1/+2
2017-03-30Use StackVarEnumToStringTor Lillqvist1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-8/+0
2016-12-13OSL_TRACE->SAL in sc..scriptingNoel Grandin1-1/+1
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-1/+1
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-2/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-05-03NameToken with Sheet instead of boolean GlobalEike Rathke1-2/+1
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-14/+12
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin1-1/+1
2016-03-18Resolves: tdf#96915 implement other-sheet-local named expressionsEike Rathke1-1/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-5/+5
2015-01-14sc: rename ocChose et al. to ocChoose et al.Laurent Charrière1-1/+1
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann1-12/+12
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann1-8/+8
2014-10-23Make ScToken::GetSingleRef etc. return * instead of &Stephan Bergmann1-7/+7
2014-09-30sc: lock SolarMutex before calling ScDocument::RemoveUnoObject()Michael Stahl1-0/+2
2014-09-26formula: std::auto_ptr -> std::unique_ptrStephan Bergmann1-4/+2
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-1/+2
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-17/+17
2014-05-26coverity#1130407 Missing break in switchCaolán McNamara1-0/+1
2014-05-14No more SetCompileForFAP(). Use respective flag setting methods instead.Kohei Yoshida1-2/+2
2014-04-23sc: sal_Bool->boolNoel Grandin1-1/+1
2014-04-14fdo#76294: Intern strings in AddFormulaToken() as well.Kohei Yoshida1-1/+1
2014-04-06whitespace cleanup in scMarkus Mohrhard1-10/+0
2014-03-03Remove visual noise from scAlexander Wilms1-5/+5
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-4/+4
2014-02-25coverity#737700 Uncaught exceptionCaolán McNamara1-2/+2
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann1-6/+6
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann1-6/+6
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann1-6/+6
2013-11-04Populate raw cell values using ScDocumentImport.Kohei Yoshida1-1/+1
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida1-4/+6
2013-10-08convert sc/source/ui/unoobj/*.cxx from String to OUStringNoel Grandin1-14/+14
2013-07-30Now nobody accesses reference members directly. Make them private.Kohei Yoshida1-1/+3
2013-07-30More on removing direct access to reference position members.Kohei Yoshida1-16/+56
2013-07-09Mark as constTakeshi Abe1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-9/+9
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-3/+3
2012-05-31targetted SAL_N_ELEMENTS reversion.Michael Meeks1-1/+1