Searched refs:rBorderBox (Results 1 – 2 of 2) sorted by relevance
441 const awt::Rectangle& rBorderBox, in PaintBorderBackground() argument444 (void)rBorderBox; in PaintBorderBackground()
4697 const SvxBoxItem& rBorderBox = rBorderAttrs.GetBox(); in lcl_GetCellFrmForBorderAttrs() local4700 ( !rBorderBox.GetTop() || !pParentRowFrm->GetPrev() ) && in lcl_GetCellFrmForBorderAttrs()4701 !rBorderBox.GetLeft() && in lcl_GetCellFrmForBorderAttrs()4702 ( !rBorderBox.GetRight() || bCellAtRightBorder ) && in lcl_GetCellFrmForBorderAttrs()4703 ( !rBorderBox.GetBottom() || !pParentRowFrm->GetNext() ); in lcl_GetCellFrmForBorderAttrs()4707 const SvxBoxItem& rBorderBox = _rCellBorderAttrs.GetBox(); in lcl_GetCellFrmForBorderAttrs() local4709 ( !rBorderBox.GetTop() || !pParentRowFrm->GetPrev() ) && in lcl_GetCellFrmForBorderAttrs()4710 ( !rBorderBox.GetLeft() || bCellAtLeftBorder ) && in lcl_GetCellFrmForBorderAttrs()4711 ( !rBorderBox.GetRight() || bCellAtRightBorder ) && in lcl_GetCellFrmForBorderAttrs()4712 ( !rBorderBox.GetBottom() || !pParentRowFrm->GetNext() ); in lcl_GetCellFrmForBorderAttrs()