Searched refs:bMatchCase (Results 1 – 5 of 5) sorted by relevance
/aoo42x/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)
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbarange.cxx | 3025 sal_Bool bMatchCase = sal_False; in Replace() local 3069 MatchCase >>= bMatchCase; in Replace() 3222 sal_Bool bMatchCase = sal_False; in Find() local 3226 if( !( MatchCase >>= bMatchCase ) ) in Find() 3317 aTableField.IsCaseSensitive = bMatchCase; in updateTableSortField() 3379 sal_Bool bMatchCase = aSortParam.bCaseSens; in Sort() local 3446 MatchCase >>= bMatchCase; in Sort() 3447 aSortParam.bCaseSens = bMatchCase; in Sort() 3495 …leSortField( mxRange, xKey1, nOrder1, sTableFields[ nTableIndex++ ], bIsSortColumns, bMatchCase ); in Sort() 3500 …leSortField( mxRange, xKey2, nOrder2, sTableFields[ nTableIndex++ ], bIsSortColumns, bMatchCase ); in Sort() [all …]
|
/aoo42x/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()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | combobox.hxx | 162 void EnableAutocomplete( sal_Bool bEnable, sal_Bool bMatchCase = sal_False );
|
/aoo42x/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()
|
Completed in 86 milliseconds