Home
last modified time | relevance | path

Searched refs:SimpleCurrentContext (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/desktop/source/app/
H A Dconfiginit.cxx175 class SimpleCurrentContext : public cppu::WeakImplHelper1< uno::XCurrentContext > class
180 SimpleCurrentContext(const CurrentContext & xChainedContext) in SimpleCurrentContext() function in __anondea439230111::SimpleCurrentContext
201 SimpleCurrentContext::getValueByName( OUString const & aName) in getValueByName()
210 class ConfigurationErrorHandler::Context : public SimpleCurrentContext
214 : SimpleCurrentContext( uno::getCurrentContext() ) in Context()
241 return SimpleCurrentContext::getValueByName( aName ); in getValueByName()