Searched refs:nUserPage (Results 1 – 1 of 1) sorted by relevance
134 const sal_uInt16 nUserPage = sal_uInt16(aPageNumEdit.GetValue()); in IMPL_LINK_INLINE_END() local140 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 27 milliseconds