Lines Matching refs:rEnv
192 const Reference< XCommandEnvironment >& rEnv );
389 const Reference< XCommandEnvironment >& rEnv ) in Content()
399 m_xImpl = new Content_Impl( pBroker->getServiceManager(), xContent, rEnv ); in Content()
404 const Reference< XCommandEnvironment >& rEnv ) in Content()
411 m_xImpl = new Content_Impl( pBroker->getServiceManager(), xContent, rEnv ); in Content()
416 const Reference< XCommandEnvironment >& rEnv ) in Content()
421 m_xImpl = new Content_Impl( pBroker->getServiceManager(), rContent, rEnv ); in Content()
433 const Reference< XCommandEnvironment >& rEnv, in create()
450 = new Content_Impl( pBroker->getServiceManager(), xContent, rEnv ); in create()
458 const Reference< XCommandEnvironment >& rEnv, in create()
470 = new Content_Impl( pBroker->getServiceManager(), xContent, rEnv ); in create()
478 const Reference< XCommandEnvironment >& rEnv, in create()
486 = new Content_Impl( pBroker->getServiceManager(), xContent, rEnv ); in create()
1675 const Reference< XCommandEnvironment >& rEnv ) in Content_Impl()
1678 m_xEnv( rEnv ), in Content_Impl()