Home
last modified time | relevance | path

Searched refs:WW8_RIGHT (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Dww8par6.cxx490 aSizeArray[WW8_RIGHT] = in SetPageBorder()
491 aSizeArray[WW8_RIGHT] - nDist + aBox.GetDistance(BOX_LINE_RIGHT); in SetPageBorder()
516 …ight(lcl_MakeSafeNegativeSpacing(static_cast<sal_uInt16>(aLR.GetRight() - aSizeArray[WW8_RIGHT]))); in SetPageBorder()
1509 ( pbrc[WW8_RIGHT].aBits1[0] & 0x18 ) || in lcl_IsBorder()
1515 ( (pbrc[WW8_RIGHT].aBits1[0] & 0x07)+1 > 6) || in lcl_IsBorder()
1524 pbrc[WW8_RIGHT].aBits1[1] || in lcl_IsBorder()
1556 WW8_RIGHT, BOX_LINE_RIGHT, in SetBorder()
1594 ( bVer67 ? (pbrc[WW8_RIGHT].aBits1[ 1 ] & 0x20 ) in SetShadow()
1595 : (pbrc[WW8_RIGHT].aBits2[ 1 ] & 0x20 ) ) in SetShadow()
1596 && (pSizeArray && pSizeArray[WW8_RIGHT]) in SetShadow()
[all …]
H A Dww8par2.cxx1275 memcpy( pAktTC->rgbrc[ WW8_RIGHT ].aBits1, in ReadDef()
1276 pTc->rgbrcVer6[ WW8_RIGHT ].aBits1, sizeof( SVBT16 ) ); in ReadDef()
1282 memcpy( pTCs[i-1].rgbrc[ WW8_RIGHT ].aBits1, in ReadDef()
1283 pTc->rgbrcVer6[ WW8_RIGHT ].aBits1, sizeof( SVBT16 ) ); in ReadDef()
1373 memcpy( pAktTC->rgbrc[ WW8_RIGHT].aBits1, in ProcessSprmTSetBRC()
1397 memcpy( pAktTC->rgbrc[ WW8_RIGHT].aBits1, in ProcessSprmTSetBRC()
H A Dww8struc.hxx278 WW8_TOP = 0, WW8_LEFT = 1, WW8_BOT = 2, WW8_RIGHT = 3, WW8_BETW = 4 enumerator
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8struc.hxx179 #define WW8_RIGHT 3 macro