Lines Matching refs:xProps

1430 				uno::Reference< beans::XPropertySet > xProps( xElementStream, uno::UNO_QUERY );  in implStoreLibrary()  local
1431 OSL_ENSURE( xProps.is(), "The StorageStream must implement XPropertySet interface!\n" ); in implStoreLibrary()
1435 if ( xProps.is() ) in implStoreLibrary()
1437 xProps->setPropertyValue( aPropName, uno::makeAny( aMime ) ); in implStoreLibrary()
1442 xProps->setPropertyValue( aPropName, uno::makeAny( sal_True ) ); in implStoreLibrary()
1577 uno::Reference< beans::XPropertySet > xProps( xInfoStream, uno::UNO_QUERY ); in implStoreLibraryIndexFile() local
1581 if ( xProps.is() ) in implStoreLibraryIndexFile()
1585 xProps->setPropertyValue( aPropName, uno::makeAny( aMime ) ); in implStoreLibraryIndexFile()
1590 xProps->setPropertyValue( aPropName, uno::makeAny( sal_True ) ); in implStoreLibraryIndexFile()
2056 uno::Reference< beans::XPropertySet > xProps( xInfoStream, uno::UNO_QUERY ); in storeLibraries_Impl() local
2057 OSL_ENSURE ( xProps.is(), "The stream must implement XPropertySet!\n" ); in storeLibraries_Impl()
2058 if ( !xProps.is() ) in storeLibraries_Impl()
2063 xProps->setPropertyValue( aPropName, uno::makeAny( aMime ) ); in storeLibraries_Impl()
2067 xProps->setPropertyValue( aPropName, uno::makeAny( sal_True ) ); in storeLibraries_Impl()
2786 Reference< XPropertySet > xProps( mxMSF, UNO_QUERY ); in expand_url() local
2787 OSL_ASSERT( xProps.is() ); in expand_url()
2788 if( xProps.is() ) in expand_url()
2791 xProps->getPropertyValue( in expand_url()
3237 Reference< XPropertySet > xProps( xFactory, UNO_QUERY ); in ScriptExtensionIterator() local
3238 OSL_ASSERT( xProps.is() ); in ScriptExtensionIterator()
3239 if (xProps.is()) in ScriptExtensionIterator()
3241 xProps->getPropertyValue( in ScriptExtensionIterator()