Home
last modified time | relevance | path

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

/trunk/main/svx/source/form/
H A Dfmpgeimp.cxx235 Reference< XMap > xControlShapeMap( m_aControlShapeMap.get(), UNO_QUERY ); in getControlToShapeMap() local
236 if ( xControlShapeMap.is() ) in getControlToShapeMap()
237 return xControlShapeMap; in getControlToShapeMap()
239 xControlShapeMap = impl_createControlShapeMap_nothrow(); in getControlToShapeMap()
240 m_aControlShapeMap = xControlShapeMap; in getControlToShapeMap()
241 return xControlShapeMap; in getControlToShapeMap()
699 Reference< XMap > xControlShapeMap( m_aControlShapeMap.get(), UNO_QUERY ); in formModelAssigned() local
700 if ( !xControlShapeMap.is() ) in formModelAssigned()
706 lcl_removeFormObject_throw( _object, xControlShapeMap, false ); in formModelAssigned()
707 lcl_insertFormObject_throw( _object, xControlShapeMap ); in formModelAssigned()
[all …]