Lines Matching refs:pData

423 	void* pData;  in DumpField2()  local
424 if( !rPlc.Get( nSCode, pData ) ) // Ende des Plc1 ? in DumpField2()
428 if( ((sal_uInt8*)pData)[0] != 19 ){ in DumpField2()
429 *pOut << "Field Error, " << (sal_uInt16)((sal_uInt8*)pData)[0] << endl1; in DumpField2()
434 << nSCode << " Typ: " << dec << (sal_uInt16)((sal_uInt8*)pData)[1] << endl1; in DumpField2()
436 if( !rPlc.Get( nECode, pData ) ) // Ende des Plc1 ? in DumpField2()
443 while( ((sal_uInt8*)pData)[0] == 19 ){ // immer noch neue (nested) Anfaenge ? in DumpField2()
445 if( !rPlc.Get( nSRes, pData ) ) // Ende des Plc1 ? in DumpField2()
449 if( ((sal_uInt8*)pData)[0] == 20 ){ // Field Separator ? in DumpField2()
452 << ", Flags = 0x" << hex << (sal_uInt16)((sal_uInt8*)pData)[1] << dec << endl1; in DumpField2()
453 if( !rPlc.Get( nERes, pData ) ) // Ende des Plc1 ? in DumpField2()
456 while( ((sal_uInt8*)pData)[0] == 19 ){ // immer noch neue (nested) Anfaenge ? in DumpField2()
458 if( !rPlc.Get( nERes, pData ) ) // Ende des Plc1 ? in DumpField2()
468 if( ((sal_uInt8*)pData)[0] == 21 ){ // Field Ende ? in DumpField2()
470 << ", Flags = 0x" << hex << (sal_uInt16)((sal_uInt8*)pData)[1] << dec << endl1; in DumpField2()
1191 void* pData; in DumpPLCFPcd() local
1192 aPlc.Get( start, ende, pData ); in DumpPLCFPcd()
1195 WW8_PCD1* p = (WW8_PCD1*) pData; in DumpPLCFPcd()
1319 void* pData; in DumpPLCF() local
1320 aPlc.Get( start, ende, pData ); in DumpPLCF()
1325 long nPo = *((long*)((char*)pData+2)); in DumpPLCF()
1344 case 7: nPo = *((sal_uInt16*)pData); in DumpPLCF()
1346 case 8: nPo = *((sal_uInt32*)pData); in DumpPLCF()
1371 sal_uInt16 nFlags= *((sal_uInt16*)pData); in DumpPLCF()
1379 const char* p = (char*)pData; in DumpPLCF()
1392 nId = SVBT16ToShort( ((WW8_ATRD*)pData)->ibst ); in DumpPLCF()
1393 nBkmkId = SVBT32ToUInt32( ((WW8_ATRD*)pData)->ITagBkmk ); in DumpPLCF()
1397 nId = SVBT16ToShort( ((WW67_ATRD*)pData )->ibst ); in DumpPLCF()
1398 nBkmkId = SVBT32ToUInt32( ((WW67_ATRD*)pData )->ITagBkmk ); in DumpPLCF()
1508 void* pData; in DumpPlcText() local
1509 aPlc.Get( start, ende, pData ); in DumpPlcText()
1520 (*pOutFnc)( pData ); in DumpPlcText()
1584 void DumpTxtStoryEntry( void* pData ) in DumpTxtStoryEntry() argument
1588 long* p = (long*)pData; in DumpTxtStoryEntry()