Lines Matching refs:p

104 	const transition* p = gTransitions;  in find()  local
106 while( p->mpName ) in find()
108 if( rName.compareToAscii( p->mpName ) == 0 ) in find()
109 return p; in find()
111 p++; in find()
617 const NamedValue* p = aUserData.getConstArray(); in fixMainSequenceTiming() local
621 if( p->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "node-type" ) ) ) in fixMainSequenceTiming()
624 p->Value >>= nNodeType; in fixMainSequenceTiming()
633 p++; in fixMainSequenceTiming()
694 const ImplAttributeNameConversion* p = gImplConversionList; in convertAnimationNode() local
706 while( p->mpMSName ) in convertAnimationNode()
708 if( aAttributeName.compareToAscii( p->mpMSName ) == 0 ) in convertAnimationNode()
711 p++; in convertAnimationNode()
714 …DBG_ASSERT( p->mpMSName || (aAttributeName.getLength() == 0), "sd::AnimationImporter::convertAnima… in convertAnimationNode()
716 …if( p->mpMSName == 0 ) dump( "<error text=\"sd::AnimationImporter::convertAnimationNode(), unknown… in convertAnimationNode()
719 eAttribute = p->meAttribute; in convertAnimationNode()
721 if( p->mpAPIName ) in convertAnimationNode()
722 aAttributeName = OUString::createFromAscii( p->mpAPIName ); in convertAnimationNode()
1093 const convert_subtype* p = gConvertArray; in getConvertedSubType() local
1095 while( p->mpStrSubType ) in getConvertedSubType()
1097 if( p->mnID == nPresetSubType ) in getConvertedSubType()
1099 pStr = p->mpStrSubType; in getConvertedSubType()
1102 p++; in getConvertedSubType()
1242 const preset_maping* p = gPresetMaping; in fillNode() local
1243 …while( p->mpStrPresetId && ((p->mnPresetClass != nEffectPresetClass) || (p->mnPresetId != nPresetI… in fillNode()
1244 p++; in fillNode()
1246 if( p->mpStrPresetId ) in fillNode()
1248 aUserData[nSize].Value <<= OUString::createFromAscii( p->mpStrPresetId ); in fillNode()