Searched refs:bMatchCase (Results 1 – 5 of 5) sorted by relevance
| /AOO41X/main/migrationanalysis/src/driver_docs/sources/ |
| H A D | CommonMigrationAnalyser.bas | 485 Optional bMatchCase As Boolean = False) As String 509 lngStartCol, lngEndLine, lngEndCol, bWholeWord, bMatchCase) 643 count, bInProcedure:=False, bWholeWord:=True, bMatchCase:=True)
|
| /AOO41X/main/svtools/source/dialogs/ |
| H A D | filedlg2.cxx | 1007 sal_Bool bMatchCase = sal_False; //aCurrent.IsCaseSensitive(); in UpdateEntries() local 1009 if ( !bMatchCase ) in UpdateEntries() 1027 if ( !bMatchCase ) in UpdateEntries()
|
| /AOO41X/main/sc/source/ui/vba/ |
| H A D | vbarange.cxx | 3025 sal_Bool bMatchCase = sal_False; in Replace() local 3069 MatchCase >>= bMatchCase; in Replace() 3070 …( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNO_SRCHCASE ) ), uno::makeAny( bMatchCase ) ); in Replace() 3222 sal_Bool bMatchCase = sal_False; in Find() local 3226 if( !( MatchCase >>= bMatchCase ) ) in Find() 3229 …( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNO_SRCHCASE ) ), uno::makeAny( bMatchCase ) ); in Find() 3296 …table::TableSortField& aTableField, sal_Bool bIsSortColumn, sal_Bool bMatchCase ) throw ( uno::Run… in updateTableSortField() argument 3317 aTableField.IsCaseSensitive = bMatchCase; in updateTableSortField() 3379 sal_Bool bMatchCase = aSortParam.bCaseSens; in Sort() local 3446 MatchCase >>= bMatchCase; in Sort() [all …]
|
| /AOO41X/main/vcl/inc/vcl/ |
| H A D | combobox.hxx | 162 void EnableAutocomplete( sal_Bool bEnable, sal_Bool bMatchCase = sal_False );
|
| /AOO41X/main/vcl/source/control/ |
| H A D | combobox.cxx | 261 void ComboBox::EnableAutocomplete( sal_Bool bEnable, sal_Bool bMatchCase ) in EnableAutocomplete() argument 263 mbMatchCase = bMatchCase; in EnableAutocomplete()
|