/aoo41x/main/svx/source/unodraw/ |
H A D | unoshape.cxx | 827 uno::Type* pTypes = aTypeSequence.getArray(); in _getTypes() local 835 *pTypes++ = beans::XMultiPropertyStates::static_type(); in _getTypes() 860 uno::Type* pTypes = aTypeSequence.getArray(); in _getTypes() local 868 *pTypes++ = beans::XMultiPropertyStates::static_type(); in _getTypes() 895 uno::Type* pTypes = aTypeSequence.getArray(); in _getTypes() local 903 *pTypes++ = beans::XMultiPropertyStates::static_type(); in _getTypes() 934 uno::Type* pTypes = aTypeSequence.getArray(); in _getTypes() local 942 *pTypes++ = beans::XMultiPropertyStates::static_type(); in _getTypes() 968 uno::Type* pTypes = aTypeSequence.getArray(); in _getTypes() local 1001 uno::Type* pTypes = aTypeSequence.getArray(); in _getTypes() local [all …]
|
H A D | unopool.cxx | 386 uno::Type* pTypes = aTypes.getArray(); in getTypes() local 388 *pTypes++ = ::getCppuType((const uno::Reference< uno::XAggregation>*)0); in getTypes() 389 *pTypes++ = ::getCppuType((const uno::Reference< lang::XServiceInfo>*)0); in getTypes() 390 *pTypes++ = ::getCppuType((const uno::Reference< lang::XTypeProvider>*)0); in getTypes() 391 *pTypes++ = ::getCppuType((const uno::Reference< beans::XPropertySet>*)0); in getTypes() 392 *pTypes++ = ::getCppuType((const uno::Reference< beans::XPropertyState>*)0); in getTypes() 393 *pTypes++ = ::getCppuType((const uno::Reference< beans::XMultiPropertySet>*)0); in getTypes()
|
/aoo41x/main/cppuhelper/source/ |
H A D | implbase_ex.cxx | 306 Type * pTypes = types.getArray(); in ImplHelper_getTypes() local 307 __fillTypes( pTypes, cd ); in ImplHelper_getTypes() 318 Type * pTypes = types.getArray(); in ImplInhHelper_getTypes() local 319 __fillTypes( pTypes, cd ); in ImplInhHelper_getTypes() 356 Type * pTypes = types.getArray(); in WeakImplHelper_getTypes() local 357 __fillTypes( pTypes, cd ); in WeakImplHelper_getTypes() 389 Type * pTypes = types.getArray(); in WeakAggImplHelper_getTypes() local 390 __fillTypes( pTypes, cd ); in WeakAggImplHelper_getTypes() 423 Type * pTypes = types.getArray(); in WeakComponentImplHelper_getTypes() local 424 __fillTypes( pTypes, cd ); in WeakComponentImplHelper_getTypes() [all …]
|
H A D | implbase.cxx | 63 , pTypes( 0 ) in ClassDataBase() 72 , pTypes( 0 ) in ClassDataBase() 79 delete pTypes; in ~ClassDataBase() 114 if (! pTypes) in initTypeProvider() 148 pTypes = types; in initTypeProvider() 154 if (! pTypes) in getTypes() 156 return *pTypes; in getTypes() 161 if (! pTypes) in getImplementationId()
|
/aoo41x/main/ucb/source/cacher/ |
H A D | cachedcontentresultsetstub.cxx | 141 static Sequence< Type >* pTypes = NULL; in XTYPEPROVIDER_COMMON_IMPL() local 142 if( !pTypes ) in XTYPEPROVIDER_COMMON_IMPL() 145 if( !pTypes ) in XTYPEPROVIDER_COMMON_IMPL() 147 pTypes = new Sequence< Type >(13); in XTYPEPROVIDER_COMMON_IMPL() 149 (*pTypes)[1] = CPPU_TYPE_REF( XServiceInfo ); in XTYPEPROVIDER_COMMON_IMPL() 150 (*pTypes)[2] = CPPU_TYPE_REF( XComponent ); in XTYPEPROVIDER_COMMON_IMPL() 151 (*pTypes)[3] = CPPU_TYPE_REF( XCloseable ); in XTYPEPROVIDER_COMMON_IMPL() 153 (*pTypes)[5] = CPPU_TYPE_REF( XPropertySet ); in XTYPEPROVIDER_COMMON_IMPL() 156 (*pTypes)[8] = CPPU_TYPE_REF( XResultSet ); in XTYPEPROVIDER_COMMON_IMPL() 158 (*pTypes)[10] = CPPU_TYPE_REF( XRow ); in XTYPEPROVIDER_COMMON_IMPL() [all …]
|
/aoo41x/main/editeng/source/uno/ |
H A D | unotext2.cxx | 205 uno::Type* pTypes = maTypeSequence.getArray(); in getTypes() local 207 *pTypes++ = ::getCppuType(( const uno::Reference< text::XTextRange >*)0); in getTypes() 208 *pTypes++ = ::getCppuType(( const uno::Reference< beans::XPropertySet >*)0); in getTypes() 213 *pTypes++ = ::getCppuType(( const uno::Reference< text::XTextContent >*)0); in getTypes() 215 *pTypes++ = ::getCppuType(( const uno::Reference< lang::XServiceInfo >*)0); in getTypes() 216 *pTypes++ = ::getCppuType(( const uno::Reference< lang::XTypeProvider >*)0); in getTypes() 217 *pTypes++ = ::getCppuType(( const uno::Reference< lang::XUnoTunnel >*)0); in getTypes() 558 uno::Type* pTypes = maTypeSequence.getArray(); in getTypes() local 560 *pTypes++ = ::getCppuType(( const uno::Reference< text::XTextRange >*)0); in getTypes() 561 *pTypes++ = ::getCppuType(( const uno::Reference< text::XTextCursor >*)0); in getTypes() [all …]
|
H A D | unotext.cxx | 1656 uno::Type* pTypes = maTypeSequence.getArray(); in getTypes() local 1658 *pTypes++ = ::getCppuType(( const uno::Reference< text::XTextRange >*)0); in getTypes() 1659 *pTypes++ = ::getCppuType(( const uno::Reference< beans::XPropertySet >*)0); in getTypes() 1663 *pTypes++ = ::getCppuType(( const uno::Reference< lang::XServiceInfo >*)0); in getTypes() 1664 *pTypes++ = ::getCppuType(( const uno::Reference< lang::XTypeProvider >*)0); in getTypes() 1665 *pTypes++ = ::getCppuType(( const uno::Reference< lang::XUnoTunnel >*)0); in getTypes() 1802 uno::Type* pTypes = maTypeSequence.getArray(); in getStaticTypes() local 1804 *pTypes++ = ::getCppuType(( const uno::Reference< text::XText >*)0); in getStaticTypes() 1806 *pTypes++ = ::getCppuType(( const uno::Reference< beans::XPropertySet >*)0); in getStaticTypes() 1815 *pTypes++ = ::getCppuType(( const uno::Reference< lang::XServiceInfo >*)0); in getStaticTypes() [all …]
|
/aoo41x/main/cppuhelper/qa/ifcontainer/ |
H A D | cppu_ifcontainer.cxx | 135 void doContainerTest(const ContainedType *pTypes) in doContainerTest() argument 148 pContainer->addInterface(pTypes[i / 2], xRefs[i]); in doContainerTest() 156 pHelper = pContainer->getContainer(pTypes[i]); in doContainerTest() 174 pHelper = pContainer->getContainer(pTypes[i]); in doContainerTest() 184 pContainer->removeInterface(pTypes[i], xRefs[i*2]); in doContainerTest() 191 pHelper = pContainer->getContainer(pTypes[i]); in doContainerTest() 202 uno::Type pTypes[nTests] = in testOMultiTypeInterfaceContainerHelper() local 216 uno::Type> (pTypes); in testOMultiTypeInterfaceContainerHelper() 221 sal_Int32 pTypes[nTests] = in testOMultiTypeInterfaceContainerHelperInt32() local 242 const char *pTypes[nTests] = in testOMultiTypeInterfaceContainerHelperVar() local [all …]
|
/aoo41x/main/autodoc/source/ary/cpp/ |
H A D | c_reposypart.cxx | 212 pTypes(0), in RepositoryPartition() 217 pTypes = new TypeAdmin(*this); in RepositoryPartition() 219 pCes->Set_Related(*pTypes); in RepositoryPartition() 249 ce_id = pTypes->Find_Type(i_type).RelatedCe(); in Search_RelatedCe() 295 csv_assert(pTypes != 0); in Types() 296 return *pTypes; in Types() 323 csv_assert(pTypes != 0); in Types() 324 return *pTypes; in Types() 340 std::for_each( pTypes->Storage().BeginUnreserved(), in Connect_AllTypes_2_TheirRelated_CodeEntites() 341 pTypes->Storage().End(), in Connect_AllTypes_2_TheirRelated_CodeEntites() [all …]
|
/aoo41x/main/autodoc/source/ary/idl/ |
H A D | i_reposypart.cxx | 55 pTypes(0), in RepositoryPartition() 58 pTypes = new TypeAdmin; in RepositoryPartition() 59 pCes = new CeAdmin(*pNamesDictionary, *pTypes); in RepositoryPartition() 74 secalc(*pCes,*pTypes); in Calculate_AllSecondaryInformation() 95 return *pTypes; in Types() 107 return *pTypes; in Types()
|
/aoo41x/main/svtools/source/graphic/ |
H A D | renderer.cxx | 177 uno::Type* pTypes = aTypes.getArray(); in getTypes() local 179 *pTypes++ = ::getCppuType((const uno::Reference< uno::XAggregation>*)0); in getTypes() 180 *pTypes++ = ::getCppuType((const uno::Reference< lang::XServiceInfo>*)0); in getTypes() 181 *pTypes++ = ::getCppuType((const uno::Reference< lang::XTypeProvider>*)0); in getTypes() 182 *pTypes++ = ::getCppuType((const uno::Reference< beans::XPropertySet>*)0); in getTypes() 183 *pTypes++ = ::getCppuType((const uno::Reference< beans::XPropertyState>*)0); in getTypes() 184 *pTypes++ = ::getCppuType((const uno::Reference< beans::XMultiPropertySet>*)0); in getTypes() 185 *pTypes++ = ::getCppuType((const uno::Reference< graphic::XGraphicRenderer>*)0); in getTypes()
|
H A D | descriptor.cxx | 291 uno::Type* pTypes = aTypes.getArray(); in getTypes() local 293 *pTypes++ = ::getCppuType((const uno::Reference< uno::XAggregation>*)0); in getTypes() 294 *pTypes++ = ::getCppuType((const uno::Reference< lang::XServiceInfo>*)0); in getTypes() 295 *pTypes++ = ::getCppuType((const uno::Reference< lang::XTypeProvider>*)0); in getTypes() 296 *pTypes++ = ::getCppuType((const uno::Reference< beans::XPropertySet>*)0); in getTypes() 297 *pTypes++ = ::getCppuType((const uno::Reference< beans::XPropertyState>*)0); in getTypes() 298 *pTypes++ = ::getCppuType((const uno::Reference< beans::XMultiPropertySet>*)0); in getTypes()
|
/aoo41x/main/sw/source/ui/misc/ |
H A D | numberingtypelistbox.cxx | 79 const sal_Int16* pTypes = NULL; in Reload() local 85 pTypes = aTypes.getConstArray(); in Reload() 109 if (pTypes) in Reload() 113 if (pTypes[nType] == nValue) in Reload() 130 if(pTypes) in Reload() 134 sal_Int16 nCurrent = pTypes[nType]; in Reload()
|
/aoo41x/main/svx/source/unogallery/ |
H A D | unogalthemeprovider.cxx | 143 uno::Type* pTypes = aTypes.getArray(); in getTypes() local 145 *pTypes++ = ::getCppuType((const uno::Reference< lang::XServiceInfo>*)0); in getTypes() 146 *pTypes++ = ::getCppuType((const uno::Reference< lang::XTypeProvider>*)0); in getTypes() 147 *pTypes++ = ::getCppuType((const uno::Reference< lang::XInitialization>*)0); in getTypes() 148 *pTypes++ = ::getCppuType((const uno::Reference< container::XElementAccess>*)0); in getTypes() 149 *pTypes++ = ::getCppuType((const uno::Reference< container::XNameAccess>*)0); in getTypes() 150 *pTypes++ = ::getCppuType((const uno::Reference< gallery::XGalleryThemeProvider>*)0); in getTypes()
|
H A D | unogalitem.cxx | 193 uno::Type* pTypes = aTypes.getArray(); in getTypes() local 195 *pTypes++ = ::getCppuType((const uno::Reference< lang::XServiceInfo>*)0); in getTypes() 196 *pTypes++ = ::getCppuType((const uno::Reference< lang::XTypeProvider>*)0); in getTypes() 197 *pTypes++ = ::getCppuType((const uno::Reference< gallery::XGalleryItem>*)0); in getTypes() 198 *pTypes++ = ::getCppuType((const uno::Reference< beans::XPropertySet>*)0); in getTypes() 199 *pTypes++ = ::getCppuType((const uno::Reference< beans::XPropertyState>*)0); in getTypes() 200 *pTypes++ = ::getCppuType((const uno::Reference< beans::XMultiPropertySet>*)0); in getTypes()
|
H A D | unogaltheme.cxx | 138 uno::Type* pTypes = aTypes.getArray(); in getTypes() local 140 *pTypes++ = ::getCppuType((const uno::Reference< lang::XServiceInfo>*)0); in getTypes() 141 *pTypes++ = ::getCppuType((const uno::Reference< lang::XTypeProvider>*)0); in getTypes() 142 *pTypes++ = ::getCppuType((const uno::Reference< container::XElementAccess>*)0); in getTypes() 143 *pTypes++ = ::getCppuType((const uno::Reference< container::XIndexAccess>*)0); in getTypes() 144 *pTypes++ = ::getCppuType((const uno::Reference< gallery::XGalleryTheme>*)0); in getTypes()
|
/aoo41x/main/stoc/source/invocation/ |
H A D | invocation.cxx | 1027 Type * pTypes = types.getArray(); in getTypes() local 1030 pTypes[ n++ ] = ::getCppuType( (Reference< XTypeProvider > const *)0 ); in getTypes() 1031 pTypes[ n++ ] = ::getCppuType( (Reference< XWeak > const *)0 ); in getTypes() 1032 pTypes[ n++ ] = ::getCppuType( (Reference< XInvocation > const *)0 ); in getTypes() 1033 pTypes[ n++ ] = ::getCppuType( (Reference< XMaterialHolder > const *)0 ); in getTypes() 1040 pTypes[ n++ ] = ::getCppuType( (Reference< XExactName > const *)0 ); in getTypes() 1044 pTypes[ n++ ] = ::getCppuType( (Reference< XNameContainer > const *)0 ); in getTypes() 1048 pTypes[ n++ ] = ::getCppuType( (Reference< XNameAccess > const *)0 ); in getTypes() 1056 pTypes[ n++ ] = ::getCppuType( (Reference< XIndexAccess > const *)0 ); in getTypes() 1064 pTypes[ n++ ] = ::getCppuType( (Reference< XElementAccess > const *)0 ); in getTypes() [all …]
|
/aoo41x/main/autodoc/source/display/toolkit/ |
H A D | hf_funcdecl.cxx | 157 pTypes(0), 166 pTypes = &(rRow >> *new Html::TableCell << new Html::VAlignAttr(C_sValignTop)); 177 (*pTypes) << new Xml::XmlCode(" <br>\n"); 188 (*pTypes) << new Xml::XmlCode(" <br>"); 191 (*pTypes)
|
/aoo41x/main/comphelper/source/property/ |
H A D | genericpropertyset.cxx | 241 uno::Type* pTypes = aTypes.getArray(); in getTypes() local 243 *pTypes++ = ::getCppuType((const uno::Reference< XAggregation>*)0); in getTypes() 244 *pTypes++ = ::getCppuType((const uno::Reference< XServiceInfo>*)0); in getTypes() 245 *pTypes++ = ::getCppuType((const uno::Reference< XTypeProvider>*)0); in getTypes() 246 *pTypes++ = ::getCppuType((const uno::Reference< XPropertySet>*)0); in getTypes() 247 *pTypes++ = ::getCppuType((const uno::Reference< XMultiPropertySet>*)0); in getTypes()
|
H A D | propstate.cxx | 69 ::com::sun::star::uno::Type* pTypes = aTypes.getArray(); in getTypes() 71 …pTypes[0] = getCppuType(( ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>… in getTypes() 72 …pTypes[1] = getCppuType(( ::com::sun::star::uno::Reference< ::com::sun::star::beans::XMultiPropert… in getTypes() 73 …pTypes[2] = getCppuType(( ::com::sun::star::uno::Reference< ::com::sun::star::beans::XFastProperty… in getTypes() 75 …pTypes[3] = getCppuType(( ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyStat… in getTypes()
|
/aoo41x/main/xml2cmp/source/xcd/ |
H A D | xmltree.cxx | 74 pTypes(0), in ModuleDescription() 81 AddChild( *Create_ModuleDescrOptional_Element( pTypes, pServiceDependencies ) ); in ModuleDescription() 100 o_rTypes.push_back(pTypes); in Get_Types() 114 pTypes(0), in ComponentDescription() 126 AddChild( *Create_CompDescrOptional_Element( pTypes, pServiceDependencies ) ); in ComponentDescription()
|
H A D | xmltree.hxx | 59 pTypes; member in ModuleDescription 75 Types() const { return *pTypes; } in Types() 84 pTypes; member in ComponentDescription
|
/aoo41x/main/stoc/test/excomp/ |
H A D | excomp2.cxx | 122 static OTypeCollection * pTypes = 0; in getTypes() local 123 if (! pTypes) in getTypes() 126 if (! pTypes) in getTypes() 134 pTypes = &aTypes; in getTypes() 137 return pTypes->getTypes(); in getTypes()
|
/aoo41x/main/svtools/source/uno/ |
H A D | unoimap.cxx | 368 uno::Type* pTypes = aTypes.getArray(); in getTypes() local 370 *pTypes++ = ::getCppuType((const uno::Reference< XAggregation>*)0); in getTypes() 371 *pTypes++ = ::getCppuType((const uno::Reference< XEventsSupplier>*)0); in getTypes() 372 *pTypes++ = ::getCppuType((const uno::Reference< XServiceInfo>*)0); in getTypes() 373 *pTypes++ = ::getCppuType((const uno::Reference< XPropertySet>*)0); in getTypes() 374 *pTypes++ = ::getCppuType((const uno::Reference< XMultiPropertySet>*)0); in getTypes() 375 *pTypes++ = ::getCppuType((const uno::Reference< XTypeProvider>*)0); in getTypes() 376 *pTypes++ = ::getCppuType((const uno::Reference< XUnoTunnel>*)0); in getTypes()
|
/aoo41x/main/bridges/inc/bridges/cpp_uno/ |
H A D | type_misc.hxx | 67 typelib_TypeDescriptionReference ** pTypes = pComp->ppTypeRefs; in cppu_relatesToInterface() local 70 switch (pTypes[nPos]->eTypeClass) in cppu_relatesToInterface() 82 TYPELIB_DANGER_GET( &pTD, pTypes[nPos] ); in cppu_relatesToInterface()
|