Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx554 sal_uInt16 nWishWidth = 0, nHalfPrev = 0; in SetCols() local
560 pCol->SetLeft( nHalfPrev ); in SetCols()
562 nHalfPrev = nSp / 2; in SetCols()
563 pCol->SetRight( nSp - nHalfPrev ); in SetCols()
2781 sal_uInt16 nWishWidth = 0, nHalfPrev = 0; in lcl_SetFmtCol() local
2785 pCol->SetLeft( nHalfPrev ); in lcl_SetFmtCol()
2787 nHalfPrev = nSp / 2; in lcl_SetFmtCol()
2788 pCol->SetRight( nSp - nHalfPrev ); in lcl_SetFmtCol()

Completed in 36 milliseconds