Searched refs:pDouble (Results 1 – 20 of 20) sorted by relevance
200 double *pDouble = NULL; in InitFields() local225 for ( int nRes = (long) pDouble[0] * 2; nRes < (long) pDouble[1]; nRes = nRes * 2 ) in InitFields()234 if( pDouble ) in InitFields()235 delete [] pDouble; in InitFields()291 double *pDouble = NULL; in InitFields() local295 if( pDouble ) in InitFields()302 delete [] pDouble; in InitFields()600 double* pDouble = NULL; in IMPL_LINK() local611 fRes = pDouble[0]; in IMPL_LINK()616 fRes = pDouble[ 0 ]; in IMPL_LINK()[all …]
1101 sEntry, pDouble->sShort )) in FillItemSet()1127 if(pDouble->pUserData == &bHasSelectionText) in FillItemSet()1128 pAutoCorrect->PutText( pDouble->sShort, in FillItemSet()1132 pAutoCorrect->PutText( pDouble->sShort, pDouble->sLong, in FillItemSet()1233 DoubleString* pDouble = new DoubleString(); in RefillReplaceBox() local1237 pDouble->pUserData = pEntry->GetUserData(); in RefillReplaceBox()1238 pArray->Insert(pDouble, i); in RefillReplaceBox()1256 DoubleString* pDouble = pArray->GetObject(i); in RefillReplaceBox() local1257 sal_Bool bTextOnly = 0 == pDouble->pUserData; in RefillReplaceBox()1261 String sEntry(pDouble->sShort); in RefillReplaceBox()[all …]
205 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetInteger()335 *p->pDouble = (double) n; break; in ImpPutInteger()508 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetInt64()656 *p->pDouble = (double) n; break; in ImpPutInt64()811 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetUInt64()862 aTmp.pDouble = &p->nDouble; goto direct; in ImpPutUInt64()934 *p->pDouble = (float)ImpSalUInt64ToDouble( n ); break; in ImpPutUInt64()937 *p->pDouble = ImpSalUInt64ToDouble( n ); break; in ImpPutUInt64()
130 ImpPutDouble( &aTmp, *p->pDouble ); break; in ImpGetString()155 ImpPutDouble( &aTmp, *p->pDouble, /*bCoreString=*/sal_True ); in ImpGetCoreString()245 *p->pDouble = ImpGetDate( p ); break; in ImpPutString()247 *p->pDouble = ImpGetDouble( p ); break; in ImpPutString()
561 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetDecimal()757 if( !pDec->getDouble( *p->pDouble ) ) in ImpPutDecimal()760 *p->pDouble = 0; in ImpPutDecimal()
141 nRes = ( *p->pDouble != 0 ) ? SbxTRUE : SbxFALSE; break; in ImpGetBool()233 *p->pDouble = n; break; in ImpPutBool()
125 nRes = *p->pDouble; break; in ImpGetDouble()286 *p->pDouble = (double) n; break; in ImpPutDouble()
178 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetULong()296 *p->pDouble = n; break; in ImpPutULong()
216 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetByte()309 *p->pDouble = n; break; in ImpPutByte()
204 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetChar()303 *p->pDouble = (double) n; break; in ImpPutChar()
170 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetLong()316 *p->pDouble = (double) n; break; in ImpPutLong()
164 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetSingle()330 *p->pDouble = (double) n; break; in ImpPutSingle()
202 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetUShort()311 *p->pDouble = n; break; in ImpPutUShort()
159 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetCurrency()307 *p->pDouble = (double) dVal; break; in ImpPutCurrency()
171 nRes = *p->pDouble; break; in ImpGetDate()386 *p->pDouble = (double) n; break; in ImpPutDate()
234 case SbxDOUBLE: n |= SbxBYREF; aData.pDouble = (double*) p; break; in SbxValue()
81 sal_uInt32 *pDouble = (sal_uInt32 *)&(pFPR[nr++]); \82 pDouble[0] = *reinterpret_cast<sal_uInt32 *>( pSV ); \96 sal_uInt32 *pDouble = (sal_uInt32 *)&(pFPR[nr+1]); \97 pDouble[0] = *reinterpret_cast<sal_uInt32 *>( pSV ); \98 pDouble[1] = *(reinterpret_cast<sal_uInt32 *>( pSV ) + 1); \
85 const double* pDouble = reinterpret_cast< const double * >( rAny.getValue() ); in operator ()() local86 if( ::rtl::math::isNan(*pDouble) ) in operator ()()89 * pDouble, in operator ()()
236 sal_math_Double* pDouble = reinterpret_cast< sal_math_Double* >( &mfIntercept ); in XclChSerTrendLine() local237 pDouble->w32_parts.msw = pDouble->w32_parts.lsw = 0xFFFFFFFF; in XclChSerTrendLine()
189 double* pDouble; member
Completed in 80 milliseconds