Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/unocore/
H A Dunodraw.cxx994 SwXShape* pSwShape = NULL; in AddExistingShapeToFmt() local
997 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() local
2841 pSwShape = reinterpret_cast< SwXShape * >( in add()
2843 if(pSwShape && pSwShape->m_bDescriptor) in add()
2867 pSwShape->m_bDescriptor = sal_False; in add()
[all …]
/aoo41x/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 47 milliseconds