Home
last modified time | relevance | path

Searched refs:ChgQuotes (Results 1 – 6 of 6) sorted by relevance

/trunk/main/editeng/source/misc/
H A Dsvxacorr.cxx368 | ChgQuotes in GetDefaultFlags()
384 nRet &= ~(ChgQuotes|ChgSglQuotes); in GetDefaultFlags()
1243 (IsAutoCorrFlag( ChgQuotes ) && ('\"' == cChar )) || in AutoCorrect()
1257 nRet = bSingle ? ChgSglQuotes : ChgQuotes; in AutoCorrect()
1465 if( nRet & ChgQuotes) nHelpId = 16; in AutoCorrect()
H A Dacorrcfg.cxx207 nFlags |= ChgQuotes; in Load()
314 bVal = 0 != (nFlags & ChgQuotes); in Commit()
/trunk/main/editeng/inc/editeng/
H A Dsvxacorr.hxx56 const long ChgQuotes = 0x00000100; // doppelte Quotes ersetzen variable
/trunk/main/cui/source/tabpages/
H A Dautocdlg.cxx2171 pAutoCorrect->SetAutoCorrFlag(ChgQuotes, aTypoCB.IsChecked()); in FillItemSet()
2258 aTypoCB .Check(0 != (nFlags & ChgQuotes)); in Reset()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx2331 ( pACorr->IsAutoCorrFlag( ChgQuotes ) && ('\"' == aCh ))|| in KeyInput()
4992 (( pACorr->IsAutoCorrFlag( ChgQuotes ) && ('\"' == aCh ))|| in Command()
/trunk/main/sw/source/core/edit/
H A Dautofmt.cxx1894 bool bReplaceQuote = ( aSvxFlags & ChgQuotes ) > 0; in AutoCorrect()

Completed in 69 milliseconds