Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/chrdlg/
H A Dbreak.cxx134 const sal_uInt16 nUserPage = sal_uInt16(aPageNumEdit.GetValue()); in IMPL_LINK_INLINE_END() local
140 case nsUseOnPage::PD_LEFT: bOk = 0 == nUserPage % 2; break; in IMPL_LINK_INLINE_END()
141 case nsUseOnPage::PD_RIGHT: bOk = static_cast< sal_Bool >(nUserPage % 2); break; in IMPL_LINK_INLINE_END()

Completed in 10 milliseconds