Home
last modified time | relevance | path

Searched refs:WW8_BRCVer9 (Results 1 – 18 of 18) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dww8struc.hxx308 struct WW8_BRCVer9 // BoRder Code (WW9 version) struct
319 WW8_BRCVer9() = default; argument
336 WW8_BRCVer9(sal_uInt32 _cv, sal_uInt8 _dptLineWidth, sal_uInt8 _brcType, in WW8_BRCVer9() argument
348 explicit WW8_BRCVer9(const WW8_BRC& brcVer8);
354 typedef WW8_BRCVer9 WW8_BRCVer9_5[5]; // 5 * Border Code
544 WW8_BRCVer9 rgbrc[4]; // border codes
H A Dww8par2.cxx1180 = WW8_BRCVer9(WW8_BRC( pTc->rgbrcVer6[ WW8_TOP ] )); in ReadDef()
1182 = WW8_BRCVer9(WW8_BRC( pTc->rgbrcVer6[ WW8_LEFT ] )); in ReadDef()
1184 = WW8_BRCVer9(WW8_BRC( pTc->rgbrcVer6[ WW8_BOT ] )); in ReadDef()
1186 = WW8_BRCVer9(WW8_BRC( pTc->rgbrcVer6[ WW8_RIGHT ] )); in ReadDef()
1193 = WW8_BRCVer9(WW8_BRC( pTc->rgbrcVer6[ WW8_RIGHT ] )); in ReadDef()
1269 WW8_BRCVer9 brcVer9; in ProcessSprmTSetBRC()
1287 brcVer9 = WW8_BRCVer9(*reinterpret_cast<WW8_BRC const *>(pParamsTSetBRC+3)); in ProcessSprmTSetBRC()
1291 if (nParamsLen < sizeof(WW8_BRCVer9) + 3) in ProcessSprmTSetBRC()
1296 brcVer9 = *reinterpret_cast<WW8_BRCVer9 const *>(pParamsTSetBRC+3); in ProcessSprmTSetBRC()
1324 aDefBrcs[i] = WW8_BRCVer9(WW8_BRC(pVer6[i])); in ProcessSprmTTableBorders()
[all …]
H A Dww8par6.cxx1321 if (nBrcVer == 9 && nLen >= sizeof(WW8_BRCVer9)) in SetWW8_BRC()
1322 rVar = *reinterpret_cast<const WW8_BRCVer9*>(pS); in SetWW8_BRC()
1526 const WW8_BRCVer9& rB = pbrc[ aIdArr[ i ].first ]; in SetBorder()
1552 const WW8_BRCVer9& aRightBrc) in SetShadow()
1580 const WW8_BRCVer9 *pbrc, short *pSizeArray) in SetFlyBordersShadow()
2042 WW8_BRCVer9 &rBrc = rWW.brc[WW8_LEFT]; in WW8SwFlyPara()
2050 WW8_BRCVer9 &rBrc = rWW.brc[WW8_RIGHT]; in WW8SwFlyPara()
2103 WW8_BRCVer9 &rBrc = rWW.brc[WW8_LEFT]; in WW8SwFlyPara()
2216 WW8_BRCVer9 brcVer9[4];
2218 brcVer9[i] = WW8_BRCVer9(rPic.rgbrc[i]);
[all …]
H A Dww8par.hxx792 WW8_BRCVer9 brc[4];
1049 WW8_BRCVer9 aDefBrcs[6];
1474 static bool IsBorder(const WW8_BRCVer9* pbrc, bool bChkBtwn = false);
1484 static bool SetBorder(SvxBoxItem& rBox, const WW8_BRCVer9* pbrc,
1486 static void GetBorderDistance(const WW8_BRCVer9* pbrc, tools::Rectangle& rInnerDist);
1489 const WW8_BRCVer9& aRightBrc);
1491 static bool SetFlyBordersShadow(SfxItemSet& rFlySet, const WW8_BRCVer9 *pbrc,
H A Dwrtww8gr.cxx525 WW8_BRCVer9 aBrc90 = WW8Export::TranslateBorderLine( *pLn, in WritePICFHeader()
H A Dww8atr.cxx4384 WW8_BRCVer9 WW8Export::TranslateBorderLine(const SvxBorderLine& rLine, in TranslateBorderLine()
4478 return WW8_BRCVer9(nColBGR, sal_uInt8(nWidth), brcType, sal_uInt8(nLDist), in TranslateBorderLine()
4499 WW8_BRCVer9 aBrcVer9; in Out_BorderLine()
4519 rO.push_back(sizeof(WW8_BRCVer9)); in Out_BorderLine()
4628 WW8_BRCVer9 aBrcVer9 = TranslateBorderLine( *pLn, 0, false ); in Out_CellRangeBorders()
H A Dww8scan.cxx1349 WW8_BRCVer9::WW8_BRCVer9(const WW8_BRC& brcVer8) in WW8_BRCVer9() function in WW8_BRCVer9
1359 *this = WW8_BRCVer9(_cv, brcVer8.dptLineWidth(), brcVer8.brcType(), in WW8_BRCVer9()
1366 WW8_BRCVer9 brcVer9(*this); in DetermineBorderProperties()
1370 short WW8_BRCVer9::DetermineBorderProperties(short *pSpace) const in DetermineBorderProperties()
H A Dwrtww8.hxx1126 static WW8_BRCVer9 TranslateBorderLine(const ::editeng::SvxBorderLine& pLine,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dww8struc.hxx308 struct WW8_BRCVer9 // BoRder Code (WW9 version) struct
319 WW8_BRCVer9() = default; argument
336 WW8_BRCVer9(sal_uInt32 _cv, sal_uInt8 _dptLineWidth, sal_uInt8 _brcType, in WW8_BRCVer9() argument
348 explicit WW8_BRCVer9(const WW8_BRC& brcVer8);
354 typedef WW8_BRCVer9 WW8_BRCVer9_5[5]; // 5 * Border Code
534 WW8_BRCVer9 rgbrc[4]; // border codes
H A Dww8par2.cxx1176 = WW8_BRCVer9(WW8_BRC( pTc->rgbrcVer6[ WW8_TOP ] )); in ReadDef()
1178 = WW8_BRCVer9(WW8_BRC( pTc->rgbrcVer6[ WW8_LEFT ] )); in ReadDef()
1180 = WW8_BRCVer9(WW8_BRC( pTc->rgbrcVer6[ WW8_BOT ] )); in ReadDef()
1182 = WW8_BRCVer9(WW8_BRC( pTc->rgbrcVer6[ WW8_RIGHT ] )); in ReadDef()
1189 = WW8_BRCVer9(WW8_BRC( pTc->rgbrcVer6[ WW8_RIGHT ] )); in ReadDef()
1266 WW8_BRCVer9 brcVer9; in ProcessSprmTSetBRC()
1284 brcVer9 = WW8_BRCVer9(*reinterpret_cast<WW8_BRC const *>(pParamsTSetBRC+3)); in ProcessSprmTSetBRC()
1288 if (nParamsLen < sizeof(WW8_BRCVer9) + 3) in ProcessSprmTSetBRC()
1293 brcVer9 = *reinterpret_cast<WW8_BRCVer9 const *>(pParamsTSetBRC+3); in ProcessSprmTSetBRC()
1321 aDefBrcs[i] = WW8_BRCVer9(WW8_BRC(pVer6[i])); in ProcessSprmTTableBorders()
[all …]
H A Dww8par6.cxx1302 if (nBrcVer == 9 && nLen >= sizeof(WW8_BRCVer9)) in SetWW8_BRC()
1303 rVar = *reinterpret_cast<const WW8_BRCVer9*>(pS); in SetWW8_BRC()
1507 const WW8_BRCVer9& rB = pbrc[ aIdArr[ i ].first ]; in SetBorder()
1533 const WW8_BRCVer9& aRightBrc) in SetShadow()
1561 const WW8_BRCVer9 *pbrc, short *pSizeArray) in SetFlyBordersShadow()
2023 WW8_BRCVer9 &rBrc = rWW.brc[WW8_LEFT]; in WW8SwFlyPara()
2031 WW8_BRCVer9 &rBrc = rWW.brc[WW8_RIGHT]; in WW8SwFlyPara()
2084 WW8_BRCVer9 &rBrc = rWW.brc[WW8_LEFT]; in WW8SwFlyPara()
2197 WW8_BRCVer9 brcVer9[4];
2199 brcVer9[i] = WW8_BRCVer9(rPic.rgbrc[i]);
[all …]
H A Dww8par.hxx786 WW8_BRCVer9 brc[4];
1033 WW8_BRCVer9 aDefBrcs[6];
1458 static bool IsBorder(const WW8_BRCVer9* pbrc, bool bChkBtwn = false);
1468 static bool SetBorder(SvxBoxItem& rBox, const WW8_BRCVer9* pbrc,
1470 static void GetBorderDistance(const WW8_BRCVer9* pbrc, tools::Rectangle& rInnerDist);
1473 const WW8_BRCVer9& aRightBrc);
1475 static bool SetFlyBordersShadow(SfxItemSet& rFlySet, const WW8_BRCVer9 *pbrc,
H A Dwrtww8gr.cxx537 WW8_BRCVer9 aBrc90 = WW8Export::TranslateBorderLine( *pLn, in WritePICFHeader()
H A Dww8atr.cxx4300 WW8_BRCVer9 WW8Export::TranslateBorderLine(const SvxBorderLine& rLine, in TranslateBorderLine()
4395 return WW8_BRCVer9(nColBGR, sal_uInt8(nWidth), brcType, sal_uInt8(nLDist), in TranslateBorderLine()
4416 WW8_BRCVer9 aBrcVer9; in Out_BorderLine()
4436 rO.push_back(sizeof(WW8_BRCVer9)); in Out_BorderLine()
4544 WW8_BRCVer9 aBrcVer9 = TranslateBorderLine( *pLn, 0, false ); in Out_CellRangeBorders()
H A Dww8scan.cxx1342 WW8_BRCVer9::WW8_BRCVer9(const WW8_BRC& brcVer8) in WW8_BRCVer9() function in WW8_BRCVer9
1352 *this = WW8_BRCVer9(_cv, brcVer8.dptLineWidth(), brcVer8.brcType(), in WW8_BRCVer9()
1359 WW8_BRCVer9 brcVer9(*this); in DetermineBorderProperties()
1363 short WW8_BRCVer9::DetermineBorderProperties(short *pSpace) const in DetermineBorderProperties()
H A Dwrtww8.hxx1135 static WW8_BRCVer9 TranslateBorderLine(const ::editeng::SvxBorderLine& pLine,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog40229 memset operating on a non-trivial type (as WW8_TCell has WW8_BRCVer9 data
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog302278 memset operating on a non-trivial type (as WW8_TCell has WW8_BRCVer9 data