Searched refs:pStd (Results 1 – 5 of 5) sorted by relevance
| /AOO41X/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() 5611 pStd->sti = a16Bit & 0x0fff ; in Read1STDFixed() 5612 pStd->fScratch = 0 != ( a16Bit & 0x1000 ); in Read1STDFixed() 5613 pStd->fInvalHeight = 0 != ( a16Bit & 0x2000 ); in Read1STDFixed() 5614 pStd->fHasUpe = 0 != ( a16Bit & 0x4000 ); in Read1STDFixed() 5615 pStd->fMassCopy = 0 != ( a16Bit & 0x8000 ); in Read1STDFixed() 5619 pStd->sgc = a16Bit & 0x000f ; in Read1STDFixed() 5620 pStd->istdBase = ( a16Bit & 0xfff0 ) >> 4; in Read1STDFixed() [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()
|
| /AOO41X/main/sw/source/filter/ww8/ |
| H A D | ww8par2.cxx | 4145 WW8_STD* pStd = Read1Style( nSkip, &sName, &cbStd );// lies Style in Import1Style() local 4147 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() [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() 6239 pStd->sti = a16Bit & 0x0fff ; in Read1STDFixed() 6240 pStd->fScratch = 0 != ( a16Bit & 0x1000 ); in Read1STDFixed() 6241 pStd->fInvalHeight = 0 != ( a16Bit & 0x2000 ); in Read1STDFixed() 6242 pStd->fHasUpe = 0 != ( a16Bit & 0x4000 ); in Read1STDFixed() 6243 pStd->fMassCopy = 0 != ( a16Bit & 0x8000 ); in Read1STDFixed() 6247 pStd->sgc = a16Bit & 0x000f ; in Read1STDFixed() 6248 pStd->istdBase = ( a16Bit & 0xfff0 ) >> 4; in Read1STDFixed() [all …]
|
| /AOO41X/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()
|