bool SwMovedFwdFramesByObjPos::FrameMovedFwdByObjPos( const SwTextFrame& _rTextFrame,
sal_uInt32& _ornToPageNum ) const
{ // sw_redlinehide: assumption: this wants to uniquely identify all // SwTextFrame belonging to the same paragraph, so just use first one as key auto aIter = maMovedFwdFrames.find( _rTextFrame.GetTextNodeFirst() ); if ( maMovedFwdFrames.end() != aIter )
{
_ornToPageNum = (*aIter).second; returntrue;
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.