Home
last modified time | relevance | path

Searched refs:pDouble (Results 1 – 20 of 20) sorted by relevance

/AOO42X/main/extensions/source/scanner/
H A Dsanedlg.cxx200 double *pDouble = NULL; in InitFields() local
201 nValue = mrSane.GetRange( nOption, pDouble ); in InitFields()
206 maReslBox.SetMin( (long)pDouble[0] ); in InitFields()
207 maReslBox.SetMax( (long)pDouble[ nValue-1 ] ); in InitFields()
210 if( i == 0 || i == nValue-1 || ! ( ((int)pDouble[i]) % 20) ) in InitFields()
211 maReslBox.InsertValue( (long)pDouble[i] ); in InitFields()
216 maReslBox.SetMin( (long)pDouble[0] ); in InitFields()
217 maReslBox.SetMax( (long)pDouble[1] ); in InitFields()
218 maReslBox.InsertValue( (long)pDouble[0] ); in InitFields()
225 … for ( int nRes = (long) pDouble[0] * 2; nRes < (long) pDouble[1]; nRes = nRes * 2 ) in InitFields()
[all …]
/AOO42X/main/cui/source/tabpages/
H A Dautocdlg.cxx1098 DoubleString* pDouble = pDoubleStringArray->GetObject( nPos - 1); in FillItemSet() local
1101 sEntry, pDouble->sShort )) in FillItemSet()
1105 if( !(pWordPtr->IsTextOnly() == (0 == pDouble->pUserData) in FillItemSet()
1107 pWordPtr->GetLong(), pDouble->sLong ) ) ) in FillItemSet()
1109 pAutoCorrect->PutText(sEntry, pDouble->sLong, eCurLang); in FillItemSet()
1126 DoubleString* pDouble = pDoubleStringArray->GetObject( nDoubleStringArrayPos ); in FillItemSet() local
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() local
[all …]
/AOO42X/main/basic/source/sbx/
H A Dsbxint.cxx205 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()
H A Dsbxstr.cxx130 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()
H A Dsbxdec.cxx561 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetDecimal()
757 if( !pDec->getDouble( *p->pDouble ) ) in ImpPutDecimal()
760 *p->pDouble = 0; in ImpPutDecimal()
H A Dsbxbool.cxx141 nRes = ( *p->pDouble != 0 ) ? SbxTRUE : SbxFALSE; break; in ImpGetBool()
233 *p->pDouble = n; break; in ImpPutBool()
H A Dsbxdbl.cxx125 nRes = *p->pDouble; break; in ImpGetDouble()
286 *p->pDouble = (double) n; break; in ImpPutDouble()
H A Dsbxulng.cxx178 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetULong()
296 *p->pDouble = n; break; in ImpPutULong()
H A Dsbxchar.cxx204 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetChar()
303 *p->pDouble = (double) n; break; in ImpPutChar()
H A Dsbxsng.cxx164 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetSingle()
330 *p->pDouble = (double) n; break; in ImpPutSingle()
H A Dsbxuint.cxx202 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetUShort()
311 *p->pDouble = n; break; in ImpPutUShort()
H A Dsbxbyte.cxx216 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetByte()
309 *p->pDouble = n; break; in ImpPutByte()
H A Dsbxlng.cxx170 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetLong()
316 *p->pDouble = (double) n; break; in ImpPutLong()
H A Dsbxcurr.cxx159 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetCurrency()
307 *p->pDouble = (double) dVal; break; in ImpPutCurrency()
H A Dsbxdate.cxx171 nRes = *p->pDouble; break; in ImpGetDate()
386 *p->pDouble = (double) n; break; in ImpPutDate()
H A Dsbxvalue.cxx234 case SbxDOUBLE: n |= SbxBYREF; aData.pDouble = (double*) p; break; in SbxValue()
/AOO42X/main/bridges/source/cpp_uno/gcc3_linux_hppa/
H A Duno2cpp.cxx81 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); \
/AOO42X/main/chart2/source/inc/
H A DCommonFunctors.hxx85 const double* pDouble = reinterpret_cast< const double * >( rAny.getValue() ); in operator ()() local
86 if( ::rtl::math::isNan(*pDouble) ) in operator ()()
89 * pDouble, in operator ()()
/AOO42X/main/sc/source/filter/excel/
H A Dxlchart.cxx236 sal_math_Double* pDouble = reinterpret_cast< sal_math_Double* >( &mfIntercept ); in XclChSerTrendLine() local
237 pDouble->w32_parts.msw = pDouble->w32_parts.lsw = 0xFFFFFFFF; in XclChSerTrendLine()
/AOO42X/main/basic/inc/basic/
H A Dsbxvar.hxx189 double* pDouble; member