Lines Matching refs:m_pAttr

51     SfxPoolItem * const m_pAttr;  member in SwTxtAttr
152 ASSERT( m_pAttr, "SwTxtAttr: where is my attribute?" ); in GetAttr()
153 return *m_pAttr; in GetAttr()
174 ASSERT( m_pAttr && m_pAttr->Which() == RES_TXTATR_CHARFMT, in GetCharFmt()
176 return (const SwFmtCharFmt&)(*m_pAttr); in GetCharFmt()
181 ASSERT( m_pAttr && m_pAttr->Which() == RES_TXTATR_AUTOFMT, in GetAutoFmt()
183 return (const SwFmtAutoFmt&)(*m_pAttr); in GetAutoFmt()
188 ASSERT( m_pAttr in GetFmtFld()
189 && ( m_pAttr->Which() == RES_TXTATR_FIELD in GetFmtFld()
190 || m_pAttr->Which() == RES_TXTATR_ANNOTATION in GetFmtFld()
191 || m_pAttr->Which() == RES_TXTATR_INPUTFIELD ), in GetFmtFld()
193 return (const SwFmtFld&)(*m_pAttr); in GetFmtFld()
198 ASSERT( m_pAttr && m_pAttr->Which() == RES_TXTATR_FTN, "Wrong attribute" ); in GetFtn()
199 return (const SwFmtFtn&)(*m_pAttr); in GetFtn()
204 ASSERT( m_pAttr && m_pAttr->Which() == RES_TXTATR_FLYCNT, in GetFlyCnt()
206 return (const SwFmtFlyCnt&)(*m_pAttr); in GetFlyCnt()
211 ASSERT( m_pAttr && m_pAttr->Which() == RES_TXTATR_TOXMARK, in GetTOXMark()
213 return (const SwTOXMark&)(*m_pAttr); in GetTOXMark()
218 ASSERT( m_pAttr && m_pAttr->Which() == RES_TXTATR_REFMARK, in GetRefMark()
220 return (const SwFmtRefMark&)(*m_pAttr); in GetRefMark()
225 ASSERT( m_pAttr && m_pAttr->Which() == RES_TXTATR_INETFMT, in GetINetFmt()
227 return (const SwFmtINetFmt&)(*m_pAttr); in GetINetFmt()
232 ASSERT( m_pAttr && m_pAttr->Which() == RES_TXTATR_CJK_RUBY, in GetRuby()
234 return (const SwFmtRuby&)(*m_pAttr); in GetRuby()
239 ASSERT( m_pAttr && (m_pAttr->Which() == RES_TXTATR_META || in GetMeta()
240 m_pAttr->Which() == RES_TXTATR_METAFIELD), in GetMeta()
242 return (const SwFmtMeta&)(*m_pAttr); in GetMeta()