Lines Matching refs:UNO_QUERY_THROW

156     mxFactory( rxModel, uno::UNO_QUERY_THROW ),  in ScVbaObjectContainer()
159 uno::Reference< drawing::XDrawPageSupplier > xDrawPageSupp( rxSheet, uno::UNO_QUERY_THROW ); in ScVbaObjectContainer()
160 mxShapes.set( xDrawPageSupp->getDrawPage(), uno::UNO_QUERY_THROW ); in ScVbaObjectContainer()
168 … uno::Reference< drawing::XShape > xShape( mxShapes->getByIndex( nIndex ), uno::UNO_QUERY_THROW ); in collectShapes()
176 …g::XShape > xShape( mxFactory->createInstance( implGetShapeServiceName() ), uno::UNO_QUERY_THROW ); in createShape()
199 uno::Reference< drawing::XShape > xShape( rSource, uno::UNO_QUERY_THROW ); in createCollectionObject()
243 uno::Reference< beans::XPropertySet > xPropSet( rxShape, uno::UNO_QUERY_THROW ); in implGetShapeName()
407 uno::Reference< form::XFormsSupplier > xFormsSupp( mxShapes, uno::UNO_QUERY_THROW ); in createForm()
412 mxFormIC.set( xFormsNC->getByName( aFormName ), uno::UNO_QUERY_THROW ); in createForm()
416 …y->createInstance( CREATE_OUSTRING( "com.sun.star.form.component.Form" ) ), uno::UNO_QUERY_THROW ); in createForm()
418 mxFormIC.set( xForm, uno::UNO_QUERY_THROW ); in createForm()
428 uno::Reference< drawing::XControlShape > xControlShape( rxShape, uno::UNO_QUERY_THROW ); in implPickShape()
429 …:Reference< beans::XPropertySet > xModelProps( xControlShape->getControl(), uno::UNO_QUERY_THROW ); in implPickShape()
452 uno::Reference< drawing::XControlShape > xControlShape( rxShape, uno::UNO_QUERY_THROW ); in implGetShapeName()
453 …return uno::Reference< container::XNamed >( xControlShape->getControl(), uno::UNO_QUERY_THROW )->g… in implGetShapeName()
459 uno::Reference< drawing::XControlShape > xControlShape( rxShape, uno::UNO_QUERY_THROW ); in implOnShapeCreated()
462 …omponent > xFormComponent( mxFactory->createInstance( maModelServiceName ), uno::UNO_QUERY_THROW ); in implOnShapeCreated()
463 uno::Reference< awt::XControlModel > xControlModel( xFormComponent, uno::UNO_QUERY_THROW ); in implOnShapeCreated()
506 uno::Reference< drawing::XControlShape > xControlShape( rxShape, uno::UNO_QUERY_THROW ); in implCreateVbaObject()