Home
last modified time | relevance | path

Searched refs:SAL_MAX_INT32 (Results 1 – 25 of 76) sorted by relevance

1234

/trunk/main/svx/inc/svx/
H A Dswframevalidation.hxx68 nMaxHPos(SAL_MAX_INT32), in SvxSwFrameValidation()
71 nMaxVPos(SAL_MAX_INT32), in SvxSwFrameValidation()
75 nMaxWidth(SAL_MAX_INT32), in SvxSwFrameValidation()
77 nMaxHeight(SAL_MAX_INT32) in SvxSwFrameValidation()
/trunk/main/framework/source/layoutmanager/
H A Dhelpers.cxx60 return (( aPos.X() == SAL_MAX_INT32 ) || ( aPos.Y() == SAL_MAX_INT32 )); in hasDefaultPosValue()
65 return (( aPos.X == SAL_MAX_INT32 ) && ( aPos.Y == SAL_MAX_INT32 )); in isDefaultPos()
70 return (( aPos.X() == SAL_MAX_INT32 ) && ( aPos.Y() == SAL_MAX_INT32 )); in isDefaultPos()
/trunk/main/oox/source/drawingml/chart/
H A Dchartdrawingfragment.cxx219 getLimitedValue< sal_Int32, sal_Int64 >( aShapeRectEmu.X, 0, SAL_MAX_INT32 ), in onEndElement()
220 getLimitedValue< sal_Int32, sal_Int64 >( aShapeRectEmu.Y, 0, SAL_MAX_INT32 ), in onEndElement()
221 … getLimitedValue< sal_Int32, sal_Int64 >( aShapeRectEmu.Width, 0, SAL_MAX_INT32 ), in onEndElement()
222 … getLimitedValue< sal_Int32, sal_Int64 >( aShapeRectEmu.Height, 0, SAL_MAX_INT32 ) ); in onEndElement()
/trunk/main/slideshow/source/engine/shapes/
H A Ddrawshapesubsetting.cxx236 mnMinSubsetActionIndex( SAL_MAX_INT32 ), in DrawShapeSubsetting()
248 mnMinSubsetActionIndex( SAL_MAX_INT32 ), in DrawShapeSubsetting()
265 mnMinSubsetActionIndex( SAL_MAX_INT32 ), in DrawShapeSubsetting()
282 mnMinSubsetActionIndex = SAL_MAX_INT32; in reset()
425 mnMinSubsetActionIndex = SAL_MAX_INT32; in revokeSubsetShape()
/trunk/main/stoc/source/simpleregistry/
H A Dsimpleregistry.cxx427 if (n > SAL_MAX_INT32) { in getLongListValue()
500 if (size > SAL_MAX_INT32) { in getAsciiValue()
609 if (n > SAL_MAX_INT32) { in getAsciiListValue()
721 if (size > SAL_MAX_INT32) { in getStringValue()
803 if (n > SAL_MAX_INT32) { in getStringListValue()
870 if (size > SAL_MAX_INT32) { in getBinaryValue()
1006 if (n > SAL_MAX_INT32) { in openKeys()
1039 if (n > SAL_MAX_INT32) { in getKeyNames()
H A Dtextualservices.cxx716 if (list->size() > SAL_MAX_INT32) { in getAsciiListValue()
1069 if (data_->implementations.size() > SAL_MAX_INT32) { in getChildren()
1106 SAL_MAX_INT32) in getChildren()
1130 SAL_MAX_INT32) in getChildren()
1153 if (data_->services.size() > SAL_MAX_INT32) { in getChildren()
1173 if (data_->singletons.size() > SAL_MAX_INT32) { in getChildren()
/trunk/main/binaryurp/source/
H A Dwriter.cxx436 OSL_ASSERT(header.size() <= SAL_MAX_INT32 && SAL_MAX_INT32 <= SAL_MAX_SIZE); in sendMessage()
437 sal_Size k = SAL_MAX_INT32 - header.size(); in sendMessage()
464 k = SAL_MAX_INT32; in sendMessage()
H A Dbridgefactory.cxx175 if (unnamed_.size() > SAL_MAX_INT32) { in getExistingBridges()
183 if (named_.size() > static_cast< sal_uInt32 >(SAL_MAX_INT32 - n)) { in getExistingBridges()
H A Dunmarshal.cxx457 if (n > SAL_MAX_INT32) { in readString()
487 if (n > SAL_MAX_INT32) { in readSequence()
/trunk/main/oox/source/drawingml/
H A Dshape.cxx215 sal_Int32 nGlobalLeft = SAL_MAX_INT32; in addChildren()
217 sal_Int32 nGlobalTop = SAL_MAX_INT32; in addChildren()
241 …if ( ( nGlobalLeft != SAL_MAX_INT32 ) && ( nGlobalRight != SAL_MIN_INT32 ) && ( nGlobalTop != SAL_… in addChildren()
H A Dfillproperties.cxx295 …BmpSizeX = getLimitedValue< sal_Int32, double >( aOriginalSize.Width * fScaleX, 1, SAL_MAX_INT32 ); in pushToPropMap()
298 …mpSizeY = getLimitedValue< sal_Int32, double >( aOriginalSize.Height * fScaleY, 1, SAL_MAX_INT32 ); in pushToPropMap()
/trunk/main/xmloff/inc/xmloff/
H A Dxmluconv.hxx146 sal_Int32 nMax = SAL_MAX_INT32) const;
163 sal_Int32 nMax = SAL_MAX_INT32);
242 sal_Int32 nMax = SAL_MAX_INT32);
/trunk/main/oox/source/xls/
H A Ddrawingfragment.cxx260 … getLimitedValue< sal_Int32, sal_Int64 >( aShapeRectEmu.X, 0, SAL_MAX_INT32 ), in onEndElement()
261 … getLimitedValue< sal_Int32, sal_Int64 >( aShapeRectEmu.Y, 0, SAL_MAX_INT32 ), in onEndElement()
262 … getLimitedValue< sal_Int32, sal_Int64 >( aShapeRectEmu.Width, 0, SAL_MAX_INT32 ), in onEndElement()
263 … getLimitedValue< sal_Int32, sal_Int64 >( aShapeRectEmu.Height, 0, SAL_MAX_INT32 ) ); in onEndElement()
/trunk/main/sax/inc/sax/tools/
H A Dconverter.hxx67 sal_Int32 nMax = SAL_MAX_INT32 );
115 sal_Int32 nMax = SAL_MAX_INT32 );
/trunk/main/idlc/source/
H A Dastexpression.cxx291 if (ev->u.ulval > SAL_MAX_INT32) in coerce_value()
297 if (ev->u.hval < SAL_MIN_INT32 || ev->u.hval > SAL_MAX_INT32) in coerce_value()
303 if (ev->u.uhval > SAL_MAX_INT32) in coerce_value()
313 if (ev->u.fval < SAL_MIN_INT32 || ev->u.fval > SAL_MAX_INT32) in coerce_value()
319 if (ev->u.dval < SAL_MIN_INT32 || ev->u.dval > SAL_MAX_INT32) in coerce_value()
/trunk/main/sal/inc/sal/
H A Dtypes.h231 #define SAL_MAX_INT32 ((sal_Int32) 0x7FFFFFFF) macro
238 #define SAL_MAX_SSIZE SAL_MAX_INT32
/trunk/main/oox/inc/oox/helper/
H A Dbinaryinputstream.hxx256 …sal_Int32 nReadSize = getLimitedValue< sal_Int32, sal_Int32 >( nElemCount, 0, SAL_MAX_INT32 / size… in readArray()
280 …sal_Int32 nSkipSize = getLimitedValue< sal_Int32, sal_Int32 >( nElemCount, 0, SAL_MAX_INT32 / size… in skipArray()
/trunk/main/comphelper/source/streaming/
H A Dmemorystream.cxx156 if( (location < 0) || (location > SAL_MAX_INT32) ) in seek()
186 if( nNewSize > SAL_MAX_INT32 ) in writeBytes()
/trunk/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx1105 m_aDragDelta = Point(SAL_MAX_INT32, SAL_MAX_INT32); in BegDragObj()
1116 Point aLeftTop = Point(SAL_MAX_INT32, SAL_MAX_INT32); in BegDragObj()
1426 m_aDragDelta = Point(SAL_MAX_INT32, SAL_MAX_INT32); in EndDragObj()
/trunk/main/sw/source/core/crsr/
H A Dbookmrk.cxx188 static sal_Int32 nCount = SAL_MAX_INT32; in GenerateNewName()
190 if(nCount == SAL_MAX_INT32) in GenerateNewName()
/trunk/main/oox/inc/oox/xls/
H A Daddressconverter.hxx252 sal_Int32 nLength = SAL_MAX_INT32 );
277 sal_Int32 nLength = SAL_MAX_INT32 );
/trunk/main/sc/source/ui/miscdlgs/
H A Dsolveroptions.cxx462 if ( nValue > SAL_MAX_INT32 ) in GetValue()
463 return SAL_MAX_INT32; in GetValue()
/trunk/main/embeddedobj/source/msole/
H A Dolecomponent.cxx1029 OSL_ENSURE( nWidth < SAL_MAX_INT32 && nWidth > SAL_MIN_INT32 in CalculateWithFactor()
1030 && nHeight < SAL_MAX_INT32 && nHeight > SAL_MIN_INT32, in CalculateWithFactor()
1198 if ( nX < SAL_MAX_INT32 && nY < SAL_MAX_INT32 ) in GetExtent()
/trunk/main/rsc/source/parser/
H A Drscinit.cxx233 aLong.SetRange( SAL_MIN_INT32, SAL_MAX_INT32 ); in Init()
234 aEnumLong.SetRange( SAL_MIN_INT32, SAL_MAX_INT32 ); in Init()
255 aIdLong.SetRange( SAL_MIN_INT32, SAL_MAX_INT32 ); in Init()
/trunk/main/sw/source/filter/ww8/
H A Dww8struc.hxx158 const WW8_FC WW8_FC_MAX = SAL_MAX_INT32;
159 const WW8_CP WW8_CP_MAX = SAL_MAX_INT32;

Completed in 140 milliseconds

1234