| /AOO42X/main/sw/source/core/layout/ |
| H A D | objectformattertxtfrm.cxx | 126 bool SwObjectFormatterTxtFrm::DoFormatObj( SwAnchoredObject& _rAnchoredObj, in DoFormatObj() argument 132 !(_rAnchoredObj.GetFrmFmt().GetAnchor().GetAnchorId() == FLY_AS_CHAR) ) in DoFormatObj() 147 if ( _rAnchoredObj.IsFormatPossible() ) in DoFormatObj() 149 _rAnchoredObj.SetRestartLayoutProcess( false ); in DoFormatObj() 151 _FormatObj( _rAnchoredObj ); in DoFormatObj() 166 _rAnchoredObj.RestartLayoutProcess() && in DoFormatObj() 167 !( _rAnchoredObj.PositionLocked() && in DoFormatObj() 168 _rAnchoredObj.GetAnchorFrm()->IsInFly() && in DoFormatObj() 169 _rAnchoredObj.GetFrmFmt().GetFollowTextFlow().GetValue() ); in DoFormatObj() 174 _InvalidatePrevObjs( _rAnchoredObj ); in DoFormatObj() [all …]
|
| H A D | objectformatter.cxx | 73 inline void Collect( SwAnchoredObject& _rAnchoredObj ) in Collect() argument 76 pNewEntry->mpAnchoredObj = &_rAnchoredObj; in Collect() 80 SwPageFrm* pPageFrmOfAnchor = _rAnchoredObj.FindPageFrmOfAnchor(); in Collect() 91 SwTxtFrm* pAnchorCharFrm = _rAnchoredObj.FindAnchorCharFrm(); in Collect() 224 bool SwObjectFormatter::FormatObj( SwAnchoredObject& _rAnchoredObj, in FormatObj() argument 231 ASSERT( _pAnchorFrm || _rAnchoredObj.GetAnchorFrm(), in FormatObj() 233 SwFrm& rAnchorFrm = _pAnchorFrm ? *(_pAnchorFrm) : *(_rAnchoredObj.AnchorFrm()); in FormatObj() 247 bSuccess = pObjFormatter->DoFormatObj( _rAnchoredObj, true ); in FormatObj() 288 void SwObjectFormatter::_FormatObjCntnt( SwAnchoredObject& _rAnchoredObj ) in _FormatObjCntnt() argument 290 if ( !_rAnchoredObj.ISA(SwFlyFrm) ) in _FormatObjCntnt() [all …]
|
| H A D | sortedobjsimpl.cxx | 211 bool SwSortedObjsImpl::Insert( SwAnchoredObject& _rAnchoredObj ) in Insert() argument 214 if ( Contains( _rAnchoredObj ) ) in Insert() 227 &_rAnchoredObj, ObjAnchorOrder() ); in Insert() 230 maSortedObjLst.insert( aInsPosIter, &_rAnchoredObj ); in Insert() 232 return Contains( _rAnchoredObj ); in Insert() 235 bool SwSortedObjsImpl::Remove( SwAnchoredObject& _rAnchoredObj ) in Remove() argument 241 &_rAnchoredObj ); in Remove() 260 bool SwSortedObjsImpl::Contains( const SwAnchoredObject& _rAnchoredObj ) const in Contains() 263 &_rAnchoredObj ); in Contains() 268 bool SwSortedObjsImpl::Update( SwAnchoredObject& _rAnchoredObj ) in Update() argument [all …]
|
| H A D | sortedobjs.cxx | 49 bool SwSortedObjs::Insert( SwAnchoredObject& _rAnchoredObj ) in Insert() argument 51 return mpImpl->Insert( _rAnchoredObj ); in Insert() 54 bool SwSortedObjs::Remove( SwAnchoredObject& _rAnchoredObj ) in Remove() argument 56 return mpImpl->Remove( _rAnchoredObj ); in Remove() 59 bool SwSortedObjs::Contains( const SwAnchoredObject& _rAnchoredObj ) const in Contains() 61 return mpImpl->Contains( _rAnchoredObj ); in Contains() 64 bool SwSortedObjs::Update( SwAnchoredObject& _rAnchoredObj ) in Update() argument 66 return mpImpl->Update( _rAnchoredObj ); in Update() 69 sal_uInt32 SwSortedObjs::ListPosOf( const SwAnchoredObject& _rAnchoredObj ) const in ListPosOf() 71 return mpImpl->ListPosOf( _rAnchoredObj ); in ListPosOf()
|
| H A D | objectformattertxtfrm.hxx | 59 void _InvalidatePrevObjs( SwAnchoredObject& _rAnchoredObj ); 74 void _InvalidateFollowObjs( SwAnchoredObject& _rAnchoredObj, 141 virtual bool DoFormatObj( SwAnchoredObject& _rAnchoredObj, 204 static bool CheckMovedFwdCondition( SwAnchoredObject& _rAnchoredObj,
|
| H A D | objstmpconsiderwrapinfl.cxx | 38 void SwObjsMarkedAsTmpConsiderWrapInfluence::Insert( SwAnchoredObject& _rAnchoredObj ) in Insert() argument 46 if ( pAnchoredObj == &_rAnchoredObj ) in Insert() 55 maObjsTmpConsiderWrapInfl.push_back( &_rAnchoredObj ); in Insert()
|
| H A D | objectformatterlayfrm.cxx | 86 bool SwObjectFormatterLayFrm::DoFormatObj( SwAnchoredObject& _rAnchoredObj, in DoFormatObj() argument 90 _FormatObj( _rAnchoredObj ); in DoFormatObj()
|
| H A D | layouter.cxx | 443 SwAnchoredObject& _rAnchoredObj ) in InsertObjForTmpConsiderWrapInfluence() argument 456 _rDoc.GetLayouter()->mpObjsTmpConsiderWrapInfl->Insert( _rAnchoredObj ); in InsertObjForTmpConsiderWrapInfluence()
|
| H A D | anchoredobject.cxx | 71 SwObjPositioningInProgress::SwObjPositioningInProgress( SwAnchoredObject& _rAnchoredObj ) : in SwObjPositioningInProgress() argument 72 mpAnchoredObj( &_rAnchoredObj ), in SwObjPositioningInProgress()
|
| H A D | objstmpconsiderwrapinfl.hxx | 39 void Insert( SwAnchoredObject& _rAnchoredObj );
|
| H A D | objectformatterlayfrm.hxx | 66 virtual bool DoFormatObj( SwAnchoredObject& _rAnchoredObj,
|
| /AOO42X/main/sw/source/core/inc/ |
| H A D | sortedobjs.hxx | 73 bool Insert( SwAnchoredObject& _rAnchoredObj ); 75 bool Remove( SwAnchoredObject& _rAnchoredObj ); 77 bool Contains( const SwAnchoredObject& _rAnchoredObj ) const; 88 bool Update( SwAnchoredObject& _rAnchoredObj ); 101 sal_uInt32 ListPosOf( const SwAnchoredObject& _rAnchoredObj ) const;
|
| H A D | sortedobjsimpl.hxx | 46 bool Insert( SwAnchoredObject& _rAnchoredObj ); 48 bool Remove( SwAnchoredObject& _rAnchoredObj ); 50 bool Contains( const SwAnchoredObject& _rAnchoredObj ) const; 52 bool Update( SwAnchoredObject& _rAnchoredObj ); 54 sal_uInt32 ListPosOf( const SwAnchoredObject& _rAnchoredObj ) const;
|
| H A D | objectformatter.hxx | 88 void _FormatObjCntnt( SwAnchoredObject& _rAnchoredObj ); 137 void _FormatObj( SwAnchoredObject& _rAnchoredObj ); 207 virtual bool DoFormatObj( SwAnchoredObject& _rAnchoredObj, 228 static bool FormatObj( SwAnchoredObject& _rAnchoredObj,
|
| H A D | layouter.hxx | 157 SwAnchoredObject& _rAnchoredObj );
|
| /AOO42X/main/sw/inc/ |
| H A D | anchoredobject.hxx | 634 SwObjPositioningInProgress( SwAnchoredObject& _rAnchoredObj );
|