Home
last modified time | relevance | path

Searched refs:pSmartTags (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/sw/source/core/inc/
H A Ddrawfont.hxx57 const SwWrongList* pSmartTags; // SMARTTAGS member in SwDrawTextInfo
142 pSmartTags = 0; in SwDrawTextInfo()
226 return pSmartTags; in GetSmartTags()
415 pSmartTags = pNew; in SetSmartTags()
/aoo4110/main/sw/source/core/text/
H A Dinftxt.hxx403 const SwWrongList *pSmartTags; // SMARTTAGS 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;
513 inline void SetSmartTags( const SwWrongList *pNew ){ pSmartTags = pNew; } in SetSmartTags()
514 inline const SwWrongList* GetSmartTags() const { return pSmartTags; } in GetSmartTags()
H A Dinftxt.cxx558 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()
/aoo4110/main/sw/source/core/txtnode/
H A Dtxtedt.cxx2082 SwWrongList* pSmartTags; member
2094 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 50 milliseconds