Home
last modified time | relevance | path

Searched refs:nMin (Results 126 – 144 of 144) sorted by relevance

123456

/trunk/main/xmlsecurity/source/helper/
H A Dxsecctl.hxx374 …sal_Bool convertNumber( sal_Int32& rValue, const rtl::OUString& rString, sal_Int32 nMin, sal_Int32…
/trunk/main/sw/inc/
H A Dswtable.hxx226 void PrepareDeleteCol( long nMin, long nMax );
/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx1286 int nMin, nEnd; local
1288 for( rArgs.ResetPos(); rArgs.GetNextRun( &nMin, &nEnd, &bRTL ); )
1290 aDropChars.push_back( nMin );
/trunk/main/svx/inc/svx/
H A Dsvxdlg.hxx83 virtual void SetLimits( sal_uInt16 nMin, sal_uInt16 nMax ) = 0;
/trunk/main/cui/source/factory/
H A Ddlgfact.cxx427 void AbstractSvxZoomDialog_Impl::SetLimits( sal_uInt16 nMin, sal_uInt16 nMax ) in SetLimits() argument
429 pDlg->SetLimits( nMin, nMax ); in SetLimits()
H A Ddlgfact.hxx214 virtual void SetLimits( sal_uInt16 nMin, sal_uInt16 nMax );
/trunk/main/tools/source/fsys/
H A Durlobj.cxx5279 sal_uInt32 nMin; in getUTF32() local
5284 nMin = 0x80; in getUTF32()
5290 nMin = 0x800; in getUTF32()
5296 nMin = 0x10000; in getUTF32()
5323 if (bUTF8 && nEncoded >= nMin in getUTF32()
/trunk/main/sc/source/filter/excel/
H A Dxepivot.cxx189 sal_uInt8 nMin = static_cast< sal_uInt8 >( pDateTime->GetMin() ); in WriteBody() local
192 rStrm << nYear << nMonth << nDay << nHour << nMin << nSec; in WriteBody()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx2027 long nMin = 0; in DeleteRowCol() local
2032 rTable.ExpandColumnSelection( aSelBoxes, nMin, nMax ); in DeleteRowCol()
2187 nMin, nMax, 0, sal_False, sal_False ); in DeleteRowCol()
2201 rTable.PrepareDeleteCol( nMin, nMax ); in DeleteRowCol()
/trunk/main/oox/inc/oox/ole/
H A Daxcontrol.hxx235 sal_Int32 nMin, sal_Int32 nMax, sal_Int32 nPosition,
/trunk/main/toolkit/source/controls/
H A Dunocontrols.cxx4293 void UnoProgressBarControl::setRange( sal_Int32 nMin, sal_Int32 nMax ) throw(::com::sun::star::uno:… in setRange() argument
4298 if ( nMin < nMax ) in setRange()
4301 aMin <<= nMin; in setRange()
4308 aMax <<= nMin; in setRange()
/trunk/main/starmath/source/
H A Ddialog.cxx629 sal_uInt16 nMin, nMax; member
688 Value[i] = Minimum[i] = rMinMax.nMin; in SmCategoryDesc()
/trunk/main/svtools/source/inc/
H A Dunoiface.hxx410 …void SAL_CALL setRange( sal_Int32 nMin, sal_Int32 nMax ) throw(::com::sun::star::uno::RuntimeExcep…
/trunk/main/sc/source/core/data/
H A Ddpobject.cxx2503 String ScDPCollection::CreateNewName( sal_uInt16 nMin ) const in CreateNewName()
2511 aNewName += String::CreateFromInt32( nMin + nAdd ); in CreateNewName()
/trunk/main/sw/source/filter/ww8/
H A Dww8par6.cxx1666 const short nMin = MINFLY + in FlySecur1() local
1669 if ( rSize < nMin ) in FlySecur1()
1670 rSize = nMin; in FlySecur1()
/trunk/main/filter/source/msfilter/
H A Dmsocximex.cxx5931 nMin( 0 ), in OCX_ProgressBar()
5949 nMin = static_cast< sal_Int32 >( fMin ); in Read()
5981 aTmp <<= nMin; in Import()
/trunk/main/filter/inc/filter/msfilter/
H A Dmsocximex.hxx1319 sal_Int32 nMin; member in OCX_ProgressBar
/trunk/main/vcl/source/fontsubset/
H A Dcff.cxx488 void getHintPair( int nIndex, ValType* nMin, ValType* nEnd) const;
/trunk/main/toolkit/inc/toolkit/controls/
H A Dunocontrols.hxx1462 …void SAL_CALL setRange( sal_Int32 nMin, sal_Int32 nMax ) throw(::com::sun::star::uno::RuntimeExcep…

Completed in 399 milliseconds

123456