Home
last modified time | relevance | path

Searched refs:nSp (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/filter/inc/
H A Dfltshell.hxx353 virtual void SetCellSpace(sal_uInt16 nSp);
410 virtual void SetCellSpace(sal_uInt16 nSp);
579 void SetCellSpace(sal_uInt16 nSp) { in SetCellSpace() argument
580 pOut->SetCellSpace(nSp); } in SetCellSpace()
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx561 sal_uInt16 nSp = static_cast< sal_uInt16 >(rSection.maPageInfo.maColumns[ n+1 ]); in SetCols() local
562 nHalfPrev = nSp / 2; in SetCols()
563 pCol->SetRight( nSp - nHalfPrev ); in SetCols()
2786 sal_uInt16 nSp = rColumns[ n+1 ]; in lcl_SetFmtCol() local
2787 nHalfPrev = nSp / 2; in lcl_SetFmtCol()
2788 pCol->SetRight( nSp - nHalfPrev ); in lcl_SetFmtCol()

Completed in 36 milliseconds