Home
last modified time | relevance | path

Searched refs:pDrawContact (Results 1 – 10 of 10) sorted by path

/trunk/main/sw/source/core/doc/
H A Ddocdraw.cxx1012 SwDrawContact* pDrawContact = in AllDrawObjsOnPage() local
1014 if ( pDrawContact ) in AllDrawObjsOnPage()
1017 … dynamic_cast<SwAnchoredDrawObject*>(pDrawContact->GetAnchoredObj( pObj )); in AllDrawObjsOnPage()
H A Ddoclay.cxx403 const SwDrawContact* pDrawContact = in CopyLayoutFmt() local
412 pDrawContact != NULL && in CopyLayoutFmt()
413 pDrawContact->GetMaster() != NULL && in CopyLayoutFmt()
414 CheckControlLayer( pDrawContact->GetMaster() ); in CopyLayoutFmt()
/trunk/main/sw/source/core/frmedt/
H A Dfefly1.cxx1855 … SwDrawContact* pDrawContact( dynamic_cast<SwDrawContact*>(GetUserCall( pInvestigatedObj ) ) ); in GetObjCntType() local
1856 if ( !pDrawContact ) in GetObjCntType()
1864 SwFrmFmt* pFrmFmt( pDrawContact->GetFmt() ); in GetObjCntType()
H A Dfeshview.cxx2309 SwDrawContact* pDrawContact = static_cast<SwDrawContact*>(GetUserCall( pObj )); in IsGroupAllowed() local
2310 if ( pDrawContact ) in IsGroupAllowed()
2312 pAnchorFrm = pDrawContact->GetAnchorFrm( pObj ); in IsGroupAllowed()
/trunk/main/sw/source/core/layout/
H A Danchoreddrawobject.cxx307 SwDrawContact* pDrawContact = in MakeObjPos() local
322 pDrawContact->MoveObjToVisibleLayer( DrawObj() ); in MakeObjPos()
347 switch ( pDrawContact->GetAnchorId() ) in MakeObjPos()
388 !pDrawContact->ObjAnchoredAsChar() && in MakeObjPos()
391 pDrawContact->ChkPage(); in MakeObjPos()
801 SwDrawContact* pDrawContact = in _SetPositioningAttr() local
804 if ( !pDrawContact->ObjAnchoredAsChar() ) in _SetPositioningAttr()
/trunk/main/sw/source/core/text/
H A Dporfly.cxx235 SwDrawContact* pDrawContact = static_cast<SwDrawContact*>(pContact); in Paint() local
236 pDrawContact->ConnectToLayout(); in Paint()
310 SwDrawContact *pDrawContact, const Point &rBase, in SwFlyCntPortion() argument
314 pContact( pDrawContact ), in SwFlyCntPortion()
319 ASSERT( pDrawContact, "SwFlyCntPortion::SwFlyCntPortion: no SwDrawContact!" ); in SwFlyCntPortion()
320 if( !pDrawContact->GetAnchorFrm() ) in SwFlyCntPortion()
323 pDrawContact->ConnectToLayout(); in SwFlyCntPortion()
326 pDrawContact->MoveObjToVisibleLayer( pDrawContact->GetMaster() ); in SwFlyCntPortion()
H A Dporfly.hxx72 SwFlyCntPortion( const SwTxtFrm& rFrm, SwDrawContact *pDrawContact,
/trunk/main/sw/source/core/txtnode/
H A Dthints.cxx1338 SwDrawContact* pDrawContact = in InsertHint() local
1340 if ( pDrawContact && in InsertHint()
1341 pDrawContact->GetMaster() && in InsertHint()
1342 ::CheckControlLayer( pDrawContact->GetMaster() ) ) in InsertHint()
/trunk/main/sw/source/core/undo/
H A Dundobj1.cxx76 SwDrawContact* pDrawContact = in InsFly() local
78 if ( pDrawContact ) in InsFly()
80 pDrawContact->InsertMasterIntoDrawPage(); in InsFly()
83 pDrawContact->MoveObjToVisibleLayer( pDrawContact->GetMaster() ); in InsFly()
185 SwDrawContact* pDrawContact = in DelFly() local
187 if ( pDrawContact ) in DelFly()
189 pDrawContact->RemoveMasterFromDrawPage(); in DelFly()
H A Dundraw.cxx228 SwDrawContact* pDrawContact = (SwDrawContact*)pFmt->FindContactObj(); in UndoImpl() local
229 SdrObject* pObj = pDrawContact->GetMaster(); in UndoImpl()
233 pDrawContact->Changed( *pObj, SDRUSERCALL_DELETE, pObj->GetLastBoundRect() ); in UndoImpl()
480 SwDrawContact* pDrawContact( dynamic_cast<SwDrawContact*>(pObj->GetUserCall()) ); in UndoImpl() local
481 ASSERT( pDrawContact, in UndoImpl()
483 if ( pDrawContact ) in UndoImpl()
487 pDrawContact->Changed( *pObj, SDRUSERCALL_DELETE, pObj->GetLastBoundRect() ); in UndoImpl()

Completed in 85 milliseconds