Searched refs:rBorderBox (Results 1 – 2 of 2) sorted by relevance
441 const awt::Rectangle& rBorderBox, in PaintBorderBackground() argument444 (void)rBorderBox; in PaintBorderBackground()
4737 const SvxBoxItem& rBorderBox = rBorderAttrs.GetBox(); in lcl_GetCellFrmForBorderAttrs() local4740 ( !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() local4749 ( !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 60 milliseconds