Searched refs:pDrawContact (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/sw/source/core/text/ |
H A D | porfly.cxx | 235 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 D | porfly.hxx | 72 SwFlyCntPortion( const SwTxtFrm& rFrm, SwDrawContact *pDrawContact,
|
/aoo41x/main/sw/source/core/layout/ |
H A D | anchoreddrawobject.cxx | 307 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()
|
/aoo41x/main/sw/source/core/undo/ |
H A D | undobj1.cxx | 76 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 D | undraw.cxx | 228 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()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docdraw.cxx | 1052 SwDrawContact* pDrawContact = in AllDrawObjsOnPage() local 1054 if ( pDrawContact ) in AllDrawObjsOnPage() 1057 … dynamic_cast<SwAnchoredDrawObject*>(pDrawContact->GetAnchoredObj( pObj )); in AllDrawObjsOnPage()
|
H A D | doclay.cxx | 411 const SwDrawContact* pDrawContact = in CopyLayoutFmt() local 420 pDrawContact != NULL && in CopyLayoutFmt() 421 pDrawContact->GetMaster() != NULL && in CopyLayoutFmt() 422 CheckControlLayer( pDrawContact->GetMaster() ); in CopyLayoutFmt()
|
/aoo41x/main/sw/source/core/txtnode/ |
H A D | thints.cxx | 1338 SwDrawContact* pDrawContact = in InsertHint() local 1340 if ( pDrawContact && in InsertHint() 1341 pDrawContact->GetMaster() && in InsertHint() 1342 ::CheckControlLayer( pDrawContact->GetMaster() ) ) in InsertHint()
|
/aoo41x/main/sw/source/core/frmedt/ |
H A D | fefly1.cxx | 1855 … SwDrawContact* pDrawContact( dynamic_cast<SwDrawContact*>(GetUserCall( pInvestigatedObj ) ) ); in GetObjCntType() local 1856 if ( !pDrawContact ) in GetObjCntType() 1864 SwFrmFmt* pFrmFmt( pDrawContact->GetFmt() ); in GetObjCntType()
|
H A D | feshview.cxx | 2312 SwDrawContact* pDrawContact = static_cast<SwDrawContact*>(GetUserCall( pObj )); in IsGroupAllowed() local 2313 if ( pDrawContact ) in IsGroupAllowed() 2315 pAnchorFrm = pDrawContact->GetAnchorFrm( pObj ); in IsGroupAllowed()
|
Completed in 92 milliseconds