Searched refs:xCtrlShape (Results 1 – 3 of 3) sorted by relevance
325 Reference< XControlShape > xCtrlShape( xShape, UNO_QUERY ); in GetControlModel() local326 if( xCtrlShape.is() ) in GetControlModel()327 xCtrlModel = xCtrlShape->getControl(); in GetControlModel()
3537 Reference< XControlShape > xCtrlShape( xShape, UNO_QUERY_THROW ); in InsertControl() local3546 xCtrlShape->setControl( xCtrlModel ); in InsertControl()
625 Reference< XControlShape > xCtrlShape( rxShape, UNO_QUERY_THROW ); in notifyXShapeInserted() local626 Reference< XControlModel > xCtrlModel( xCtrlShape->getControl(), UNO_SET_THROW ); in notifyXShapeInserted()
Completed in 46 milliseconds