Home
last modified time | relevance | path

Searched refs:aChildren (Results 1 – 25 of 36) sorted by relevance

12

/trunk/main/sw/source/core/access/
H A Daccselectionhelper.cxx208 ::std::list< SwAccessibleChild > aChildren; in selectAllAccessibleChildren()
209 rContext.GetChildren( *(rContext.GetMap()), aChildren ); in selectAllAccessibleChildren()
211 ::std::list< SwAccessibleChild >::const_iterator aIter = aChildren.begin(); in selectAllAccessibleChildren()
212 ::std::list< SwAccessibleChild >::const_iterator aEndIter = aChildren.end(); in selectAllAccessibleChildren()
251 ::std::list< SwAccessibleChild > aChildren; in getSelectedAccessibleChildCount()
252 rContext.GetChildren( *(rContext.GetMap()), aChildren ); in getSelectedAccessibleChildCount()
255 aChildren.begin(); in getSelectedAccessibleChildCount()
257 aChildren.end(); in getSelectedAccessibleChildCount()
276 ::std::list< SwAccessibleChild > aChildren; in getSelectedAccessibleChildCount()
277 rContext.GetChildren( *(rContext.GetMap()), aChildren ); in getSelectedAccessibleChildCount()
[all …]
/trunk/main/autodoc/source/display/toolkit/
H A Dout_node.cxx60 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()
/trunk/main/soltools/giparser/
H A Dgi_list.cxx43 : 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()
/trunk/main/chart2/source/controller/main/
H A DObjectHierarchy.cxx588 ObjectHierarchy::tChildContainer aChildren( getChildren( rParentOID )); in getParentImpl() local
590 ::std::find( aChildren.begin(), aChildren.end(), rOID )); in getParentImpl()
592 if( aIt != aChildren.end()) in getParentImpl()
595 for( aIt = aChildren.begin(); aIt != aChildren.end(); ++aIt ) in getParentImpl()
678 tChildContainer aChildren( m_apImpl->getChildren( aParentOID ) ); in getIndexInParent() local
679 tChildContainer::const_iterator aIt( aChildren.begin() ); in getIndexInParent()
680 for( sal_Int32 nIndex = 0; aIt != aChildren.end(); ++nIndex, ++aIt ) in getIndexInParent()
830 ObjectHierarchy::tChildContainer aChildren = aHierarchy.getChildren( getCurrentSelection()); in down() local
831 OSL_ASSERT( !aChildren.empty()); in down()
832 setCurrentSelection( aChildren.front()); in down()
[all …]
H A DElementSelector.cxx76 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()
/trunk/main/soltools/inc/
H A Dgi_list.hxx124 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()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A Dcode.js337 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");
/trunk/main/toolkit/source/layout/core/
H A Dbox-base.cxx61 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 Dcontainer.cxx134 uno::Sequence< uno::Reference< awt::XLayoutConstrains > > aChildren;
135 aChildren = xParent->getChildren();
136 for ( node = 0; node < aChildren.getLength(); node++ )
137 if ( aChildren[ node ] == xContainer )
/trunk/main/xml2cmp/source/xcd/
H A Dxmlelem.cxx46 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 Dxmlelem.hxx84 const ChildList & Children() const { return aChildren; } in Children()
85 ChildList & Children() { return aChildren; } in Children()
88 ChildList aChildren; member in MultipleElement
/trunk/main/toolkit/source/layout/vcl/
H A Dwcontainer.cxx108 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()
/trunk/main/drawinglayer/source/processor3d/
H A Dgeometry2dextractor.cxx131 … const primitive3d::Primitive3DSequence aChildren(rTexturePrimitive.getChildren()); in processBasePrimitive3D() local
133 if(aChildren.hasElements()) in processBasePrimitive3D()
135 process(aChildren); in processBasePrimitive3D()
/trunk/main/toolkit/workben/layout/
H A Deditor.cxx164 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
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchycontent.cxx915 HierarchyContentRefList aChildren; in exchangeIdentity() local
916 queryChildren( aChildren ); in exchangeIdentity()
918 HierarchyContentRefList::const_iterator it = aChildren.begin(); in exchangeIdentity()
919 HierarchyContentRefList::const_iterator end = aChildren.end(); in exchangeIdentity()
1641 HierarchyContentRefList aChildren; in destroy() local
1642 queryChildren( aChildren ); in destroy()
1644 HierarchyContentRefList::const_iterator it = aChildren.begin(); in destroy()
1645 HierarchyContentRefList::const_iterator end = aChildren.end(); in destroy()
/trunk/main/ucb/source/ucp/gio/
H A Dgio_content.cxx587 ContentRefList aChildren; in exchangeIdentity() local
588 queryChildren( aChildren ); in exchangeIdentity()
590 ContentRefList::const_iterator it = aChildren.begin(); in exchangeIdentity()
591 ContentRefList::const_iterator end = aChildren.end(); in exchangeIdentity()
996 ::gio::Content::ContentRefList aChildren; in destroy()
997 queryChildren( aChildren ); in destroy()
999 ContentRefList::const_iterator it = aChildren.begin(); in destroy()
1000 ContentRefList::const_iterator end = aChildren.end(); in destroy()
/trunk/main/tools/source/inet/
H A Dinetmsg.cxx1046 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()
/trunk/main/ucb/source/ucp/gvfs/
H A Dgvfs_content.cxx1028 ::gvfs::Content::ContentRefList aChildren; in destroy()
1029 queryChildren( aChildren ); in destroy()
1031 ContentRefList::const_iterator it = aChildren.begin(); in destroy()
1032 ContentRefList::const_iterator end = aChildren.end(); in destroy()
1069 ContentRefList aChildren; in exchangeIdentity() local
1070 queryChildren( aChildren ); in exchangeIdentity()
1072 ContentRefList::const_iterator it = aChildren.begin(); in exchangeIdentity()
1073 ContentRefList::const_iterator end = aChildren.end(); in exchangeIdentity()
/trunk/main/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.cxx989 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()
/trunk/main/ucbhelper/workben/myucp/
H A Dmyucp_content.cxx953 ContentRefList aChildren; in destroy() local
954 queryChildren( aChildren ); in destroy()
956 ContentRefList::const_iterator it = aChildren.begin(); in destroy()
957 ContentRefList::const_iterator end = aChildren.end(); in destroy()
/trunk/main/xmloff/source/xforms/
H A DSchemaContext.cxx59 static SvXMLTokenMapEntry aChildren[] = variable
71 TokenContext( rImport, nPrefix, rLocalName, aAttributes, aChildren ), in SchemaContext()
H A DSchemaSimpleTypeContext.cxx59 static SvXMLTokenMapEntry aChildren[] = variable
71 TokenContext( rImport, nPrefix, rLocalName, aAttributes, aChildren ), in SchemaSimpleTypeContext()
H A DXFormsModelContext.cxx66 static SvXMLTokenMapEntry aChildren[] = variable
79 TokenContext( rImport, nPrefix, rLocalName, aAttributes, aChildren ), in XFormsModelContext()
/trunk/main/autodoc/source/display/inc/toolkit/
H A Dout_node.hxx93 List & Children() { return aChildren; } in Children()
116 List aChildren; member in output::Node
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/chart/
H A DChartReadHandler.java100 for (Object aChildren : children) in doneParsing()
102 final ElementReadHandler handler = (ElementReadHandler) aChildren; in doneParsing()

12