Home
last modified time | relevance | path

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

/aoo4110/main/sdext/source/presenter/
H A DPresenterPaneBase.cxx441 const awt::Rectangle& rBorderBox, in PaintBorderBackground() argument
444 (void)rBorderBox; in PaintBorderBackground()
/aoo4110/main/sw/source/core/layout/
H A Dpaintfrm.cxx4624 const SvxBoxItem& rBorderBox = rBorderAttrs.GetBox(); in lcl_GetCellFrmForBorderAttrs() local
4627 ( !rBorderBox.GetTop() || !pParentRowFrm->GetPrev() ) && in lcl_GetCellFrmForBorderAttrs()
4628 !rBorderBox.GetLeft() && in lcl_GetCellFrmForBorderAttrs()
4629 ( !rBorderBox.GetRight() || bCellAtRightBorder ) && in lcl_GetCellFrmForBorderAttrs()
4630 ( !rBorderBox.GetBottom() || !pParentRowFrm->GetNext() ); in lcl_GetCellFrmForBorderAttrs()
4634 const SvxBoxItem& rBorderBox = _rCellBorderAttrs.GetBox(); in lcl_GetCellFrmForBorderAttrs() local
4636 ( !rBorderBox.GetTop() || !pParentRowFrm->GetPrev() ) && in lcl_GetCellFrmForBorderAttrs()
4637 ( !rBorderBox.GetLeft() || bCellAtLeftBorder ) && in lcl_GetCellFrmForBorderAttrs()
4638 ( !rBorderBox.GetRight() || bCellAtRightBorder ) && in lcl_GetCellFrmForBorderAttrs()
4639 ( !rBorderBox.GetBottom() || !pParentRowFrm->GetNext() ); in lcl_GetCellFrmForBorderAttrs()

Completed in 224 milliseconds