summaryrefslogtreecommitdiff
path: root/formula
AgeCommit message (Expand)AuthorFilesLines
2017-11-21Assert also new FormulaToken::SetDoubleType() virtual dummyEike Rathke1-1/+1
2017-11-21cache FormulaToken for doublesDennis Francis1-0/+10
2017-11-15Assert all FormulaToken::Set...() virtual dummy methodsEike Rathke1-9/+10
2017-11-02loplugin:finalclasses in formsNoel Grandin3-9/+3
2017-10-26vcl: make MapMode constructor explicitMichael Stahl3-3/+3
2017-10-23loplugin:includeform: formulaStephan Bergmann16-49/+49
2017-10-17turn implicit container explicit in buildable notebooksCaolán McNamara1-3/+27
2017-10-02Tone down excessive directional chars in Back/Next buttonsAdolfo Jayme Barrientos1-2/+2
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt1-1/+1
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-3/+3
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt1-1/+1
2017-09-11clang-tidy modernize-use-emplace in editeng..frameworkNoel Grandin1-3/+3
2017-09-07tdf#107135 Add missing ODFF function SEARCHB.Winfried Donkers1-0/+6
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-1/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-7/+7
2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara16-351/+21
2017-08-01move resmgr to unotoolsCaolán McNamara4-7/+5
2017-07-31loplugin:constparams in formula,xmlhelpNoel Grandin2-6/+6
2017-07-28loplugin:constparams handle constructorsNoel Grandin1-1/+1
2017-07-26loplugin:unusedfieldsNoel Grandin1-4/+0
2017-07-25tdf#107135 Add missing ODFF function FINDB.Winfried Donkers1-0/+6
2017-07-21give formula .uis their translation domainCaolán McNamara4-4/+4
2017-07-21de-hrc various thingsCaolán McNamara4-27/+6
2017-07-21migrate to boost::gettextCaolán McNamara26-3005/+2804
2017-07-17Resolves: tdf#104186 spaces between function name and ( not allowed in OOXMLEike Rathke1-6/+22
2017-07-16FormulaDlg_Impl::UpdateValues: evaluate in force-array context if presentEike Rathke1-4/+22
2017-07-14Turn m_nEdFocus into local variable, it's not read elsewhereEike Rathke1-6/+3
2017-07-14Prefix member variables with m_Eike Rathke1-254/+252
2017-07-13Reorganize Scheduler priority classesJan-Marek Glogowski2-3/+0
2017-07-13loplugin:oncevar: empty strings: formulaStephan Bergmann1-2/+1
2017-07-11Buy some newlinesEike Rathke1-0/+13
2017-07-11Use proper non-/array context to calculate Structure treeEike Rathke1-7/+41
2017-07-11Revert "loplugin:casttovoid"Eike Rathke1-1/+2
2017-07-11Instanciate FormulaCompiler using createCompiler()Eike Rathke1-4/+4
2017-07-11loplugin:casttovoidStephan Bergmann1-2/+1
2017-07-10FormulaDlg_Impl::MakeTree: pass down current function/operator tokenEike Rathke1-7/+10
2017-07-10tdf#107135, add missing ODFF function REPLACEB.Winfried Donkers1-0/+6
2017-07-10Spaces are cheap ... and really help to read codeEike Rathke1-92/+92
2017-07-10Buy more spaces, and newlines evenEike Rathke1-140/+146
2017-07-10Buy some spacesEike Rathke1-16/+16
2017-07-10Use const (I)FormulaToken* where possibleEike Rathke3-16/+18
2017-07-05Make that debuggable despite AnyInput() pendingEike Rathke1-1/+4
2017-07-05Replace a "not ideal coding" ...Eike Rathke1-2/+4
2017-07-04Set error on more than max params (255) per functionEike Rathke1-2/+6
2017-07-04Move definition of VAR_ARGS and PAIRED_VAR_ARGS to formula/funcvarargs.hEike Rathke1-2/+1
2017-07-04loplugin:unusedfields in formulaNoel Grandin5-28/+3
2017-07-04loplugin:casttovoid in VCL_BUILDER_DECL_FACTORYStephan Bergmann1-2/+1
2017-07-02loplugin:casttovoid: formulaStephan Bergmann1-2/+0
2017-06-25loplugin:oncevar in formula..frameworkNoel Grandin1-2/+1
2017-06-22formula: remove indirection and use unique_ptrJochen Nitschke1-32/+25