| /aoo42x/main/sw/source/core/access/ | 
| H A D | accselectionhelper.cxx | 215         ::std::list< SwAccessibleChild > aChildren;  in selectAllAccessibleChildren() 216         rContext.GetChildren( *(rContext.GetMap()), aChildren );  in selectAllAccessibleChildren() 259                 ::std::list< SwAccessibleChild > aChildren;  in getSelectedAccessibleChildCount() 263 					aChildren.begin();  in getSelectedAccessibleChildCount() 265 					aChildren.end();  in getSelectedAccessibleChildCount() 284             ::std::list< SwAccessibleChild > aChildren;  in getSelectedAccessibleChildCount() 285             rContext.GetChildren( *(rContext.GetMap()), aChildren );  in getSelectedAccessibleChildCount() 287 				aChildren.begin();  in getSelectedAccessibleChildCount() 289 				aChildren.end();  in getSelectedAccessibleChildCount() 348         ::std::list< SwAccessibleChild > aChildren;  in getSelectedAccessibleChild() [all …] 
 | 
| /aoo42x/main/autodoc/source/display/toolkit/ | 
| H A D | out_node.cxx | 60   	    aChildren(),  in Node() 69   	    aChildren(),  in Node() 79         aChildren(),  in Node() 87     for ( List::iterator it = aChildren.begin();  in ~Node() 88           it != aChildren.end();  in ~Node() 141         ret = std::lower_bound( aChildren.begin(),  in find_Child() 142 							    aChildren.end(),  in find_Child() 145     if ( ret != aChildren.end() ? (*ret)->Name() == i_name : false )  in find_Child() 156     aChildren.insert( std::lower_bound( aChildren.begin(),  in add_Child() 157 										aChildren.end(),  in add_Child()
  | 
| /aoo42x/main/soltools/giparser/ | 
| H A D | gi_list.cxx | 43     :   aChildren(i_rList.aChildren)  in List_GenericInfo() 54     aChildren = i_rList.aChildren;  in operator =() 97         aChildren.insert( it, let_dpInfo );  in InsertInfo() 192             aChildren.remove(it);  in DeleteInfo() 211     unsigned high = aChildren.size();  in lower_bound() 215         if ( *aChildren[cur] < aSearch )  in lower_bound() 225     o_bExists = low < aChildren.size()  in lower_bound() 226                     ? !(aSearch < *aChildren[low] )  in lower_bound() 228     return &aChildren[low];  in lower_bound()
  | 
| /aoo42x/main/chart2/source/controller/main/ | 
| H A D | ObjectHierarchy.cxx | 589         ::std::find( aChildren.begin(), aChildren.end(), rOID ));  in getParentImpl() 591     if( aIt != aChildren.end())  in getParentImpl() 594     for( aIt = aChildren.begin(); aIt != aChildren.end(); ++aIt )  in getParentImpl() 677     tChildContainer aChildren( m_apImpl->getChildren( aParentOID ) );  in getIndexInParent()  local 678     tChildContainer::const_iterator aIt( aChildren.begin() );  in getIndexInParent() 830         OSL_ASSERT( !aChildren.empty());  in down() 831         setCurrentSelection( aChildren.front());  in down() 840     bool bResult = !aChildren.empty();  in veryFirst() 842         setCurrentSelection( aChildren.front());  in veryFirst() 850     bool bResult = !aChildren.empty();  in veryLast() [all …] 
 | 
| H A D | ElementSelector.cxx | 76     ObjectHierarchy::tChildContainer aChildren( rHierarchy.getChildren(rParent) );  in lcl_addObjectsToList()  local 77     ObjectHierarchy::tChildContainer::const_iterator aIt( aChildren.begin());  in lcl_addObjectsToList() 78     while( aIt != aChildren.end() )  in lcl_addObjectsToList()
  | 
| /aoo42x/main/soltools/inc/ | 
| H A D | gi_list.hxx | 124                         aChildren;  member in List_GenericInfo 190     { return aChildren.size(); }  in Size() 194     { return aChildren.begin(); }  in Begin() 198     { return aChildren.end(); }  in End() 202     { return aChildren.begin(); }  in Begin() 206     { return aChildren.end(); }  in End()
  | 
| /aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/ | 
| H A D | code.js | 337 	    var aChildren = aNode["children"]; 338 	    if ( ! (typeof aChildren==='undefined' || aChildren.length == 0)) 343 			for (var nIndex=0; nIndex<aChildren.length; ++nIndex) 345 			    var aChildrenEntry = CreateDomTreeForType(aChildren[nIndex], "li");
  | 
| /aoo42x/main/toolkit/source/layout/core/ | 
| H A D | box-base.cxx | 61         uno::Sequence< uno::Reference< awt::XLayoutConstrains > > aChildren  in isVisible()  local 64         if (!aChildren.getLength ())  in isVisible() 68         for ( int i = 0; i < aChildren.getLength(); i++ )  in isVisible() 69             if ( isVisible( aChildren[i] ) )  in isVisible()
  | 
| H A D | container.cxx | 135             uno::Sequence< uno::Reference< awt::XLayoutConstrains > > aChildren; 136             aChildren = xParent->getChildren(); 137             for ( node = 0; node < aChildren.getLength(); node++ ) 138                 if ( aChildren[ node ] == xContainer )
  | 
| /aoo42x/main/xml2cmp/source/xcd/ | 
| H A D | xmlelem.cxx | 46 	unsigned i_max = aChildren.size();  in FindChild() 49 		if ( aChildren[i]->Name() == i_sChildName )  in FindChild() 50 			return aChildren[i];  in FindChild() 68 	aChildren.push_back(&let_drElement);  in AddChild()
  | 
| H A D | xmlelem.hxx | 84 	const ChildList &	Children() const		{ return aChildren; }  in Children() 85 	ChildList &			Children()				{ return aChildren; }  in Children() 88 	ChildList			aChildren;  member in MultipleElement
  | 
| /aoo42x/main/toolkit/source/layout/vcl/ | 
| H A D | wcontainer.cxx | 108                 uno::Sequence< uno::Reference < awt::XLayoutConstrains > > aChildren;  in ShowAll()  local 109                 aChildren = xCont->getChildren();  in ShowAll() 110                 for (int i = 0; i < aChildren.getLength(); i++)  in ShowAll() 112                     uno::Reference < awt::XLayoutConstrains > xChild( aChildren[ i ] );  in ShowAll()
  | 
| /aoo42x/main/drawinglayer/source/processor3d/ | 
| H A D | geometry2dextractor.cxx | 131 					const primitive3d::Primitive3DSequence aChildren(rTexturePrimitive.getChildren());  in processBasePrimitive3D()  local 133 					if(aChildren.hasElements())  in processBasePrimitive3D() 135 						process(aChildren);  in processBasePrimitive3D()
  | 
| /aoo42x/main/toolkit/workben/layout/ | 
| H A D | editor.cxx | 164         uno::Sequence< uno::Reference< awt::XLayoutConstrains > > aChildren;  in Widget() 165         for ( int i = 0; i < aChildren.getLength(); i++ )  in Widget() 167             Widget *pChild = new Widget( aChildren[ i ], "---" );  in Widget() 309         uno::Sequence< uno::Reference < awt::XLayoutConstrains > > aChildren;  in addChild()  local 310         aChildren = mxContainer->getChildren();  in addChild() 311         int nChildrenLen = aChildren.getLength();  in addChild() 325                 mxContainer->removeChild( aChildren[ i ] );  in addChild() 328                 mxContainer->addChild( aChildren[ i ] );  in addChild() 383         std::vector< Widget *> aChildren = maChildren;  in swapWithChild()  local
  | 
| /aoo42x/main/ucb/source/ucp/hierarchy/ | 
| H A D | hierarchycontent.cxx | 927                 HierarchyContentRefList aChildren;  in exchangeIdentity()  local 928                 queryChildren( aChildren );  in exchangeIdentity() 930                 HierarchyContentRefList::const_iterator it  = aChildren.begin();  in exchangeIdentity() 931                 HierarchyContentRefList::const_iterator end = aChildren.end();  in exchangeIdentity() 1656         HierarchyContentRefList aChildren;  in destroy()  local 1657         queryChildren( aChildren );  in destroy() 1659         HierarchyContentRefList::const_iterator it  = aChildren.begin();  in destroy() 1660         HierarchyContentRefList::const_iterator end = aChildren.end();  in destroy()
  | 
| /aoo42x/main/ucb/source/ucp/gio/ | 
| H A D | gio_content.cxx | 590         ContentRefList aChildren;  in exchangeIdentity()  local 591         queryChildren( aChildren );  in exchangeIdentity() 593         ContentRefList::const_iterator it  = aChildren.begin();  in exchangeIdentity() 594         ContentRefList::const_iterator end = aChildren.end();  in exchangeIdentity() 1004     ::gio::Content::ContentRefList aChildren;  in destroy() 1005     queryChildren( aChildren );  in destroy() 1007     ContentRefList::const_iterator it  = aChildren.begin();  in destroy() 1008     ContentRefList::const_iterator end = aChildren.end();  in destroy()
  | 
| /aoo42x/main/tools/source/inet/ | 
| H A D | inetmsg.cxx | 1046     while ((pChild = (INetMIMEMessage *)(aChildren.Remove())) != NULL)  in CleanupImp() 1064     for (i = 0; i < rMsg.aChildren.Count(); i++)  in CopyImp() 1067             (INetMIMEMessage *)(rMsg.aChildren.GetObject (i));  in CopyImp() 1074         aChildren.Insert (pChild, LIST_APPEND);  in CopyImp() 1403         aChildren.Insert (&rChildMsg, LIST_APPEND);  in AttachChild() 1404         nNumChildren = aChildren.Count();  in AttachChild()
  | 
| /aoo42x/main/ucb/source/ucp/gvfs/ | 
| H A D | gvfs_content.cxx | 1045     ::gvfs::Content::ContentRefList aChildren;  in destroy() 1046     queryChildren( aChildren );  in destroy() 1048     ContentRefList::const_iterator it  = aChildren.begin();  in destroy() 1049     ContentRefList::const_iterator end = aChildren.end();  in destroy() 1086         ContentRefList aChildren;  in exchangeIdentity()  local 1087         queryChildren( aChildren );  in exchangeIdentity() 1089         ContentRefList::const_iterator it  = aChildren.begin();  in exchangeIdentity() 1090         ContentRefList::const_iterator end = aChildren.end();  in exchangeIdentity()
  | 
| /aoo42x/main/sdext/source/pdfimport/tree/ | 
| H A D | pdfiprocessor.cxx | 989     std::vector<Element*> aChildren;  in sortElements()  local 992         aChildren.push_back( pEle->Children.front() );  in sortElements() 999         std::stable_sort( aChildren.begin(), aChildren.end(), lr_tb_sort );  in sortElements() 1002     int nChildren = aChildren.size();  in sortElements() 1004         pEle->Children.push_back( aChildren[i] );  in sortElements()
  | 
| /aoo42x/main/ucbhelper/workben/myucp/ | 
| H A D | myucp_content.cxx | 964 	ContentRefList aChildren;  in destroy()  local 965 	queryChildren( aChildren );  in destroy() 967 	ContentRefList::const_iterator it  = aChildren.begin();  in destroy() 968 	ContentRefList::const_iterator end = aChildren.end();  in destroy()
  | 
| /aoo42x/main/xmloff/source/xforms/ | 
| H A D | SchemaContext.cxx | 59 static SvXMLTokenMapEntry aChildren[] =  variable 71         TokenContext( rImport, nPrefix, rLocalName, aAttributes, aChildren ),  in SchemaContext()
  | 
| H A D | SchemaSimpleTypeContext.cxx | 59 static SvXMLTokenMapEntry aChildren[] =  variable 71         TokenContext( rImport, nPrefix, rLocalName, aAttributes, aChildren ),  in SchemaSimpleTypeContext()
  | 
| H A D | XFormsModelContext.cxx | 66 static SvXMLTokenMapEntry aChildren[] =  variable 79     TokenContext( rImport, nPrefix, rLocalName, aAttributes, aChildren ),  in XFormsModelContext()
  | 
| /aoo42x/main/autodoc/source/display/inc/toolkit/ | 
| H A D | out_node.hxx | 93     List &              Children()              { return aChildren; }  in Children() 116   	List                aChildren;  member in output::Node
  | 
| /aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/chart/ | 
| H A D | ChartReadHandler.java | 100         for (Object aChildren : children)  in doneParsing() 102             final ElementReadHandler handler = (ElementReadHandler) aChildren;  in doneParsing()
  |