Searched refs:aAttributeName (Results 1 – 6 of 6) sorted by relevance
/trunk/main/framework/source/fwe/xml/ |
H A D | xmlnamespaces.cxx | 113 ::rtl::OUString aAttributeName = getNamespaceValue( aName.copy( 0, index ) ); in applyNSToAttributeName() 114 aAttributeName += ::rtl::OUString::createFromAscii( "^" ); in applyNSToAttributeName() 115 aAttributeName += aName.copy( index+1 ); in applyNSToAttributeName() 116 return aAttributeName; in applyNSToAttributeName()
|
H A D | saxnamespacefilter.cxx | 106 ::rtl::OUString aAttributeName = xAttribs->getNameByIndex( *i ); in startElement() 108 … ::rtl::OUString aNamespaceAttributeName = aXMLNamespaces.applyNSToAttributeName( aAttributeName ); in startElement()
|
/trunk/main/sd/source/filter/ppt/ |
H A D | pptinanimations.cxx | 689 OUString aAttributeName( xAnimate->getAttributeName() ); in convertAnimationNode() local 691 if( (nNodeType == AnimationNodeType::SET) && aAttributeName.equalsAscii( "fill.on" ) ) in convertAnimationNode() 702 aAttributeName = aEmpty; in convertAnimationNode() 708 if( aAttributeName.compareToAscii( p->mpMSName ) == 0 ) in convertAnimationNode() 714 …DBG_ASSERT( p->mpMSName || (aAttributeName.getLength() == 0), "sd::AnimationImporter::convertAnima… in convertAnimationNode() 722 aAttributeName = OUString::createFromAscii( p->mpAPIName ); in convertAnimationNode() 725 xAnimate->setAttributeName( aAttributeName ); in convertAnimationNode() 1769 OUString aAttributeName; in importAnimateAttributeTargetContainer() local 1770 importAttributeNamesContainer( pChildAtom, aAttributeName ); in importAnimateAttributeTargetContainer() 1772 xAnimate->setAttributeName( aAttributeName ); in importAnimateAttributeTargetContainer() [all …]
|
/trunk/main/sd/source/ui/animations/ |
H A D | CustomAnimationPane.cxx | 1193 const OUString aAttributeName( RTL_CONSTASCII_USTRINGPARAM( "CharHeight" ) ); in getProperty1Value() local 1194 Any aValue( pEffect->getProperty( AnimationNodeType::SET, aAttributeName, VALUE_TO ) ); in getProperty1Value() 1196 aValue = pEffect->getProperty( AnimationNodeType::ANIMATE, aAttributeName, VALUE_TO ); in getProperty1Value() 1265 const OUString aAttributeName( RTL_CONSTASCII_USTRINGPARAM( "CharHeight" ) ); in setProperty1Value() local 1266 … bEffectChanged = pEffect->setProperty( AnimationNodeType::SET, aAttributeName, VALUE_TO, rValue ); in setProperty1Value() 1268 …bEffectChanged = pEffect->setProperty( AnimationNodeType::ANIMATE, aAttributeName, VALUE_TO, rValu… in setProperty1Value()
|
/trunk/main/sd/source/core/ |
H A D | CustomAnimationEffect.cxx | 990 OUString aAttributeName; in createAfterEffectNode() local 995 aAttributeName = OUString( RTL_CONSTASCII_USTRINGPARAM( "DimColor" ) ); in createAfterEffectNode() 1000 aAttributeName = OUString( RTL_CONSTASCII_USTRINGPARAM( "Visibility" ) ); in createAfterEffectNode() 1021 xAnimate->setAttributeName( aAttributeName ); in createAfterEffectNode()
|
/trunk/main/sd/source/filter/eppt/ |
H A D | pptexanimations.cxx | 1714 rtl::OUString aAttributeName( xAnimate->getAttributeName() ); in exportAnimateTarget() local 1719 case 1 : aAttributeName = rtl::OUString::createFromAscii( "r" ); break; in exportAnimateTarget() 1725 OUString aToken( aAttributeName.getToken( 0, ';', nIndex ) ); in exportAnimateTarget()
|
Completed in 166 milliseconds