Home
last modified time | relevance | path

Searched defs:nMax (Results 1 – 25 of 205) sorted by relevance

123456789

/trunk/main/sot/source/base/
H A Dexchange.cxx243 sal_uLong i, nMax = SOT_FORMAT_FILE_LIST; in RegisterFormatName() local
283 sal_uLong i, nMax = SOT_FORMAT_FILE_LIST; in RegisterFormatMimeType() local
411 sal_uLong i, nMax = SOT_FORMAT_FILE_LIST; in GetFormatIdFromMimeType() local
450 sal_uLong i, nMax = SOT_FORMAT_FILE_LIST; in GetFormat() local
/trunk/main/sal/osl/os2/
H A Dsecurity.c146 sal_Bool SAL_CALL osl_psz_getUserIdent(oslSecurity Security, sal_Char *pszIdent, sal_uInt32 nMax) in osl_psz_getUserIdent()
181 sal_Bool SAL_CALL osl_psz_getUserName(oslSecurity Security, sal_Char* pszName, sal_uInt32 nMax) in osl_psz_getUserName()
213 sal_Bool SAL_CALL osl_psz_getHomeDir(oslSecurity Security, sal_Char* pszDirectory, sal_uInt32 nMax) in osl_psz_getHomeDir()
278 …l_Bool SAL_CALL osl_psz_getConfigDir(oslSecurity Security, sal_Char* pszDirectory, sal_uInt32 nMax) in osl_psz_getConfigDir()
/trunk/main/rsc/inc/
H A Drscrange.hxx40 sal_Int32 nMax; // Maximum des Bereiches member in RscRange
81 sal_Int32 nMax; // Maximum des Bereiches member in RscLongRange
129 sal_Int32 nMax; // Maximum 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.cxx104 sal_uInt16 nMax, sal_uInt16 nStep ) in EnableRelativeMode()
/trunk/main/sc/source/filter/inc/
H A Dxestream.hxx105 inline void SetMaxRecSize( sal_uInt16 nMax ) { mnCurrMaxSize = nMax; } in SetMaxRecSize()
107 inline void SetMaxContSize( sal_uInt16 nMax ) { mnMaxContSize = nMax; } in SetMaxContSize()
/trunk/main/chart2/source/view/main/
H A DChartItemPool.cxx199 const sal_uInt16 nMax = SCHATTR_END - SCHATTR_START + 1; in ~ChartItemPool() local
/trunk/main/sal/osl/unx/
H A Dsecurity.c663 sal_Bool SAL_CALL osl_psz_getUserIdent(oslSecurity Security, sal_Char *pszIdent, sal_uInt32 nMax) in osl_psz_getUserIdent()
699 …tic sal_Bool SAL_CALL osl_psz_getUserName(oslSecurity Security, sal_Char* pszName, sal_uInt32 nMax) in osl_psz_getUserName()
731 …sal_Bool SAL_CALL osl_psz_getHomeDir(oslSecurity Security, sal_Char* pszDirectory, sal_uInt32 nMax) in osl_psz_getHomeDir()
794 …l_Bool SAL_CALL osl_psz_getConfigDir(oslSecurity Security, sal_Char* pszDirectory, sal_uInt32 nMax) in osl_psz_getConfigDir()
816 …l_Bool SAL_CALL osl_psz_getConfigDir(oslSecurity Security, sal_Char* pszDirectory, sal_uInt32 nMax) in osl_psz_getConfigDir()
/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/svx/inc/svx/
H A Ducsubset.hxx43 Subset( sal_UCS4 nMin, sal_UCS4 nMax, const String& aName ) in Subset()
/trunk/main/sw/source/ui/table/
H A Dinstable.cxx154 sal_Int64 nMax = aRowEdit.GetValue(); in SwInsTableDlg() local
203 sal_Int64 nMax = ( nRow == 1 )? 1 : nRow - 1 ; in IMPL_LINK_INLINE_END() local
/trunk/main/sc/source/ui/docshell/
H A Dpagedata.cxx79 ScPageBreakData::ScPageBreakData(size_t nMax) in ScPageBreakData()
/trunk/main/cui/source/dialogs/
H A Dsplitcelldlg.cxx79 long nMax = bIsVert ? mnMaxVertical : mnMaxHorizontal; in IMPL_LINK() local
H A Dzoom.cxx139 void SvxZoomDialog::SetLimits( sal_uInt16 nMin, sal_uInt16 nMax ) in SetLimits()
206 sal_uInt16 nMax = 1000; in SvxZoomDialog() local
/trunk/main/sfx2/source/bastyp/
H A Dbitset.cxx145 sal_uInt16 nMax = 0; in BitSet() local
265 sal_uInt16 nMax = Min(nBlocks, rSet.nBlocks); in operator |=() local
/trunk/main/svx/source/sidebar/text/
H A DTextCharacterSpacingControl.cxx248 long nMax = mrTextPropertyPanel.GetSelFontSize()/6; in Rearrange() local
434 long nMax = mrTextPropertyPanel.GetSelFontSize()/6; in IMPL_LINK() local
/trunk/main/sax/source/expatwrap/
H A Dxml2utf.cxx144 int nMax = str.indexOf( 10 ); in removeEncoding() local
240 int nMax = str.indexOf( 10 ); in scanForEncoding() local
/trunk/main/vbahelper/source/msforms/
H A Dvbaspinbutton.cxx55 sal_Int32 nMax = 0; in getMax() local
/trunk/main/oox/source/drawingml/
H A Dcolor.cxx190 void lclSetValue( sal_Int32& ornValue, sal_Int32 nNew, sal_Int32 nMax = MAX_PERCENT ) in lclSetValue()
197 void lclModValue( sal_Int32& ornValue, sal_Int32 nMod, sal_Int32 nMax = MAX_PERCENT ) in lclModValue()
203 void lclOffValue( sal_Int32& ornValue, sal_Int32 nOff, sal_Int32 nMax = MAX_PERCENT ) in lclOffValue()
/trunk/main/sd/source/ui/view/
H A Dgrviewsh.cxx134 const long int nMax = maViewSize.Width() in IMPL_LINK() local
/trunk/main/chart2/source/tools/
H A DMeanValueRegressionCurveCalculator.cxx56 sal_Int32 nMax = nDataLength; in recalculateRegression() local
H A DInternalData.cxx141 const sal_Int32 nMax = ::std::min( rDataInRows[nRow].getLength(), m_nColumnCount ); in setData() local
243 const sal_Int32 nMax = m_nColumnCount; in swapRowWithNext() local
263 const sal_Int32 nMax = m_nRowCount; in swapColumnWithNext() local
/trunk/main/vcl/unx/gtk/a11y/
H A Datkimage.cxx39 static const int nMax = 10; in getAsConst() local
/trunk/main/vcl/aqua/source/gdi/
H A Dsalmathutils.cxx115 unsigned long nMax = 0; in Euclidian2Norm() local

Completed in 89 milliseconds

123456789