Searched refs:pSmartTags (Results 1 – 4 of 4) sorted by relevance
57 const SwWrongList* pSmartTags; // SMARTTAGS member in SwDrawTextInfo142 pSmartTags = 0; in SwDrawTextInfo()226 return pSmartTags; in GetSmartTags()415 pSmartTags = pNew; in SetSmartTags()
403 const SwWrongList *pSmartTags; // SMARTTAGS 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;513 inline void SetSmartTags( const SwWrongList *pNew ){ pSmartTags = pNew; } in SetSmartTags()514 inline const SwWrongList* GetSmartTags() const { return pSmartTags; } in GetSmartTags()
561 pSmartTags = NULL; // SMARTTAGS in CtorInitTxtPaintInfo()574 pSmartTags( rInf.GetSmartTags() ), // SMARTTAGS in SwTxtPaintInfo()587 pSmartTags( rInf.GetSmartTags() ), // SMARTTAGS in SwTxtPaintInfo()754 aDrawInf.SetSmartTags( bTmpSmart ? pSmartTags : NULL ); // SMARTTAGS in _DrawText()766 aDrawInf.SetSmartTags( bTmpSmart ? pSmartTags : NULL ); // SMARTTAGS in _DrawText()
2088 SwWrongList* pSmartTags; member2100 pSmartTags ( 0 ), in SwParaIdleData_Impl()2120 delete m_pParaIdleData_Impl->pSmartTags; in InitSwParaStatistics()2177 delete m_pParaIdleData_Impl->pSmartTags; in SetSmartTags()2179 m_pParaIdleData_Impl->pSmartTags = pNew; in SetSmartTags()2185 return m_pParaIdleData_Impl ? m_pParaIdleData_Impl->pSmartTags : 0; in GetSmartTags()
Completed in 49 milliseconds