Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/filter/rtf/
H A Dswparrtf.cxx553 sal_uInt16 nWishWidth = 0, nHalfPrev = 0; in SetCols() local
559 pCol->SetLeft( nHalfPrev ); in SetCols()
561 nHalfPrev = nSp / 2; in SetCols()
562 pCol->SetRight( nSp - nHalfPrev ); in SetCols()
2780 sal_uInt16 nWishWidth = 0, nHalfPrev = 0; in lcl_SetFmtCol() local
2784 pCol->SetLeft( nHalfPrev ); in lcl_SetFmtCol()
2786 nHalfPrev = nSp / 2; in lcl_SetFmtCol()
2787 pCol->SetRight( nSp - nHalfPrev ); in lcl_SetFmtCol()