Home
last modified time | relevance | path

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

/trunk/main/sdext/source/presenter/
H A DPresenterPaneBase.cxx441 const awt::Rectangle& rBorderBox, in PaintBorderBackground() argument
444 (void)rBorderBox; in PaintBorderBackground()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx4737 const SvxBoxItem& rBorderBox = rBorderAttrs.GetBox(); in lcl_GetCellFrmForBorderAttrs() local
4740 ( !rBorderBox.GetTop() || !pParentRowFrm->GetPrev() ) && in lcl_GetCellFrmForBorderAttrs()
4741 !rBorderBox.GetLeft() && in lcl_GetCellFrmForBorderAttrs()
4742 ( !rBorderBox.GetRight() || bCellAtRightBorder ) && in lcl_GetCellFrmForBorderAttrs()
4743 ( !rBorderBox.GetBottom() || !pParentRowFrm->GetNext() ); in lcl_GetCellFrmForBorderAttrs()
4747 const SvxBoxItem& rBorderBox = _rCellBorderAttrs.GetBox(); in lcl_GetCellFrmForBorderAttrs() local
4749 ( !rBorderBox.GetTop() || !pParentRowFrm->GetPrev() ) && in lcl_GetCellFrmForBorderAttrs()
4750 ( !rBorderBox.GetLeft() || bCellAtLeftBorder ) && in lcl_GetCellFrmForBorderAttrs()
4751 ( !rBorderBox.GetRight() || bCellAtRightBorder ) && in lcl_GetCellFrmForBorderAttrs()
4752 ( !rBorderBox.GetBottom() || !pParentRowFrm->GetNext() ); in lcl_GetCellFrmForBorderAttrs()

Completed in 58 milliseconds