summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/tbunosearchcontrollers.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-05-16tdf#107706 fix crash when closing Calc documentNoel Grandin1-0/+2
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin1-16/+16
2016-10-31loplugin:oncevar in svl..svxNoel Grandin1-21/+10
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-08-23convert SearchLabel to scoped enumNoel Grandin1-1/+1
2016-08-11loplugin:countusersofdefaultparams in svl..unodevtoolsNoel Grandin1-1/+1
2016-07-11Fix a SolarMutex assertCaolán McNamara1-1/+1
2016-06-30tdf#89616 Find toolbar: Activate search arrows when input has textSamuel Mehrbrodt1-20/+9
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-6/+3
2015-12-31findbar: This must be a copy'n'paste error.Jan Holesovsky1-1/+1
2015-12-15The likely useless ImplDoTiledRendering() is used in vcl onlyTor Lillqvist1-0/+2
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-14/+7
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-10-31com::sun::star->css in svxNoel Grandin1-6/+6
2015-10-23tdf#48456 : when searching for a number, consider formattingDennis Francis1-1/+113
2015-10-16convert Link<> to typedNoel Grandin1-4/+2
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-4/+4
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin1-4/+4
2015-08-11loplugin: defaultparamsNoel Grandin1-2/+2
2015-05-29loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-09tdf#88608: clear SearchLabel when altering the search stringJoren De Cuyper1-0/+6
2015-04-17svx: convert new to ::Create.Noel Grandin1-3/+3
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-4/+2
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin1-4/+0
2015-03-02replace SVX_SEARCHCMD_ constants with enum classNoel Grandin1-1/+1
2015-02-12Fix null pointer dereferenceStephan Bergmann1-3/+6
2014-12-18svx: Use appropriate OUString functions on string constantsStephan Bergmann1-8/+8
2014-12-01-Werror,-WswitchStephan Bergmann1-0/+3
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-2/+2
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-10-20loplugin: cstylecastNoel Grandin1-9/+9
2014-09-23fdo#84256 Prepopulate findbar with last search termSamuel Mehrbrodt1-1/+7
2014-09-23fdo#82577: Handle WindowNoel Grandin1-13/+13
2014-09-21fdo#82502 Ctrl-F should select the text in the search bar, not close itSamuel Mehrbrodt1-1/+6
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante1-25/+0
2014-04-16fdo#77123: Add Ignore Kashida to quick findFaisal M. Al-Otaibi1-0/+1
2014-04-15svx: sal_Bool->boolNoel Grandin1-6/+6
2014-04-11Use valid UNOIDL identifiers in TransliterationModulesExtraStephan Bergmann1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-58/+58
2014-02-23Remove unneccessary commentsAlexander Wilms1-8/+8
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-02-07sal_Bool -> boolStephan Bergmann1-6/+6
2014-02-05fdo#74132: Do not interrupt search in Writer.Matúš Kukan1-10/+92
2014-02-05Remove unfinished code.Matúš Kukan1-14/+1
2014-01-23coverity#1158462 Uninitialized pointer fieldCaolán McNamara1-3/+4
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky1-14/+14
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky1-7/+7
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky1-23/+7
2014-01-18Unify ctor functions for component implementations.Matúš Kukan1-23/+17