Lines Matching refs:sal_uInt16

117 sal_uInt16 lcl_GetNextZoomStep(sal_uInt16 nCurrentZoom, sal_Bool bZoomIn)  in TYPEINIT1()
119 static sal_uInt16 aZoomArr[] = in TYPEINIT1()
123 const sal_uInt16 nZoomArrSize = sizeof(aZoomArr)/sizeof(sal_uInt16); in TYPEINIT1()
143 static sal_uInt16 __READONLY_DATA aInval[] = in lcl_InvalidateZoomSlots()
289 sal_uInt16 nOldCol = mnCol; in CalcWish()
293 sal_uInt16 nPages = mnRow * mnCol, in CalcWish()
313 static sal_uInt16 __READONLY_DATA aInval[] = in CalcWish()
337 sal_uInt16 nPages = mnRow * mnCol; in MovePage()
338 sal_uInt16 nNewSttPage = mnSttPage; in MovePage()
340 sal_uInt16 nPageCount = mrView.GetPageCount(); in MovePage()
341 sal_uInt16 nDefSttPg = GetDefSttPage(); in MovePage()
349 … const sal_uInt16 nRelSttPage = mpPgPrevwLayout->ConvertAbsoluteToRelativePageNum( mnSttPage ); in MovePage()
350 const sal_uInt16 nNewAbsSttPage = nRelSttPage - nPages > 0 ? in MovePage()
355 …const sal_uInt16 nRelSelPage = mpPgPrevwLayout->ConvertAbsoluteToRelativePageNum( SelectedPage() ); in MovePage()
356 const sal_uInt16 nNewRelSelPage = nRelSelPage - nPages > 0 ? in MovePage()
365 … const sal_uInt16 nRelSttPage = mpPgPrevwLayout->ConvertAbsoluteToRelativePageNum( mnSttPage ); in MovePage()
366 …const sal_uInt16 nNewAbsSttPage = mpPgPrevwLayout->ConvertRelativeToAbsolutePageNum( nRelSttPage +… in MovePage()
369 …const sal_uInt16 nRelSelPage = mpPgPrevwLayout->ConvertAbsoluteToRelativePageNum( SelectedPage() ); in MovePage()
370 …const sal_uInt16 nNewAbsSelPage = mpPgPrevwLayout->ConvertRelativeToAbsolutePageNum( nRelSelPage +… in MovePage()
426 static sal_uInt16 __READONLY_DATA aInval[] = in MovePage()
476 void SwPagePreViewWin::GetStatusStr( String& rStr, sal_uInt16 nPageCnt ) const in GetStatusStr()
480 sal_uInt16 nPageNum; in GetStatusStr()
489 sal_uInt16 nVirtPageNum = mpPgPrevwLayout->GetVirtPageNumByPageNum( nPageNum ); in GetStatusStr()
508 sal_uInt16 nKey = rKeyCode.GetCode(); in KeyInput()
512 sal_uInt16 nSlot = 0; in KeyInput()
577 sal_uInt16 nNewSelectedPage; in MouseButtonDown()
607 static sal_uInt16 __READONLY_DATA aInval[] = in MouseButtonDown()
643 sal_uInt16 SwPagePreViewWin::SelectedPage() const in SelectedPage()
654 void SwPagePreViewWin::SetSelectedPage( sal_uInt16 _nSelectedPageNum ) in SetSelectedPage()
725 sal_uInt16 nNewSelectedPageNum = 0; in _ExecPgUpAndPgDown()
726 const sal_uInt16 nVisPages = pViewWin->GetRow() * pViewWin->GetCol(); in _ExecPgUpAndPgDown()
763 static sal_uInt16 __READONLY_DATA aInval[] = in _ExecPgUpAndPgDown()
829 static sal_uInt16 __READONLY_DATA aInval[] = in Execute()
881 sal_uInt16 nZoomFactor = USHRT_MAX; in Execute()
902 const sal_uInt16 nCurrentZoom = ((const SvxZoomSliderItem *)pItem)->GetValue(); in Execute()
922 sal_uInt16 nNewSelectedPage; in Execute()
923 sal_uInt16 nNewStartPage; in Execute()
954 static sal_uInt16 __READONLY_DATA aInval[] = in Execute()
1007 sal_uInt16 nPrtSlot = SID_PRINTDOC; in Execute()
1028 sal_uInt16 nSelPage = pViewWin->SelectedPage(); in Execute()
1057 sal_uInt16 nWhich = aIter.FirstWhich(); in GetState()
1130 const sal_uInt16 nCurrentZoom = pVOpt->GetZoom(); in GetState()
1215 sal_uInt16 nWhich = aIter.FirstWhich(); in StateUndo()
1345 sal_uInt16 nPhysPg, nVirtPg; in SwPagePreView()
1504 static sal_uInt16 __READONLY_DATA aInval[] = in IMPL_LINK_INLINE_END()
1657 sal_uInt16 nThmbPos = (sal_uInt16)pScrollbar->GetThumbPos(); in IMPL_LINK()
1700 sal_uInt16 nThmbPos = (sal_uInt16)pScrollbar->GetThumbPos(); in IMPL_LINK()
1729 const sal_uInt16 nVisPages = pViewWin->GetRow() * pViewWin->GetCol(); in IMPL_LINK()
1761 static sal_uInt16 __READONLY_DATA aInval[] = in IMPL_LINK()
1827 sal_uInt16 nVisPages = pViewWin->GetRow() * pViewWin->GetCol(); in ScrollViewSzChg()
1915 sal_uInt16 SwPagePreView::SetPrinter( SfxPrinter *pNew, sal_uInt16 nDiffFlags, bool ) in SetPrinter()
1938 rSh.ChgAllPageOrientation( sal_uInt16(pNew->GetOrientation()) ); in SetPrinter()
1949 static sal_uInt16 __READONLY_DATA aInval[] = in SetPrinter()
1956 const sal_uInt16* pPtr = aInval + 1; in SetPrinter()
2044 void SwPagePreViewWin::AdjustPreviewToNewZoom( const sal_uInt16 _nZoomFactor, in AdjustPreviewToNewZoom()
2087 void SwPagePreViewWin::Scroll(long nXMove, long nYMove, sal_uInt16 /*nFlags*/) in Scroll() argument
2106 sal_uInt16 nFactor = GetViewShell()->GetViewOptions()->GetZoom(); in HandleWheelCommands()
2107 const sal_uInt16 nOffset = 10; in HandleWheelCommands()
2193 void SwPagePreView::SetZoom(SvxZoomType eType, sal_uInt16 nFactor) in SetZoom()
2218 void SwPagePreView::SetVScrollbarThumbPos( const sal_uInt16 _nNewThumbPos ) in SetVScrollbarThumbPos()