Lines Matching refs:UNO_QUERY_THROW

57 …String( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.frame.Desktop" ) ), rxFact ), UNO_QUERY_THROW );  in GetDeviceInfo()
60 Reference< XDevice > xDevice( xWindow, UNO_QUERY_THROW ); in GetDeviceInfo()
102 Reference< XPropertySet > xShapePropertySet( rxShape, UNO_QUERY_THROW ); in ImpAddGraphicEntity()
151 Reference< XGraphic > xGraphic( xFillBitmap, UNO_QUERY_THROW ); in ImpAddFillBitmapEntity()
214 Reference< XPropertySet > xPropertySet( rxDrawPage, UNO_QUERY_THROW ); in ImpCollectBackgroundGraphic()
235 Reference< XShape > xShape( rxShapes->getByIndex( i ), UNO_QUERY_THROW ); in ImpCollectGraphicObjects()
239 Reference< XShapes > xShapes( xShape, UNO_QUERY_THROW ); in ImpCollectGraphicObjects()
249 Reference< XPropertySet > xShapePropertySet( xShape, UNO_QUERY_THROW ); in ImpCollectGraphicObjects()
262 Reference< XPropertySet > xGraphicPropertySet( rxGraphic, UNO_QUERY_THROW ); in GetOriginalSize()
288 Reference< XDrawPagesSupplier > xDrawPagesSupplier( rxModel, UNO_QUERY_THROW ); in CollectGraphics()
289 Reference< XDrawPages > xDrawPages( xDrawPagesSupplier->getDrawPages(), UNO_QUERY_THROW ); in CollectGraphics()
292 Reference< XDrawPage > xDrawPage( xDrawPages->getByIndex( i ), UNO_QUERY_THROW ); in CollectGraphics()
294 Reference< XShapes > xDrawShapes( xDrawPage, UNO_QUERY_THROW ); in CollectGraphics()
297 Reference< XPresentationPage > xPresentationPage( xDrawPage, UNO_QUERY_THROW ); in CollectGraphics()
300 Reference< XShapes > xNotesShapes( xNotesPage, UNO_QUERY_THROW ); in CollectGraphics()
303 Reference< XMasterPagesSupplier > xMasterPagesSupplier( rxModel, UNO_QUERY_THROW ); in CollectGraphics()
304 Reference< XDrawPages > xMasterPages( xMasterPagesSupplier->getMasterPages(), UNO_QUERY_THROW ); in CollectGraphics()
307 Reference< XDrawPage > xMasterPage( xMasterPages->getByIndex( i ), UNO_QUERY_THROW ); in CollectGraphics()
309 Reference< XShapes > xMasterPageShapes( xMasterPage, UNO_QUERY_THROW ); in CollectGraphics()
360 Reference< XShape > xShape( rxShapes->getByIndex( i ), UNO_QUERY_THROW ); in ImpCountGraphicObjects()
364 Reference< XShapes > xShapes( xShape, UNO_QUERY_THROW ); in ImpCountGraphicObjects()
376 Reference< XPropertySet > xShapePropertySet( xShape, UNO_QUERY_THROW ); in ImpCountGraphicObjects()
400 Reference< XPropertySet > xPropertySet( rxDrawPage, UNO_QUERY_THROW ); in ImpCountBackgroundGraphic()
428 Reference< XDrawPagesSupplier > xDrawPagesSupplier( rxModel, UNO_QUERY_THROW ); in CountGraphics()
429 Reference< XDrawPages > xDrawPages( xDrawPagesSupplier->getDrawPages(), UNO_QUERY_THROW ); in CountGraphics()
432 Reference< XDrawPage > xDrawPage( xDrawPages->getByIndex( i ), UNO_QUERY_THROW ); in CountGraphics()
434 Reference< XShapes > xDrawShapes( xDrawPage, UNO_QUERY_THROW ); in CountGraphics()
437 Reference< XPresentationPage > xPresentationPage( xDrawPage, UNO_QUERY_THROW ); in CountGraphics()
440 Reference< XShapes > xNotesShapes( xNotesPage, UNO_QUERY_THROW ); in CountGraphics()
443 Reference< XMasterPagesSupplier > xMasterPagesSupplier( rxModel, UNO_QUERY_THROW ); in CountGraphics()
444 Reference< XDrawPages > xMasterPages( xMasterPagesSupplier->getMasterPages(), UNO_QUERY_THROW ); in CountGraphics()
447 Reference< XDrawPage > xMasterPage( xMasterPages->getByIndex( i ), UNO_QUERY_THROW ); in CountGraphics()
449 Reference< XShapes > xMasterPageShapes( xMasterPage, UNO_QUERY_THROW ); in CountGraphics()