Searched refs:nRgt (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/sw/source/ui/uiview/ |
H A D | viewtab.cxx | 1521 const int nRgt = (sal_uInt16)(bTableVertical ? nPageHeight : nPageWidth) - in StateTabWin() local 1526 const sal_uInt16 nR = static_cast< sal_uInt16 >(nRgt > 0 ? nRgt : 0); in StateTabWin() 1743 const int nRgt = (sal_uInt16)(bVerticalWriting ? nPageWidth : nPageHeight) - in StateTabWin() local 1748 const sal_uInt16 nR = static_cast< sal_uInt16 >(nRgt > 0 ? nRgt : 0); in StateTabWin() 1820 … const int nRgt = (sal_uInt16)nPageWidth -(aTabCols.GetLeftMin() + aTabCols.GetRight()); in StateTabWin() local 1823 const sal_uInt16 nR = static_cast< sal_uInt16 >(nRgt > 0 ? nRgt : 0); in StateTabWin()
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdpage.cxx | 1566 void SdrPage::SetBorder(sal_Int32 nLft, sal_Int32 nUpp, sal_Int32 nRgt, sal_Int32 nLwr) in SetBorder() argument 1582 if(nBordRgt != nRgt) in SetBorder() 1584 nBordRgt = nRgt; in SetBorder()
|
/aoo4110/main/sd/inc/ |
H A D | sdpage.hxx | 181 virtual void SetBorder(sal_Int32 nLft, sal_Int32 nUpp, sal_Int32 nRgt, sal_Int32 Lwr);
|
/aoo4110/main/svx/inc/svx/ |
H A D | svdpage.hxx | 497 virtual void SetBorder(sal_Int32 nLft, sal_Int32 nUpp, sal_Int32 nRgt, sal_Int32 Lwr);
|
/aoo4110/main/sd/source/core/ |
H A D | sdpage.cxx | 1755 void SdPage::SetBorder(sal_Int32 nLft, sal_Int32 nUpp, sal_Int32 nRgt, sal_Int32 nLwr) in SetBorder() argument 1758 nRgt != GetRgtBorder() || nLwr != GetLwrBorder() ) in SetBorder() 1760 FmFormPage::SetBorder(nLft, nUpp, nRgt, nLwr); in SetBorder()
|
Completed in 109 milliseconds