Home
last modified time | relevance | path

Searched refs:brc (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Dww8par6.cxx121 sal_uInt8 lcl_ReadBorders(bool bVer67, WW8_BRC* brc, WW8PLCFx_Cp_FKP* pPap,
463 if (!IsBorder(rSection.brc)) in SetPageBorder()
468 SetFlyBordersShadow(aSet, rSection.brc, &aSizeArray[0]); in SetPageBorder()
1130 ::lcl_ReadBorders(eVer <= ww::eWW7, aNewSection.brc, 0, 0, pSep); in CreateSep()
1251 sal_uInt8 lcl_ReadBorders(bool bVer67, WW8_BRC* brc, WW8PLCFx_Cp_FKP* pPap, in lcl_ReadBorders() argument
1276 nBorder |= (_SetWW8_BRC( bVer67, brc[ i ], pSprm[ i ] ))<<i; in lcl_ReadBorders()
1293 nBorder |= (_SetWW8_BRC( bVer67, brc[ i ], pPap->HasSprm( *pIds )))<<i; in lcl_ReadBorders()
1298 nBorder |= (_SetWW8_BRC( bVer67, brc[ i ], pSty->HasParaSprm( *pIds )))<<i; in lcl_ReadBorders()
1781 if( ::lcl_ReadBorders( bVer67, brc, pPap )) // Umrandung in Read()
1782 bBorderLines = ::lcl_IsBorder( bVer67, brc ); in Read()
[all …]
H A Dww8par2.hxx67 WW8_BRC5 brc; // Umrandung Top, Left, Bottom, Right, Between member
H A Dww8par.hxx721 WW8_BRC brc[4]; member in wwSection