Lines Matching refs:UNO_QUERY

174             Reference< XPropertySet > xPropSet( pDataSettings->xSettings, UNO_QUERY );  in impl_fillSequenceWithElementTypeInfo()
204 Reference< XNameAccess > xNameAccess( xElementTypeStorage, UNO_QUERY ); in impl_preloadUIElementTypeList()
264 …tatic_cast< OWeakObject * >( new ConstItemContainer( pRootItemContainer, sal_True ) ), UNO_QUERY ); in impl_requestUIElementData()
266 …ess >( static_cast< OWeakObject * >( new ConstItemContainer( xContainer, sal_True ) ), UNO_QUERY ); in impl_requestUIElementData()
284 …xContainer > xIndexContainer( static_cast< OWeakObject * >( new RootItemContainer() ), UNO_QUERY ); in impl_requestUIElementData()
287 …tatic_cast< OWeakObject * >( new ConstItemContainer( pRootItemContainer, sal_True ) ), UNO_QUERY ); in impl_requestUIElementData()
301 …xContainer > xIndexContainer( static_cast< OWeakObject * >( new RootItemContainer() ), UNO_QUERY ); in impl_requestUIElementData()
304 …tatic_cast< OWeakObject * >( new ConstItemContainer( pRootItemContainer, sal_True ) ), UNO_QUERY ); in impl_requestUIElementData()
336 … = Reference< XIndexAccess >( static_cast< OWeakObject * >( new ConstItemContainer()), UNO_QUERY ); in impl_requestUIElementData()
381 …rage->openStreamElement( rElement.aName, ElementModes::WRITE|ElementModes::TRUNCATE ), UNO_QUERY ); in impl_storeElementTypeData()
440 Reference< XTransactedObject > xTransactedObject( xStorage, UNO_QUERY ); in impl_storeElementTypeData()
456 Reference< XUIConfigurationManager > xThis( static_cast< OWeakObject* >( this ), UNO_QUERY ); in impl_resetElementTypeData()
457 Reference< XInterface > xIfac( xThis, UNO_QUERY ); in impl_resetElementTypeData()
497 Reference< XNameAccess > xElementNameAccess( xElementStorage, UNO_QUERY ); in impl_reloadElementTypeData()
499 Reference< XUIConfigurationManager > xThis( static_cast< OWeakObject* >( this ), UNO_QUERY ); in impl_reloadElementTypeData()
500 Reference< XInterface > xIfac( xThis, UNO_QUERY ); in impl_reloadElementTypeData()
621 Reference< XComponent > xThis( static_cast< OWeakObject* >(this), UNO_QUERY ); in dispose()
707 Reference< XStorage > xSubStorage( rElementType.xStorage, UNO_QUERY ); in reset()
712 Reference< XNameAccess > xSubStorageNameAccess( xSubStorage, UNO_QUERY ); in reset()
723 Reference< XTransactedObject > xTransactedObject( xSubStorage, UNO_QUERY ); in reset()
733 Reference< XTransactedObject > xTransactedObject( m_xDocConfigStorage, UNO_QUERY ); in reset()
822 … Reference< XIndexContainer >( static_cast< OWeakObject * >( new RootItemContainer()), UNO_QUERY ); in createSettings()
863 … >( static_cast< OWeakObject * >( new RootItemContainer( pDataSettings->xSettings ) ), UNO_QUERY ); in getSettings()
896 Reference< XIndexReplace > xReplace( aNewData, UNO_QUERY ); in replaceSettings()
898 …e< XIndexAccess >( static_cast< OWeakObject * >( new ConstItemContainer( aNewData ) ), UNO_QUERY ); in replaceSettings()
910 … Reference< XUIConfigurationManager > xThis( static_cast< OWeakObject* >( this ), UNO_QUERY ); in replaceSettings()
914 Reference< XInterface > xIfac( xThis, UNO_QUERY ); in replaceSettings()
968 … Reference< XUIConfigurationManager > xThis( static_cast< OWeakObject* >( this ), UNO_QUERY ); in removeSettings()
969 Reference< XInterface > xIfac( xThis, UNO_QUERY ); in removeSettings()
1024 Reference< XIndexReplace > xReplace( aNewData, UNO_QUERY ); in insertSettings()
1026 …e< XIndexAccess >( static_cast< OWeakObject * >( new ConstItemContainer( aNewData ) ), UNO_QUERY ); in insertSettings()
1045 … Reference< XUIConfigurationManager > xThis( static_cast< OWeakObject* >( this ), UNO_QUERY ); in insertSettings()
1046 Reference< XInterface > xIfac( xThis, UNO_QUERY ); in insertSettings()
1071 UNO_QUERY ); in getImageManager()
1072 Reference< XInitialization > xInit( m_xImageManager, UNO_QUERY ); in getImageManager()
1086 return Reference< XInterface >( m_xImageManager, UNO_QUERY ); in getImageManager()
1142 Reference< XComponent > xComponent( m_xDocConfigStorage, UNO_QUERY ); in setStorage()
1155 Reference< XUIConfigurationStorage > xAccUpdate(m_xAccConfig, UNO_QUERY); in setStorage()
1168 Reference< XPropertySet > xPropSet( m_xDocConfigStorage, UNO_QUERY ); in setStorage()
1255 Reference< XStorage > xStorage( rElementType.xStorage, UNO_QUERY ); in store()
1267 Reference< XTransactedObject > xTransactedObject( m_xDocConfigStorage, UNO_QUERY ); in store()
1300 Reference< XTransactedObject > xTransactedObject( Storage, UNO_QUERY ); in storeToStorage()