Home
last modified time | relevance | path

Searched refs:xScrollBar (Results 1 – 4 of 4) sorted by relevance

/trunk/main/toolkit/source/controls/
H A Dtkscrollbar.cxx135 uno::Reference < awt::XScrollBar > xScrollBar( getPeer(), uno::UNO_QUERY ); in createPeer() local
136 xScrollBar->addAdjustmentListener( this ); in createPeer()
150 if ( xScrollBar.is() ) in adjustmentValueChanged()
153 aAny <<= xScrollBar->getValue(); in adjustmentValueChanged()
201 uno::Reference< awt::XScrollBar > xScrollBar( getPeer(), uno::UNO_QUERY ); in getValue() local
202 n = xScrollBar->getValue(); in getValue()
218 n = xScrollBar->getMaximum(); in getMaximum()
234 n = xScrollBar->getLineIncrement(); in getLineIncrement()
250 n = xScrollBar->getBlockIncrement(); in getBlockIncrement()
266 n = xScrollBar->getVisibleSize(); in getVisibleSize()
[all …]
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DControlScroller.java44 XScrollBar xScrollBar; field in ControlScroller
123 xScrollBar = CurUnoDialog.insertScrollBar("TitleScrollBar" + sIncSuffix, 0, in ControlScroller()
155 …Helper.setUnoPropertyValue(xScrollBar, PropertyNames.ORIENTATION, new Integer(ScrollBarOrientation… in setScrollBarOrientationHorizontal()
170 …Helper.setUnoPropertyValue(UnoDialog.getModel(xScrollBar), "ScrollValue", new Integer(nscrollvalue… in initialize()
173 Helper.setUnoPropertyValues(UnoDialog.getModel(xScrollBar), new String[] in initialize()
183 Helper.setUnoPropertyValues(UnoDialog.getModel(xScrollBar), new String[] in initialize()
242 …Helper.setUnoPropertyValue(UnoDialog.getModel(xScrollBar), "ScrollValue", new Integer(_nscrollvalu… in setScrollValue()
281 Helper.setUnoPropertyValues(UnoDialog.getModel(xScrollBar), new String[] in setTotalFieldCount()
291 …Helper.setUnoPropertyValue(UnoDialog.getModel(xScrollBar), PropertyNames.PROPERTY_ENABLED, Boolean… in setTotalFieldCount()
323 …Helper.setUnoPropertyValue(UnoDialog.getModel(xScrollBar), "LineIncrement", new Integer(nlineincre… in setLineIncrementation()
[all …]
H A DUnoDialog.java388 XScrollBar xScrollBar = UnoRuntime.queryInterface(XScrollBar.class, oScrollBar); in insertScrollBar() local
391 xScrollBar.addAdjustmentListener(xAdjustmentListener); in insertScrollBar()
398 return xScrollBar; in insertScrollBar()
/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DUnoDialogSample.java823 … XScrollBar xScrollBar = (XScrollBar) UnoRuntime.queryInterface(XScrollBar.class, xSBControl); in insertVerticalScrollBar() local
824 xScrollBar.addAdjustmentListener(_xAdjustmentListener); in insertVerticalScrollBar()

Completed in 44 milliseconds