Home
last modified time | relevance | path

Searched refs:pLong (Results 1 – 21 of 21) sorted by relevance

/aoo4110/main/registry/test/
H A Dtestregcpp.cxx538 sal_Int32 pLong[3]; in test_registry_CppApi() local
539 pLong[0] = 123; in test_registry_CppApi()
540 pLong[1] = 456; in test_registry_CppApi()
541 pLong[2] = 789; in test_registry_CppApi()
543 …REG_ENSURE(!rootKey.setLongListValue(OUString::createFromAscii("myFifthKey"), pLong, 3), "test_reg… in test_registry_CppApi()
548 REG_ENSURE(pLong[0] == longList.getElement(0), "test_registry_CppApi error 13h"); in test_registry_CppApi()
549 REG_ENSURE(pLong[1] == longList.getElement(1), "test_registry_CppApi error 13i"); in test_registry_CppApi()
550 REG_ENSURE(pLong[2] == longList.getElement(2), "test_registry_CppApi error 13j"); in test_registry_CppApi()
/aoo4110/main/basic/source/sbx/
H A Dsbxint.cxx195 aTmp.nLong = *p->pLong; goto ref; in ImpGetInteger()
314 *p->pLong = (sal_Int32) n; break; in ImpPutInteger()
494 nRes = *p->pLong; break; in ImpGetInt64()
641 *p->pLong = (sal_Int32) n; break; in ImpPutInt64()
797 nRes = *p->pLong; break; in ImpGetUInt64()
926 *p->pLong = (sal_Int32) n; break; in ImpPutUInt64()
H A Dsbxdbl.cxx115 nRes = *p->pLong; break; in ImpGetDouble()
155 aTmp.pLong = &p->nLong; goto direct; in ImpPutDouble()
251 *p->pLong = (sal_Int32) n; break; in ImpPutDouble()
H A Dsbxulng.cxx173 aTmp.nLong = *p->pLong; goto ref; in ImpGetULong()
229 aTmp.pLong = &p->nLong; goto direct; in ImpPutULong()
289 *p->pLong = (sal_Int32) n; break; in ImpPutULong()
H A Dsbxsng.cxx153 nRes = (float) *p->pLong; break; in ImpGetSingle()
198 aTmp.pLong = &p->nLong; goto direct; in ImpPutSingle()
307 *p->pLong = i; break; in ImpPutSingle()
H A Dsbxcurr.cxx152 aTmp.nLong = *p->pLong; goto ref; in ImpGetCurrency()
190 aTmp.pLong = &p->nLong; goto direct; in ImpPutCurrency()
288 *p->pLong = (sal_Int32) dVal; break; in ImpPutCurrency()
H A Dsbxdec.cxx549 pnDecRes->setLong( *p->pLong ); break; in ImpGetDecimal()
612 aTmp.pLong = &p->nLong; goto direct; in ImpPutDecimal()
716 if( !pDec->getLong( *p->pLong ) ) in ImpPutDecimal()
719 *p->pLong = 0; in ImpPutDecimal()
H A Dsbxdate.cxx161 nRes = *p->pLong; break; in ImpGetDate()
209 aTmp.pLong = &p->nLong; goto direct; in ImpPutDate()
359 *p->pLong = (sal_Int32) n; break; in ImpPutDate()
H A Dsbxbool.cxx131 nRes = *p->pLong ? SbxTRUE : SbxFALSE; break; in ImpGetBool()
226 *p->pLong = n; break; in ImpPutBool()
H A Dsbxbyte.cxx206 aTmp.nLong = *p->pLong; goto ref; in ImpGetByte()
302 *p->pLong = n; break; in ImpPutByte()
H A Dsbxchar.cxx194 aTmp.nLong = *p->pLong; goto ref; in ImpGetChar()
296 *p->pLong = (sal_Int32) n; break; in ImpPutChar()
H A Dsbxlng.cxx158 nRes = *p->pLong; break; in ImpGetLong()
295 *p->pLong = n; break; in ImpPutLong()
H A Dsbxstr.cxx120 ImpPutLong( &aTmp, *p->pLong ); break; in ImpGetString()
239 *p->pLong = ImpGetLong( p ); break; in ImpPutString()
H A Dsbxuint.cxx195 aTmp.nLong = *p->pLong; goto ref; in ImpGetUShort()
304 *p->pLong = n; break; in ImpPutUShort()
H A Dsbxvalue.cxx231 case SbxLONG: n |= SbxBYREF; aData.pLong = (sal_Int32*) p; break; in SbxValue()
/aoo4110/main/filter/source/graphicfilter/icgm/
H A Dcgm.cxx332 long* pLong = (long*)pPtr; in ImplGetFloat() local
333 nRetValue = (double)abs( pLong[ nSwitch ] ); in ImplGetFloat()
335 nVal = (sal_uInt32)( pLong[ nSwitch ^ 1 ] ); in ImplGetFloat()
338 if ( pLong[ nSwitch ] < 0 ) in ImplGetFloat()
/aoo4110/main/tools/inc/tools/
H A Drc.hxx71 static sal_Int32 GetLongRes( void * pLong ) in GetLongRes() argument
72 { return ResMgr::GetLong( pLong ); } in GetLongRes()
H A Dresmgr.hxx193 static sal_Int32 GetLong( void * pLong );
/aoo4110/main/editeng/source/misc/
H A Dtxtrange.cxx177 SvxBoundArgs( TextRanger* pRanger, SvLongs *pLong, const Range& rRange );
194 SvxBoundArgs::SvxBoundArgs( TextRanger* pRanger, SvLongs *pLong, in SvxBoundArgs() argument
196 : pLongArr( pLong ), pTextRanger( pRanger ), in SvxBoundArgs()
/aoo4110/main/tools/source/rc/
H A Dresmgr.cxx1322 sal_Int32 ResMgr::GetLong( void * pLong ) in GetLong() argument
1324 return ((*((sal_uInt8*)pLong + 0) << 24) | in GetLong()
1325 (*((sal_uInt8*)pLong + 1) << 16) | in GetLong()
1326 (*((sal_uInt8*)pLong + 2) << 8) | in GetLong()
1327 (*((sal_uInt8*)pLong + 3) << 0) ); in GetLong()
/aoo4110/main/basic/inc/basic/
H A Dsbxvar.hxx184 sal_Int32* pLong; member

Completed in 94 milliseconds