Searched refs:GetGutterWidth (Results 1 – 16 of 16) sorted by relevance
72 sal_uInt16 SwColMgr::GetGutterWidth( sal_uInt16 nPos ) const in GetGutterWidth() function in SwColMgr76 nRet = GetCount() > 1 ? aFmtCol.GetGutterWidth() : DEF_GUTTER_WIDTH; in GetGutterWidth()
288 aRect.Left() = aRect.Right() + pColMgr->GetGutterWidth(i); in DrawPage()315 int nGutter = pColMgr->GetGutterWidth(i); in DrawPage()
404 nMax -= pColMgr->GetGutterWidth() * nCols; in GetMaxWidth()731 long nGutterWidth = pColMgr->GetGutterWidth();837 nColDist[i] = pColMgr->GetGutterWidth(i); in Init()
42 sal_uInt16 GetGutterWidth(sal_uInt16 nPos = USHRT_MAX) const;
136 sal_uInt16 GetGutterWidth( sal_Bool bMin = sal_False ) const;
352 aCol.Init(m_pWin->GetFrmColCount(), aCol.GetGutterWidth(), aCol.GetWishWidth()); in MouseButtonUp()
608 sal_uInt16 nGutter = pCol->GetGutterWidth( sal_True ); in lcl_html_OutSectionStartTag()
1390 sal_uInt16 nGutter = rFmtCol.GetGutterWidth( sal_True ); in OutHTML_FrmFmtAsMulticol()
168 sal_uInt16 nGutterWidth = aCol.GetGutterWidth(); in Execute()
532 aCol.Init( nCols, aCol.GetGutterWidth(), aCol.GetWishWidth() ); in TYPEINIT1()
1850 aCol.Init( nCols, aCol.GetGutterWidth(), aCol.GetWishWidth() ); in InsFrmMode()
2544 sal_uInt16 nItemGutterWidth = rFmtCol.GetGutterWidth(); in SwXTextColumns()
901 sal_uInt16 SwFmtCol::GetGutterWidth( sal_Bool bMin ) const in GetGutterWidth() function in SwFmtCol
3181 sal_uInt16 nWidth = rCol.GetGutterWidth( true ); in FormatColumns_Impl()
3143 m_rExport.OutLong( rCol.GetGutterWidth( sal_True ) ); in FormatColumns_Impl()
4350 m_rWW8Export.InsUInt16( rCol.GetGutterWidth( true ) ); in FormatColumns_Impl()
Completed in 138 milliseconds