Home
last modified time | relevance | path

Searched refs:bBorderDist (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/sw/source/core/inc/
H A Dfrmtool.hxx259 sal_Bool bBorderDist :1; //Ist's ein Frm der auch ohne Linie member in SwBorderAttrs
361 inline sal_Bool IsBorderDist() const { return bBorderDist; } in IsBorderDist()
/aoo41x/main/sw/source/core/layout/
H A Dfrmtool.cxx1889 bBorderDist = 0 != (pConstructor->GetType() & (FRM_CELL)); in SwBorderAttrs()
1992 nTopLine = (bBorderDist && !rBox.GetTop()) in _CalcTopLine()
2001 nBottomLine = (bBorderDist && !rBox.GetBottom()) in _CalcBottomLine()
2010 nLeftLine = (bBorderDist && !rBox.GetLeft()) in _CalcLeftLine()
2019 nRightLine = (bBorderDist && !rBox.GetRight()) in _CalcRightLine()

Completed in 64 milliseconds