Lines Matching refs:p

161 	char* pStr = new char[ nStrLen+1 ], *p = pStr;  in Dump_LVL()  local
169 *pOut << indent2 << "Str: \"" << p << '\"' << endl1 << endl1; in Dump_LVL()
193 char * pChar = new char[ nLen + 1 ], *p = pChar; in DumpNumList() local
200 *pOut << '\"' << p << '\"'; in DumpNumList()
202 delete p; in DumpNumList()
346 const void* p = aStarts.GetData( i ); in DumpBookLow() local
347 if( p ){ in DumpBookLow()
349 sal_uInt16 nEndIdx = *((sal_uInt16*)p); in DumpBookLow()
523 WW8_FFN* p = (WW8_FFN*)aFonts.GetFont( i ); in DumpFonts() local
525 sOut = ByteString( p->sFontname, RTL_TEXTENCODING_MS_1252 ); in DumpFonts()
527 if( p->ibszAlt ) // gibt es einen alternativen Font ? in DumpFonts()
529 sOut = ByteString( p->sFontname.Copy( p->ibszAlt ), in DumpFonts()
533 *pOut << ", PitchRequest:" << (short)p->prg << ", TrueType:" << (short)p->fTrueType; in DumpFonts()
534 *pOut << ", FontFamily:" << (short)p->ff; in DumpFonts()
535 *pOut << ", BaseWeight:" << p->wWeight; in DumpFonts()
536 *pOut << ", CharacterSet:" << (short)p->chs; in DumpFonts()
872 sal_uInt8* p = (sal_uInt8*)pSprm; in DumpMemSprm() local
873 sal_uInt16 nId = WW8GetSprmId( nVersion, p, 0 ); in DumpMemSprm()
875 *pOut << (sal_uInt16)p[0]; // Ausgabe: Token in Dez in DumpMemSprm()
876 *pOut << '/' << WW8GetSprmSizeBrutto( nVersion, p, &nId ); // Laenge incl. alles in Dez in DumpMemSprm()
877 *pOut << '/' << WW8GetSprmSizeNetto( nVersion, p, &nId ); // Laenge excl Token in Dez in DumpMemSprm()
881 *pOut << " 0x" << hex2 << *(p + 1); in DumpMemSprm()
1195 WW8_PCD1* p = (WW8_PCD1*) pData; in DumpPLCFPcd() local
1196 *pOut << ", Bits: " << hex2 << (sal_uInt16)p->aBits1 << ' ' in DumpPLCFPcd()
1197 << hex2 << (sal_uInt16)p->aBits2; in DumpPLCFPcd()
1203 << WW8PLCFx_PCD::TransformPieceAddress( p->fc, bUniCode ); in DumpPLCFPcd()
1208 *pOut << hex6 << p->fc; in DumpPLCFPcd()
1211 if( p->prm & 0x1 ){ in DumpPLCFPcd()
1212 *pOut << "No: " << ( p->prm >> 1 ); in DumpPLCFPcd()
1213 }else if ( p-> prm == 0 ){ in DumpPLCFPcd()
1217 DumpMemSprm( nVersion, &(p->prm) ); in DumpPLCFPcd()
1379 const char* p = (char*)pData; in DumpPLCF() local
1380 sal_uInt8 n = *p++; in DumpPLCF()
1384 ++p; in DumpPLCF()
1385 *pOut << *p++; in DumpPLCF()
1588 long* p = (long*)pData; in DumpTxtStoryEntry() local
1592 *pOut << " " << indent1 << "cTxbx/iNextReuse: 0x" << *p++; in DumpTxtStoryEntry()
1593 *pOut << " cReusable: 0x" << *p++; in DumpTxtStoryEntry()
1594 short* ps = (short*)p; in DumpTxtStoryEntry()
1596 p = (long*)ps; in DumpTxtStoryEntry()
1597 ++p; // reserved in DumpTxtStoryEntry()
1598 *pOut << " " << indent1 << "lid: 0x" << *p++; in DumpTxtStoryEntry()
1599 *pOut << " txidUndo: 0x" << *p++ << dec << endl1; in DumpTxtStoryEntry()