Home
last modified time | relevance | path

Searched refs:DoublePair (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/oox/inc/oox/vml/
H A Dvmlformatting.hxx41 typedef ::std::pair< double, double > DoublePair; typedef
194 …OptValue< DoublePair > moFocusPos; /// Rectanguar gradient focus position of second color.
195 OptValue< DoublePair > moFocusSize; /// Rectanguar gradient focus size of second color.
/aoo4110/main/oox/source/vml/
H A Dvmlformatting.cxx526 DoublePair aFocusPos = moFocusPos.get( DoublePair( 0.0, 0.0 ) ); in pushToPropMap()
527 DoublePair aFocusSize = moFocusSize.get( DoublePair( 0.0, 0.0 ) ); in pushToPropMap()
H A Dvmlshapecontext.cxx112 OptValue< DoublePair > lclDecodePercentPair( const AttributeList& rAttribs, sal_Int32 nToken ) in lclDecodePercentPair()
115 OptValue< DoublePair > oRetValue; in lclDecodePercentPair()
120 oRetValue = DoublePair( in lclDecodePercentPair()

Completed in 34 milliseconds