Home
last modified time | relevance | path

Searched refs:nLft (Results 1 – 6 of 6) sorted by path

/trunk/main/editeng/source/misc/
H A Dtxtrange.cxx45 sal_uInt16 nCacheSz, sal_uInt16 nLft, sal_uInt16 nRght, sal_Bool bSimpl, sal_Bool bInnr, in TextRanger() argument
51 nLeft( nLft ), in TextRanger()
/trunk/main/sd/inc/
H A Dsdpage.hxx181 virtual void SetBorder(sal_Int32 nLft, sal_Int32 nUpp, sal_Int32 nRgt, sal_Int32 Lwr);
/trunk/main/sd/source/core/
H A Dsdpage.cxx1729 void SdPage::SetBorder(sal_Int32 nLft, sal_Int32 nUpp, sal_Int32 nRgt, sal_Int32 nLwr) in SetBorder() argument
1731 if (nLft != GetLftBorder() || nUpp != GetUppBorder() || in SetBorder()
1734 FmFormPage::SetBorder(nLft, nUpp, nRgt, nLwr); in SetBorder()
/trunk/main/svx/inc/svx/
H A Dsvdpage.hxx497 virtual void SetBorder(sal_Int32 nLft, sal_Int32 nUpp, sal_Int32 nRgt, sal_Int32 Lwr);
/trunk/main/svx/source/svdraw/
H A Dsvdpage.cxx1566 void SdrPage::SetBorder(sal_Int32 nLft, sal_Int32 nUpp, sal_Int32 nRgt, sal_Int32 nLwr) in SetBorder() argument
1570 if(nBordLft != nLft) in SetBorder()
1572 nBordLft = nLft; in SetBorder()
/trunk/main/sw/source/ui/uiview/
H A Dviewtab.cxx1520 const int nLft = aTabCols.GetLeftMin() + aTabCols.GetLeft(); in StateTabWin() local
1525 const sal_uInt16 nL = static_cast< sal_uInt16 >(nLft > 0 ? nLft : 0); in StateTabWin()
1742 const int nLft = aTabCols.GetLeftMin(); in StateTabWin() local
1747 const sal_uInt16 nL = static_cast< sal_uInt16 >(nLft > 0 ? nLft : 0); in StateTabWin()
1819 const int nLft = aTabCols.GetLeftMin() + aTabCols.GetLeft(); in StateTabWin() local
1822 const sal_uInt16 nL = static_cast< sal_uInt16 >(nLft > 0 ? nLft : 0); in StateTabWin()

Completed in 75 milliseconds