summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/tbunosearchcontrollers.cxx
AgeCommit message (Expand)Author
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin
2015-08-11loplugin: defaultparamsNoel Grandin
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-09tdf#88608: clear SearchLabel when altering the search stringJoren De Cuyper
2015-04-17svx: convert new to ::Create.Noel Grandin
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin
2015-03-02replace SVX_SEARCHCMD_ constants with enum classNoel Grandin
2015-02-12Fix null pointer dereferenceStephan Bergmann
2014-12-18svx: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-01-Werror,-WswitchStephan Bergmann
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-10-20loplugin: cstylecastNoel Grandin
2014-09-23fdo#84256 Prepopulate findbar with last search termSamuel Mehrbrodt
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-21fdo#82502 Ctrl-F should select the text in the search bar, not close itSamuel Mehrbrodt
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante
2014-04-16fdo#77123: Add Ignore Kashida to quick findFaisal M. Al-Otaibi
2014-04-15svx: sal_Bool->boolNoel Grandin
2014-04-11Use valid UNOIDL identifiers in TransliterationModulesExtraStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-07sal_Bool -> boolStephan Bergmann
2014-02-05fdo#74132: Do not interrupt search in Writer.Matúš Kukan
2014-02-05Remove unfinished code.Matúš Kukan
2014-01-23coverity#1158462 Uninitialized pointer fieldCaolán McNamara
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky
2014-01-18Unify ctor functions for component implementations.Matúš Kukan
2014-01-18Window::PreNotify should return boolStephan Bergmann
2014-01-15Unify ctor functions to have _get_implementation suffix.Matúš Kukan
2014-01-15Use const& arguments parameter for ctor functions.Matúš Kukan
2014-01-15Initialize constructor based implementations in one place.Matúš Kukan
2013-12-31svx: Use constructor feature for uno search controllers.Matúš Kukan
2013-12-20Revert "svx: split into direct implementation getFactories"Matúš Kukan
2013-12-20svx: split into direct implementation getFactoriesMatúš Kukan
2013-11-08remove unnecessary use of OUString constructor in SVX moduleNoel Grandin
2013-10-30fdo#54938: Convert svx to use cppu::supportsServiceMarcos Paulo de Souza
2013-10-19CID#1038502 uninitialized memberCaolán McNamara
2013-09-05convert svx/inc/*.hxx from String to OUStringNoel Grandin
2013-08-21WaE: enumeral and non-enumeral type in conditional expressionCaolán McNamara
2013-08-08vcl, sw: fix the inheritance of SwComboBox from ComboBox a bitMichael Stahl
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-29fdo#62601 Quick search affected by invisible option from the search&replaceabdulmajeed ahmed
2013-06-25Add Ignore-Diacritics to find toolbar for CTL fdo#52204abdulmajeed ahmed
2013-05-28fdo#64451 Add "Find All" to the Find bar.Andrzej J.R. Hunt