Searched refs:pcEnvVar (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/oox/source/dump/ |
H A D | dumperbase.cxx | 1664 Config::Config( const sal_Char* pcEnvVar, const FilterBase& rFilter ) in Config() argument 1666 construct( pcEnvVar, rFilter ); in Config() 1669 Config::Config( const sal_Char* pcEnvVar, const Reference< XComponentContext >& rxContext, const St… in Config() argument 1671 construct( pcEnvVar, rxContext, rxRootStrg, rSysFileName, rMediaDesc ); in Config() 1683 void Config::construct( const sal_Char* pcEnvVar, const FilterBase& rFilter ) in construct() argument 1686 …construct( pcEnvVar, rFilter.getComponentContext(), rFilter.getStorage(), rFilter.getFileUrl(), rF… in construct() 1689 void Config::construct( const sal_Char* pcEnvVar, const Reference< XComponentContext >& rxContext, … in construct() argument 1691 if( pcEnvVar && rxRootStrg.get() && (rSysFileName.getLength() > 0) ) in construct() 1692 if( const sal_Char* pcFileName = ::getenv( pcEnvVar ) ) in construct()
|
/aoo4110/main/oox/inc/oox/dump/ |
H A D | dumperbase.hxx | 976 const sal_Char* pcEnvVar, 979 const sal_Char* pcEnvVar, 1021 const sal_Char* pcEnvVar, 1024 const sal_Char* pcEnvVar,
|
Completed in 45 milliseconds