summaryrefslogtreecommitdiff
path: root/formula/source/ui/dlg/formula.cxx
AgeCommit message (Expand)Author
2014-09-26formula: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-08-22convert OSL_... to SAL_WARNEike Rathke
2014-08-22reactivate the verifyEike Rathke
2014-08-22fdo#82183 do not reset globals while loading a documentEike Rathke
2014-07-08Explicit virtual dtor needed for auto_ptr member for MSVC.Kohei Yoshida
2014-07-08trivial conversion of RID_FORMULADLG_FORMULA_MODAL to .uiCaolán McNamara
2014-06-17give refedit in formula wizard an initial sizeCaolán McNamara
2014-06-17I could fight with ValWnd to fix it, or I could replace itCaolán McNamara
2014-06-17RID_FORMULADLG_FORMULA conversion to .uiSzymon Kłos
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-05-14No more SetCompileForFAP(). Use respective flag setting methods instead.Kohei Yoshida
2014-05-11coverity#1169835 Improper use of negative valueCaolán McNamara
2014-04-23formula: sal_Bool->boolNoel Grandin
2014-04-14Remove unused codeStephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-22coverity#738657 Uninitialized pointer fieldCaolán McNamara
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke
2014-03-05remove unused code formula::FormulaDlg::CheckMatrix()Noel Grandin
2014-02-26Remove visual noise from formulaAlexander Wilms
2014-02-24coverity#735751 Dereference after null checkCaolán McNamara
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-19sal_Bool->boolNoel Grandin
2014-02-19sal_Bool->boolNoel Grandin
2014-02-19sal_Bool->boolNoel Grandin
2014-02-18sal_Bool->boolNoel Grandin
2014-02-09coverity#1169835 Improper use of negative valueCaolán McNamara
2014-01-29coverity#1158192 Improper use of negative valueCaolán McNamara
2014-01-28bool improvementsStephan Bergmann
2014-01-18Window::PreNotify should return boolStephan Bergmann
2013-12-04remove usage of STRING_NOTFOUND in formula.cxxNoel Grandin
2013-12-04remove condition that cannot be hitNoel Grandin
2013-12-03convert formula::FormEditData from xub_StrLen->sal_Int32Noel Grandin
2013-12-03convert formula::FormulaDlg_Impl from xub_StrLen->sal_Int32Noel Grandin
2013-12-03Convert FormulaHelper::GetNextFunc xub_StrLen->salInt32Noel Grandin
2013-12-03convert IFormulaEditorHelper::*Selection methods from xub_StrLen to sal_Int32Noel Grandin
2013-11-11remove unnecessary use of OUString constructorNoel Grandin
2013-10-01convert remains of String to OUString in formula moduleNoel Grandin
2013-09-17convert the rest of the formula module from String to OUStringNoel Grandin
2013-09-17convert formula/source/ui/dlg/parawin.hxx from String to OUStringNoel Grandin
2013-09-17convert include/formula/IFunctionDescription.hxx from String to OUStringNoel Grandin
2013-09-17convert include/formula/formdata.hxx from String to OUStringNoel Grandin
2013-09-17convert include/formula/formula.hxx from String to OUStringNoel Grandin
2013-09-03Remove more unused methodsMarcos Paulo de Souza
2013-08-08tweak comment translationsMichael Stahl
2013-05-15String.AppendAscii DropRicardo Montania
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-04-17stash the label widget for shrink mode in the edit, not the buttonCaolán McNamara