Searched refs:SwTxtIter (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/sw/source/core/text/ |
H A D | itrtxt.cxx | 77 SwTxtIter::Init(); in CtorInitTxtIter() 88 void SwTxtIter::Init() in Init() 112 SwLineLayout *SwTxtIter::_GetPrev() in _GetPrev() 128 const SwLineLayout *SwTxtIter::GetPrev() in GetPrev() 139 const SwLineLayout *SwTxtIter::Prev() in Prev() 161 const SwLineLayout *SwTxtIter::Next() in Next() 181 const SwLineLayout *SwTxtIter::NextLine() in NextLine() 196 const SwLineLayout *SwTxtIter::GetNextLine() const in GetNextLine() 211 const SwLineLayout *SwTxtIter::GetPrevLine() in GetPrevLine() 241 const SwLineLayout *SwTxtIter::PrevLine() in PrevLine() [all …]
|
H A D | itrtxt.hxx | 39 class SwTxtIter : public SwAttrIter class 64 inline SwTxtIter(SwTxtNode* pTxtNode) : SwAttrIter(pTxtNode) { } in SwTxtIter() function in SwTxtIter 67 …inline SwTxtIter( SwTxtFrm *pTxtFrm, SwTxtInfo *pTxtInf ) : SwAttrIter(pTxtFrm!=NULL?pTxtFrm->GetT… in SwTxtIter() function in SwTxtIter 131 class SwTxtMargin : public SwTxtIter 153 inline SwTxtMargin(SwTxtNode* pTxtNode) : SwTxtIter(pTxtNode) { } in SwTxtMargin() 155 …inline SwTxtMargin( SwTxtFrm *pTxtFrm, SwTxtSizeInfo *pTxtSizeInf ) : SwTxtIter(pTxtFrm!=NULL?pTxt… in SwTxtMargin() 196 { return (SwTxtSizeInfo&)SwTxtIter::GetInfo(); } in GetInfo() 198 { return (const SwTxtSizeInfo&)SwTxtIter::GetInfo(); } in GetInfo() 306 inline sal_Bool SwTxtIter::SeekAndChg( SwTxtSizeInfo &rInf ) in SeekAndChg() 311 inline sal_Bool SwTxtIter::SeekAndChgBefore( SwTxtSizeInfo &rInf ) in SeekAndChgBefore() [all …]
|
H A D | itrpaint.hxx | 58 { return (SwTxtPaintInfo&)SwTxtIter::GetInfo(); } in GetInfo() 60 { return (const SwTxtPaintInfo&)SwTxtIter::GetInfo(); } in GetInfo()
|
H A D | itrform2.hxx | 197 { return (SwTxtFormatInfo&)SwTxtIter::GetInfo(); } in GetInfo() 199 { return (const SwTxtFormatInfo&)SwTxtIter::GetInfo(); } in GetInfo()
|
H A D | itradj.cxx | 128 bool lcl_CheckKashidaPositions( SwScriptInfo& rSI, SwTxtSizeInfo& rInf, SwTxtIter& rItr, in lcl_CheckKashidaPositions() 202 bool lcl_CheckKashidaWidth ( SwScriptInfo& rSI, SwTxtSizeInfo& rInf, SwTxtIter& rItr, xub_StrLen& n… in lcl_CheckKashidaWidth() 282 SwTxtIter aItr ( GetTxtFrm(), &aInf ); in CalcNewBlock()
|
H A D | inftxt.hxx | 93 friend class SwTxtIter;
|
H A D | itratr.cxx | 1020 SwTxtIter aLine( pFrm, &aInf ); in GetScalingOfSelectedText()
|
H A D | txtftn.cxx | 311 SwTxtIter aLine( pThis, &aInf ); in GetFtnLine()
|
H A D | frmform.cxx | 1589 SwTxtIter aMasterLine( pMaster, &aInf ); in _Format()
|
H A D | itrcrsr.cxx | 1787 SwTxtIter aLine( const_cast<SwTxtFrm*>(this), &aInf ); in FillSelection()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | txtfrm.hxx | 61 friend class SwTxtIter;
|
Completed in 105 milliseconds