Lines Matching refs:SvStream

267 SvStream& operator<<(SvStream& rOut, AnimationNode& rNode )  in operator <<()
349 void AnimationExporter::doexport( const Reference< XDrawPage >& xPage, SvStream& rStrm ) in doexport()
501 void AnimationExporter::exportNode( SvStream& rStrm, Reference< XAnimationNode > xNode, const Refer… in exportNode()
797 void AnimationExporter::exportAnimNode( SvStream& rStrm, const Reference< XAnimationNode >& xNode, in exportAnimNode()
913 sal_Int16 AnimationExporter::exportAnimPropertySet( SvStream& rStrm, const Reference< XAnimationNod… in exportAnimPropertySet()
1145 sal_Bool AnimationExporter::exportAnimProperty( SvStream& rStrm, const sal_uInt16 nPropertyId, cons… in exportAnimProperty()
1212 void AnimationExporter::exportAnimPropertyString( SvStream& rStrm, const sal_uInt16 nPropertyId, co… in exportAnimPropertyString()
1223 void AnimationExporter::exportAnimPropertyFloat( SvStream& rStrm, const sal_uInt16 nPropertyId, con… in exportAnimPropertyFloat()
1232 void AnimationExporter::exportAnimPropertyuInt32( SvStream& rStrm, const sal_uInt16 nPropertyId, co… in exportAnimPropertyuInt32()
1240 void AnimationExporter::exportAnimPropertyByte( SvStream& rStrm, const sal_uInt16 nPropertyId, cons… in exportAnimPropertyByte()
1248 void AnimationExporter::writeZString( SvStream& rStrm, const rtl::OUString& rVal ) in writeZString()
1256 void AnimationExporter::exportAnimAction( SvStream& rStrm, const Reference< XAnimationNode >& xNode… in exportAnimAction()
1283 void AnimationExporter::exportAnimEvent( SvStream& rStrm, const Reference< XAnimationNode >& xNode,… in exportAnimEvent()
1551 void AnimationExporter::exportAnimateSet( SvStream& rStrm, const Reference< XAnimationNode >& xNode… in exportAnimateSet()
1627 void AnimationExporter::exportAnimate( SvStream& rStrm, const Reference< XAnimationNode >& xNode ) in exportAnimate()
1668 void AnimationExporter::exportAnimateTarget( SvStream& rStrm, const Reference< XAnimationNode >& xN… in exportAnimateTarget()
1745 void AnimationExporter::exportAnimateTargetElement( SvStream& rStrm, const Any aAny, const sal_Bool… in exportAnimateTargetElement()
1817 void AnimationExporter::exportAnimateKeyPoints( SvStream& rStrm, const Reference< XAnimate >& xAnim… in exportAnimateKeyPoints()
1858 void AnimationExporter::exportAnimValue( SvStream& rStrm, const Reference< XAnimationNode >& xNode,… in exportAnimValue()
1912 void AnimationExporter::exportTransitionFilter( SvStream& rStrm, const Reference< XAnimationNode >&… in exportTransitionFilter()
1937 void AnimationExporter::exportAnimateMotion( SvStream& rStrm, const Reference< XAnimationNode >& xN… in exportAnimateMotion()
1972 void AnimationExporter::exportAnimateTransform( SvStream& rStrm, const Reference< XAnimationNode >&… in exportAnimateTransform()
2090 void AnimationExporter::exportAnimateColor( SvStream& rStrm, const Reference< XAnimationNode >& xNo… in exportAnimateColor()
2138 void AnimationExporter::exportIterate( SvStream& rStrm, const Reference< XAnimationNode >& xNode ) in exportIterate()