Home
last modified time | relevance | path

Searched refs:pSwShape (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx992 SwXShape* pSwShape = NULL; in AddExistingShapeToFmt() local
995 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() local
2839 pSwShape = reinterpret_cast< SwXShape * >( in add()
2841 if(pSwShape && pSwShape->m_bDescriptor) in add()
2865 pSwShape->m_bDescriptor = sal_False; in add()
[all …]
/trunk/main/sw/source/filter/html/
H A Dhtmlform.cxx528 SwXShape *pSwShape = xTunnel.is() ? in init() local
533 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() local
740 ASSERT( pSwShape, "Wo ist das SW-Shape?" ); in SetControlSize()
743 SwFrmFmt *pFrmFmt = pSwShape->GetFrmFmt(); in SetControlSize()

Completed in 43 milliseconds