Home
last modified time | relevance | path

Searched refs:bReplaceQuote (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/sw/source/ui/inc/
H A Dedtwin.hxx71 static sal_Bool bReplaceQuote; member in SwEditWin
245 static void SetReplaceQuote(sal_Bool bOn = sal_True) { bReplaceQuote = bOn; } in SetReplaceQuote()
246 static sal_Bool IsReplaceQuote() { return bReplaceQuote; } in IsReplaceQuote()
/aoo42x/main/sw/source/core/edit/
H A Dautofmt.cxx1894 bool bReplaceQuote = ( aSvxFlags & ChgQuotes ) > 0; in AutoCorrect() local
1898 (!aFlags.bAutoCorrect && !bReplaceQuote && !bReplaceSglQuote && in AutoCorrect()
1935 if( ( ( bReplaceQuote && '\"' == cChar ) || in AutoCorrect()
1989 if( ( cChar == '\"' && bReplaceQuote ) || ( cChar == '\'' && bReplaceSglQuote ) ) in AutoCorrect()
/aoo42x/main/sw/source/ui/docvw/
H A Dedtwin.cxx161 sal_Bool SwEditWin::bReplaceQuote = sal_False; member in SwEditWin

Completed in 45 milliseconds