Searched refs:bBorderDist (Results 1 – 2 of 2) sorted by relevance
268 sal_Bool bBorderDist :1; //Ist's ein Frm der auch ohne Linie member in SwBorderAttrs370 inline sal_Bool IsBorderDist() const { return bBorderDist; } in IsBorderDist()
1905 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 30 milliseconds