Home
last modified time | relevance | path

Searched refs:nNumeric (Results 1 – 4 of 4) sorted by relevance

/trunk/main/vcl/inc/vcl/
H A Dsalnativewidgets.hxx286 explicit ImplControlValue( long nNumeric ) in ImplControlValue() argument
287 : mType( CTRL_GENERIC ), mTristate(BUTTONVALUE_DONTKNOW), mNumber( nNumeric) {} in ImplControlValue()
299 inline void setNumericVal( long nNumeric ) { mNumber = nNumeric; } in setNumericVal() argument
/trunk/main/sc/source/ui/view/
H A Dtabvwsh3.cxx328 sal_Int32 nNumeric = aAddress.ToInt32(); in Execute() local
329 if ( nNumeric > 0 && nNumeric <= MAXROW+1 ) in Execute()
333 aScAddress.SetRow( (SCROW)(nNumeric - 1) ); in Execute()
/trunk/main/sc/source/ui/app/
H A Dinputwin.cxx1596 sal_Int32 nNumeric; in lcl_GetInputType() local
1607 ( nNumeric = rText.ToInt32() ) > 0 && nNumeric <= MAXROW+1 ) in lcl_GetInputType()
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx690 sal_Int32 nNumeric = 0; in lcl_ParseTarget() local
710 ( nNumeric = rTarget.ToInt32() ) > 0 && nNumeric <= MAXROW+1 ) in lcl_ParseTarget()
713 …rTargetRange = ScAddress( 0, (SCROW)(nNumeric-1), nSourceTab ); // target row number is 1-based in lcl_ParseTarget()

Completed in 46 milliseconds