Home
last modified time | relevance | path

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

/trunk/main/cppuhelper/source/
H A Dtypeprovider.cxx75 _aTypes[0] = rType1; in OTypeCollection()
86 _aTypes[0] = rType1; in OTypeCollection()
87 _aTypes[1] = rType2; in OTypeCollection()
99 _aTypes[0] = rType1; in OTypeCollection()
100 _aTypes[1] = rType2; in OTypeCollection()
101 _aTypes[2] = rType3; in OTypeCollection()
114 _aTypes[0] = rType1; in OTypeCollection()
115 _aTypes[1] = rType2; in OTypeCollection()
116 _aTypes[2] = rType3; in OTypeCollection()
117 _aTypes[3] = rType4; in OTypeCollection()
[all …]
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dtypeprovider.hxx40 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > _aTypes;
59 : _aTypes( rCollection._aTypes )
181 { return _aTypes; } in getTypes()
/trunk/main/odk/examples/java/Inspector/
H A DInspectorPane.java274 …oid addInterfacesToTreeNode(XUnoNode _oGrandParentNode, Object _oUnoParentObject, Type[] _aTypes) { in addInterfacesToTreeNode() argument
277 for ( int m = 0; m < _aTypes.length; m++ ) { in addInterfacesToTreeNode()
278 addUnoNode(_oGrandParentNode, _oUnoParentObject, _aTypes[m]); in addInterfacesToTreeNode()

Completed in 32 milliseconds