Home
last modified time | relevance | path

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

/aoo4110/main/dbaccess/source/ui/querydesign/
H A DJoinTableView.cxx131 GetVScrollBar()->SetRange( Range(0, 1000) ); in DBG_NAME()
134 GetVScrollBar()->SetLineSize( LINE_SIZE ); in DBG_NAME()
137 GetVScrollBar()->Show(); in DBG_NAME()
183 GetVScrollBar()->SetPosSizePixel( in Resize()
204 lRange = GetVScrollBar()->GetRange().Max() - GetVScrollBar()->GetRange().Min(); in Resize()
206GetVScrollBar()->SetRangeMax(m_pTableView->GetScrollOffset().Y() + aTotalOutputSize.Height() + Get… in Resize()
277 m_aScrollOffset.Y() = GetVScrollBar()->GetThumbPos(); in Resize()
482 ScrollBar* pBar = _pView->GetVScrollBar(); in isScrollAllowed()
682 GetVScrollBar()->SetRange( Range(0, aBottom.Y()) ); in SetDefaultTabWinPosSize()
786 nNewThumbPos = GetVScrollBar()->GetRange().Max(); in ScrollPane()
[all …]
H A DQueryMoveTabWinUndoAct.cxx40 …Point ptFrameScrollPos(m_pOwner->GetHScrollBar()->GetThumbPos(), m_pOwner->GetVScrollBar()->GetThu… in TogglePosition()
H A DJoinDesignView.cxx153 …in, m_pScrollWindow->GetHScrollBar()->GetThumbPos(), m_pScrollWindow->GetVScrollBar()->GetThumbPos… in SaveTabWinUIConfig()
H A DQueryDesignView.cxx3104 …(), m_pScrollWindow->GetHScrollBar()->GetThumbPos(), m_pScrollWindow->GetVScrollBar()->GetThumbPos… in SaveUIConfig()
/aoo4110/main/svtools/source/edit/
H A Dsvmedit.cxx176 ScrollBar* GetVScrollBar() { return mpVScrollBar; } in GetVScrollBar() function in ImpSvMEdit
1511 if ( pImpSvMEdit->GetVScrollBar() ) in PreNotify()
1512 pImpSvMEdit->GetVScrollBar()->DoScrollAction( SCROLL_LINEUP ); in PreNotify()
1517 if ( pImpSvMEdit->GetVScrollBar() ) in PreNotify()
1518 pImpSvMEdit->GetVScrollBar()->DoScrollAction( SCROLL_LINEDOWN ); in PreNotify()
1523 if ( pImpSvMEdit->GetVScrollBar() ) in PreNotify()
1524 pImpSvMEdit->GetVScrollBar()->DoScrollAction( SCROLL_PAGEUP ); in PreNotify()
1529 if ( pImpSvMEdit->GetVScrollBar() ) in PreNotify()
1530 pImpSvMEdit->GetVScrollBar()->DoScrollAction( SCROLL_PAGEDOWN ); in PreNotify()
1590 ScrollBar* MultiLineEdit::GetVScrollBar() const in GetVScrollBar() function in MultiLineEdit
[all …]
/aoo4110/main/dbaccess/source/ui/inc/
H A DJoinTableView.hxx86 ScrollBar* GetVScrollBar() { return &m_aVScrollBar; } in GetVScrollBar() function in dbaui::OScrollWindowHelper
138 …ScrollBar* GetVScrollBar() { return static_cast<OScrollWindowHelper*>(GetParent())->GetVScrollBar(… in GetVScrollBar() function in dbaui::OJoinTableView
/aoo4110/main/desktop/source/deployment/gui/
H A Ddp_gui_autoscrolledit.cxx42 ScrollBar* pScroll = GetVScrollBar(); in AutoScrollEdit()
61 ScrollBar* pScroll = GetVScrollBar(); in Notify()
H A Ddescedit.cxx68 ScrollBar* pVScrBar = GetVScrollBar(); in UpdateScrollBar()
84 ScrollBar* pVScrBar = GetVScrollBar(); in Clear()
H A Dlicense_dialog.cxx139 ScrollBar* pScroll = GetVScrollBar(); in ScrollDown()
/aoo4110/main/basctl/source/basicide/
H A Dbaside3.cxx158 if ( GetHScrollBar() && GetVScrollBar() ) { in Resize()
159 pEditor->SetScrollBars( GetHScrollBar(), GetVScrollBar() ); in Resize()
245 HandleScrollCommand( rCEvt, GetHScrollBar(), GetVScrollBar() ); in Command()
302 GetVScrollBar()->Show(); in DoInit()
303 pEditor->SetScrollBars( GetHScrollBar(), GetVScrollBar() ); in DoInit()
H A Dbaside2.cxx253 if ( GetVScrollBar() ) in DoInit()
254 GetVScrollBar()->Hide(); in DoInit()
/aoo4110/main/svx/source/dialog/
H A Ddocrecovery.cxx1680 if ( GetVScrollBar() ) in ErrorDescriptionEdit()
1681 GetVScrollBar()->Hide(); in ErrorDescriptionEdit()
1690 if ( !GetVScrollBar() ) in IMPL_LINK()
1704 GetVScrollBar()->Show( nLineCount > nVisLines ); in IMPL_LINK()
/aoo4110/main/svtools/inc/svtools/
H A Dsvmedit.hxx64 ScrollBar* GetVScrollBar() const;
/aoo4110/main/basctl/source/inc/
H A Dbasidesh.hxx189 ScrollBar& GetVScrollBar() { return aVScrollBar; } in GetVScrollBar() function in BasicIDEShell
H A Dbastypes.hxx197 ScrollBar* GetVScrollBar() const { return pShellVScrollBar; } in GetVScrollBar() function in IDEBaseWindow
/aoo4110/main/extensions/source/preload/
H A Doemwiz.cxx409 ScrollBar* pScroll = GetVScrollBar(); in ScrollDown()
/aoo4110/main/framework/source/services/
H A Dlicense.cxx576 ScrollBar* pScroll = GetVScrollBar(); in ScrollDown()
/aoo4110/main/cui/source/customize/
H A Dcfg.cxx1602 if ( GetVScrollBar() ) in SvxDescriptionEdit()
1603 m_aRealRect.Right() -= ( GetVScrollBar()->GetSizePixel().Width() + 4 ); in SvxDescriptionEdit()
1622 if ( GetVScrollBar() ) in SetNewText()
1623 GetVScrollBar()->Show( bShow ); in SetNewText()

Completed in 145 milliseconds