Home
last modified time | relevance | path

Searched refs:pType (Results 1 – 25 of 246) sorted by relevance

12345678910

/AOO41X/main/comphelper/source/property/
H A DTypeGeneration.cxx149 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()
161 case CPPUTYPE_FONTSLANT: pType = &::getCppuType( (FontSlant*)0 ); break; in GenerateCppuType()
162 case CPPUTYPE_LOCALE: pType = &::getCppuType( (Locale*)0 ); break; in GenerateCppuType()
[all …]
/AOO41X/main/cppu/source/uno/
H A Dcopy.hxx108 …ypeDescriptionReference * pElementTypeRef = ((typelib_IndirectTypeDescription *)pTypeDescr)->pType; in _copyConstructArray()
171 typelib_TypeDescriptionReference * pType, typelib_TypeDescription * pTypeDescr, in _copyConstructAnyFromData() argument
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()
289 TYPELIB_DANGER_GET( &pTypeDescr, pType ); in _copyConstructAnyFromData()
306 TYPELIB_DANGER_GET( &pTypeDescr, pType ); in _copyConstructAnyFromData()
318 ((typelib_IndirectTypeDescription *)pTypeDescr)->pType, in _copyConstructAnyFromData()
323 TYPELIB_DANGER_GET( &pTypeDescr, pType ); in _copyConstructAnyFromData()
[all …]
H A Ddestr.hxx43 typelib_TypeDescriptionReference * pType = _unionGetSetType( pValue, pTypeDescr ); in _destructUnion() local
46 pType, release ); in _destructUnion()
47 ::typelib_typedescriptionreference_release( pType ); in _destructUnion()
86 TYPELIB_DANGER_GET( &pElementType, ((typelib_IndirectTypeDescription *)pTypeDescr)->pType ); in _destructArray()
95 ((typelib_IndirectTypeDescription *)pTypeDescr)->pType, release ); in _destructArray()
98 … typelib_typedescriptionreference_release(((typelib_IndirectTypeDescription *)pTypeDescr)->pType); in _destructArray()
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()
[all …]
H A Dany.cxx38 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 Dsequence.cxx531 pSource->pType, 0, in icopyConstructFromElements()
631 ((typelib_IndirectTypeDescription *) pElementTypeDescr)->pType; in icopyConstructFromElements()
767 uno_Sequence ** ppSequence, typelib_TypeDescriptionReference * pType, in uno_type_sequence_construct() argument
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()
850 uno_Sequence ** ppSequence, typelib_TypeDescriptionReference * pType, in uno_type_sequence_realloc() argument
861 TYPELIB_DANGER_GET( &pTypeDescr, pType ); in uno_type_sequence_realloc()
863 ppSequence, ((typelib_IndirectTypeDescription *)pTypeDescr)->pType, in uno_type_sequence_realloc()
883 ppSequence, ((typelib_IndirectTypeDescription *)pTypeDescr)->pType, in uno_sequence_realloc()
[all …]
H A Ddata.cxx86 typelib_TypeDescriptionReference * ret_type = aRet.pType; in binuno_queryInterface()
110 buf.append( * reinterpret_cast< OUString const * >( &pExc->pType->pTypeName ) ); in binuno_queryInterface()
180 typelib_TypeDescriptionReference * pType, in destructSequence() argument
184 idestructSequence( pSequence, pType, pTypeDescr, release ); in destructSequence()
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()
[all …]
H A Dconstr.hxx79 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 Dtypelib.cxx297 if( pTDR->pType && !pTDR->pType->bOnDemand ) in ~TypeDescriptor_Init_Impl()
299 pTDR->pType->bOnDemand = sal_True; in ~TypeDescriptor_Init_Impl()
300 typelib_typedescription_release( pTDR->pType ); in ~TypeDescriptor_Init_Impl()
504 &pTD, ((typelib_IndirectTypeDescription *)pTD)->pType ); in complete()
592 pIndirect->pType = 0; in typelib_typedescription_newEmpty()
607 pTmp->pType = 0; in typelib_typedescription_newEmpty()
772 rtl_uString * pTypeName, typelib_TypeDescriptionReference * pType, in newTypeDescription() argument
782 typelib_typedescriptionreference_getDescription( ppRet, pType ); in newTypeDescription()
793 typelib_typedescriptionreference_acquire( pType ); in newTypeDescription()
794 ((typelib_IndirectTypeDescription *)*ppRet)->pType = pType; in newTypeDescription()
[all …]
/AOO41X/main/cppu/inc/com/sun/star/uno/
H A DAny.hxx69 ::uno_type_any_construct( this, rAny.pData, rAny.pType, (uno_AcquireFunc)cpp_acquire ); in Any()
102 this, rAny.pData, rAny.pType, in operator =()
110 return ::rtl::OUString( pType->pTypeName ); in getValueTypeName()
143 rType.getTypeLibType(), pData, pType, in isExtractableTo()
153 rType.getTypeLibType(), pData, pType, in has()
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 >>=()
231 if (typelib_TypeClass_BOOLEAN == rAny.pType->eTypeClass) in operator >>=()
241 return (typelib_TypeClass_BOOLEAN == rAny.pType->eTypeClass && in operator ==()
[all …]
/AOO41X/main/autodoc/source/parser/cpp/
H A Dpe_type.cxx102 pType(0), in PE_Type()
229 pType = new ary::cpp::UsedType(scope_id); in InitData()
249 *pType.Release() ); in TransferData()
281 pType->Add_NameSegment( in SpReturn_Class()
290 pType->Add_NameSegment( in SpReturn_Class()
309 pType->Add_NameSegment( in SpReturn_Enum()
314 pType->Add_NameSegment( in SpReturn_Enum()
334 pType->Add_NameSegment(i_sText); in On_start_Identifier()
353 pType->Set_Const(); in On_start_const()
360 pType->Set_Volatile(); in On_start_volatile()
[all …]
/AOO41X/main/extensions/source/propctrlr/
H A Dxsdvalidationpropertyhandler.cxx119 ::rtl::Reference< XSDDataType > pType = m_pHelper->getValidatingDataType(); in getPropertyValue()
123 …case PROPERTY_ID_XSD_DATA_TYPE: aReturn = pType.is() ? pType->getFacet( PROPERTY_NAME ) : makeAny… in getPropertyValue()
124 …case PROPERTY_ID_XSD_WHITESPACES:aReturn = pType.is() ? pType->getFacet( PROPERTY_XSD_WHITESPACES … 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()
157 ::rtl::Reference< XSDDataType > pType = m_pHelper->getValidatingDataType(); in setPropertyValue()
158 if ( !pType.is() ) in setPropertyValue()
164 pType->setFacet( _rPropertyName, _rValue ); in setPropertyValue()
497 ::rtl::Reference< XSDDataType > pType = m_pHelper->getValidatingDataType(); in implPrepareCloneDataCurrentType()
[all …]
/AOO41X/main/idl/source/prj/
H A Ddatabase.cxx461 SvMetaType * pType = rList.First(); in FindType() local
462 while( pType && pPType != pType ) in FindType()
463 pType = rList.Next(); in FindType()
464 return pType; in FindType()
469 SvMetaType * pType = aTypeList.First(); in FindType() local
470 while( pType && rName != pType->GetName() ) in FindType()
471 pType = aTypeList.Next(); in FindType()
472 return pType; in FindType()
526 SvMetaType * pType = rList.First(); in ReadKnownType() local
527 while( pType ) in ReadKnownType()
[all …]
/AOO41X/main/sw/source/ui/fldui/
H A Dfldvar.cxx281 SwUserFieldType* pType = (SwUserFieldType*) in IMPL_LINK() local
284 if ( pType ) in IMPL_LINK()
290 aNameED.SetText( pType->GetName() ); in IMPL_LINK()
292 if ( pType->GetType() == UF_STRING ) in IMPL_LINK()
294 aValueED.SetText( pType->GetContent() ); in IMPL_LINK()
298 aValueED.SetText( pType->GetContent() ); in IMPL_LINK()
303 aValueED.SetText( pType->GetContent() ); in IMPL_LINK()
470 SwDDEFieldType* pType = in IMPL_LINK() local
473 if ( pType ) in IMPL_LINK()
475 aNameED.SetText( pType->GetName() ); in IMPL_LINK()
[all …]
/AOO41X/main/sc/source/filter/excel/
H A Dtokstack.cxx77 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()
596 if (pType[ *pAkt ] == T_Id) in GetElementRek()
622 pType[ nElementAkt ] = T_Id; // Typinfo eintragen in operator >>()
[all …]
/AOO41X/main/stoc/source/invocation_adapterfactory/
H A Diafactory.cxx185 void * pDest, typelib_TypeDescriptionReference * pType,
188 void * pDest, typelib_TypeDescriptionReference * pType,
274 void * pDest, typelib_TypeDescriptionReference * pType, uno_Any * pSource, in coerce_assign() argument
277 if (typelib_TypeClass_ANY == pType->eTypeClass) in coerce_assign()
280 (uno_Any *)pDest, pSource->pData, pSource->pType, 0, 0 ); in coerce_assign()
284 pDest, pType, pSource->pData, pSource->pType, 0, 0, 0 )) in coerce_assign()
293 args[ 1 ] = &pType; in coerce_assign()
305 p_exc->pType->eTypeClass == typelib_TypeClass_EXCEPTION ); in coerce_assign()
309 p_exc->pType )) in coerce_assign()
313 pOutExc, p_exc->pData, p_exc->pType, 0 ); in coerce_assign()
[all …]
/AOO41X/main/sfx2/source/doc/
H A Ddocfilt.cxx138 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 Datrfld.cxx117 SwFieldType* pType = mpField ? mpField->GetTyp() : 0; in ~SwFmtFld() local
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()
[all …]
/AOO41X/main/idl/source/objects/
H A Dtypes.cxx55 SvMetaAttribute::SvMetaAttribute( SvMetaType * pType ) in SvMetaAttribute() argument
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
225 DBG_ASSERT( pType, "no type for attribute" ); in IsMethod()
226 return pType->GetType() == TYPE_METHOD; in IsMethod()
231 SvMetaType * pType = GetType(); in IsVariable() local
232 return pType->GetType() != TYPE_METHOD; in IsVariable()
[all …]
/AOO41X/main/sw/source/ui/index/
H A Dtoxmgr.cxx316 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 Dbinaryany.cxx53 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 Devtmethodhelper.cxx37 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 Dcppu_opt.cxx36 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 Dparser.y1018 AstType *pType = (AstType*)$2; variable
1019 if ( !pType || (pType->getNodeType() == NT_exception) )
1024 pOp = new AstOperation($1, pType, *$4, pScope);
1142 AstType const * pType = $8->compose($5); variable
1143 if ( pType )
1152 AstDeclaration const * type = resolveTypedefs(pType);
1172 static_cast< Direction >($2), $7, pType, $8->getName(),
1645 AstType const * pType = NULL; variable
1676 pType = pDecl->compose($2);
1678 if ( !pType )
[all …]
/AOO41X/main/autodoc/source/ary/idl/
H A Dia_type.cxx285 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 Dsfxstatuslistener.cxx225 ::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()

12345678910