Home
last modified time | relevance | path

Searched refs:mnMax (Results 1 – 25 of 31) sorted by last modified time

12

/trunk/main/vcl/unx/kde4/
H A DKDESalGraphics.cxx427 if (sbVal->mnVisibleSize < sbVal->mnMax) in drawNativeControl()
438 option.maximum = sbVal->mnMax - sbVal->mnVisibleSize; in drawNativeControl()
541 option.maximum = slVal->mnMax; in drawNativeControl()
/trunk/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx1015 m_pScrollBar->setMaxValue( pValue->mnMax - pValue->mnVisibleSize ); in scrollBar()
/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx1562 scrollbarValues->upper = pScrollbarVal->mnMax; in NWPaintGTKScrollbar()
1569 scrollbarValues->upper = pScrollbarVal->mnMax; 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/vcl/source/window/
H A Dprintdlg.cxx2532 mnMax( i_nMax ), in PrintProgressDialog()
2538 if( mnMax < 1 ) in PrintProgressDialog()
2539 mnMax = 1; in PrintProgressDialog()
2585 mnMax = i_nMax; in setProgress()
2587 if( mnMax < 1 ) in setProgress()
2588 mnMax = 1; in setProgress()
2591 aNewText = searchAndReplace( aNewText, "%n", 2, rtl::OUString::valueOf( mnMax ) ); in setProgress()
2600 if( mnCur < mnMax ) in tick()
2632 static_cast<sal_uInt16>(10000*mnCur/mnMax), in Paint()
/trunk/main/vcl/source/control/
H A Dslider.cxx389 sldValue.mnMax = mnMaxRange; in ImplDraw()
H A Dfield.cxx450 if ( nTempVal > mnMax ) in ImplNumericReformat()
492 mnLast = mnMax; in ImplInit()
560 mnMax = nNewMax; in SetMax()
619 if ( nNewValue > mnMax ) in ImplSetUserValue()
620 nNewValue = mnMax; in ImplSetUserValue()
649 if ( nTempValue > mnMax ) in GetValue()
740 if ( nValue > mnMax ) in FieldUp()
741 nValue = mnMax; in FieldUp()
1618 if ( nTempValue > mnMax ) in GetValue()
1619 nTempValue = (double)mnMax; in GetValue()
[all …]
H A Dlongcurr.cxx325 mnMax = 0x7FFFFFFF; in ImpInit()
326 mnMax *= 0x7FFFFFFF; in ImpInit()
410 if ( nNewValue > mnMax ) in SetUserValue()
411 nNewValue = mnMax; in SetUserValue()
441 if ( nTempValue > mnMax ) in GetValue()
442 nTempValue = mnMax; in GetValue()
496 mnMax = nNewMax; in SetMax()
600 mnLast = mnMax; in LongCurrencyField()
617 mnLast = mnMax; in LongCurrencyField()
694 if ( nValue > mnMax ) in Up()
[all …]
H A Dscrbar.cxx565 scrValue.mnMax = mnMaxRange; in ImplDrawNative()
/trunk/main/vcl/inc/vcl/
H A Dsalnativewidgets.hxx310 long mnMax; member in ScrollbarValue
325 mnMin = 0; mnMax = 0; mnCur = 0; mnVisibleSize = 0; in ScrollbarValue()
336 long mnMax; member in SliderValue
343 , mnMin( 0 ), mnMax( 0 ), mnCur( 0 ), mnThumbState( 0 ) in SliderValue()
H A Dlongcurr.hxx49 BigInt mnMax; member in LongCurrencyFormatter
74 BigInt GetMax() const { return mnMax; } in GetMax()
H A Dfield.hxx157 sal_Int64 mnMax; member in NumericFormatter
193 sal_Int64 GetMax() const { return mnMax; } in GetMax()
/trunk/main/vcl/inc/
H A Dprintdlg.hxx311 sal_Int32 mnMax; member in vcl::PrintProgressDialog
/trunk/main/vcl/aqua/source/gdi/
H A Dsalnativewidgets.cxx801 aTrackDraw.max = pSLVal->mnMax;; in drawNativeControl()
838 aTrackDraw.max = pScrollbarVal->mnMax - pScrollbarVal->mnVisibleSize; in drawNativeControl()
/trunk/main/tools/source/memtools/
H A Dmultisel.cxx878 , mnMax( i_nMaxNumber ) in StringRangeEnumerator()
888 if( mnMax >= 0 && i_nValue > mnMax ) in checkValue()
905 i_nLast = mnMax; in insertRange()
910 if( i_nFirst > mnMax ) in insertRange()
911 i_nFirst = mnMax; in insertRange()
914 if( i_nLast > mnMax ) in insertRange()
915 i_nLast = mnMax; in insertRange()
962 if( mnMin >= 0 && mnMax >= 0 ) in setRange()
964 insertRange( mnMin, mnMax, mnMin != mnMax, ! i_bStrict ); in setRange()
/trunk/main/tools/inc/tools/
H A Dmultisel.hxx124 sal_Int32 mnMax; member in StringRangeEnumerator
155 StringRangeEnumerator() : mnCount( 0 ), mnMin( -1 ), mnMax( -1 ), mnOffset( -1 ) {} in StringRangeEnumerator()
168 sal_Int32 getMax() const { return mnMax; } in getMax()
169 void setMax( sal_Int32 i_nMaxValue ) { mnMax = i_nMaxValue; } in setMax()
/trunk/main/svx/source/table/
H A Dtablehandles.cxx72 , mnMax( nMax ) in TableEdgeHdl()
101 …( std::max( static_cast<sal_Int32>(mbHorizontal ? rDrag.GetDY() : rDrag.GetDX()), mnMin ), mnMax ); in GetValidDragOffset()
H A Dtablehandles.hxx70 sal_Int32 mnMin, mnMax; member in sdr::table::TableEdgeHdl
/trunk/main/sc/source/filter/inc/
H A Dxiescher.hxx723 sal_uInt16 mnMax; member in XclImpTbxObjScrollableBase
/trunk/main/sc/source/filter/excel/
H A Dxiescher.cxx2481 mnMax( 100 ), in XclImpTbxObjScrollableBase()
2493 …rStrm >> mnValue >> mnMin >> mnMax >> mnStep >> mnPageStep >> mnOrient >> mnThumbWidth >> mnScroll… in ReadSbs()
2533 rPropSet.SetProperty< sal_Int32 >( CREATE_OUSTRING( "SpinValueMax" ), mnMax ); in DoProcessControl()
2572 rPropSet.SetProperty< sal_Int32 >( CREATE_OUSTRING( "ScrollValueMax" ), mnMax ); in DoProcessControl()
/trunk/main/padmin/source/
H A Dprogress.cxx48 mnMax( nMax ), in ProgressDialog()
81 maProgressBar.SetValue( nValue * 100 / ( mnMax - mnMin ) ); in setValue()
H A Dprogress.hxx43 int mnMax, mnMin; member in padmin::ProgressDialog
53 void setRange( int nMin, int nMax ) { mnMin = nMin; mnMax = nMax; } in setRange()
/trunk/main/oox/source/xls/
H A Dworksheetfragment.cxx562 aModel.mnMax = rAttribs.getInteger( XML_id, 0 ); in importBrk()
685 rStrm >> aModel.mnColRow >> aModel.mnMin >> aModel.mnMax >> nManual; in importBrk()
H A Ddrawingfragment.cxx557 rAxModel.mnMax = pClientData->mnMax; in createAndInsertClientXShape()
567 rAxModel.mnMax = pClientData->mnMax; in createAndInsertClientXShape()
/trunk/main/oox/source/vml/
H A Dvmlshapecontext.cxx216 …case VMLX_TOKEN( Max ): mrClientData.mnMax = maElementText.toInt32(); … in onEndElement()
H A Dvmlshape.cxx179 mnMax( 0 ), in ClientData()

Completed in 140 milliseconds

12