Home
last modified time | relevance | path

Searched refs:_nCols (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/sw/source/core/view/
H A Dpagepreviewlayout.cxx191 bool SwPagePreviewLayout::Init( const sal_uInt16 _nCols, in Init() argument
199 bool bColsRowsValid = (_nCols != 0) && (_nRows != 0); in Init()
217 mnCols = _nCols; in Init()
/AOO42X/main/sw/inc/
H A Dpagepreviewlayout.hxx307 bool Init( const sal_uInt16 _nCols,
/AOO42X/main/sw/source/filter/inc/
H A Dfltshell.hxx275 SwFltTOX(SwTOXBase* pBase, sal_uInt16 _nCols = 0);
/AOO42X/main/sw/source/filter/ww1/
H A Dfltshell.cxx966 SwFltTOX::SwFltTOX(SwTOXBase* pBase, sal_uInt16 _nCols) in SwFltTOX() argument
967 : SfxPoolItem(RES_FLTR_TOX), pTOXBase(pBase), nCols( _nCols ), in SwFltTOX()