Lines Matching refs:nBorder
1743 void SdPage::SetLftBorder(sal_Int32 nBorder) in SetLftBorder() argument
1745 if (nBorder != GetLftBorder() ) in SetLftBorder()
1747 FmFormPage::SetLftBorder(nBorder); in SetLftBorder()
1756 void SdPage::SetRgtBorder(sal_Int32 nBorder) in SetRgtBorder() argument
1758 if (nBorder != GetRgtBorder() ) in SetRgtBorder()
1760 FmFormPage::SetRgtBorder(nBorder); in SetRgtBorder()
1769 void SdPage::SetUppBorder(sal_Int32 nBorder) in SetUppBorder() argument
1771 if (nBorder != GetUppBorder() ) in SetUppBorder()
1773 FmFormPage::SetUppBorder(nBorder); in SetUppBorder()
1782 void SdPage::SetLwrBorder(sal_Int32 nBorder) in SetLwrBorder() argument
1784 if (nBorder != GetLwrBorder() ) in SetLwrBorder()
1786 FmFormPage::SetLwrBorder(nBorder); in SetLwrBorder()