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()
558 pSmartTags = NULL; // SMARTTAGS in CtorInitTxtPaintInfo()571 pSmartTags( rInf.GetSmartTags() ), // SMARTTAGS in SwTxtPaintInfo()584 pSmartTags( rInf.GetSmartTags() ), // SMARTTAGS in SwTxtPaintInfo()748 aDrawInf.SetSmartTags( bTmpSmart ? pSmartTags : NULL ); // SMARTTAGS in _DrawText()760 aDrawInf.SetSmartTags( bTmpSmart ? pSmartTags : NULL ); // SMARTTAGS in _DrawText()
2082 SwWrongList* pSmartTags; member2094 pSmartTags ( 0 ), in SwParaIdleData_Impl()2114 delete m_pParaIdleData_Impl->pSmartTags; in InitSwParaStatistics()2171 delete m_pParaIdleData_Impl->pSmartTags; in SetSmartTags()2173 m_pParaIdleData_Impl->pSmartTags = pNew; in SetSmartTags()2179 return m_pParaIdleData_Impl ? m_pParaIdleData_Impl->pSmartTags : 0; in GetSmartTags()
Completed in 167 milliseconds