Searched refs:nNumeric (Results 1 – 4 of 4) sorted by relevance
286 explicit ImplControlValue( long nNumeric ) in ImplControlValue() argument287 : mType( CTRL_GENERIC ), mTristate(BUTTONVALUE_DONTKNOW), mNumber( nNumeric) {} in ImplControlValue()299 inline void setNumericVal( long nNumeric ) { mNumber = nNumeric; } in setNumericVal() argument
328 sal_Int32 nNumeric = aAddress.ToInt32(); in Execute() local329 if ( nNumeric > 0 && nNumeric <= MAXROW+1 ) in Execute()333 aScAddress.SetRow( (SCROW)(nNumeric - 1) ); in Execute()
1596 sal_Int32 nNumeric; in lcl_GetInputType() local1607 ( nNumeric = rText.ToInt32() ) > 0 && nNumeric <= MAXROW+1 ) in lcl_GetInputType()
690 sal_Int32 nNumeric = 0; in lcl_ParseTarget() local710 ( 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 34 milliseconds