Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dww8par6.cxx506 aSizeArray[WW8_BOT] = in SetPageBorder()
507 aSizeArray[WW8_BOT] - nDist + aBox.GetDistance(BOX_LINE_BOTTOM); in SetPageBorder()
525 …tLower(lcl_MakeSafeNegativeSpacing(static_cast<sal_uInt16>(aUL.GetLower() - aSizeArray[WW8_BOT]))); in SetPageBorder()
527 …lcl_MakeSafeNegativeSpacing(static_cast<sal_uInt16>(aOriginalBottomMargin - aSizeArray[WW8_BOT]))); in SetPageBorder()
1508 ( pbrc[WW8_BOT ].aBits1[0] & 0x18 ) || in lcl_IsBorder()
1514 ( (pbrc[WW8_BOT ].aBits1[0] & 0x07)+1 > 6) || in lcl_IsBorder()
1523 pbrc[WW8_BOT ].aBits1[1] || in lcl_IsBorder()
1557 WW8_BOT, BOX_LINE_BOTTOM, in SetBorder()
2283 aSizeArray[WW8_BOT]*=2; in WW8FlySet()
2288 + aSizeArray[WW8_BOT]) ); in WW8FlySet()
H A Dww8par2.cxx1273 memcpy( pAktTC->rgbrc[ WW8_BOT ].aBits1, in ReadDef()
1274 pTc->rgbrcVer6[ WW8_BOT ].aBits1, sizeof( SVBT16 ) ); in ReadDef()
1369 memcpy( pAktTC->rgbrc[ WW8_BOT ].aBits1, in ProcessSprmTSetBRC()
1393 memcpy( pAktTC->rgbrc[ WW8_BOT ].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.hxx178 #define WW8_BOT 2 macro