| /trunk/main/vcl/source/control/ | 
| H A D | longcurr.cxx | 324 	mnMin				= 0;  in ImpInit()353             mnMin = pMgr->ReadLong();  in ImplLoadRes()
 412 	else if ( nNewValue < mnMin )  in SetUserValue()
 413 		nNewValue = mnMin;  in SetUserValue()
 443 		else if ( nTempValue < mnMin )  in GetValue()
 444 			nTempValue = mnMin;  in GetValue()
 488 	mnMin = nNewMin;  in SetMin()
 599 	mnFirst 	 = mnMin;  in LongCurrencyField()
 616 	mnFirst 	 = mnMin;  in LongCurrencyField()
 707 	if ( nValue < mnMin )  in Down()
 [all …]
 
 | 
| H A D | field.cxx | 452         else if ( nTempVal < mnMin )  in ImplNumericReformat()453             nTempVal = (double)mnMin;  in ImplNumericReformat()
 478     mnMin               = 0;  in ImplInit()
 491     mnFirst             = mnMin;  in ImplInit()
 551     mnMin = nNewMin;  in SetMin()
 621     else if ( nNewValue < mnMin )  in ImplSetUserValue()
 622         nNewValue = mnMin;  in ImplSetUserValue()
 752     if ( nValue < mnMin )  in FieldDown()
 753         nValue = mnMin;  in FieldDown()
 1620     else if ( nTempValue < mnMin )  in GetValue()
 [all …]
 
 | 
| /trunk/main/tools/source/memtools/ | 
| H A D | multisel.cxx | 877     , mnMin( i_nMinNumber )  in StringRangeEnumerator()886     if( mnMin >= 0 && i_nValue < mnMin )  in checkValue()
 903             i_nFirst = mnMin;  in insertRange()
 908             if( i_nFirst < mnMin )  in insertRange()
 909                 i_nFirst = mnMin;  in insertRange()
 912             if( i_nLast < mnMin )  in insertRange()
 913                 i_nLast = mnMin;  in insertRange()
 962         if( mnMin >= 0 && mnMax >= 0 )  in setRange()
 964             insertRange( mnMin, mnMax, mnMin != mnMax, ! i_bStrict );  in setRange()
 
 | 
| /trunk/main/vcl/inc/vcl/ | 
| H A D | salnativewidgets.hxx | 309 		long			mnMin;  member in ScrollbarValue325             mnMin = 0; mnMax = 0; mnCur = 0; mnVisibleSize = 0;  in ScrollbarValue()
 335 		long			mnMin;  member in SliderValue
 343 		, mnMin( 0 ), mnMax( 0 ), mnCur( 0 ), mnThumbState( 0 )  in SliderValue()
 
 | 
| H A D | longcurr.hxx | 48 	BigInt					mnMin;  member in LongCurrencyFormatter72 	BigInt					GetMin() const { return mnMin; }  in GetMin()
 
 | 
| H A D | field.hxx | 156     sal_Int64               mnMin;  member in NumericFormatter191     sal_Int64               GetMin() const { return mnMin; }  in GetMin()
 
 | 
| /trunk/main/tools/inc/tools/ | 
| H A D | multisel.hxx | 123     sal_Int32                                              mnMin;  member in StringRangeEnumerator155     StringRangeEnumerator() : mnCount( 0 ), mnMin( -1 ), mnMax( -1 ), mnOffset( -1 ) {}  in StringRangeEnumerator()
 166     sal_Int32 getMin() const { return mnMin; }  in getMin()
 167     void setMin( sal_Int32 i_nMinValue ) { mnMin = i_nMinValue; }  in setMin()
 
 | 
| /trunk/main/oox/source/ole/ | 
| H A D | axcontrol.cxx | 697     mnMin( 0 ),  in ComCtlScrollBarModel()712 …rConv.convertScrollBar( rPropMap, mnMin, mnMax, mnPosition, mnSmallChange, mnLargeChange, mbAwtMod…  in convertProperties()
 718     rInStrm >> mnScrollBarFlags >> mnLargeChange >> mnSmallChange >> mnMin >> mnMax >> mnPosition;  in importControlData()
 1344     mnMin( 0 ),  in AxSpinButtonModel()
 1382     aReader.readIntProperty< sal_Int32 >( mnMin );  in importBinaryModel()
 1397     sal_Int32 nMin = ::std::min( mnMin, mnMax );  in convertProperties()
 1398     sal_Int32 nMax = ::std::max( mnMin, mnMax );  in convertProperties()
 1421     mnMin( 0 ),  in AxScrollBarModel()
 1462     aReader.readIntProperty< sal_Int32 >( mnMin );  in importBinaryModel()
 1482     if( (mnPropThumb == AX_PROPTHUMB_ON) && (mnMin != mnMax) && (mnLargeChange > 0) )  in convertProperties()
 [all …]
 
 | 
| /trunk/main/padmin/source/ | 
| H A D | progress.hxx | 43 		int mnMax, mnMin;  member in padmin::ProgressDialog53 		void setRange( int nMin, int nMax ) { mnMin = nMin; mnMax = nMax; }  in setRange()
 
 | 
| H A D | progress.cxx | 49 		mnMin( nMin ),  in ProgressDialog()81 	maProgressBar.SetValue( nValue * 100 / ( mnMax - mnMin ) );  in setValue()
 
 | 
| /trunk/main/oox/source/xls/ | 
| H A D | drawingfragment.cxx | 556                 rAxModel.mnMin = pClientData->mnMin;  in createAndInsertClientXShape()566                 rAxModel.mnMin = pClientData->mnMin;  in createAndInsertClientXShape()
 
 | 
| H A D | worksheetfragment.cxx | 561     aModel.mnMin    = rAttribs.getInteger( XML_id, 0 );  in importBrk()685     rStrm >> aModel.mnColRow >> aModel.mnMin >> aModel.mnMax >> nManual;  in importBrk()
 
 | 
| /trunk/main/svx/source/table/ | 
| H A D | tablehandles.cxx | 71 , mnMin( nMin )  in TableEdgeHdl()101 …( std::max( static_cast<sal_Int32>(mbHorizontal ? rDrag.GetDY() : rDrag.GetDX()), mnMin ), mnMax );  in GetValidDragOffset()
 
 | 
| H A D | tablehandles.hxx | 70 	sal_Int32 mnMin, mnMax;  member in sdr::table::TableEdgeHdl
 | 
| /trunk/main/oox/inc/oox/ole/ | 
| H A D | axcontrol.hxx | 410     sal_Int32           mnMin;              /// Minimum of the value range.  member in oox::ole::ComCtlScrollBarModel689     sal_Int32           mnMin;              /// Minimum of the value range.  member in oox::ole::AxSpinButtonModel
 716     sal_Int32           mnMin;              /// Minimum of the value range.  member in oox::ole::AxScrollBarModel
 
 | 
| /trunk/main/vcl/unx/kde4/ | 
| H A D | KDESalGraphics.cxx | 437             option.minimum = sbVal->mnMin;  in drawNativeControl()542         option.minimum     = slVal->mnMin;  in drawNativeControl()
 
 | 
| /trunk/main/filter/source/msfilter/ | 
| H A D | msocximex.cxx | 5473     mnMin( 0 ),  in OCX_SpinButton()5516     if( mnBlockFlags & 0x00000020 )     rStrm >> mnMin;  in Read()
 5580     aTmp <<= mnMin;  in Import()
 5680     GetInt32Property( mnMin,       rPropSet, WW8_ASCII2STR( "SpinValueMin" ),    0x00000020 );  in WriteContents()
 5747     if( mnBlockFlags & 0x00000020 )     rStrm << mnMin;  in WriteData()
 5812     aTmp <<= mnMin;  in Import()
 5912     GetInt32Property( mnMin,       rPropSet, WW8_ASCII2STR( "ScrollValueMin" ),  0x00000020 );  in WriteContents()
 
 | 
| /trunk/main/vcl/unx/gtk/gdi/ | 
| H A D | salnativewidgets-gtk.cxx | 1561 		scrollbarValues->lower = pScrollbarVal->mnMin;  in NWPaintGTKScrollbar()1568 		scrollbarValues->lower = pScrollbarVal->mnMin;  in NWPaintGTKScrollbar()
 3037 …      gint x = (w - slider_length + 1) * (pVal->mnCur - pVal->mnMin) / (pVal->mnMax - pVal->mnMin);  in NWPaintGTKSlider()
 3059 …      gint y = (h - slider_length + 1) * (pVal->mnCur - pVal->mnMin) / (pVal->mnMax - pVal->mnMin);  in NWPaintGTKSlider()
 
 | 
| /trunk/main/oox/inc/oox/xls/ | 
| H A D | worksheethelper.hxx | 130     sal_Int32           mnMin;              /// Start of limited break.  member
 | 
| /trunk/main/vcl/aqua/source/gdi/ | 
| H A D | salnativewidgets.cxx | 800                 aTrackDraw.min   = pSLVal->mnMin;  in drawNativeControl()837                 aTrackDraw.min = pScrollbarVal->mnMin;  in drawNativeControl()
 
 | 
| /trunk/main/oox/inc/oox/vml/ | 
| H A D | vmlshape.hxx | 147     sal_Int32           mnMin;              /// Minimum value of spin buttons and scroll bars.  member
 | 
| /trunk/main/vcl/source/gdi/ | 
| H A D | sallayout.cxx | 90 	struct DiaRange { sal_UCS4 mnMin, mnEnd;};  in IsDiacritic()  member110 		if( (pRange->mnMin <= nChar) && (nChar < pRange->mnEnd) )  in IsDiacritic()
 
 | 
| /trunk/main/oox/source/vml/ | 
| H A D | vmlshape.cxx | 178     mnMin( 0 ),  in ClientData()
 | 
| H A D | vmlshapecontext.cxx | 215 …case VMLX_TOKEN( Min ):         mrClientData.mnMin = maElementText.toInt32();                     …  in onEndElement()
 | 
| /trunk/main/sc/source/filter/excel/ | 
| H A D | xiescher.cxx | 2480     mnMin( 0 ),  in XclImpTbxObjScrollableBase()2493 …rStrm >> mnValue >> mnMin >> mnMax >> mnStep >> mnPageStep >> mnOrient >> mnThumbWidth >> mnScroll…  in ReadSbs()
 2532     rPropSet.SetProperty< sal_Int32 >( CREATE_OUSTRING( "SpinValueMin" ), mnMin );  in DoProcessControl()
 2571     rPropSet.SetProperty< sal_Int32 >( CREATE_OUSTRING( "ScrollValueMin" ), mnMin );  in DoProcessControl()
 
 |