Searched refs:_rxRootNode (Results 1 – 4 of 4) sorted by relevance
553 OConfigurationTreeRoot::OConfigurationTreeRoot( const Reference< XChangesBatch >& _rxRootNode ) in OConfigurationTreeRoot() argument554 :OConfigurationNode( _rxRootNode.get() ) in OConfigurationTreeRoot()555 ,m_xCommitter(_rxRootNode) in OConfigurationTreeRoot()560 OConfigurationTreeRoot::OConfigurationTreeRoot( const Reference< XInterface >& _rxRootNode ) in OConfigurationTreeRoot() argument561 :OConfigurationNode( _rxRootNode ) in OConfigurationTreeRoot()562 ,m_xCommitter( _rxRootNode, UNO_QUERY ) in OConfigurationTreeRoot()
312 …pListBox_Impl::fillScriptList( const Reference< browse::XBrowseNode >& _rxRootNode, SvLBoxEntry* _… in fillScriptList() argument314 … 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()
249 const ::com::sun::star::uno::Reference< ::com::sun::star::util::XChangesBatch >& _rxRootNode255 const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxRootNode
157 …nst ::com::sun::star::uno::Reference< ::com::sun::star::script::browse::XBrowseNode >& _rxRootNode,
Completed in 26 milliseconds