Searched refs:pSwShape (Results 1 – 2 of 2) sorted by relevance
992 SwXShape* pSwShape = NULL; in AddExistingShapeToFmt() local995 pSwShape = reinterpret_cast< SwXShape * >( in AddExistingShapeToFmt()997 if ( pSwShape ) in AddExistingShapeToFmt()999 if ( pSwShape->m_bDescriptor ) in AddExistingShapeToFmt()1003 pFmt->Add( pSwShape ); in AddExistingShapeToFmt()1004 pSwShape->m_bDescriptor = sal_False; in AddExistingShapeToFmt()2837 SwXShape* pSwShape = 0; in add() local2839 pSwShape = reinterpret_cast< SwXShape * >( in add()2841 if(pSwShape && pSwShape->m_bDescriptor) in add()2865 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 40 milliseconds