Lines Matching refs:sal_Int32

103     maShapeProperties[ PROP_TextLeftDistance ]  <<= static_cast< sal_Int32 >( 250 );  in setDefaults()
104 maShapeProperties[ PROP_TextUpperDistance ] <<= static_cast< sal_Int32 >( 125 ); in setDefaults()
105 maShapeProperties[ PROP_TextRightDistance ] <<= static_cast< sal_Int32 >( 250 ); in setDefaults()
106 maShapeProperties[ PROP_TextLowerDistance ] <<= static_cast< sal_Int32 >( 125 ); in setDefaults()
150 const ShapeStyleRef* Shape::getShapeStyleRef( sal_Int32 nRefType ) const in getShapeStyleRef()
215 sal_Int32 nGlobalLeft = SAL_MAX_INT32; in addChildren()
216 sal_Int32 nGlobalRight = SAL_MIN_INT32; in addChildren()
217 sal_Int32 nGlobalTop = SAL_MAX_INT32; in addChildren()
218 sal_Int32 nGlobalBottom= SAL_MIN_INT32; in addChildren()
222 sal_Int32 l = (*aIter)->maPosition.X; in addChildren()
223 sal_Int32 t = (*aIter)->maPosition.Y; in addChildren()
224 sal_Int32 r = l + (*aIter)->maSize.Width; in addChildren()
225 sal_Int32 b = t + (*aIter)->maSize.Height; in addChildren()
243 sal_Int32 nGlobalWidth = nGlobalRight - nGlobalLeft; in addChildren()
244 sal_Int32 nGlobalHeight = nGlobalBottom - nGlobalTop; in addChildren()
251 …aShapeRect.X = static_cast< sal_Int32 >( ( ( (*aIter)->maPosition.X - nGlobalLeft ) * fXScale ) + … in addChildren()
252 …aShapeRect.Y = static_cast< sal_Int32 >( ( ( (*aIter)->maPosition.Y - nGlobalTop ) * fYScale ) + … in addChildren()
255 aShapeRect.Width = static_cast< sal_Int32 >( fWidth ); in addChildren()
256 aShapeRect.Height = static_cast< sal_Int32 >( fHeight ); in addChildren()
328 sal_Int32 i, nNumPoints = aPoly.count(); in createAndInsert()
334 …pPoints[ i ] = awt::Point( static_cast< sal_Int32 >( aPoint.getX() ), static_cast< sal_Int32 >( aP… in createAndInsert()
350 …awt::Point aAWTStartPosition( static_cast< sal_Int32 >( aStartPosition.getX() ), static_cast< sal_… in createAndInsert()
351 …awt::Point aAWTEndPosition( static_cast< sal_Int32 >( aEndPosition.getX() ), static_cast< sal_Int3… in createAndInsert()
415 sal_Int32 nLinePhClr = -1; in createAndInsert()
418 sal_Int32 nFillPhClr = -1; in createAndInsert()
483 const sal_Int32 nTextRotation(getTextBody()->getTextProperties().moRotation.get(0)); in createAndInsert()