Lines Matching refs:p

110 			const ImplAttributeNameConversion* p = gImplConversionList;  in ImplTranslateAttribute()  local
111 while( p->mpAPIName ) in ImplTranslateAttribute()
113 if( rString.compareToAscii( p->mpAPIName ) == 0 ) in ImplTranslateAttribute()
115 p++; in ImplTranslateAttribute()
117 if( p->mpMSName ) in ImplTranslateAttribute()
122 rString += OUString::createFromAscii( p->mpMSName ); in ImplTranslateAttribute()
125 rString = OUString::createFromAscii( p->mpMSName ); in ImplTranslateAttribute()
222 const convert_subtype* p = gConvertArray; in ImplTranslatePresetSubType() local
223 while( p->mpStrSubType ) in ImplTranslatePresetSubType()
225 if ( rPresetSubType.equalsAscii( p->mpStrSubType ) ) in ImplTranslatePresetSubType()
227 nPresetSubType = p->mnID; in ImplTranslatePresetSubType()
231 p++; in ImplTranslatePresetSubType()
245 const transition* p = gTransitions; in find() local
246 while( p->mpName ) in find()
249 if ( nType == p->mnType ) in find()
251 if ( nSubType == p->mnSubType ) in find()
253 if ( bDirection == p->mbDirection ) in find()
257 pRet = p->mpName; in find()
262 p++; in find()
403 const NamedValue* p = aUserData.getConstArray(); in processAfterEffectNodes() local
407 if( p->Name.equalsAscii( "master-element" ) ) in processAfterEffectNodes()
409 p->Value >>= xMaster; in processAfterEffectNodes()
412 p++; in processAfterEffectNodes()
853 const NamedValue* p = aUserData.getConstArray(); in exportAnimNode() local
857 if( p->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "node-type" ) ) ) in exportAnimNode()
860 if ( p->Value >>= nType ) in exportAnimNode()
930 const NamedValue* p = aUserData.getConstArray(); in exportAnimPropertySet() local
934 if( p->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "node-type" ) ) ) in exportAnimPropertySet()
936 pAny[ DFF_ANIM_NODE_TYPE ] = &(p->Value); in exportAnimPropertySet()
938 else if ( p->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "preset-class" ) ) ) in exportAnimPropertySet()
940 pAny[ DFF_ANIM_PRESET_CLASS ] = &(p->Value); in exportAnimPropertySet()
942 else if ( p->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "preset-id" ) ) ) in exportAnimPropertySet()
944 pAny[ DFF_ANIM_PRESET_ID ] = &(p->Value); in exportAnimPropertySet()
946 else if ( p->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "preset-sub-type" ) ) ) in exportAnimPropertySet()
948 pAny[ DFF_ANIM_PRESET_SUB_TYPE ] = &(p->Value); in exportAnimPropertySet()
950 else if ( p->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "master-element" ) ) ) in exportAnimPropertySet()
953 p->Value >>= xMaster; in exportAnimPropertySet()
955 p++; in exportAnimPropertySet()
1041 const preset_maping* p = gPresetMaping; in exportAnimPropertySet() local
1042 …while( p->mpStrPresetId && ((p->mnPresetClass != (sal_Int32)nAPIPresetClass) || !sPreset.equalsAsc… in exportAnimPropertySet()
1043 p++; in exportAnimPropertySet()
1045 if( p->mpStrPresetId ) in exportAnimPropertySet()
1047 nPresetId = p->mnPresetId; in exportAnimPropertySet()