Home
last modified time | relevance | path

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

/trunk/main/unotools/source/config/
H A Dconfignode.cxx553 OConfigurationTreeRoot::OConfigurationTreeRoot( const Reference< XChangesBatch >& _rxRootNode ) in OConfigurationTreeRoot() argument
554 :OConfigurationNode( _rxRootNode.get() ) in OConfigurationTreeRoot()
555 ,m_xCommitter(_rxRootNode) in OConfigurationTreeRoot()
560 OConfigurationTreeRoot::OConfigurationTreeRoot( const Reference< XInterface >& _rxRootNode ) in OConfigurationTreeRoot() argument
561 :OConfigurationNode( _rxRootNode ) in OConfigurationTreeRoot()
562 ,m_xCommitter( _rxRootNode, UNO_QUERY ) in OConfigurationTreeRoot()
/trunk/main/cui/source/customize/
H A Dselector.cxx312 …pListBox_Impl::fillScriptList( const Reference< browse::XBrowseNode >& _rxRootNode, SvLBoxEntry* _… in fillScriptList() argument
314 … OSL_PRECOND( _rxRootNode.is(), "SvxConfigGroupListBox_Impl::fillScriptList: invalid root node!" ); in fillScriptList()
315 if ( !_rxRootNode.is() ) in fillScriptList()
320 if ( _rxRootNode->hasChildNodes() ) in fillScriptList()
323 _rxRootNode->getChildNodes(); in fillScriptList()
325 sal_Bool bIsRootNode = _rxRootNode->getName().equalsAscii("Root"); in fillScriptList()
/trunk/main/unotools/inc/unotools/
H A Dconfignode.hxx249 const ::com::sun::star::uno::Reference< ::com::sun::star::util::XChangesBatch >& _rxRootNode
255 const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxRootNode
/trunk/main/cui/source/inc/
H A Dselector.hxx157 …nst ::com::sun::star::uno::Reference< ::com::sun::star::script::browse::XBrowseNode >& _rxRootNode,

Completed in 28 milliseconds