Searched refs:_aTypes (Results 1 – 3 of 3) sorted by relevance
75 _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 …]
40 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > _aTypes;59 : _aTypes( rCollection._aTypes )181 { return _aTypes; } in getTypes()
274 …oid addInterfacesToTreeNode(XUnoNode _oGrandParentNode, Object _oUnoParentObject, Type[] _aTypes) { in addInterfacesToTreeNode() argument277 for ( int m = 0; m < _aTypes.length; m++ ) { in addInterfacesToTreeNode()278 addUnoNode(_oGrandParentNode, _oUnoParentObject, _aTypes[m]); in addInterfacesToTreeNode()
Completed in 25 milliseconds