Home
last modified time | relevance | path

Searched refs:nBrcVer (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dww8par2.cxx1239 void WW8TabBandDesc::ProcessSprmTSetBRC(int nBrcVer, const sal_uInt8* pParamsTSetBRC, sal_uInt16 nP… in ProcessSprmTSetBRC() argument
1267 if( nBrcVer == 6 ) in ProcessSprmTSetBRC()
1276 else if( nBrcVer == 8 ) in ProcessSprmTSetBRC()
1309 void WW8TabBandDesc::ProcessSprmTTableBorders(int nBrcVer, const sal_uInt8* pParams, sal_uInt16 nPa… in ProcessSprmTTableBorders() argument
1312 if( nBrcVer == 6 ) in ProcessSprmTTableBorders()
1323 else if ( nBrcVer == 8 ) in ProcessSprmTTableBorders()
H A Dww8par.hxx1048 void ProcessSprmTSetBRC(int nBrcVer, const sal_uInt8* pParamsTSetBRC, sal_uInt16 nParamsLen);
1049 void ProcessSprmTTableBorders(int nBrcVer, const sal_uInt8* pParams, sal_uInt16 nParamsLen);
H A Dww8par6.cxx1297 static bool SetWW8_BRC(int nBrcVer, WW8_BRCVer9& rVar, const sal_uInt8* pS, size_t nLen) in SetWW8_BRC() argument
1302 if (nBrcVer == 9 && nLen >= sizeof(WW8_BRCVer9)) in SetWW8_BRC()
1304 else if (nBrcVer == 8 && nLen >= sizeof(WW8_BRC)) in SetWW8_BRC()
5060 int nBrcVer = (nId == NS_sprm::sprmCBrc) ? 9 : (m_bVer67 ? 6 : 8); in Read_CharBorder() local
5062 SetWW8_BRC(nBrcVer, aBrc, pData, nLen); in Read_CharBorder()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dww8par2.cxx1242 void WW8TabBandDesc::ProcessSprmTSetBRC(int nBrcVer, const sal_uInt8* pParamsTSetBRC, sal_uInt16 nP… in ProcessSprmTSetBRC() argument
1270 if( nBrcVer == 6 ) in ProcessSprmTSetBRC()
1279 else if( nBrcVer == 8 ) in ProcessSprmTSetBRC()
1312 void WW8TabBandDesc::ProcessSprmTTableBorders(int nBrcVer, const sal_uInt8* pParams, sal_uInt16 nPa… in ProcessSprmTTableBorders() argument
1315 if( nBrcVer == 6 ) in ProcessSprmTTableBorders()
1326 else if ( nBrcVer == 8 ) in ProcessSprmTTableBorders()
H A Dww8par.hxx1064 void ProcessSprmTSetBRC(int nBrcVer, const sal_uInt8* pParamsTSetBRC, sal_uInt16 nParamsLen);
1065 void ProcessSprmTTableBorders(int nBrcVer, const sal_uInt8* pParams, sal_uInt16 nParamsLen);
H A Dww8par6.cxx1316 static bool SetWW8_BRC(int nBrcVer, WW8_BRCVer9& rVar, const sal_uInt8* pS, size_t nLen) in SetWW8_BRC() argument
1321 if (nBrcVer == 9 && nLen >= sizeof(WW8_BRCVer9)) in SetWW8_BRC()
1323 else if (nBrcVer == 8 && nLen >= sizeof(WW8_BRC)) in SetWW8_BRC()
5095 int nBrcVer = (nId == NS_sprm::CBrc::val) ? 9 : (m_bVer67 ? 6 : 8); in Read_CharBorder() local
5097 SetWW8_BRC(nBrcVer, aBrc, pData, nLen); in Read_CharBorder()