Home
last modified time | relevance | path

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

/trunk/main/framework/source/uiconfiguration/
H A Duiconfigurationmanager.cxx783 Sequence< Sequence< PropertyValue > > aElementInfoSeq; in getUIElementsInfo() local
798 aElementInfoSeq.realloc( aUIElementInfoCollection.size() ); in getUIElementsInfo()
806 aElementInfoSeq[n++] = aUIElementInfo; in getUIElementsInfo()
810 return aElementInfoSeq; in getUIElementsInfo()
H A Duiconfigurationmanagerimpl.cxx968 Sequence< Sequence< PropertyValue > > aElementInfoSeq; in getUIElementsInfo() local
983 aElementInfoSeq.realloc( aUIElementInfoCollection.size() ); in getUIElementsInfo()
991 aElementInfoSeq[n++] = aUIElementInfo; in getUIElementsInfo()
995 return aElementInfoSeq; in getUIElementsInfo()
H A Dmoduleuiconfigurationmanager.cxx1001 Sequence< Sequence< PropertyValue > > aElementInfoSeq; in getUIElementsInfo() local
1016 aElementInfoSeq.realloc( aUIElementInfoCollection.size() ); in getUIElementsInfo()
1024 aElementInfoSeq[n++] = aUIElementInfo; in getUIElementsInfo()
1028 return aElementInfoSeq; in getUIElementsInfo()