Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/text/
H A Dinftxt.hxx402 const SwWrongList *pGrammarCheckList; member in SwTxtPaintInfo
424 …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()
H A Dinftxt.cxx557 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()
H A Dportxt.cxx595 const SwWrongList *pGrammarCheckList = rInf.GetGrammarCheckList(); in Paint() local
600 const bool bGrammarCheck = 0 != pGrammarCheckList; in Paint()

Completed in 24 milliseconds