Home
last modified time | relevance | path

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

/trunk/main/editeng/source/misc/
H A Dacorrcfg.cxx193 nFlags |= ChgSglQuotes; in Load()
304 bVal = 0 != (nFlags & ChgSglQuotes); in Commit()
H A Dsvxacorr.cxx384 nRet &= ~(ChgQuotes|ChgSglQuotes); in GetDefaultFlags()
1244 (IsAutoCorrFlag( ChgSglQuotes ) && bSingle ); in AutoCorrect()
1257 nRet = bSingle ? ChgSglQuotes : ChgQuotes; in AutoCorrect()
1466 else if( nRet & ChgSglQuotes) nHelpId = 17; in AutoCorrect()
/trunk/main/editeng/inc/editeng/
H A Dsvxacorr.hxx60 const long ChgSglQuotes = 0x00001000; // einfache Quotes ersetzen variable
/trunk/main/cui/source/tabpages/
H A Dautocdlg.cxx2172 pAutoCorrect->SetAutoCorrFlag(ChgSglQuotes, aSingleTypoCB.IsChecked()); in FillItemSet()
2259 aSingleTypoCB .Check(0 != (nFlags & ChgSglQuotes)); in Reset()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx2332 ( pACorr->IsAutoCorrFlag( ChgSglQuotes ) && ( '\'' == aCh)))) in KeyInput()
4993 ( pACorr->IsAutoCorrFlag( ChgSglQuotes ) && ( '\'' == aCh)))) in Command()
/trunk/main/sw/source/core/edit/
H A Dautofmt.cxx1895 bool bReplaceSglQuote = ( aSvxFlags & ChgSglQuotes ) > 0; in AutoCorrect()

Completed in 76 milliseconds