Home
last modified time | relevance | path

Searched refs:pStd (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx5591 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 Ddump8a.cxx2503 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()
/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx4147 if (pStd) in Import1Style()
4148 rSI.SetOrgWWIdent( sName, pStd->sti ); in Import1Style()
4152 if ( !pStd || (0 == sName.Len()) || ((1 != pStd->sgc) && (2 != pStd->sgc)) ) in Import1Style()
4158 bool bOldNoImp = PrepareStyle(rSI, static_cast<ww::sti>(pStd->sti), nNr, pStd->istdNext); in Import1Style()
4170 ImportGrupx(nSkip, pStd->sgc == 1, rSI.nFilePos & 1); in Import1Style()
4175 delete pStd; in Import1Style()
4240 WW8_STD* pStd = Read1Style( nSkip, 0, 0 ); // read STD in ScanStyles() local
4241 rSI.bValid = (0 != pStd); in ScanStyles()
4244 rSI.nBase = pStd->istdBase; // merke Basis in ScanStyles()
4245 rSI.bColl = ( pStd->sgc == 1 ); // Para-Style in ScanStyles()
[all …]
H A Dww8scan.cxx6219 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 …]
/trunk/main/tools/source/ref/
H A Derrinf.cxx444 StandardErrorInfo *pStd=PTR_CAST(StandardErrorInfo,pInfo); in CreateString() local
445 if(pStd) in CreateString()
448 aStr+=ByteString::CreateFromInt32(pStd->GetExtendedErrorCode()); in CreateString()

Completed in 109 milliseconds