Searched refs:Int32Pair (Results 1 – 4 of 4) sorted by relevance
135 Int32Pair aCoordPos = maTypeModel.moCoordPos.get( Int32Pair( 0, 0 ) ); in getCoordSystem()136 Int32Pair aCoordSize = maTypeModel.moCoordSize.get( Int32Pair( 1000, 1000 ) ); in getCoordSystem()
97 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()
67 …OptValue< Int32Pair > moCoordPos; /// Top-left position of coordinate system for childre…68 OptValue< Int32Pair > moCoordSize; /// Size of coordinate system for children scaling.
40 typedef ::std::pair< sal_Int32, sal_Int32 > Int32Pair; typedef
Completed in 27 milliseconds