Home
last modified time | relevance | path

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

/aoo4110/main/toolkit/source/controls/tree/
H A Dtreedatamodel.cxx149 bool mbIsInserted; member in toolkit::MutableTreeNode
216 xOldImpl->mbIsInserted = false; in setRoot()
220 if( !xImpl.is() || xImpl->mbIsInserted ) in setRoot()
223 xImpl->mbIsInserted = true; in setRoot()
324 , mbIsInserted( false ) in MutableTreeNode()
404 if( !xImpl.is() || xImpl->mbIsInserted || (this == xImpl.get()) ) in appendChild()
409 xImpl->mbIsInserted = true; in appendChild()
425 if( !xImpl.is() || xImpl->mbIsInserted || (this == xImpl.get()) ) in insertChildByIndex()
428 xImpl->mbIsInserted = true; in insertChildByIndex()
465 xImpl->mbIsInserted = false; in removeChildByIndex()

Completed in 40 milliseconds