Searched refs:pStd (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/sw/source/filter/ww8/dump/ |
H A D | ww8scan.cxx | 5591 WW8_STD* pStd = 0; in Read1STDFixed() local 5602 pStd = new WW8_STD; in Read1STDFixed() 5603 memset( pStd, 0, sizeof( *pStd ) ); in Read1STDFixed() 5619 pStd->sgc = a16Bit & 0x000f ; in Read1STDFixed() 5620 pStd->istdBase = ( a16Bit & 0xfff0 ) >> 4; in Read1STDFixed() 5624 pStd->cupx = a16Bit & 0x000f ; in Read1STDFixed() 5625 pStd->istdNext = ( a16Bit & 0xfff0 ) >> 4; in Read1STDFixed() 5628 rSt >> pStd->bchUpe; in Read1STDFixed() 5657 return pStd; in Read1STDFixed() 5670 if ( pStd ) in Read1Style() [all …]
|
H A D | dump8a.cxx | 2503 WW8_STD* pStd = Read1Style( nSkip, &aStr, &cbStd ); // lese Style in Dump1Style() local 2508 switch ( pStd->sgc ){ in Dump1Style() 2514 *pOut << "ID:"; PrintStyleId( pStd->sti ); in Dump1Style() 2515 *pOut << "BasedOn:"; PrintStyleId( pStd->istdBase ); in Dump1Style() 2517 *pOut << "Next:" << pStd->istdNext << " Name:\"" << sName.GetBuffer() << "\""; in Dump1Style() 2520 *pOut << "No of Upx & Upe:" << pStd->cupx << ' '; in Dump1Style() 2521 *pOut << "bchUpe:" << pStd->bchUpe << ' '; in Dump1Style() 2530 if( pStd && ( pStd->sgc == 1 || pStd->sgc == 2 ) ) in Dump1Style() 2531 DumpStyleGrupx( nVersion, nSkip, pStd->sgc == 1 ); in Dump1Style() 2538 DELETEZ( pStd ); in Dump1Style()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8par2.cxx | 4118 if (pStd) in Import1Style() 4119 rSI.SetOrgWWIdent( sName, pStd->sti ); in Import1Style() 4123 if ( !pStd || (0 == sName.Len()) || ((1 != pStd->sgc) && (2 != pStd->sgc)) ) in Import1Style() 4129 bool bOldNoImp = PrepareStyle(rSI, static_cast<ww::sti>(pStd->sti), nNr, pStd->istdNext); in Import1Style() 4141 ImportGrupx(nSkip, pStd->sgc == 1, rSI.nFilePos & 1); in Import1Style() 4146 delete pStd; in Import1Style() 4211 WW8_STD* pStd = Read1Style( nSkip, 0, 0 ); // read STD in ScanStyles() local 4212 rSI.bValid = (0 != pStd); in ScanStyles() 4215 rSI.nBase = pStd->istdBase; // merke Basis in ScanStyles() 4216 rSI.bColl = ( pStd->sgc == 1 ); // Para-Style in ScanStyles() [all …]
|
H A D | ww8scan.cxx | 6219 WW8_STD* pStd = 0; in Read1STDFixed() local 6230 pStd = new WW8_STD; in Read1STDFixed() 6231 memset( pStd, 0, sizeof( *pStd ) ); in Read1STDFixed() 6247 pStd->sgc = a16Bit & 0x000f ; in Read1STDFixed() 6248 pStd->istdBase = ( a16Bit & 0xfff0 ) >> 4; in Read1STDFixed() 6252 pStd->cupx = a16Bit & 0x000f ; in Read1STDFixed() 6253 pStd->istdNext = ( a16Bit & 0xfff0 ) >> 4; in Read1STDFixed() 6256 rSt >> pStd->bchUpe; in Read1STDFixed() 6285 return pStd; in Read1STDFixed() 6298 if ( pStd ) in Read1Style() [all …]
|
/aoo4110/main/tools/source/ref/ |
H A D | errinf.cxx | 444 StandardErrorInfo *pStd=PTR_CAST(StandardErrorInfo,pInfo); in CreateString() local 445 if(pStd) in CreateString() 448 aStr+=ByteString::CreateFromInt32(pStd->GetExtendedErrorCode()); in CreateString()
|
Completed in 98 milliseconds