Searched refs:xConfigAccess (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/ucb/source/ucp/hierarchy/ |
H A D | hierarchydatasource.cxx | 104 uno::XInterface > & xConfigAccess, 491 uno::Reference< uno::XInterface > xConfigAccess; in createInstanceWithArguments() local 497 xConfigAccess = xProv->createInstanceWithArguments( in createInstanceWithArguments() 518 xConfigAccess = xProv->createInstanceWithArguments( in createInstanceWithArguments() 532 if ( !xConfigAccess.is() ) in createInstanceWithArguments() 537 return xConfigAccess; in createInstanceWithArguments() 542 new HierarchyDataAccess( xConfigAccess, bReadOnly ) ) ); in createInstanceWithArguments() 638 uno::XInterface > & xConfigAccess, in HierarchyDataAccess() 640 : m_xConfigAccess( xConfigAccess ), in HierarchyDataAccess()
|
/aoo42x/main/sd/source/core/ |
H A D | CustomAnimationPreset.cxx | 75 Reference< XNameAccess > xConfigAccess; in getNodeAccess() local 85 xConfigAccess = Reference< XNameAccess >::query( in getNodeAccess() 96 return xConfigAccess; in getNodeAccess() 103 Reference< XNameAccess > xConfigAccess( getNodeAccess( xConfigProvider, rNodePath ) ); in implImportLabels() local 104 if( xConfigAccess.is() ) in implImportLabels() 108 Sequence< OUString > aNames( xConfigAccess->getElementNames() ); in implImportLabels() 113 xConfigAccess->getByName( *p ) >>= xNameAccess; in implImportLabels()
|
/aoo42x/main/ucb/source/ucp/webdav/ |
H A D | webdavprovider.cxx | 97 uno::Reference< container::XNameAccess > xConfigAccess( in ContentProvider() local 104 xConfigAccess->getByName(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ooName"))) >>= aVal; in ContentProvider() 112 … xConfigAccess->getByName(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ooSetupVersion"))) >>= aVal; in ContentProvider()
|
/aoo42x/main/filter/source/config/cache/ |
H A D | cacheupdatelistener.cxx | 53 … const css::uno::Reference< css::uno::XInterface >& xConfigAccess, in CacheUpdateListener() 58 , m_xConfig (xConfigAccess) in CacheUpdateListener()
|
H A D | cacheupdatelistener.hxx | 102 … const css::uno::Reference< css::uno::XInterface >& xConfigAccess,
|
/aoo42x/main/vcl/aqua/source/gdi/ |
H A D | salprn.cxx | 338 uno::Reference< XNameAccess > xConfigAccess( in getUseNativeDialog() local 345 if( xConfigAccess.is() ) in getUseNativeDialog() 350 …Any aAny = xConfigAccess->getByName( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "UseSystemPrintDi… in getUseNativeDialog()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | print.cxx | 154 Reference< XNameAccess > xConfigAccess; in ReadFromConfig() local 178 xConfigAccess = Reference< XNameAccess >( in ReadFromConfig() 182 if( xConfigAccess.is() ) in ReadFromConfig() 184 Reference< XPropertySet > xSet( xConfigAccess, UNO_QUERY ); in ReadFromConfig()
|
/aoo42x/main/extensions/source/update/check/ |
H A D | updatehdl.cxx | 876 uno::Reference< uno::XInterface > xConfigAccess; in setFullVersion() local 877 …xConfigAccess = xConfigurationProvider->createInstanceWithArguments( UNISTRING("com.sun.star.confi… in setFullVersion() 880 uno::Reference< container::XNameAccess > xNameAccess( xConfigAccess, uno::UNO_QUERY_THROW ); in setFullVersion()
|
/aoo42x/main/vcl/source/window/ |
H A D | printdlg.cxx | 113 Reference< XNameAccess > xConfigAccess( in useHCColorReplacement() local 120 if( xConfigAccess.is() ) in useHCColorReplacement() 125 …Any aAny = xConfigAccess->getByName( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsForPagePreview… in useHCColorReplacement()
|
Completed in 59 milliseconds