Lines Matching refs:pPap

122 sal_uInt8 lcl_ReadBorders(bool bVer67, WW8_BRC* brc, WW8PLCFx_Cp_FKP* pPap,
1252 sal_uInt8 lcl_ReadBorders(bool bVer67, WW8_BRC* brc, WW8PLCFx_Cp_FKP* pPap, in lcl_ReadBorders() argument
1291 if( pPap ) in lcl_ReadBorders()
1294 nBorder |= (_SetWW8_BRC( bVer67, brc[ i ], pPap->HasSprm( *pIds )))<<i; in lcl_ReadBorders()
1302 ASSERT( pSty || pPap, "WW8PLCFx_Cp_FKP and WW8RStyle " in lcl_ReadBorders()
1673 inline bool SetValSprm( sal_Int16* pVar, WW8PLCFx_Cp_FKP* pPap, sal_uInt16 nId ) in SetValSprm() argument
1675 const sal_uInt8* pS = pPap->HasSprm( nId ); in SetValSprm()
1743 void WW8FlyPara::Read(const sal_uInt8* pSprm29, WW8PLCFx_Cp_FKP* pPap) in Read() argument
1751 SetValSprm( &nSp26, pPap, 26 ); // X-Position //sprmPDxaAbs in Read()
1753 mbVertSet |= SetValSprm( &nSp27, pPap, 27 ); // Y-Position //sprmPDyaAbs in Read()
1754 SetValSprm( &nSp45, pPap, 45 ); // Hoehe //sprmPWHeightAbs in Read()
1755 SetValSprm( &nSp28, pPap, 28 ); // Breite //sprmPDxaWidth in Read()
1756 SetValSprm( &nLeMgn, pPap, 49 ); // L-Raender //sprmPDxaFromText in Read()
1757 SetValSprm( &nRiMgn, pPap, 49 ); // R-Raender //sprmPDxaFromText in Read()
1758 SetValSprm( &nUpMgn, pPap, 48 ); // U-Raender //sprmPDyaFromText in Read()
1759 SetValSprm( &nLoMgn, pPap, 48 ); // D-Raender //sprmPDyaFromText in Read()
1761 pS = pPap->HasSprm( 37 ); //sprmPWr in Read()
1767 SetValSprm( &nSp26, pPap, 0x8418 ); // X-Position in Read()
1769 mbVertSet |= SetValSprm( &nSp27, pPap, 0x8419 ); // Y-Position in Read()
1770 SetValSprm( &nSp45, pPap, 0x442B ); // Hoehe in Read()
1771 SetValSprm( &nSp28, pPap, 0x841A ); // Breite in Read()
1772 SetValSprm( &nLeMgn, pPap, 0x842F ); // L-Raender in Read()
1773 SetValSprm( &nRiMgn, pPap, 0x842F ); // R-Raender in Read()
1774 SetValSprm( &nUpMgn, pPap, 0x842E ); // U-Raender in Read()
1775 SetValSprm( &nLoMgn, pPap, 0x842E ); // D-Raender in Read()
1777 pS = pPap->HasSprm( 0x2423 ); // Umfluss in Read()
1782 if( ::lcl_ReadBorders( bVer67, brc, pPap )) // Umrandung in Read()
1801 WW8PLCFx_Cp_FKP* pPap = pPlcxMan->GetPapPLCF(); in ReadFull() local
1803 Read(pSprm29, pPap); // Lies Apo-Parameter in ReadFull()
1825 (*pPap)++; // Naechste Zeile in ReadFull()
1829 const sal_uInt8* pS = pPap->HasSprm( bVer67 ? 29 : 0x261B ); in ReadFull()
1839 sal_uInt16 nColl = pPap->GetIstd(); in ReadFull()
1849 aF.Read( pS, pPap ); // WWPara fuer neuen Para in ReadFull()
2461 WW8PLCFx_Cp_FKP *pPap = pPlcxMan ? pPlcxMan->GetPapPLCF() : 0; in IsDropCap() local
2462 if (pPap) in IsDropCap()
2466 pDCS = pPap->HasSprm(46); in IsDropCap()
4058 WW8PLCFx_Cp_FKP *pPap = pPlcxMan ? pPlcxMan->GetPapPLCF() : 0; in lcl_HasExplicitLeft() local
4059 if (pPap) in lcl_HasExplicitLeft()
4062 return pPap->HasSprm(17); in lcl_HasExplicitLeft()
4064 return (pPap->HasSprm(0x840F) || pPap->HasSprm(0x845E)); in lcl_HasExplicitLeft()
5087 bool SwWW8ImplReader::ParseTabPos(WW8_TablePos *pTabPos, WW8PLCFx_Cp_FKP* pPap) in ParseTabPos() argument
5092 if (0 != (pRes = pPap->HasSprm(0x360D))) in ParseTabPos()
5096 if (0 != (pRes = pPap->HasSprm(0x940E))) in ParseTabPos()
5098 if (0 != (pRes = pPap->HasSprm(0x940F))) in ParseTabPos()
5100 if (0 != (pRes = pPap->HasSprm(0x9410))) in ParseTabPos()
5102 if (0 != (pRes = pPap->HasSprm(0x941E))) in ParseTabPos()
5104 if (0 != (pRes = pPap->HasSprm(0x9411))) in ParseTabPos()
5106 if (0 != (pRes = pPap->HasSprm(0x941F))) in ParseTabPos()