Searched refs:pSwShape (Results 1 – 2 of 2) sorted by relevance
994 SwXShape* pSwShape = NULL; in AddExistingShapeToFmt() local997 pSwShape = reinterpret_cast< SwXShape * >( in AddExistingShapeToFmt()999 if ( pSwShape ) in AddExistingShapeToFmt()1001 if ( pSwShape->m_bDescriptor ) in AddExistingShapeToFmt()1005 pFmt->Add( pSwShape ); in AddExistingShapeToFmt()1006 pSwShape->m_bDescriptor = sal_False; in AddExistingShapeToFmt()2839 SwXShape* pSwShape = 0; in add() local2841 pSwShape = reinterpret_cast< SwXShape * >( in add()2843 if(pSwShape && pSwShape->m_bDescriptor) in add()2867 pSwShape->m_bDescriptor = sal_False; in add()[all …]
528 SwXShape *pSwShape = xTunnel.is() ? in init() local533 ASSERT( pSwShape, "Wo ist das SW-Shape?" ); in init()534 if( pSwShape ) in init()536 SwFrmFmt *pFrmFmt = pSwShape->GetFrmFmt(); in init()735 SwXShape *pSwShape = xTunnel.is() ? in SetControlSize() local740 ASSERT( pSwShape, "Wo ist das SW-Shape?" ); in SetControlSize()743 SwFrmFmt *pFrmFmt = pSwShape->GetFrmFmt(); in SetControlSize()
Completed in 38 milliseconds