Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/core/inc/
H A Dfrmtool.hxx268 sal_Bool bBorderDist :1; //Ist's ein Frm der auch ohne Linie member in SwBorderAttrs
370 inline sal_Bool IsBorderDist() const { return bBorderDist; } in IsBorderDist()
/aoo42x/main/sw/source/core/layout/
H A Dfrmtool.cxx1905 bBorderDist = 0 != (pConstructor->GetType() & (FRM_CELL)); in SwBorderAttrs()
2008 nTopLine = (bBorderDist && !rBox.GetTop()) in _CalcTopLine()
2017 nBottomLine = (bBorderDist && !rBox.GetBottom()) in _CalcBottomLine()
2026 nLeftLine = (bBorderDist && !rBox.GetLeft()) in _CalcLeftLine()
2035 nRightLine = (bBorderDist && !rBox.GetRight()) in _CalcRightLine()

Completed in 24 milliseconds