Searched refs:nCheckMode (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/vcl/source/control/ |
H A D | edit.cxx | 935 sal_Int16 nCheckMode = bCTLSequenceCheckingRestricted ? in ImplInsertText() local 944 xISC->correctInputSequence( aTmpText, nTmpPos - 1, cChar, nCheckMode ); in ImplInsertText() 973 if (!xISC->checkInputSequence( aOldText, nTmpPos - 1, cChar, nCheckMode )) in ImplInsertText()
|
/aoo4110/main/svtools/source/edit/ |
H A D | texteng.cxx | 784 sal_Int16 nCheckMode = aCTLOptions.IsCTLSequenceCheckingRestricted() ? in ImpInsertText() local 793 xISC->correctInputSequence( aNewText, nTmpPos - 1, c, nCheckMode ); in ImpInsertText() 820 if (!xISC->checkInputSequence( aOldText, nTmpPos - 1, c, nCheckMode )) in ImpInsertText()
|
/aoo4110/main/sal/qa/osl/file/ |
H A D | osl_File.cxx | 519 inline sal_Bool checkFile( const ::rtl::OUString & str, oslCheckMode nCheckMode ) in checkFile() argument 529 switch ( nCheckMode ) { in checkFile() 613 inline sal_Bool checkDirectory( const ::rtl::OUString & str, oslCheckMode nCheckMode ) in checkDirectory() argument 626 switch ( nCheckMode ) { in checkDirectory()
|
/aoo4110/main/sw/source/ui/docvw/ |
H A D | edtwin.cxx | 762 sal_Int16 nCheckMode = rCTLOptions.IsCTLSequenceCheckingRestricted() ? in FlushInBuffer() local 772 … = static_cast<xub_StrLen>(xISC->correctInputSequence( aNewText, nTmpPos - 1, cChar, nCheckMode )); in FlushInBuffer() 805 if (xISC->checkInputSequence( aNewText, nTmpPos - 1, cChar, nCheckMode )) in FlushInBuffer()
|
/aoo4110/main/editeng/source/editeng/ |
H A D | impedit2.cxx | 2702 sal_Int16 nCheckMode = pCTLOptions->IsCTLSequenceCheckingRestricted() ? in InsertText() local 2711 …static_cast< xub_StrLen >*/( _xISC->correctInputSequence( aNewText, nTmpPos - 1, c, nCheckMode ) ); in InsertText() 2737 if (!_xISC->checkInputSequence( aOldText, nTmpPos - 1, c, nCheckMode )) in InsertText()
|
Completed in 165 milliseconds