Lines Matching refs:GetMarkPos
175 buf.append( sal_Int32( GetMarkPos().nNode.GetIndex( ) ) ).appendAscii( ", " ); in ToString()
176 buf.append( sal_Int32( GetMarkPos().nContent.GetIndex( ) ) ).appendAscii( " ] )" ); in ToString()
282 SwDoc *const pDoc( GetMarkPos().GetDoc() ); in GetRegistry()
289 SwDoc *const pDoc( GetMarkPos().GetDoc() ); in IsInClipboard()
301 SwDoc *const pDoc( GetMarkPos().GetDoc() ); in IsInContent()
303 return !pDoc->IsInHeaderFooter( SwNodeIndex(GetMarkPos().nNode) ); in IsInContent()
309 SwDoc *const pDoc( GetMarkPos().GetDoc() ); in MakeUnoObject()
321 SetOtherMarkPos(GetMarkPos()); in Fieldmark()
326 if ( GetMarkPos( ) <= GetOtherMarkPos( ) ) in SetMarkStartPos()
334 if ( GetMarkPos( ) <= GetOtherMarkPos( ) ) in SetMarkEndPos()
346 buf.append( sal_Int32( GetMarkPos().nNode.GetIndex( ) ) ).appendAscii( ", " ); in ToString()
347 buf.append( sal_Int32( GetMarkPos( ).nContent.GetIndex( ) ) ).appendAscii( " ], [" ); in ToString()
358 SwPaM aPaM( this->GetMarkPos(), this->GetOtherMarkPos() ); in Invalidate()