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.cxx510 uno::Sequence<uno::Type> aTypeList (AccessibleContextBase::getTypes()); in getTypes() local
528 sal_Int32 nTypeCount (aTypeList.getLength()), in getTypes()
532 aTypeList.realloc (nTypeCount + nComponentTypeCount + 5); in getTypes()
535 aTypeList[nTypeCount + i] = aComponentTypeList[i]; in getTypes()
537 aTypeList[nTypeCount + i++ ] = aLangEventListenerType; in getTypes()
538 aTypeList[nTypeCount + i++] = aPropertyChangeListenerType; in getTypes()
539 aTypeList[nTypeCount + i++] = aWindowListenerType; in getTypes()
540 aTypeList[nTypeCount + i++] = aFocusListenerType; in getTypes()
541 aTypeList[nTypeCount + i++] = aEventBroadcaster; in getTypes()
543 return aTypeList; in getTypes()
/trunk/main/svx/source/accessibility/
H A DAccessibleGraphicShape.cxx166 uno::Sequence<uno::Type> aTypeList (AccessibleShape::getTypes()); in getTypes() local
168 long nTypeCount = aTypeList.getLength(); in getTypes()
169 aTypeList.realloc (nTypeCount + 1); in getTypes()
172 aTypeList[nTypeCount] = aImageType; in getTypes()
174 return aTypeList; in getTypes()
H A DAccessibleOLEShape.cxx172 uno::Sequence<uno::Type> aTypeList (AccessibleShape::getTypes()); in getTypes() local
174 long nTypeCount = aTypeList.getLength(); in getTypes()
175 aTypeList.realloc (nTypeCount + 1); in getTypes()
178 aTypeList[nTypeCount] = aActionType; in getTypes()
180 return aTypeList; in getTypes()
H A DAccessibleShape.cxx1095 uno::Sequence<uno::Type> aTypeList (AccessibleContextBase::getTypes()); in getTypes() local
1109 sal_Int32 nTypeCount (aTypeList.getLength()), in getTypes()
1113 aTypeList.realloc (nTypeCount + nComponentTypeCount + 3); in getTypes()
1116 aTypeList[nTypeCount + i] = aComponentTypeList[i]; in getTypes()
1118 aTypeList[nTypeCount + i++ ] = aLangEventListenerType; in getTypes()
1119 aTypeList[nTypeCount + i++ ] = aDocumentEventListenerType; in getTypes()
1120 aTypeList[nTypeCount + i ] = aUnoTunnelType; in getTypes()
1122 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/editeng/source/accessibility/
H A DAccessibleComponentBase.cxx220 uno::Sequence<uno::Type> aTypeList (2); in getTypes() local
226 aTypeList[0] = aComponentType; in getTypes()
227 aTypeList[1] = aExtendedComponentType; in getTypes()
229 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/chart2/source/tools/
H A DOPropertySet.cxx153 static Sequence< uno::Type > aTypeList; in getTypes() local
158 if( aTypeList.getLength() == 0 ) in getTypes()
173 aTypeList = ::chart::ContainerHelper::ContainerToSequence( aTypes ); in getTypes()
176 return aTypeList; in getTypes()
/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.cxx245 const ::com::sun::star::uno::Type aTypeList[] = { in getTypes() local
252 aTypeSequence (aTypeList, 2); in getTypes()
H A Daccessiblestatesethelper.cxx319 const ::com::sun::star::uno::Type aTypeList[] = { in getTypes() local
326 aTypeSequence (aTypeList, 2); in getTypes()
/trunk/main/sdext/source/minimizer/
H A Dfileopendialog.cxx176 Sequence< OUString > aTypeList( xFilters->getElementNames() ); in FileOpenDialog() local

Completed in 93 milliseconds