Home
last modified time | relevance | path

Searched refs:SwAttrIter (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sw/source/core/text/
H A Ditratr.cxx71 void SwAttrIter::Chg( SwTxtAttr *pHt ) in Chg()
85 void SwAttrIter::Rst( SwTxtAttr *pHt ) in Rst()
100 SwAttrIter::~SwAttrIter() in ~SwAttrIter()
121 SwTxtAttr *SwAttrIter::GetAttr( const xub_StrLen nPosition ) const in GetAttr()
130 sal_Bool SwAttrIter::SeekAndChgAttrIter( const xub_StrLen nNewPos, OutputDevice* pOut ) in SeekAndChgAttrIter()
151 sal_Bool SwAttrIter::IsSymbol( const xub_StrLen nNewPos ) in IsSymbol()
164 sal_Bool SwAttrIter::SeekStartAndChgAttrIter( OutputDevice* pOut, const sal_Bool bParaFont ) in SeekStartAndChgAttrIter()
224 void SwAttrIter::SeekFwd( const xub_StrLen nNewPos ) in SeekFwd()
267 sal_Bool SwAttrIter::Seek( const xub_StrLen nNewPos ) in Seek()
316 xub_StrLen SwAttrIter::GetNextAttr( ) const in GetNextAttr()
[all …]
H A Ditratr.hxx49 class SwAttrIter class
77 inline SwAttrIter(SwTxtNode* pTxtNode) in SwAttrIter() function in SwAttrIter
82 inline SwAttrIter( SwTxtNode& rTxtNode, SwScriptInfo& rScrInf ) in SwAttrIter() function in SwAttrIter
86 virtual ~SwAttrIter();
H A Ditrtxt.hxx39 class SwTxtIter : public SwAttrIter
64 inline SwTxtIter(SwTxtNode* pTxtNode) : SwAttrIter(pTxtNode) { } in SwTxtIter()
67 …inline SwTxtIter( SwTxtFrm *pTxtFrm, SwTxtInfo *pTxtInf ) : SwAttrIter(pTxtFrm!=NULL?pTxtFrm->GetT… in SwTxtIter()
H A Dinftxt.hxx62 class SwAttrIter;
783 SwAttrIter *pIter;
786 SwAttrIter* pItr = NULL );
H A Dredlnitr.cxx57 void SwAttrIter::CtorInitAttrIter( SwTxtNode& rTxtNode, SwScriptInfo& rScrInf, SwTxtFrm* pFrm ) in CtorInitAttrIter()
H A Ditrpaint.cxx615 SwAttrIter aIter( *(SwTxtNode*)GetInfo().GetTxtFrm()->GetTxtNode(), in CheckSpecialUnderline()
H A Dinftxt.cxx1863 SwAttrIter* pItr ) in SwFontSave()