/aoo41x/main/comphelper/source/property/ |
H A D | TypeGeneration.cxx | 149 CppuTypes eType, const com::sun::star::uno::Type*& pType ) in GenerateCppuType() argument 153 case CPPUTYPE_BOOLEAN: pType = &::getBooleanCppuType(); break; in GenerateCppuType() 154 case CPPUTYPE_INT8: pType = &::getCppuType( (sal_Int8*)0 ); break; in GenerateCppuType() 155 case CPPUTYPE_INT16: pType = &::getCppuType( (sal_Int16*)0 ); break; in GenerateCppuType() 156 case CPPUTYPE_INT32: pType = &::getCppuType( (sal_Int32*)0 ); break; in GenerateCppuType() 158 case CPPUTYPE_DOUBLE: pType = &::getCppuType( (double*)0 ); break; in GenerateCppuType() 159 case CPPUTYPE_FLOAT: pType = &::getCppuType( (float*)0 ); break; in GenerateCppuType() 160 case CPPUTYPE_OUSTRING: pType = &::getCppuType( (OUString*)0 ); break; in GenerateCppuType() 162 case CPPUTYPE_LOCALE: pType = &::getCppuType( (Locale*)0 ); break; in GenerateCppuType() 191 case CPPUTYPE_DATE: pType = &::getCppuType( (util::Date*)0 ); break; in GenerateCppuType() [all …]
|
/aoo41x/main/cppu/source/uno/ |
H A D | copy.hxx | 175 TYPE_ACQUIRE( pType ); in _copyConstructAnyFromData() 176 pDestAny->pType = pType; in _copyConstructAnyFromData() 178 switch (pType->eTypeClass) in _copyConstructAnyFromData() 269 TYPELIB_DANGER_GET( &pTypeDescr, pType ); in _copyConstructAnyFromData() 364 pType = ((uno_Any *)pSource)->pType; in _copyConstructAny() 385 TYPE_ACQUIRE( pType ); in _copyConstructAny() 386 pDestAny->pType = pType; in _copyConstructAny() 387 switch (pType->eTypeClass) in _copyConstructAny() 574 pType, 0, in icopyConstructSequence() 748 switch (pType->eTypeClass) in _copyConstructData() [all …]
|
H A D | destr.hxx | 46 pType, release ); in _destructUnion() 104 typelib_TypeDescriptionReference * pType, 114 typelib_TypeDescriptionReference * pType = pAny->pType; in _destructAny() local 116 switch (pType->eTypeClass) in _destructAny() 156 TYPELIB_DANGER_GET( &pTypeDescr, pType ); in _destructAny() 330 typelib_TypeDescriptionReference * pType, in idestructSequence() argument 362 typelib_TypeDescriptionReference * pType, in _destructData() argument 367 switch (pType->eTypeClass) in _destructData() 389 TYPELIB_DANGER_GET( &pTypeDescr, pType ); in _destructData() 401 TYPELIB_DANGER_GET( &pTypeDescr, pType ); in _destructData() [all …]
|
H A D | any.cxx | 38 typelib_TypeDescriptionReference * pType, in uno_type_any_assign() argument 43 if (pType) in uno_type_any_assign() 45 _copyConstructAny( pDest, pSource, pType, 0, acquire, 0 ); in uno_type_any_assign() 72 typelib_TypeDescriptionReference * pType, in uno_type_any_construct() argument 76 if (pType) in uno_type_any_construct() 78 _copyConstructAny( pDest, pSource, pType, 0, acquire, 0 ); in uno_type_any_construct() 104 typelib_TypeDescriptionReference * pType, in uno_type_any_constructAndConvert() argument 108 if (pType) in uno_type_any_constructAndConvert() 110 _copyConstructAny( pDest, pSource, pType, 0, 0, mapping ); in uno_type_any_constructAndConvert()
|
H A D | sequence.cxx | 531 pSource->pType, 0, in icopyConstructFromElements() 776 TYPELIB_DANGER_GET( &pTypeDescr, pType ); in uno_type_sequence_construct() 779 ((typelib_IndirectTypeDescription *)pTypeDescr)->pType; in uno_type_sequence_construct() 820 ((typelib_IndirectTypeDescription *)pTypeDescr)->pType; in uno_sequence_construct() 861 TYPELIB_DANGER_GET( &pTypeDescr, pType ); in uno_type_sequence_realloc() 892 typelib_TypeDescriptionReference * pType, in uno_type_sequence_reference2One() argument 905 TYPELIB_DANGER_GET( &pTypeDescr, pType ); in uno_type_sequence_reference2One() 909 ((typelib_IndirectTypeDescription *)pTypeDescr)->pType, in uno_type_sequence_reference2One() 953 ((typelib_IndirectTypeDescription *)pTypeDescr)->pType, in uno_sequence_reference2One() 1000 typelib_TypeDescriptionReference * pType, in uno_type_sequence_assign() argument [all …]
|
H A D | data.cxx | 86 typelib_TypeDescriptionReference * ret_type = aRet.pType; in binuno_queryInterface() 180 typelib_TypeDescriptionReference * pType, in destructSequence() argument 201 void * pMem, typelib_TypeDescriptionReference * pType ) in uno_type_constructData() argument 204 _defaultConstructData( pMem, pType, 0 ); in uno_type_constructData() 215 void * pValue, typelib_TypeDescriptionReference * pType, in uno_type_destructData() argument 219 _destructData( pValue, pType, 0, release ); in uno_type_destructData() 233 typelib_TypeDescriptionReference * pType, in uno_type_copyData() argument 237 _copyConstructData( pDest, pSource, pType, 0, acquire, 0 ); in uno_type_copyData() 251 typelib_TypeDescriptionReference * pType, in uno_type_copyAndConvertData() argument 255 _copyConstructData( pDest, pSource, pType, 0, 0, mapping ); in uno_type_copyAndConvertData() [all …]
|
H A D | constr.hxx | 79 TYPELIB_DANGER_GET( &pElementType, ((typelib_IndirectTypeDescription *)pTypeDescr)->pType ); in _defaultConstructArray() 157 typelib_TypeDescriptionReference * pType, in _defaultConstructData() argument 161 switch (pType->eTypeClass) in _defaultConstructData() 207 TYPELIB_DANGER_GET( &pTypeDescr, pType ); in _defaultConstructData() 220 TYPELIB_DANGER_GET( &pTypeDescr, pType ); in _defaultConstructData() 232 TYPELIB_DANGER_GET( &pTypeDescr, pType ); in _defaultConstructData() 244 TYPELIB_DANGER_GET( &pTypeDescr, pType ); in _defaultConstructData()
|
/aoo41x/main/cppu/source/typelib/ |
H A D | typelib.cxx | 297 if( pTDR->pType && !pTDR->pType->bOnDemand ) in ~TypeDescriptor_Init_Impl() 607 pTmp->pType = 0; in typelib_typedescription_newEmpty() 794 ((typelib_IndirectTypeDescription *)*ppRet)->pType = pType; in newTypeDescription() 805 if( pType ) in newTypeDescription() 1662 if( pTDR->pType ) in typelib_typedescription_register() 1715 pTDR->pType +1, in typelib_typedescription_register() 2143 if( pTDR->pType && pTDR->pType->pWeakRef ) in typelib_typedescription_getByName() 2345 pTDR->pType = 0; in typelib_typedescriptionreference_new() 2429 if( pRef->pType && pRef->pType->pWeakRef ) in typelib_typedescriptionreference_getDescription() 2444 pRef->pType = 0; in typelib_typedescriptionreference_getDescription() [all …]
|
/aoo41x/main/cppu/inc/com/sun/star/uno/ |
H A D | Any.hxx | 102 this, rAny.pData, rAny.pType, in operator =() 167 pData, pType, rAny.pData, rAny.pType, in operator ==() 174 pData, pType, rAny.pData, rAny.pType, in operator !=() 222 rAny.pData, rAny.pType, in operator >>=() 285 switch (rAny.pType->eTypeClass) in operator >>=() 301 switch (rAny.pType->eTypeClass) in operator >>=() 318 switch (rAny.pType->eTypeClass) in operator >>=() 340 switch (rAny.pType->eTypeClass) in operator >>=() 363 switch (rAny.pType->eTypeClass) in operator >>=() 393 switch (rAny.pType->eTypeClass) in operator >>=() [all …]
|
/aoo41x/main/autodoc/source/parser/cpp/ |
H A D | pe_type.cxx | 102 pType(0), in PE_Type() 353 pType->Set_Const(); in On_start_const() 360 pType->Set_Volatile(); in On_start_volatile() 375 pType->Set_Absolute(); in On_start_DoubleColon() 394 pType->Set_Signed(); in On_start_TypeSpecializer() 419 pType->Set_Const(); in On_after_namesegment_const() 426 pType->Set_Volatile(); in On_after_namesegment_volatile() 469 pType->Add_PtrLevel(); in On_after_namesegment_Asterix() 519 pType->Set_Const(); in On_within_indirection_const() 526 pType->Set_Volatile(); in On_within_indirection_volatile() [all …]
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | xsdvalidationpropertyhandler.cxx | 123 …case PROPERTY_ID_XSD_DATA_TYPE: aReturn = pType.is() ? pType->getFacet( PROPERTY_NAME ) : makeAny… in getPropertyValue() 125 …case PROPERTY_ID_XSD_PATTERN: aReturn = pType.is() ? pType->getFacet( PROPERTY_XSD_PATTERN ) : … in getPropertyValue() 130 if ( pType.is() && pType->hasFacet( _rPropertyName ) ) in getPropertyValue() 131 aReturn = pType->getFacet( _rPropertyName ); in getPropertyValue() 158 if ( !pType.is() ) in setPropertyValue() 164 pType->setFacet( _rPropertyName, _rValue ); in setPropertyValue() 498 if ( !pType.is() ) in implPrepareCloneDataCurrentType() 521 if ( !pType.is() ) in implDoCloneCurrentDataType() 537 if ( !pType.is() ) in implPrepareRemoveCurrentDataType() 559 if ( !pType.is() ) in implDoRemoveCurrentDataType() [all …]
|
/aoo41x/main/idl/source/prj/ |
H A D | database.cxx | 462 while( pType && pPType != pType ) in FindType() 463 pType = rList.Next(); in FindType() 464 return pType; in FindType() 470 while( pType && rName != pType->GetName() ) in FindType() 472 return pType; in FindType() 527 while( pType ) in ReadKnownType() 533 if( pType ) in ReadKnownType() 570 return pType; in ReadKnownType() 574 xType->SetRef( pType ); in ReadKnownType() 604 if( !pType ) in ReadKnownAttr() [all …]
|
/aoo41x/main/sw/source/ui/fldui/ |
H A D | fldvar.cxx | 284 if ( pType ) in IMPL_LINK() 470 SwDDEFieldType* pType = in IMPL_LINK() local 473 if ( pType ) in IMPL_LINK() 905 if(pSh && pType) in IMPL_LINK() 906 bDelete = !pSh->IsUsed( *pType ); in IMPL_LINK() 919 if(pSh && pType) in IMPL_LINK() 954 if (pType == pFldType) in IMPL_LINK() 1035 SwFieldType* pType = 0; in IMPL_LINK() local 1045 pType = GetFldMgr().GetFldType(nId, sName); in IMPL_LINK() 1051 if (pType) // Aendern in IMPL_LINK() [all …]
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | tokstack.cxx | 77 pType = new E_TYPE[ nElement ]; in TokenPool() 125 delete[] pType; in ~TokenPool() 314 pTypeNew[ nL ] = pType[ nL ]; in GrowElement() 321 delete[] pType; in GrowElement() 324 pType = pTypeNew; in GrowElement() 396 if( pType[ nId ] == T_Id ) in GetElement() 400 switch( pType[ nId ] ) in GetElement() 559 if (pType[ nId ] != T_Id) in GetElementRek() 800 pType[ nElementAkt ] = T_Nlf; in StoreNlf() 914 if( T_Id == pType[ nId ] ) in IsSingleOp() [all …]
|
/aoo41x/main/stoc/source/invocation_adapterfactory/ |
H A D | iafactory.cxx | 277 if (typelib_TypeClass_ANY == pType->eTypeClass) in coerce_assign() 284 pDest, pType, pSource->pData, pSource->pType, 0, 0, 0 )) in coerce_assign() 293 args[ 1 ] = &pType; in coerce_assign() 309 p_exc->pType )) in coerce_assign() 313 pOutExc, p_exc->pData, p_exc->pType, 0 ); in coerce_assign() 330 pDest, pType, ret.pData, ret.pType, 0, 0, 0 )); in coerce_assign() 351 if (typelib_TypeClass_ANY == pType->eTypeClass) in coerce_construct() 353 ::uno_type_copyData( pDest, pSource, pType, 0 ); in coerce_construct() 356 if (type_equals( pType, pSource->pType)) in coerce_construct() 361 ::uno_type_constructData( pDest, pType ); in coerce_construct() [all …]
|
/aoo41x/main/sfx2/source/doc/ |
H A D | docfilt.cxx | 138 const char* pType=0; in GetTypeFromStorage() local 142 pType = "writer_MS_Word_97"; in GetTypeFromStorage() 144 pType = "writer_MS_Word_95"; in GetTypeFromStorage() 148 pType = "calc_MS_Excel_95"; in GetTypeFromStorage() 152 pType = "calc_MS_Excel_97"; in GetTypeFromStorage() 156 pType = "impress_MS_PowerPoint_97"; in GetTypeFromStorage() 160 pType = "math_MathType_3x"; in GetTypeFromStorage() 173 return pType ? String::CreateFromAscii(pType) : String(); in GetTypeFromStorage() 183 const char* pType=0; in GetTypeFromStorage() local 239 if ( pType ) in GetTypeFromStorage() [all …]
|
/aoo41x/main/sw/source/core/txtnode/ |
H A D | atrfld.cxx | 119 if (pType && pType->Which() == RES_DBFLD) in ~SwFmtFld() 120 pType = 0; // DB-Feldtypen zerstoeren sich selbst in ~SwFmtFld() 126 if( pType && pType->IsLastDepend() ) in ~SwFmtFld() 129 switch( pType->Which() ) in ~SwFmtFld() 132 bDel = ((SwUserFieldType*)pType)->IsDeleted(); in ~SwFmtFld() 136 bDel = ((SwSetExpFieldType*)pType)->IsDeleted(); in ~SwFmtFld() 140 bDel = ((SwDDEFieldType*)pType)->IsDeleted(); in ~SwFmtFld() 147 pType->Remove( this ); in ~SwFmtFld() 148 delete pType; in ~SwFmtFld() 283 if ( !pType->IsValid() ) in Modify() [all …]
|
/aoo41x/main/idl/source/objects/ |
H A D | types.cxx | 56 : aType( pType ) in SvMetaAttribute() 80 SvMetaType * pType; in Load() local 81 rStm >> pType; in Load() 82 aType = pType; in Load() 224 SvMetaType * pType = GetType(); in IsMethod() local 231 SvMetaType * pType = GetType(); in IsVariable() local 410 SvMetaType * pType = GetType(); in WriteSvIdl() local 517 SvMetaType * pType = GetType(); in WriteParam() local 649 SvMetaType * pType = GetType(); in WriteCSource() local 1492 if( pType ) in ReadHeaderSvIdl() [all …]
|
/aoo41x/main/sw/source/ui/index/ |
H A D | toxmgr.cxx | 316 const SwTOXType* pType = pSh->GetTOXType(eCurTOXType, 0); in UpdateOrInsertTOX() local 318 … pNewTOX = new SwTOXBase(pType, aForm, nsSwTOXElement::TOX_MARK, pType->GetTypeName()); in UpdateOrInsertTOX() 330 const SwTOXType* pType = pSh->GetTOXType(eCurTOXType, 0); in UpdateOrInsertTOX() local 332 pNewTOX = new SwTOXBase(pType, aForm, rDesc.GetContentOptions(), pType->GetTypeName()); in UpdateOrInsertTOX() 345 { const SwTOXType* pType = pSh->GetTOXType(TOX_USER, i); in UpdateOrInsertTOX() local 346 if(pType->GetTypeName() == *rDesc.GetTOUName()) in UpdateOrInsertTOX() 351 const SwTOXType* pType = pSh->GetTOXType(eCurTOXType, nPos); in UpdateOrInsertTOX() local 354 pNewTOX = new SwTOXBase(pType, aForm, rDesc.GetContentOptions(), pType->GetTypeName()); in UpdateOrInsertTOX() 394 const SwTOXType* pType = pSh->GetTOXType(eCurTOXType, 0); in UpdateOrInsertTOX() local 397 pType, aForm, in UpdateOrInsertTOX() [all …]
|
/aoo41x/main/binaryurp/source/ |
H A D | binaryany.cxx | 53 OSL_ASSERT(raw.pType != 0); in BinaryAny() 54 data_.pType = raw.pType; in BinaryAny() 55 typelib_typedescriptionreference_acquire(data_.pType); in BinaryAny() 61 uno_type_any_construct(&data_, other.data_.pData, other.data_.pType, 0); in BinaryAny() 70 uno_type_any_assign(&data_, other.data_.pData, other.data_.pType, 0, 0); in operator =() 80 return css::uno::TypeDescription(data_.pType); in getType() 89 type.equals(css::uno::TypeDescription(data_.pType)))); in getValue()
|
/aoo41x/main/comphelper/source/misc/ |
H A D | evtmethodhelper.cxx | 37 typelib_InterfaceTypeDescription *pType=0; in getEventMethodsForType() local 38 type.getDescription( (typelib_TypeDescription**)&pType); in getEventMethodsForType() 40 if(!pType) in getEventMethodsForType() 43 Sequence< ::rtl::OUString> aNames(pType->nMembers); in getEventMethodsForType() 45 for(sal_Int32 i=0;i<pType->nMembers;i++,++pNames) in getEventMethodsForType() 48 typelib_TypeDescriptionReference* pMemberDescriptionReference = pType->ppMembers[i]; in getEventMethodsForType() 59 typelib_typedescription_release( (typelib_TypeDescription *)pType ); in getEventMethodsForType()
|
/aoo41x/main/cppu/source/cppu/ |
H A D | cppu_opt.cxx | 36 typelib_TypeDescriptionReference * pType ) in cppu_unsatisfied_iquery_msg() argument 41 buf.append( OUString::unacquired( &pType->pTypeName ) ); in cppu_unsatisfied_iquery_msg() 50 typelib_TypeDescriptionReference * pType ) in cppu_unsatisfied_iset_msg() argument 55 buf.append( OUString::unacquired( &pType->pTypeName ) ); in cppu_unsatisfied_iset_msg() 64 uno_Any * pAny, typelib_TypeDescriptionReference * pType ) in cppu_Any_extraction_failure_msg() argument 70 buf.append( OUString::unacquired(&pAny->pType->pTypeName) ); in cppu_Any_extraction_failure_msg() 72 buf.append( OUString::unacquired(&pType->pTypeName) ); in cppu_Any_extraction_failure_msg()
|
/aoo41x/main/idlc/source/ |
H A D | parser.y | 1018 AstType *pType = (AstType*)$2; 1019 if ( !pType || (pType->getNodeType() == NT_exception) ) 1143 if ( pType ) 1678 if ( !pType ) 2157 pType = pDecl->compose($1); 2159 if ( !pType ) 2625 AstType *pType = (AstType*)$5; 2626 if ( pType ) 2791 if ( !pType ) 3011 if ( !pType) [all …]
|
/aoo41x/main/autodoc/source/ary/idl/ |
H A D | ia_type.cxx | 285 pType = Storage().Exists(i_nType) in Search_LocalNameOf() local 288 if (pType != 0) in Search_LocalNameOf() 290 switch (pType->AryClass()) in Search_LocalNameOf() 295 return static_cast< const Named_Type& >(*pType).Name(); in Search_LocalNameOf() 325 pType = &i_rType; in IsBuiltInOrRelated() local 326 while (is_type<Sequence>(*pType)) in IsBuiltInOrRelated() 329 nt = ary_cast<Sequence>(pType)->RelatedType(); in IsBuiltInOrRelated() 332 pType = & Storage()[nt]; in IsBuiltInOrRelated() 334 return is_type<BuiltInType>(*pType); in IsBuiltInOrRelated()
|
/aoo41x/main/sfx2/source/control/ |
H A D | sfxstatuslistener.cxx | 225 ::com::sun::star::uno::Type pType = rEvent.State.getValueType(); in statusChanged() 227 if ( pType == ::getVoidCppuType() ) in statusChanged() 232 else if ( pType == ::getBooleanCppuType() ) in statusChanged() 238 else if ( pType == ::getCppuType((const sal_uInt16*)0) ) in statusChanged() 244 else if ( pType == ::getCppuType((const sal_uInt32*)0) ) in statusChanged() 250 else if ( pType == ::getCppuType((const ::rtl::OUString*)0) ) in statusChanged() 256 else if ( pType == ::getCppuType((const ::com::sun::star::frame::status::ItemStatus*)0) ) in statusChanged() 263 else if ( pType == ::getCppuType((const ::com::sun::star::frame::status::Visibility*)0) ) in statusChanged()
|