Home
last modified time | relevance | path

Searched refs:lNumber (Results 1 – 3 of 3) sorted by relevance

/trunk/main/basic/source/runtime/
H A Dmethods1.cxx2034 sal_Int32 lNumber = rPar.Get(2)->GetLong(); in RTLFUNC() local
2039 double dAdd = pInfo->mdValue * lNumber; in RTLFUNC()
2055 sal_Int32 nTargetYear = lNumber + nYear; in RTLFUNC()
2064 bool bNeg = (lNumber < 0); in RTLFUNC()
2066 lNumber = -lNumber; in RTLFUNC()
2071 nYearsAdd = lNumber / 4; in RTLFUNC()
2072 nMonthAdd = (sal_Int16)( 3 * (lNumber % 4) ); in RTLFUNC()
2076 nYearsAdd = lNumber / 12; in RTLFUNC()
2077 nMonthAdd = (sal_Int16)( lNumber % 12 ); in RTLFUNC()
/trunk/main/rsc/inc/
H A Drscdef.hxx85 RscId( sal_Int32 lNumber ) in RscId() argument
86 { aExp.SetLong( lNumber ); } in RscId()
/trunk/main/rsc/source/res/
H A Drsccont.cxx516 sal_Int32 lNumber; in SetNumber() local
524 aError = aTmpI.pClass->GetNumber( aTmpI, &lNumber ); in SetNumber()
531 aError = aTmpI.pClass->GetNumber( aTmpI, &lNumber ); in SetNumber()

Completed in 33 milliseconds