Searched refs:nInnerWidth (Results 1 – 3 of 3) sorted by relevance
124 KSHORT nInnerWidth; member in SwHangingPortion126 inline SwHangingPortion( SwPosSize aSize ) : nInnerWidth( aSize.Width() ) in SwHangingPortion()129 inline KSHORT GetInnerWidth() const { return nInnerWidth; } in GetInnerWidth()
87 long nInnerWidth = 0; in lcl_FillSvxColumn() local90 nInnerWidth = nTotalWidth; in lcl_FillSvxColumn()94 nInnerWidth -= pCol->GetLeft() + pCol->GetRight(); in lcl_FillSvxColumn()96 if( nInnerWidth < 0 ) in lcl_FillSvxColumn()97 nInnerWidth = 0; in lcl_FillSvxColumn()99 nInnerWidth /= rCols.Count(); in lcl_FillSvxColumn()106 … nWidth = static_cast< sal_uInt16 >(nWidth + nInnerWidth + pCol->GetLeft() + pCol->GetRight()); in lcl_FillSvxColumn()
449 long nInnerWidth = ( nAvail - nGutter ) / pAttr->GetNumCols(); in AdjustColumns() local459 nWidth = nInnerWidth + aLR.GetLeft() + aLR.GetRight(); in AdjustColumns()