Searched refs:nGutterWidth (Results 1 – 8 of 8) sorted by relevance
/trunk/main/sw/source/ui/frmdlg/ |
H A D | colmgr.cxx | 63 void SwColMgr::SetCount(sal_uInt16 nCount, sal_uInt16 nGutterWidth) in SetCount() argument 65 aFmtCol.Init(nCount, nGutterWidth, nWidth); in SetCount() 67 aFmtCol.SetGutterWidth(nGutterWidth, nWidth); in SetCount() 91 void SwColMgr::SetGutterWidth(sal_uInt16 nGutterWidth, sal_uInt16 nPos ) in SetGutterWidth() argument 94 aFmtCol.SetGutterWidth(nGutterWidth, nWidth); in SetGutterWidth() 99 sal_uInt16 nGutterWidth2 = nGutterWidth / 2; in SetGutterWidth()
|
H A D | column.cxx | 731 long nGutterWidth = pColMgr->GetGutterWidth(); variable 751 nGutterWidth = 0; 753 nGutterWidth += nColDist[i]; 754 nSum += nGutterWidth; 797 Min(long(nMaxCols), long( pColMgr->GetActualSize() / (nGutterWidth + MINLAY)) )));
|
/trunk/main/sw/source/ui/inc/ |
H A D | colmgr.hxx | 41 void SetCount(sal_uInt16 nCount, sal_uInt16 nGutterWidth); 110 inline void SwColMgr::SetAutoWidth(sal_Bool bOn, sal_uInt16 nGutterWidth) in SetAutoWidth() argument 112 aFmtCol.SetOrtho(bOn, nGutterWidth, nWidth); in SetAutoWidth()
|
/trunk/main/sw/inc/ |
H A D | fmtclds.hxx | 97 SW_DLLPRIVATE void Calc( sal_uInt16 nGutterWidth, sal_uInt16 nAct ); 147 void Init( sal_uInt16 nNumCols, sal_uInt16 nGutterWidth, sal_uInt16 nAct ); 157 void SetOrtho( sal_Bool bNew, sal_uInt16 nGutterWidth, sal_uInt16 nAct );
|
/trunk/main/sw/source/core/layout/ |
H A D | atrfrm.cxx | 950 void SwFmtCol::Init( sal_uInt16 nNumCols, sal_uInt16 nGutterWidth, sal_uInt16 nAct ) in Init() argument 964 Calc( nGutterWidth, nAct ); in Init() 967 void SwFmtCol::SetOrtho( sal_Bool bNew, sal_uInt16 nGutterWidth, sal_uInt16 nAct ) in SetOrtho() argument 971 Calc( nGutterWidth, nAct ); in SetOrtho() 998 void SwFmtCol::Calc( sal_uInt16 nGutterWidth, sal_uInt16 nAct ) in Calc() argument 1005 const sal_uInt16 nGutterHalf = nGutterWidth ? nGutterWidth / 2 : 0; in Calc() 1009 (nAct - ((GetNumCols()-1) * nGutterWidth)) / GetNumCols(); in Calc() 1021 const sal_uInt16 nMidWidth = nPrtWidth + nGutterWidth; in Calc()
|
/trunk/main/sw/source/ui/uiview/ |
H A D | viewtab.cxx | 625 const sal_uInt16 nGutterWidth = 0; in ExecTabWin() local 633 aCols.Init( nCount, nGutterWidth, nWidth ); in ExecTabWin() 635 aCols.SetGutterWidth( nGutterWidth, nWidth ); in ExecTabWin() 636 aCols.SetOrtho( sal_False, nGutterWidth, nWidth ); in ExecTabWin()
|
/trunk/main/sw/source/ui/shells/ |
H A D | frmsh.cxx | 168 sal_uInt16 nGutterWidth = aCol.GetGutterWidth(); in Execute() local 171 aCol.Init(nCols, nGutterWidth, aCol.GetWishWidth()); in Execute()
|
H A D | basesh.cxx | 813 sal_uInt16 nGutterWidth = DEF_GUTTER_WIDTH; in Execute() local 815 aFmtCol.Init(nCount ? nCount : 1, nGutterWidth, USHRT_MAX); in Execute() 817 aFmtCol.SetGutterWidth(nGutterWidth, USHRT_MAX); in Execute()
|
Completed in 71 milliseconds