Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dww8par6.cxx498 aSizeArray[WW8_TOP] = in SetPageBorder()
499 aSizeArray[WW8_TOP] - nDist + aBox.GetDistance(BOX_LINE_TOP); in SetPageBorder()
518 …tUpper(lcl_MakeSafeNegativeSpacing(static_cast<sal_uInt16>(aUL.GetUpper() - aSizeArray[WW8_TOP]))); in SetPageBorder()
1316 if (nWWIndex == WW8_TOP || nWWIndex == WW8_LEFT) in GetLineIndex()
1506 return ( pbrc[WW8_TOP ].aBits1[0] & 0x18 ) || // brcType != 0 in lcl_IsBorder()
1512 ( (pbrc[WW8_TOP ].aBits1[0] & 0x07)+1 > 6) || in lcl_IsBorder()
1521 return pbrc[WW8_TOP ].aBits1[1] || // brcType != 0 in lcl_IsBorder()
1554 WW8_TOP, BOX_LINE_TOP, in SetBorder()
2281 Put(SvxULSpaceItem( aSizeArray[WW8_TOP], 0, RES_UL_SPACE )); in WW8FlySet()
2287 aSizeArray[WW8_RIGHT], nHeight+aSizeArray[WW8_TOP] in WW8FlySet()
H A Dww8par2.cxx1269 memcpy( pAktTC->rgbrc[ WW8_TOP ].aBits1, in ReadDef()
1270 pTc->rgbrcVer6[ WW8_TOP ].aBits1, sizeof( SVBT16 ) ); in ReadDef()
1361 memcpy( pAktTC->rgbrc[ WW8_TOP ].aBits1, in ProcessSprmTSetBRC()
1385 memcpy( pAktTC->rgbrc[ WW8_TOP ].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.hxx176 #define WW8_TOP 0 macro