Home
last modified time | relevance | path

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

/trunk/main/odk/examples/java/Inspector/
H A DHideableTreeModel.java212 public boolean isNodeVisible(Object node) { in isNodeVisible() method in HideableTreeModel
251 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()
/trunk/main/toolkit/source/controls/tree/
H A Dtreecontrol.cxx299 sal_Bool SAL_CALL UnoTreeControl::isNodeVisible( const Reference< XTreeNode >& xNode ) throw (Runti… in isNodeVisible() function in toolkit::UnoTreeControl
301 return Reference< XTreeControl >( getPeer(), UNO_QUERY_THROW )->isNodeVisible(xNode); in isNodeVisible()
H A Dtreecontrol.hxx107 …virtual ::sal_Bool SAL_CALL isNodeVisible( const ::com::sun::star::uno::Reference< ::com::sun::sta…
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/toolkit/
H A Dstardiv.Toolkit.UnoTreeControl.csv4 "UnoTreeControl";"com::sun::star::awt::tree::XTreeControl";"isNodeVisible()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/tree/
H A D_XTreeControl.java351 bOK &= oObj.isNodeVisible(mXNode); in _makeNodeVisible()
/trunk/main/svtools/source/uno/
H A Dtreecontrolpeer.hxx83 …virtual ::sal_Bool SAL_CALL isNodeVisible( const ::com::sun::star::uno::Reference< ::com::sun::sta…
H A Dtreecontrolpeer.cxx832 sal_Bool SAL_CALL TreeControlPeer::isNodeVisible( const Reference< XTreeNode >& xNode ) throw (Runt… in isNodeVisible() function in TreeControlPeer
/trunk/main/offapi/com/sun/star/awt/tree/
H A DXTreeControl.idl126 boolean isNodeVisible( [in] XTreeNode Node )

Completed in 32 milliseconds