summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/tbunosearchcontrollers.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-18Window::PreNotify should return boolStephan Bergmann1-4/+4
2014-01-15Unify ctor functions to have _get_implementation suffix.Matúš Kukan1-7/+7
2014-01-15Use const& arguments parameter for ctor functions.Matúš Kukan1-14/+13
2014-01-15Initialize constructor based implementations in one place.Matúš Kukan1-63/+7
2013-12-31svx: Use constructor feature for uno search controllers.Matúš Kukan1-72/+128
2013-12-20Revert "svx: split into direct implementation getFactories"Matúš Kukan1-71/+72
2013-12-20svx: split into direct implementation getFactoriesMatúš Kukan1-72/+71
2013-11-08remove unnecessary use of OUString constructor in SVX moduleNoel Grandin1-7/+7
2013-10-30fdo#54938: Convert svx to use cppu::supportsServiceMarcos Paulo de Souza1-46/+7
2013-10-19CID#1038502 uninitialized memberCaolán McNamara1-3/+4
2013-09-05convert svx/inc/*.hxx from String to OUStringNoel Grandin1-1/+1
2013-08-21WaE: enumeral and non-enumeral type in conditional expressionCaolán McNamara1-1/+1
2013-08-08vcl, sw: fix the inheritance of SwComboBox from ComboBox a bitMichael Stahl1-1/+1
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-3/+3
2013-06-29fdo#62601 Quick search affected by invisible option from the search&replaceabdulmajeed ahmed1-1/+4
2013-06-25Add Ignore-Diacritics to find toolbar for CTL fdo#52204abdulmajeed ahmed1-2/+7
2013-05-28fdo#64451 Add "Find All" to the Find bar.Andrzej J.R. Hunt1-2/+118
2013-05-23fdo#63035 Add "Match Case" to Find bar.Andrzej J.R. Hunt1-42/+171
2013-05-01debugging assert for unlocked solarmutex in launching find dialogCaolán McNamara1-0/+1
2013-04-23fdo#46808, convert svx::FindTextFieldControl to XComponentContextNoel Grandin1-9/+7
2013-04-08fdo#46808, Convert svt::ToolboxController to XComponentContextNoel Grandin1-16/+16
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-59/+59
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-3/+3
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-6/+6
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold1-1/+1
2013-01-24fdo#59101 - [Feature Request] Make Find hotkey (Ctrl+F) a toggle commandJoren De Cuyper1-1/+1
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith1-1/+1
2013-01-17-Werror,-Wunused-private-fieldStephan Bergmann1-4/+3
2013-01-16add close option to findbar in Writerjorendc1-2/+122
2013-01-07UNO objects must be allocated on the heapStephan Bergmann1-4/+9
2013-01-06ugly memory leakMarkus Mohrhard1-4/+4
2012-12-05findbar: show up/down buttons when searching for selected textIvan Timofeev1-0/+1
2012-11-27re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-27findbar: use new SetPlaceholderText methodIvan Timofeev1-33/+3
2012-11-25findbar: disable up/down buttons by default, there is no text to searchIvan Timofeev1-0/+6
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann1-2/+2