Searched refs:nLwr (Results 1 – 2 of 2) sorted by relevance
1566 void SdrPage::SetBorder(sal_Int32 nLft, sal_Int32 nUpp, sal_Int32 nRgt, sal_Int32 nLwr) in SetBorder() argument1588 if(nBordLwr != nLwr) in SetBorder()1590 nBordLwr = nLwr; in SetBorder()
1729 void SdPage::SetBorder(sal_Int32 nLft, sal_Int32 nUpp, sal_Int32 nRgt, sal_Int32 nLwr) in SetBorder() argument1732 nRgt != GetRgtBorder() || nLwr != GetLwrBorder() ) in SetBorder()1734 FmFormPage::SetBorder(nLft, nUpp, nRgt, nLwr); in SetBorder()
Completed in 31 milliseconds