Searched refs:xControlShapeMap (Results 1 – 1 of 1) sorted by relevance
235 Reference< XMap > xControlShapeMap( m_aControlShapeMap.get(), UNO_QUERY ); in getControlToShapeMap() local236 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() local700 if ( !xControlShapeMap.is() ) in formModelAssigned()706 lcl_removeFormObject_throw( _object, xControlShapeMap, false ); in formModelAssigned()707 lcl_insertFormObject_throw( _object, xControlShapeMap ); in formModelAssigned()[all …]