Searched refs:SwTxtCursor (Results 1 – 10 of 10) sorted by relevance
/trunk/main/sw/source/core/text/ |
H A D | frminf.cxx | 122 SwTwips SwTxtFrmInfo::GetLineStart( const SwTxtCursor &rLine ) const in GetLineStart() 131 if( ((SwTxtCursor&)rLine).GetCharRect( &aRect, nTxtStart ) ) in GetLineStart() 148 SwTxtCursor aLine( (SwTxtFrm*)pFrm, &aInf ); in GetLineStart() 159 SwTxtCursor aLine( (SwTxtFrm*)pFrm, &aInf ); in GetCharPos() 163 if( ((SwTxtCursor&)aLine).GetCharRect( &aRect, nChar ) ) in GetCharPos() 176 if( ((SwTxtCursor&)aLine).GetCharRect( &aRect, nChar+1 ) ) in GetCharPos() 286 SwTxtCursor aLine( (SwTxtFrm*)pFrm, &aInf ); in GetFirstIndent() 321 SwTxtCursor aLine( (SwTxtFrm*)pFrm, &aInf ); in GetBigIndent() 328 SwTxtCursor aNxtLine( (SwTxtFrm*)pNextFrm, &aNxtInf ); in GetBigIndent()
|
H A D | frmcrsr.cxx | 176 && !SwTxtCursor::IsRightMargin() ) in GetFrmAtPos() 294 SwTxtCursor aLine( pFrm, &aInf ); in GetCharRect() 438 SwTxtCursor aLine( pFrm, &aInf ); in GetAutoPos() 725 SwTxtCursor::IsRightMargin() ); in LeftMargin() 733 SwTxtCursor aLine( pFrm, &aInf ); in LeftMargin() 744 SwTxtCursor::SetRightMargin( sal_False ); in LeftMargin() 766 SwTxtCursor::IsRightMargin() ); in RightMargin() 774 SwTxtCursor aLine( pFrm, &aInf ); in RightMargin() 791 SwTxtCursor::SetRightMargin( !bAPI ); in RightMargin() 1347 SwTxtCursor::IsRightMargin() ); in UnitUp() [all …]
|
H A D | itrpaint.hxx | 34 class SwTxtPainter : public SwTxtCursor 43 inline SwTxtPainter(SwTxtNode* pTxtNode) : SwTxtCursor(pTxtNode) { } in SwTxtPainter() 46 …inline SwTxtPainter( SwTxtFrm *pTxtFrm, SwTxtPaintInfo *pTxtPaintInf ) : SwTxtCursor(pTxtFrm!=NULL… in SwTxtPainter()
|
H A D | itrcrsr.cxx | 63 sal_Bool SwTxtCursor::bRightMargin = sal_False; 427 void SwTxtCursor::CtorInitTxtCursor( SwTxtFrm *pNewFrm, SwTxtSizeInfo *pNewInf ) in CtorInitTxtCursor() 440 sal_Bool SwTxtCursor::GetEndCharRect( SwRect* pOrig, const xub_StrLen nOfst, in GetEndCharRect() 518 void SwTxtCursor::_GetCharRect( SwRect* pOrig, const xub_StrLen nOfst, in _GetCharRect() 1197 sal_Bool SwTxtCursor::GetCharRect( SwRect* pOrig, const xub_StrLen nOfst, in GetCharRect() 1285 xub_StrLen SwTxtCursor::GetCrsrOfst( SwPosition *pPos, const Point &rPoint, in GetCrsrOfst() 1581 SwTxtCursorSave aSave( (SwTxtCursor*)this, (SwMultiPortion*)pPor, in GetCrsrOfst() 1625 ((SwTxtCursor*)this)->SeekAndChg( aSizeInf ); in GetCrsrOfst()
|
H A D | pormulti.hxx | 31 class SwTxtCursor; 239 SwTxtCursor* pTxtCrsr; 246 SwTxtCursorSave( SwTxtCursor* pTxtCursor, SwMultiPortion* pMulti,
|
H A D | itrtxt.hxx | 251 class SwTxtCursor : public SwTxtAdjuster class 262 inline SwTxtCursor(SwTxtNode* pTxtNode) : SwTxtAdjuster(pTxtNode) { } in SwTxtCursor() function in SwTxtCursor 264 …inline SwTxtCursor( SwTxtFrm *pTxtFrm, SwTxtSizeInfo *pTxtSizeInf ) : SwTxtAdjuster(pTxtFrm!=NULL?… in SwTxtCursor() function in SwTxtCursor
|
H A D | itrtxt.cxx | 286 const SwLineLayout *SwTxtCursor::CharCrsrToLine( const xub_StrLen nPosition ) in CharCrsrToLine() 302 sal_uInt16 SwTxtCursor::AdjustBaseLine( const SwLineLayout& rLine, in AdjustBaseLine()
|
H A D | frmform.cxx | 569 SwTxtCursor TxtCursor( this, &aInf ); in GetTabStopInfo()
|
H A D | pormulti.cxx | 2355 SwTxtCursorSave::SwTxtCursorSave( SwTxtCursor* pTxtCursor, in SwTxtCursorSave()
|
/trunk/main/sw/source/core/inc/ |
H A D | frminf.hxx | 30 class SwTxtCursor; // SwTxtFrmInfo 42 SwTwips GetLineStart( const SwTxtCursor &rLine ) const;
|
Completed in 444 milliseconds