/aoo41x/main/framework/source/services/ |
H A D | pathsettings.cxx | 247 if( xCfg->hasByName(sPath) ) in impl_readOldFormat() 249 css::uno::Any aVal( xCfg->getByName(sPath) ); in impl_readOldFormat() 275 xCfg->getByName(sPath) >>= xPath; in impl_readNewFormat() 1132 if (! xCfg.is()) in fa_getCfgOld() 1134 xCfg = css::uno::Reference< css::container::XNameAccess >( in fa_getCfgOld() 1143 m_xCfgOld = xCfg; in fa_getCfgOld() 1147 return xCfg; in fa_getCfgOld() 1162 if (! xCfg.is()) in fa_getCfgNew() 1164 xCfg = css::uno::Reference< css::container::XNameAccess >( in fa_getCfgNew() 1173 m_xCfgNew = xCfg; in fa_getCfgNew() [all …]
|
H A D | modulemanager.cxx | 210 …css::uno::Reference< css::uno::XInterface > xCfg = ::comphelper::ConfigurationHelper:… in replaceByName() local 214 css::uno::Reference< css::container::XNameAccess > xModules (xCfg, css::uno::UNO_QUERY_THROW); in replaceByName() 238 ::comphelper::ConfigurationHelper::flush(xCfg); in replaceByName() 369 css::uno::Reference< css::uno::XInterface > xCfg; in implts_getConfig() local 372 xCfg = ::comphelper::ConfigurationHelper::openConfig( in implts_getConfig() 380 { xCfg.clear(); } in implts_getConfig() 384 m_xCFG = css::uno::Reference< css::container::XNameAccess >(xCfg, css::uno::UNO_QUERY_THROW); in implts_getConfig()
|
/aoo41x/main/filter/source/config/cache/ |
H A D | filtercache.cxx | 943 if (!xCfg.is()) in impl_getDirectCFGValue() 982 css::uno::Reference< css::uno::XInterface > xCfg; in impl_createConfigAccess() local 1017 if (! xCfg.is()) in impl_createConfigAccess() 1030 return xCfg; in impl_createConfigAccess() 2367 if (xCfg->hasByName(TYPES_SET)) in impl_readOldFormat() 2370 xCfg->getByName(TYPES_SET) >>= xSet; in impl_readOldFormat() 2378 if (xCfg->hasByName(FILTER_SET)) in impl_readOldFormat() 2381 xCfg->getByName(FILTER_SET) >>= xSet; in impl_readOldFormat() 2525 xCfg = m_xModuleCfg; in impl_isModuleInstalled() 2529 if (xCfg.is()) in impl_isModuleInstalled() [all …]
|
/aoo41x/main/oox/source/dump/ |
H A D | pptxdumper.cxx | 119 ConfigRef xCfg( new Config( DUMP_PPTX_CONFIG_ENVVAR, rFilter ) ); in Dumper() local 120 DumperBase::construct( xCfg ); in Dumper() 129 …ConfigRef xCfg( new Config( DUMP_PPTX_CONFIG_ENVVAR, rxContext, xStrg, rSysFileName, aMediaDesc ) … in Dumper() local 130 DumperBase::construct( xCfg ); in Dumper()
|
H A D | xlsbdumper.cxx | 2309 ConfigRef xCfg( new Config( DUMP_XLSB_CONFIG_ENVVAR, rFilter ) ); in Dumper() local 2310 DumperBase::construct( xCfg ); in Dumper() 2319 …ConfigRef xCfg( new Config( DUMP_XLSB_CONFIG_ENVVAR, rxContext, xStrg, rSysFileName, aMediaDesc ) … in Dumper() local 2320 DumperBase::construct( xCfg ); in Dumper()
|
H A D | biffdumper.cxx | 4557 ConfigRef xCfg( new Config( DUMP_BIFF_CONFIG_ENVVAR, rFilter ) ); in Dumper() local 4558 DumperBase::construct( xCfg ); in Dumper() 4567 …ConfigRef xCfg( new Config( DUMP_BIFF_CONFIG_ENVVAR, rxContext, xStrg, rSysFileName, aMediaDesc ) … in Dumper() local 4568 DumperBase::construct( xCfg ); in Dumper()
|
/aoo41x/main/svl/source/config/ |
H A D | itemholder2.cxx | 56 css::uno::Reference< css::lang::XComponent > xCfg( in ItemHolder2() local 59 if (xCfg.is()) in ItemHolder2() 60 xCfg->addEventListener(static_cast< css::lang::XEventListener* >(this)); in ItemHolder2()
|
/aoo41x/main/svtools/source/config/ |
H A D | itemholder2.cxx | 62 css::uno::Reference< css::lang::XComponent > xCfg( in ItemHolder2() local 65 if (xCfg.is()) in ItemHolder2() 66 xCfg->addEventListener(static_cast< css::lang::XEventListener* >(this)); in ItemHolder2()
|
/aoo41x/main/unotools/source/config/ |
H A D | itemholder1.cxx | 83 css::uno::Reference< css::lang::XComponent > xCfg( in ItemHolder1() local 86 if (xCfg.is()) in ItemHolder1() 87 xCfg->addEventListener(static_cast< css::lang::XEventListener* >(this)); in ItemHolder1()
|
/aoo41x/main/svtools/source/filter/ |
H A D | FilterConfigCache.cxx | 144 Reference< XInterface > xCfg; in openConfig() local 165 xCfg = xConfigProvider->createInstanceWithArguments( in openConfig() 172 { xCfg.clear(); } in openConfig() 174 return xCfg; in openConfig()
|
/aoo41x/main/framework/source/inc/accelerators/ |
H A D | acceleratorconfiguration.hxx | 465 … impl_ts_load(sal_Bool bPreferred, const css::uno::Reference< css::container::XNameAccess >& xCfg); 466 … impl_ts_save(sal_Bool bPreferred, const css::uno::Reference< css::container::XNameAccess >& xCfg);
|
/aoo41x/main/framework/source/accelerators/ |
H A D | acceleratorconfiguration.cxx | 1318 …impl_ts_load( sal_Bool bPreferred, const css::uno::Reference< css::container::XNameAccess >& xCfg ) in impl_ts_load() argument 1323 xCfg->getByName(CFG_ENTRY_GLOBAL) >>= xAccess; in impl_ts_load() 1327 xCfg->getByName(CFG_ENTRY_MODULES) >>= xModules; in impl_ts_load()
|