/aoo41x/main/idl/source/prj/ |
H A D | database.cxx | 87 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()
|
/aoo41x/main/sd/source/ui/accessibility/ |
H A D | AccessibleDocumentViewBase.cxx | 510 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()
|
/aoo41x/main/svx/source/accessibility/ |
H A D | AccessibleGraphicShape.cxx | 166 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 D | AccessibleOLEShape.cxx | 172 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 D | AccessibleShape.cxx | 1095 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()
|
/aoo41x/main/editeng/source/accessibility/ |
H A D | AccessibleComponentBase.cxx | 220 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()
|
/aoo41x/main/idl/source/objects/ |
H A D | module.cxx | 86 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()
|
/aoo41x/main/toolkit/test/accessibility/ |
H A D | InformationWriter.java | 228 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()
|
/aoo41x/main/chart2/source/tools/ |
H A D | OPropertySet.cxx | 153 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()
|
/aoo41x/main/accessibility/workben/org/openoffice/accessibility/misc/ |
H A D | InformationWriter.java | 232 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()
|
/aoo41x/main/chart2/source/controller/dialogs/ |
H A D | dlg_CreationWizard_UNO.cxx | 140 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()
|
/aoo41x/main/idl/inc/ |
H A D | module.hxx | 44 SvMetaTypeMemberList aTypeList; member in SvMetaModule 78 const SvMetaTypeMemberList & GetTypeList() const { return aTypeList; } in GetTypeList()
|
H A D | database.hxx | 76 SvMetaTypeMemberList aTypeList; member in SvIdlDataBase
|
/aoo41x/main/unotools/source/accessibility/ |
H A D | accessiblerelationsethelper.cxx | 245 const ::com::sun::star::uno::Type aTypeList[] = { in getTypes() local 252 aTypeSequence (aTypeList, 2); in getTypes()
|
H A D | accessiblestatesethelper.cxx | 319 const ::com::sun::star::uno::Type aTypeList[] = { in getTypes() local 326 aTypeSequence (aTypeList, 2); in getTypes()
|
/aoo41x/main/sdext/source/minimizer/ |
H A D | fileopendialog.cxx | 176 Sequence< OUString > aTypeList( xFilters->getElementNames() ); in FileOpenDialog() local
|