Home
last modified time | relevance | path

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

/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblescrollbar.cxx88 VCLXScrollBar* pVCLXScrollBar = static_cast< VCLXScrollBar* >( GetVCLXWindow() ); in FillAccessibleStateSet()
215 VCLXScrollBar* pVCLXScrollBar = static_cast< VCLXScrollBar* >( GetVCLXWindow() ); in getCurrentValue()
230 VCLXScrollBar* pVCLXScrollBar = static_cast< VCLXScrollBar* >( GetVCLXWindow() ); in setCurrentValue()
258 VCLXScrollBar* pVCLXScrollBar = static_cast< VCLXScrollBar* >( GetVCLXWindow() ); in getMaximumValue()
284 VCLXScrollBar* pVCLXScrollBar = static_cast< VCLXScrollBar* >( GetVCLXWindow() ); in getAccessibleName()
/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx3009 void VCLXScrollBar::ImplGetPropertyIds( std::list< sal_uInt16 > &rIds ) in ImplGetPropertyIds()
3038 VCLXScrollBar::VCLXScrollBar() : maAdjustmentListeners( *this ) in VCLXScrollBar() function in VCLXScrollBar
3051 IMPL_XTYPEPROVIDER_START( VCLXScrollBar )
3062 void VCLXScrollBar::dispose() throw(::com::sun::star::uno::RuntimeException) in dispose()
3085 void VCLXScrollBar::setValue( sal_Int32 n ) throw(::com::sun::star::uno::RuntimeException) in setValue()
3107 sal_Int32 VCLXScrollBar::getValue() throw(::com::sun::star::uno::RuntimeException) in getValue()
3124 sal_Int32 VCLXScrollBar::getMaximum() throw(::com::sun::star::uno::RuntimeException) in getMaximum()
3141 sal_Int32 VCLXScrollBar::getMinimum() throw(::com::sun::star::uno::RuntimeException) in getMinimum()
3192 sal_Int32 VCLXScrollBar::getVisibleSize() throw(::com::sun::star::uno::RuntimeException) in getVisibleSize()
3219 sal_Int32 VCLXScrollBar::getOrientation() throw(::com::sun::star::uno::RuntimeException) in getOrientation()
[all …]
H A Dvclxtoolkit.cxx891 *ppNewComp = new VCLXScrollBar; in ImplCreateWindow()
H A Dvclxwindow.cxx2222 return VCLXScrollBar::implGetMinimumSize( GetWindow() ); in getMinimumSize()
/trunk/main/toolkit/inc/toolkit/helper/
H A Daccessiblefactory.hxx45 class VCLXScrollBar;
105 createAccessibleContext( VCLXScrollBar* _pXWindow ) = 0;
/trunk/main/accessibility/source/helper/
H A Dacc_factory.cxx123 createAccessibleContext( VCLXScrollBar* _pXWindow );
326 …Reference< XAccessibleContext > AccessibleFactory::createAccessibleContext( VCLXScrollBar* _pXWind… in createAccessibleContext()
/trunk/main/toolkit/source/helper/
H A Daccessibilityclient.cxx119 createAccessibleContext( VCLXScrollBar* /*_pXWindow*/ ) in createAccessibleContext() argument
H A Dunowrapper.cxx92 case WINDOW_SCROLLBAR: return new VCLXScrollBar; in CreateXWindow()
/trunk/main/toolkit/source/controls/
H A Dtkscrollbar.cxx49 UNO_CONTROL_MODEL_REGISTER_PROPERTIES( VCLXScrollBar ); in UnoControlScrollBarModel()
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxwindows.hxx540 class VCLXScrollBar : public ::com::sun::star::awt::XScrollBar, class
551 VCLXScrollBar();
/trunk/main/toolkit/doc/layout/
H A DChangeLog231 source/awt/vclxwindows.cxx: Move VCLXScrollBar's getMinimumSize()

Completed in 78 milliseconds