Home
last modified time | relevance | path

Searched defs:nMin (Results 1 – 25 of 113) sorted by relevance

12345

/trunk/main/tools/source/datetime/
H A Dttime.cxx61 sal_Int32 nMin = rTime.GetMin(); in TimeToSec100() local
144 Time::Time( sal_uIntPtr nHour, sal_uIntPtr nMin, sal_uIntPtr nSec, sal_uIntPtr n100Sec ) in Time()
163 sal_Int32 nMin = GetMin(); in SetHour() local
193 sal_Int32 nMin = GetMin(); in SetSec() local
209 sal_Int32 nMin = GetMin(); in Set100Sec() local
225 sal_Int32 nMin = GetMin(); in GetMSFromTime() local
255 double nMin = GetMin(); in GetTimeInDays() local
H A Ddatetime.cxx144 long nMin = GetMin(); in GetSecFromDateTime() local
165 sal_uInt16 nMin = (sal_uInt16)(nSec / 60); in MakeDateTimeFromSec() local
/trunk/main/rsc/inc/
H A Drscrange.hxx39 sal_Int32 nMin; // Minimum des Bereiches member in RscRange
80 sal_Int32 nMin; // Minimum des Bereiches member in RscLongRange
128 sal_Int32 nMin; // Minimum des Bereiches member in RscIdRange
/trunk/main/svx/source/dialog/
H A Doptgrid.cxx45 void lcl_GetMinMax(MetricField& rField, long& nFirst, long& nLast, long& nMin, long& nMax) in lcl_GetMinMax()
53 void lcl_SetMinMax(MetricField& rField, long nFirst, long nLast, long nMin, long nMax) in lcl_SetMinMax()
223 long nFirst, nLast, nMin, nMax; in SvxGridTabPage() local
349 long nFirst, nLast, nMin, nMax; in ActivatePage() local
H A Drelfld.cxx103 void SvxRelativeField::EnableRelativeMode( sal_uInt16 nMin, in EnableRelativeMode()
/trunk/main/padmin/source/
H A Dprogress.hxx53 void setRange( int nMin, int nMax ) { mnMin = nMin; mnMax = nMax; } in setRange()
H A Dprogress.cxx41 int nMin, int nMax ) : in ProgressDialog()
/trunk/main/uui/source/
H A Dpassworddlg.hxx57 void SetMinLen( sal_uInt16 nMin ) { nMinLen = nMin; } in SetMinLen()
/trunk/main/svx/inc/svx/
H A Ducsubset.hxx43 Subset( sal_UCS4 nMin, sal_UCS4 nMax, const String& aName ) in Subset()
/trunk/main/framework/source/fwi/classes/
H A Dconverter.cxx208 sal_uInt32 nMin = sSource.getToken( 0, (sal_Unicode)':', nIndex ).toInt32(); in convert_String2DateTime() local
263 sal_Int32 nMin = aSource.GetMin(); in convert_DateTime2ISO8601() local
/trunk/main/cui/source/dialogs/
H A Dzoom.cxx139 void SvxZoomDialog::SetLimits( sal_uInt16 nMin, sal_uInt16 nMax ) in SetLimits()
205 sal_uInt16 nMin = 10; in SvxZoomDialog() local
/trunk/main/vcl/aqua/source/gdi/
H A Dsalmathutils.cxx117 unsigned long nMin = 0; in Euclidian2Norm() local
/trunk/main/sw/source/core/bastyp/
H A Dtabcol.cxx105 void SwTabCols::Insert( long nValue, long nMin, long nMax, sal_Bool bValue, sal_uInt16 nPos ) in Insert()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbapictureformat.cxx37 ScVbaPictureFormat::checkParameterRangeInDouble( double nRange, double nMin, double nMax ) throw (c… in checkParameterRangeInDouble()
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/tokenview/
H A DLineContainer.java58 int nMin = 0; in GetLineForY() local
/trunk/main/tools/inc/tools/
H A Dgen.hxx45 inline long MinMax( long nVal, long nMin, long nMax ) in MinMax()
298 inline Range::Range( long nMin, long nMax ) : Pair( nMin, nMax ) in Range()
346 void setMin(long nMin) { Min() = nMin; } in setMin()
358 inline Selection::Selection( long nMin, long nMax ) : in Selection()
/trunk/main/toolkit/workben/layout/
H A Dzoom.cxx234 void SvxZoomDialog::SetLimits( USHORT nMin, USHORT nMax ) in SetLimits()
313 USHORT nMin = 10; in SvxZoomDialog() local
/trunk/main/sd/source/ui/inc/
H A DDrawViewShell.hxx59 #define CHECK_RANGE(nMin, nValue, nMax) ((nValue >= nMin) && (nValue <= nMax)) argument
/trunk/main/sw/inc/
H A Dtabcol.hxx41 long nMin; member
/trunk/main/sw/source/filter/html/
H A Dhtmlctxt.cxx97 void SetContextStMin( sal_uInt16 nMin ) { nContextStMin = nMin; } in SetContextStMin()
100 void SetContextStAttrMin( sal_uInt16 nMin ) { nContextStAttrMin = nMin; } in SetContextStAttrMin()
/trunk/main/xmlsecurity/tools/demo/
H A Dutil2.cxx401 int QuerySelectNumber( int nMin, int nMax ) in QuerySelectNumber()
/trunk/main/svx/source/sidebar/line/
H A DLineWidthControl.cxx126 sal_Int64 nMin = maMFWidth.Denormalize( maMFWidth.GetMin( FUNIT_TWIP ) ); in Initialize() local
/trunk/main/svx/source/table/
H A Dtablehandles.cxx68 TableEdgeHdl::TableEdgeHdl( const Point& rPnt, bool bHorizontal, sal_Int32 nMin, sal_Int32 nMax, sa… in TableEdgeHdl()
/trunk/main/UnoControls/source/controls/
H A Dprogressbar.cxx254 void SAL_CALL ProgressBar::setRange ( sal_Int32 nMin, sal_Int32 nMax ) throw( RuntimeException ) in setRange()
/trunk/main/svtools/source/misc/
H A Dunitconv.cxx37 sal_Int64 nMin = rField.Denormalize( rField.GetMin( FUNIT_TWIP ) ); in SetFieldUnit() local
92 sal_Int64 nMin = rBox.Denormalize( rBox.GetMin( FUNIT_TWIP ) ); in SetFieldUnit() local

Completed in 92 milliseconds

12345