Searched refs:pbrc (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/sw/source/filter/ww8/ |
| H A D | ww8par6.cxx | 1504 bool lcl_IsBorder(bool bVer67, const WW8_BRC* pbrc, bool bChkBtwn = false) in lcl_IsBorder() argument 1507 return ( pbrc[WW8_TOP ].aBits1[0] & 0x18 ) || // brcType != 0 in lcl_IsBorder() 1508 ( pbrc[WW8_LEFT ].aBits1[0] & 0x18 ) || in lcl_IsBorder() 1509 ( pbrc[WW8_BOT ].aBits1[0] & 0x18 ) || in lcl_IsBorder() 1510 ( pbrc[WW8_RIGHT].aBits1[0] & 0x18 ) || in lcl_IsBorder() 1511 ( bChkBtwn && ( pbrc[WW8_BETW ].aBits1[0] )) || in lcl_IsBorder() 1513 ( (pbrc[WW8_TOP ].aBits1[0] & 0x07)+1 > 6) || in lcl_IsBorder() 1514 ( (pbrc[WW8_LEFT ].aBits1[0] & 0x07)+1 > 6) || in lcl_IsBorder() 1515 ( (pbrc[WW8_BOT ].aBits1[0] & 0x07)+1 > 6) || in lcl_IsBorder() 1516 ( (pbrc[WW8_RIGHT].aBits1[0] & 0x07)+1 > 6) || in lcl_IsBorder() [all …]
|
| H A D | ww8par.hxx | 1306 bool IsBorder(const WW8_BRC* pbrc, bool bChkBtwn = false) const; 1316 bool SetBorder(SvxBoxItem& rBox, const WW8_BRC* pbrc, short *pSizeArray=0, 1319 bool SetBorder(SvxBoxItem& rBox, const WW8_BRC* pbrc, short *pSizeArray=0, 1321 void GetBorderDistance(const WW8_BRC* pbrc, Rectangle& rInnerDist) const; 1324 const WW8_BRC *pbrc) const; 1326 bool SetFlyBordersShadow(SfxItemSet& rFlySet, const WW8_BRC *pbrc,
|