Home
last modified time | relevance | path

Searched refs:Int32Pair (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/oox/source/vml/
H A Dvmlshape.cxx135 Int32Pair aCoordPos = maTypeModel.moCoordPos.get( Int32Pair( 0, 0 ) ); in getCoordSystem()
136 Int32Pair aCoordSize = maTypeModel.moCoordSize.get( Int32Pair( 1000, 1000 ) ); in getCoordSystem()
H A Dvmlshapecontext.cxx97 OptValue< Int32Pair > lclDecodeInt32Pair( const AttributeList& rAttribs, sal_Int32 nToken ) in lclDecodeInt32Pair()
100 OptValue< Int32Pair > oRetValue; in lclDecodeInt32Pair()
105 oRetValue = Int32Pair( aValue1.toInt32(), aValue2.toInt32() ); in lclDecodeInt32Pair()
/aoo41x/main/oox/inc/oox/vml/
H A Dvmlshape.hxx67 …OptValue< Int32Pair > moCoordPos; /// Top-left position of coordinate system for childre…
68 OptValue< Int32Pair > moCoordSize; /// Size of coordinate system for children scaling.
H A Dvmlformatting.hxx40 typedef ::std::pair< sal_Int32, sal_Int32 > Int32Pair; typedef

Completed in 42 milliseconds