Searched refs:pFSPA (Results 1 – 5 of 5) sorted by relevance
802 pFSPA->nSpId = SVBT32ToUInt32( pFSPAS->nSpId ); in WW8FSPAShadowToReal()804 pFSPA->nYaTop = SVBT32ToUInt32( pFSPAS->nYaTop ); in WW8FSPAShadowToReal()810 pFSPA->bHdr = 0 != ( nBits & 0x0001 ); in WW8FSPAShadowToReal()811 pFSPA->nbx = ( nBits & 0x0006 ) >> 1; in WW8FSPAShadowToReal()812 pFSPA->nby = ( nBits & 0x0018 ) >> 3; in WW8FSPAShadowToReal()813 pFSPA->nwr = ( nBits & 0x01E0 ) >> 5; in WW8FSPAShadowToReal()814 pFSPA->nwrk = ( nBits & 0x1E00 ) >> 9; in WW8FSPAShadowToReal()815 pFSPA->bRcaSimple = 0 != ( nBits & 0x2000 ); in WW8FSPAShadowToReal()816 pFSPA->bBelowText = 0 != ( nBits & 0x4000 ); in WW8FSPAShadowToReal()817 pFSPA->bAnchorLock = 0 != ( nBits & 0x8000 ); in WW8FSPAShadowToReal()[all …]
2237 if (!pRecord && !pFSPA) in ProcessEscherAlign()2263 if ( pFSPA != NULL ) in ProcessEscherAlign()2292 if (pFSPA) in ProcessEscherAlign()2364 const long nWidth = pFSPA->nXaRight - pFSPA->nXaLeft; in ProcessEscherAlign()2366 pFSPA->nXaRight = 0; in ProcessEscherAlign()2373 const long nWidth = pFSPA->nXaRight - pFSPA->nXaLeft; in ProcessEscherAlign()2374 pFSPA->nXaLeft = 0; in ProcessEscherAlign()2384 SwTwips nWidth = (pFSPA->nXaRight - pFSPA->nXaLeft); in ProcessEscherAlign()2390 pFSPA->nXaRight = pFSPA->nXaLeft + nWidth; in ProcessEscherAlign()2402 pFSPA->nwr == 3 && in ProcessEscherAlign()[all …]
1470 RndStdIds ProcessEscherAlign(SvxMSDffImportRec* pRecord, WW8_FSPA *pFSPA,
1651 long* pFSPA = (long*)aPLCF.GetData( i ); in DumpDrawObjects() local1654 *pOut << " ShapeId: 0x" << *pFSPA++; in DumpDrawObjects()1655 *pOut << " left: " << dec << *pFSPA++; in DumpDrawObjects()1656 *pOut << " top: " << *pFSPA++; in DumpDrawObjects()1657 *pOut << " right: " << *pFSPA++; in DumpDrawObjects()1658 *pOut << " bottom: " << *pFSPA++; in DumpDrawObjects()1659 sal_uInt16* pU = (sal_uInt16*)pFSPA; in DumpDrawObjects()1661 pFSPA = (long*)pU; in DumpDrawObjects()1662 *pOut << " xTxbx: " << dec << *pFSPA; in DumpDrawObjects()1666 *pOut << " FC of DO: 0x" << *pFSPA++; in DumpDrawObjects()[all …]
2264 WW8FSPA::Pointer_t pFSPA = mMap[rCpAndFc]; in getShape() local2267 (new WW8FSPA(*pFSPA)); in getShape()
Completed in 58 milliseconds