Searched refs:isNodeVisible (Results 1 – 8 of 8) sorted by relevance
212 public boolean isNodeVisible(Object node) { in isNodeVisible() method in HideableTreeModel251 if(!isNodeVisible(path[i])) { in isPathToNodeVisible()272 if(isNodeVisible(pc)) { in getChild()290 if(isNodeVisible(pc)) { in getChildCount()304 if(isNodeVisible(c)) { in getIndexOfChild()311 if(isNodeVisible(pc)) { in getIndexOfChild()
299 sal_Bool SAL_CALL UnoTreeControl::isNodeVisible( const Reference< XTreeNode >& xNode ) throw (Runti… in isNodeVisible() function in toolkit::UnoTreeControl301 return Reference< XTreeControl >( getPeer(), UNO_QUERY_THROW )->isNodeVisible(xNode); in isNodeVisible()
107 …virtual ::sal_Bool SAL_CALL isNodeVisible( const ::com::sun::star::uno::Reference< ::com::sun::sta…
4 "UnoTreeControl";"com::sun::star::awt::tree::XTreeControl";"isNodeVisible()"
351 bOK &= oObj.isNodeVisible(mXNode); in _makeNodeVisible()
83 …virtual ::sal_Bool SAL_CALL isNodeVisible( const ::com::sun::star::uno::Reference< ::com::sun::sta…
832 sal_Bool SAL_CALL TreeControlPeer::isNodeVisible( const Reference< XTreeNode >& xNode ) throw (Runt… in isNodeVisible() function in TreeControlPeer
126 boolean isNodeVisible( [in] XTreeNode Node )
Completed in 42 milliseconds