Home
last modified time | relevance | path

Searched refs:Scroll (Results 1 – 25 of 184) sorted by relevance

12345678

/trunk/main/svtools/source/control/
H A Dscrwin.cxx147 Scroll( aDelta.Width(), 0 ); in IMPL_LINK()
149 Scroll( 0, aDelta.Height() ); in IMPL_LINK()
172 Scroll( aDelta.Width(), 0 ); in IMPL_LINK()
174 Scroll( 0, aDelta.Height() ); in IMPL_LINK()
256 Window::Scroll( in Resize()
445 Scroll( nDeltaX, nDeltaY ); in MakeVisible()
475 void ScrollableWindow::Scroll( long nDeltaX, long nDeltaY, sal_uInt16 ) in Scroll() function in ScrollableWindow
527 Window::Scroll(-nDeltaX, -nDeltaY, in Scroll()
555 Scroll( aDelta.Width()*nLinesX, aDelta.Height()*nLinesY ); in ScrollLines()
564 Scroll( nPagesX * aOutSz.Width() + (nPagesX>0 ? 1 : -1) * nOverlapX, in ScrollPages()
/trunk/main/svtools/source/brwbox/
H A Dbrwbox1.cxx534 pDataWin->Scroll( nScroll, 0, aScrollArea ); in SetColumnPos()
745 Control::Scroll( nWidth-nOldWidth, 0, aScrRect, SCROLL_FLAGS ); in SetColumnWidth()
747 getDataWindow()->Scroll( nWidth-nOldWidth, 0, aScrRect, SCROLL_FLAGS ); in SetColumnWidth()
1047 Scroll( -nDelta, 0, aScrollRect, SCROLL_FLAGS ); in ScrollColumns()
1060 pDataWin->Scroll( -nDelta, 0, aScrollRect, SCROLL_FLAGS ); in ScrollColumns()
1092 Scroll( nDelta, 0, aScrollRect, SCROLL_FLAGS ); in ScrollColumns()
1097 pDataWin->Scroll( nDelta, 0, aScrollRect, SCROLL_FLAGS ); in ScrollColumns()
1194 pDataWin->Scroll( 0, (short)-nDeltaY, SCROLL_FLAGS ); in ScrollRows()
1341 pDataWin->Scroll( 0, GetDataRowHeight() * nNumRows, in RowInserted()
1486 pDataWin->Scroll( 0, - (short) GetDataRowHeight() * nNumRows, in RowRemoved()
/trunk/main/svtools/inc/svtools/
H A Dscrwin.hxx97 using Window::Scroll;
98 virtual void Scroll( long nDeltaX, long nDeltaY, sal_uInt16 nFlags = 0 );
H A Dsvicnvw.hxx251 using Window::Scroll;
252 virtual void Scroll( long nDeltaX, long nDeltaY, sal_uInt16 nFlags = 0 );
/trunk/main/cui/source/tabpages/
H A Dtextanim.src102 < "Scroll Through" ; Default ; > ;
103 < "Scroll Back and Forth" ; Default ; > ;
104 < "Scroll In" ; Default ; > ;
/trunk/main/svtools/source/toolpanel/
H A Dtoolpanel.src28 Text [ en-US ] = "Tab Panel Scroll Button, backward";
33 Text [ en-US ] = "Tab Panel Scroll Button, forward";
/trunk/main/offapi/com/sun/star/drawing/
H A DTextAnimationKind.idl62 /** Scroll the text from one side to the other and back.
69 /** Scroll the text from one side to the final position and stop there.
/trunk/main/vcl/source/control/
H A Dscrbar.cxx836 Scroll(); in ImplScroll()
975 Scroll(); in ImplDragThumb()
1129 Scroll(); in Tracking()
1141 Scroll(); in Tracking()
1430 void ScrollBar::Scroll() in Scroll() function in ScrollBar
/trunk/main/vcl/inc/vcl/
H A Dscrbar.hxx112 using Window::Scroll;
113 virtual void Scroll();
/trunk/main/sdext/source/presenter/
H A DPresenterNotesView.cxx440 Scroll(-gnLineScrollFactor * mpFont->mnSize); in keyPressed()
445 Scroll(+gnLineScrollFactor * mpFont->mnSize); in keyPressed()
684 void PresenterNotesView::Scroll (const double rnDistance) in Scroll() function in sdext::presenter::PresenterNotesView
/trunk/main/editeng/source/outliner/
H A Doutlvw.cxx816 Scroll( -nScrollOffsRef, 0 ); in ImpScrollLeft()
839 Scroll( nScrollOffsRef, 0 ); in ImpScrollRight()
867 Scroll( 0, -nScrollOffsRef ); in ImpScrollDown()
891 Scroll( 0, nScrollOffsRef ); in ImpScrollUp()
1709 void OutlinerView::Scroll( long nHorzScroll, long nVertScroll ) in Scroll() function in OutlinerView
1712 pEditView->Scroll( nHorzScroll, nVertScroll ); in Scroll()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin3.cxx59 ((SwView *)pSfxVwSh)->Scroll( rRect.SVRect(), nRangeX, nRangeY ); in ScrollMDI()
164 pView->Scroll( aRect, nRangeX, nRangeY ); in AccessibilityScrollMDI()
H A DPostItMgr.cxx855 void SwPostItMgr::Scroll(const long lScroll,const unsigned long aPage) in Scroll() function in SwPostItMgr
922 Scroll(lScroll, aPage); in AutoScroll()
1600 Scroll( GetScrollSize(),aPage); in ScrollbarHit()
1602 Scroll( -1*GetScrollSize(), aPage); in ScrollbarHit()
1609 Scroll(GetScrollSize(), aPage); in ScrollbarHit()
1611 Scroll(-1*GetScrollSize(), aPage); in ScrollbarHit()
H A Dsrcedtw.cxx598 GetTextView()->Scroll( 0, nDiff ); in IMPL_LINK()
605 GetTextView()->Scroll( nDiff, 0 ); in IMPL_LINK()
823 pTextView->Scroll( 0, pTextView->GetStartDocPos().Y() ); in Notify()
/trunk/main/sw/source/ui/inc/
H A Dpview.hxx66 using Window::Scroll;
148 void Scroll(long nXMove, long nYMove, sal_uInt16 nFlags = 0);
/trunk/main/sw/source/ui/uiview/
H A Dpview.cxx756 pViewWin->Scroll( 0, nScrollAmount ); in _ExecPgUpAndPgDown()
1737 … pViewWin->Scroll( 0, pPagePrevwLay->GetWinPagesScrollAmount( nWinPagesToScroll ) ); in IMPL_LINK()
1752 pViewWin->Scroll(0, nThmbPos - pViewWin->GetPaintedPreviewDocRect().Top()); in IMPL_LINK()
1758 pViewWin->Scroll(nThmbPos - pViewWin->GetPaintedPreviewDocRect().Left(), 0); in IMPL_LINK()
2087 void SwPagePreViewWin::Scroll(long nXMove, long nYMove, sal_uInt16 /*nFlags*/) in Scroll() function in SwPagePreViewWin
H A Dviewsrch.cxx214 Scroll(pWrtShell->GetCharRect().SVRect()); in ExecSearch()
301 Scroll( pWrtShell->GetCharRect().SVRect()); in ExecSearch()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfileview.cxx398 GetTextView()->Scroll( 0, nDiff ); in IMPL_LINK()
405 GetTextView()->Scroll( nDiff, 0 ); in IMPL_LINK()
425 pTextView->Scroll( 0, pTextView->GetStartDocPos().Y() ); in Notify()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsScrollBarManager.cxx623 mrSlideSorter.GetViewShell()->Scroll( in RepeatAutoScroll()
656 void ScrollBarManager::Scroll( in Scroll() function in sd::slidesorter::controller::ScrollBarManager
H A DSlideSorterController.cxx508 GetScrollBarManager().Scroll( in Command()
515 GetScrollBarManager().Scroll( in Command()
/trunk/main/forms/source/richtext/
H A Drichtextimplcontrol.cxx336 m_pView->Scroll( -_pScrollbar->GetDelta(), 0, RGCHK_PAPERSZ1 ); in IMPL_LINK()
343 m_pView->Scroll( 0, -_pScrollbar->GetDelta(), RGCHK_PAPERSZ1 ); in IMPL_LINK()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_dialog.src217 …Text [ en-US ] = "Read the complete License Agreement. Use the scroll bar or the \'Scroll Down\' b…
241 Text [ en-US ] = "~Scroll Down" ;
/trunk/main/sc/source/ui/vba/
H A Dvbawindow.cxx254 ScVbaWindow::Scroll( const uno::Any& Down, const uno::Any& Up, const uno::Any& ToRight, const uno::… in Scroll() function in ScVbaWindow
267 Scroll( Down, Up, ToRight, ToLeft ); in SmallScroll()
273 Scroll( Down, Up, ToRight, ToLeft, true ); in LargeScroll()
/trunk/main/extensions/source/propctrlr/
H A Dformres.src906 Text [ en-US ] = "Scroll value" ;
910 Text [ en-US ] = "Scroll value max." ;
914 Text [ en-US ] = "Scroll value min." ;
/trunk/main/sw/source/core/view/
H A Dviewsh.cxx1481 GetWin()->Scroll( 0, lScroll, aTmp, SCROLL_CHILDREN); in SmoothScroll()
1484 GetWin()->Scroll( 0, lScroll, SCROLL_CHILDREN ); in SmoothScroll()
1607 GetWin()->Scroll( lXDiff, lYDiff, *pRect, SCROLL_CHILDREN); in SmoothScroll()
1609 GetWin()->Scroll( lXDiff, lYDiff, SCROLL_CHILDREN); in SmoothScroll()

Completed in 171 milliseconds

12345678