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()
557 pGrammarCheckList = NULL; in CtorInitTxtPaintInfo()570 pGrammarCheckList( rInf.GetGrammarCheckList() ), in SwTxtPaintInfo()583 pGrammarCheckList( rInf.GetGrammarCheckList() ), in SwTxtPaintInfo()747 aDrawInf.SetGrammarCheck( bTmpGrammarCheck ? pGrammarCheckList : NULL ); in _DrawText()759 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 43 milliseconds