Home
last modified time | relevance | path

Searched refs:_rAnchoredObj (Results 1 – 16 of 16) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Dobjectformattertxtfrm.cxx147 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()
174 _InvalidatePrevObjs( _rAnchoredObj ); in DoFormatObj()
175 _InvalidateFollowObjs( _rAnchoredObj, true ); in DoFormatObj()
208 if ( _rAnchoredObj.HasClearedEnvironment() ) in DoFormatObj()
210 _rAnchoredObj.SetClearedEnvironment( true ); in DoFormatObj()
[all …]
H A Dobjectformatter.cxx73 inline void Collect( SwAnchoredObject& _rAnchoredObj ) in Collect() argument
76 pNewEntry->mpAnchoredObj = &_rAnchoredObj; in Collect()
231 ASSERT( _pAnchorFrm || _rAnchoredObj.GetAnchorFrm(), in FormatObj()
290 if ( !_rAnchoredObj.ISA(SwFlyFrm) ) in _FormatObjCntnt()
296 SwFlyFrm& rFlyFrm = static_cast<SwFlyFrm&>(_rAnchoredObj); in _FormatObjCntnt()
342 mpPgNumAndTypeOfAnchors->Collect( _rAnchoredObj ); in _FormatObj()
345 if ( _rAnchoredObj.ISA(SwFlyFrm) ) in _FormatObj()
347 SwFlyFrm& rFlyFrm = static_cast<SwFlyFrm&>(_rAnchoredObj); in _FormatObj()
416 !_rAnchoredObj.RestartLayoutProcess() && in _FormatObj()
420 else if ( _rAnchoredObj.ISA(SwAnchoredDrawObject) ) in _FormatObj()
[all …]
H A Dsortedobjsimpl.cxx211 bool SwSortedObjsImpl::Insert( SwAnchoredObject& _rAnchoredObj ) in Insert() argument
214 if ( Contains( _rAnchoredObj ) ) in Insert()
230 maSortedObjLst.insert( aInsPosIter, &_rAnchoredObj ); in Insert()
232 return Contains( _rAnchoredObj ); in Insert()
241 &_rAnchoredObj ); in Remove()
263 &_rAnchoredObj ); in Contains()
270 if ( !Contains( _rAnchoredObj ) ) in Update()
284 Remove( _rAnchoredObj ); in Update()
285 Insert( _rAnchoredObj ); in Update()
287 return Contains( _rAnchoredObj ); in Update()
[all …]
H A Dsortedobjs.cxx49 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 Dobjectformattertxtfrm.hxx59 void _InvalidatePrevObjs( SwAnchoredObject& _rAnchoredObj );
74 void _InvalidateFollowObjs( SwAnchoredObject& _rAnchoredObj,
141 virtual bool DoFormatObj( SwAnchoredObject& _rAnchoredObj,
204 static bool CheckMovedFwdCondition( SwAnchoredObject& _rAnchoredObj,
H A Dobjstmpconsiderwrapinfl.cxx38 void SwObjsMarkedAsTmpConsiderWrapInfluence::Insert( SwAnchoredObject& _rAnchoredObj ) in Insert() argument
46 if ( pAnchoredObj == &_rAnchoredObj ) in Insert()
55 maObjsTmpConsiderWrapInfl.push_back( &_rAnchoredObj ); in Insert()
H A Dobjectformatterlayfrm.cxx86 bool SwObjectFormatterLayFrm::DoFormatObj( SwAnchoredObject& _rAnchoredObj, in DoFormatObj() argument
90 _FormatObj( _rAnchoredObj ); in DoFormatObj()
H A Dlayouter.cxx443 SwAnchoredObject& _rAnchoredObj ) in InsertObjForTmpConsiderWrapInfluence() argument
456 _rDoc.GetLayouter()->mpObjsTmpConsiderWrapInfl->Insert( _rAnchoredObj ); in InsertObjForTmpConsiderWrapInfluence()
H A Danchoredobject.cxx71 SwObjPositioningInProgress::SwObjPositioningInProgress( SwAnchoredObject& _rAnchoredObj ) : in SwObjPositioningInProgress() argument
72 mpAnchoredObj( &_rAnchoredObj ), in SwObjPositioningInProgress()
H A Dobjstmpconsiderwrapinfl.hxx39 void Insert( SwAnchoredObject& _rAnchoredObj );
H A Dobjectformatterlayfrm.hxx66 virtual bool DoFormatObj( SwAnchoredObject& _rAnchoredObj,
/trunk/main/sw/source/core/inc/
H A Dsortedobjs.hxx73 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 Dsortedobjsimpl.hxx46 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 Dobjectformatter.hxx88 void _FormatObjCntnt( SwAnchoredObject& _rAnchoredObj );
137 void _FormatObj( SwAnchoredObject& _rAnchoredObj );
207 virtual bool DoFormatObj( SwAnchoredObject& _rAnchoredObj,
228 static bool FormatObj( SwAnchoredObject& _rAnchoredObj,
H A Dlayouter.hxx157 SwAnchoredObject& _rAnchoredObj );
/trunk/main/sw/inc/
H A Danchoredobject.hxx634 SwObjPositioningInProgress( SwAnchoredObject& _rAnchoredObj );

Completed in 475 milliseconds