Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/filter/rtf/
H A Dswparrtf.cxx563 sal_uInt16 nWishWidth = 0, nHalfPrev = 0; in SetCols() local
569 pCol->SetLeft( nHalfPrev ); in SetCols()
571 nHalfPrev = nSp / 2; in SetCols()
572 pCol->SetRight( nSp - nHalfPrev ); in SetCols()
2790 sal_uInt16 nWishWidth = 0, nHalfPrev = 0; in lcl_SetFmtCol() local
2794 pCol->SetLeft( nHalfPrev ); in lcl_SetFmtCol()
2796 nHalfPrev = nSp / 2; in lcl_SetFmtCol()
2797 pCol->SetRight( nSp - nHalfPrev ); in lcl_SetFmtCol()

Completed in 86 milliseconds