Lines Matching refs:theChild
729 Reference< browse::XBrowseNode >& theChild = children[n]; in Init() local
731 ::rtl::OUString uiName = theChild->getName(); in Init()
734 if ( ! ((theChild->getName().equals( user ) || theChild->getName().equals( share ) || in Init()
735 theChild->getName().equals( currentDocTitle ) ) ) ) in Init()
756 theChild->acquire(); in Init()
760 0, static_cast<void *>( theChild.get())); in Init()
762 Image aImage = GetImage( theChild, xCtx, bIsRootNode,BMP_COLOR_NORMAL ); in Init()
767 aImage = GetImage( theChild, xCtx, bIsRootNode,BMP_COLOR_HIGHCONTRAST ); in Init()
1195 Reference< browse::XBrowseNode >& theChild = children[n]; in RequestingChilds() local
1196 ::rtl::OUString aName( theChild->getName() ); in RequestingChilds()
1210 theChild->acquire(); in RequestingChilds()
1214 0, static_cast<void *>( theChild.get())); in RequestingChilds()
1216 …Image aImage = GetImage( theChild, Reference< XComponentContext >(), sal_False, BMP_COLOR_NORMAL ); in RequestingChilds()
1218 InsertEntry( theChild->getName(), pEntry ); in RequestingChilds()
1221 …aImage = GetImage( theChild, Reference< XComponentContext >(), sal_False, BMP_COLOR_HIGHCONTRAST ); in RequestingChilds()