Home
last modified time | relevance | path

Searched refs:nInnerWidth (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/text/
H A Dporrst.hxx124 KSHORT nInnerWidth; member in SwHangingPortion
126 inline SwHangingPortion( SwPosSize aSize ) : nInnerWidth( aSize.Width() ) in SwHangingPortion()
129 inline KSHORT GetInnerWidth() const { return nInnerWidth; } in GetInnerWidth()
/trunk/main/sw/source/ui/uiview/
H A Dviewtab.cxx93 long nInnerWidth = 0; in lcl_FillSvxColumn() local
96 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()
/trunk/main/sw/source/core/layout/
H A Dcolfrm.cxx449 long nInnerWidth = ( nAvail - nGutter ) / pAttr->GetNumCols(); in AdjustColumns() local
459 nWidth = nInnerWidth + aLR.GetLeft() + aLR.GetRight(); in AdjustColumns()

Completed in 34 milliseconds