Searched refs:pGrammarCheckList (Results 1 – 3 of 3) sorted by relevance
402 const SwWrongList *pGrammarCheckList; member in SwTxtPaintInfo424 …SwTxtPaintInfo() { pFrm = 0; pWrongList = 0; pGrammarCheckList = 0; pWrongList = 0; pSmartTags = 0… in SwTxtPaintInfo()426 … SwTxtPaintInfo() { pFrm = 0; pWrongList = 0; pGrammarCheckList = 0; pSmartTags = 0; pSpaceAdd = 0;509 inline void SetGrammarCheckList( const SwWrongList *pNew ){ pGrammarCheckList = pNew; } in SetGrammarCheckList()510 inline const SwWrongList* GetGrammarCheckList() const { return pGrammarCheckList; } in GetGrammarCheckList()
560 pGrammarCheckList = NULL; in CtorInitTxtPaintInfo()573 pGrammarCheckList( rInf.GetGrammarCheckList() ), in SwTxtPaintInfo()586 pGrammarCheckList( rInf.GetGrammarCheckList() ), in SwTxtPaintInfo()753 aDrawInf.SetGrammarCheck( bTmpGrammarCheck ? pGrammarCheckList : NULL ); in _DrawText()765 aDrawInf.SetGrammarCheck( bTmpGrammarCheck ? pGrammarCheckList : NULL ); in _DrawText()
595 const SwWrongList *pGrammarCheckList = rInf.GetGrammarCheckList(); in Paint() local600 const bool bGrammarCheck = 0 != pGrammarCheckList; in Paint()
Completed in 32 milliseconds