Lines Matching refs:children

703 					Sequence< Reference< browse::XBrowseNode > > children =  in Init()  local
727 for ( sal_Int32 n = 0; n < children.getLength(); n++ ) in Init()
729 Reference< browse::XBrowseNode >& theChild = children[n]; in Init()
751 if (children[n]->getType() != browse::BrowseNodeTypes::SCRIPT && bDisplay ) in Init()
774 if ( children[n]->hasChildNodes() ) in Init()
777 children[n]->getChildNodes(); in Init()
1030 Sequence< Reference< browse::XBrowseNode > > children = in GroupSelected() local
1033 for ( sal_Int32 n = 0; n < children.getLength(); n++ ) in GroupSelected()
1035 if (children[n]->getType() == browse::BrowseNodeTypes::SCRIPT) in GroupSelected()
1039 Reference < beans::XPropertySet >xPropSet( children[n], UNO_QUERY ); in GroupSelected()
1052 …Image aImage = GetImage( children[n], Reference< XComponentContext >(), sal_False, BMP_COLOR_NORMA… in GroupSelected()
1054 pFunctionListBox->InsertEntry( children[n]->getName(), NULL ); in GroupSelected()
1057 …aImage = GetImage( children[n], Reference< XComponentContext >(), sal_False, BMP_COLOR_HIGHCONTRAS… in GroupSelected()
1062 pGrpInfo->sLabel = children[n]->getName(); in GroupSelected()
1168 Sequence< Reference< browse::XBrowseNode > > children = in RequestingChilds() local
1192 sal_Int32 nLen = children.getLength(); in RequestingChilds()
1195 Reference< browse::XBrowseNode >& theChild = children[n]; in RequestingChilds()
1203 … if ( children[n].is() && children[n]->getType() != browse::BrowseNodeTypes::SCRIPT && bDisplay ) in RequestingChilds()
1228 if ( children[n]->hasChildNodes() ) in RequestingChilds()
1231 children[n]->getChildNodes(); in RequestingChilds()