Home
last modified time | relevance | path

Searched refs:pbrc (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Dww8par6.cxx1503 bool lcl_IsBorder(bool bVer67, const WW8_BRC* pbrc, bool bChkBtwn = false) in lcl_IsBorder() argument
1506 return ( pbrc[WW8_TOP ].aBits1[0] & 0x18 ) || // brcType != 0 in lcl_IsBorder()
1507 ( pbrc[WW8_LEFT ].aBits1[0] & 0x18 ) || in lcl_IsBorder()
1508 ( pbrc[WW8_BOT ].aBits1[0] & 0x18 ) || in lcl_IsBorder()
1509 ( pbrc[WW8_RIGHT].aBits1[0] & 0x18 ) || in lcl_IsBorder()
1510 ( bChkBtwn && ( pbrc[WW8_BETW ].aBits1[0] )) || in lcl_IsBorder()
1512 ( (pbrc[WW8_TOP ].aBits1[0] & 0x07)+1 > 6) || in lcl_IsBorder()
1513 ( (pbrc[WW8_LEFT ].aBits1[0] & 0x07)+1 > 6) || in lcl_IsBorder()
1514 ( (pbrc[WW8_BOT ].aBits1[0] & 0x07)+1 > 6) || in lcl_IsBorder()
1515 ( (pbrc[WW8_RIGHT].aBits1[0] & 0x07)+1 > 6) || in lcl_IsBorder()
[all …]
H A Dww8par.hxx1305 bool IsBorder(const WW8_BRC* pbrc, bool bChkBtwn = false) const;
1315 bool SetBorder(SvxBoxItem& rBox, const WW8_BRC* pbrc, short *pSizeArray=0,
1318 bool SetBorder(SvxBoxItem& rBox, const WW8_BRC* pbrc, short *pSizeArray=0,
1320 void GetBorderDistance(const WW8_BRC* pbrc, Rectangle& rInnerDist) const;
1323 const WW8_BRC *pbrc) const;
1325 bool SetFlyBordersShadow(SfxItemSet& rFlySet, const WW8_BRC *pbrc,