Home
last modified time | relevance | path

Searched refs:aTypeList (Results 1 – 16 of 16) sorted by relevance

/trunk/main/idl/source/prj/
H A Ddatabase.cxx87 aTypeList.Append( new SvMetaType( SvHash_##Name()->GetName(), \
92 if( aTypeList.Count() == 0 ) in GetTypeList()
94 aTypeList.Append( new SvMetaTypeString() ); in GetTypeList()
95 aTypeList.Append( new SvMetaTypevoid() ); in GetTypeList()
124 return aTypeList; in GetTypeList()
172 DBG_ASSERT( aTypeList.Count() == 0, "type list already initialized" ); in Load()
191 aPStm >> aTypeList; in Load()
232 aTypeList.WriteObjects( aPStm, bOnlyStreamedObjs ); in Save()
469 SvMetaType * pType = aTypeList.First(); in FindType()
471 pType = aTypeList.Next(); in FindType()
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleDocumentViewBase.cxx498 uno::Sequence<uno::Type> aTypeList (AccessibleContextBase::getTypes()); in getTypes() local
516 sal_Int32 nTypeCount (aTypeList.getLength()), in getTypes()
520 aTypeList.realloc (nTypeCount + nComponentTypeCount + 5); in getTypes()
523 aTypeList[nTypeCount + i] = aComponentTypeList[i]; in getTypes()
525 aTypeList[nTypeCount + i++ ] = aLangEventListenerType; in getTypes()
526 aTypeList[nTypeCount + i++] = aPropertyChangeListenerType; in getTypes()
527 aTypeList[nTypeCount + i++] = aWindowListenerType; in getTypes()
528 aTypeList[nTypeCount + i++] = aFocusListenerType; in getTypes()
529 aTypeList[nTypeCount + i++] = aEventBroadcaster; in getTypes()
531 return aTypeList; in getTypes()
/trunk/main/svx/source/accessibility/
H A DAccessibleGraphicShape.cxx159 uno::Sequence<uno::Type> aTypeList (AccessibleShape::getTypes()); in getTypes() local
161 long nTypeCount = aTypeList.getLength(); in getTypes()
162 aTypeList.realloc (nTypeCount + 1); in getTypes()
165 aTypeList[nTypeCount] = aImageType; in getTypes()
167 return aTypeList; in getTypes()
H A DAccessibleOLEShape.cxx162 uno::Sequence<uno::Type> aTypeList (AccessibleShape::getTypes()); in getTypes() local
164 long nTypeCount = aTypeList.getLength(); in getTypes()
165 aTypeList.realloc (nTypeCount + 1); in getTypes()
168 aTypeList[nTypeCount] = aActionType; in getTypes()
170 return aTypeList; in getTypes()
H A DAccessibleShape.cxx1066 uno::Sequence<uno::Type> aTypeList (AccessibleContextBase::getTypes()); in getTypes() local
1080 sal_Int32 nTypeCount (aTypeList.getLength()), in getTypes()
1084 aTypeList.realloc (nTypeCount + nComponentTypeCount + 3); in getTypes()
1087 aTypeList[nTypeCount + i] = aComponentTypeList[i]; in getTypes()
1089 aTypeList[nTypeCount + i++ ] = aLangEventListenerType; in getTypes()
1090 aTypeList[nTypeCount + i++ ] = aDocumentEventListenerType; in getTypes()
1091 aTypeList[nTypeCount + i ] = aUnoTunnelType; in getTypes()
1093 return aTypeList; in getTypes()
/trunk/main/editeng/source/accessibility/
H A DAccessibleComponentBase.cxx205 uno::Sequence<uno::Type> aTypeList (2); in getTypes() local
211 aTypeList[0] = aComponentType; in getTypes()
212 aTypeList[1] = aExtendedComponentType; in getTypes()
214 return aTypeList; in getTypes()
/trunk/main/idl/source/objects/
H A Dmodule.cxx86 rStm >> aTypeList; in Load()
124 rStm << aTypeList; in Save()
274 aTypeList.Append( aEnum ); in ReadContextSvIdl()
288 aTypeList.Append( xItem ); in ReadContextSvIdl()
372 for( n = 0; n < aTypeList.Count(); n++ ) in WriteContextSvIdl()
375 aTypeList.GetObject( n )->WriteSvIdl( rBase, rOutStm, nTab ); in WriteContextSvIdl()
/trunk/main/chart2/source/tools/
H A DOPropertySet.cxx151 static Sequence< uno::Type > aTypeList; in getTypes() local
156 if( aTypeList.getLength() == 0 ) in getTypes()
171 aTypeList = ::chart::ContainerHelper::ContainerToSequence( aTypes ); in getTypes()
174 return aTypeList; in getTypes()
/trunk/main/toolkit/test/accessibility/
H A DInformationWriter.java228 Type[] aTypeList = xTP.getTypes (); in showInterfaces() local
229 MessageArea.println (" object supports " + aTypeList.length in showInterfaces()
231 for (int i=0; i<aTypeList.length; i++) in showInterfaces()
233 + aTypeList[i].getTypeName()); in showInterfaces()
/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/
H A DInformationWriter.java232 Type[] aTypeList = xTP.getTypes (); in showInterfaces() local
233 maOut.println (" object supports " + aTypeList.length in showInterfaces()
235 for (int i=0; i<aTypeList.length; i++) in showInterfaces()
237 + aTypeList[i].getTypeName()); in showInterfaces()
/trunk/main/chart2/source/controller/dialogs/
H A Ddlg_CreationWizard_UNO.cxx140 static uno::Sequence< uno::Type > aTypeList; in getTypes() local
144 if( !aTypeList.getLength() ) in getTypes()
156 aTypeList = ::chart::ContainerHelper::ContainerToSequence( aTypes ); in getTypes()
159 return aTypeList; in getTypes()
/trunk/main/idl/inc/
H A Dmodule.hxx44 SvMetaTypeMemberList aTypeList; member in SvMetaModule
78 const SvMetaTypeMemberList & GetTypeList() const { return aTypeList; } in GetTypeList()
H A Ddatabase.hxx76 SvMetaTypeMemberList aTypeList; member in SvIdlDataBase
/trunk/main/unotools/source/accessibility/
H A Daccessiblerelationsethelper.cxx226 const ::com::sun::star::uno::Type aTypeList[] = { in getTypes() local
233 aTypeSequence (aTypeList, 2); in getTypes()
H A Daccessiblestatesethelper.cxx299 const ::com::sun::star::uno::Type aTypeList[] = { in getTypes() local
306 aTypeSequence (aTypeList, 2); in getTypes()
/trunk/main/sdext/source/minimizer/
H A Dfileopendialog.cxx176 Sequence< OUString > aTypeList( xFilters->getElementNames() ); in FileOpenDialog() local