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()
93 long nInnerWidth = 0; in lcl_FillSvxColumn() local96 nInnerWidth = nTotalWidth; in lcl_FillSvxColumn()100 nInnerWidth -= pCol->GetLeft() + pCol->GetRight(); in lcl_FillSvxColumn()102 if( nInnerWidth < 0 ) in lcl_FillSvxColumn()103 nInnerWidth = 0; in lcl_FillSvxColumn()105 nInnerWidth /= rCols.Count(); in lcl_FillSvxColumn()112 … 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()
Completed in 30 milliseconds