Home
last modified time | relevance | path

Searched refs:scroll (Results 1 – 25 of 160) sorted by relevance

1234567

/trunk/main/offapi/com/sun/star/awt/
H A DXScrollBar.idl41 /** gives access to the value and settings of a scroll bar and makes it possible
60 /** sets the scroll value of the scroll bar.
66 /** sets the scroll value, visible area and maximum scroll value
67 of the scroll bar.
75 /** returns the current scroll value of the scroll bar.
81 /** sets the maximum scroll value of the scroll bar.
87 /** returns the currently set maximum scroll value of the scroll bar.
117 /** sets the visible size of the scroll bar.
123 /** returns the currently visible size of the scroll bar.
129 /** sets the <type>ScrollBarOrientation</type> of the scroll bar.
[all …]
H A DAccessibleScrollBar.idl48 /** specifies accessibility support for a scroll bar.
55 scroll bar:
58 <li>Role: The role of a scroll bar is <const
62 <li>Description: The description of a scroll bar is its localized
65 <li>Parent: The parent is the window that contains the scroll bar.</li>
107 a scroll bar. The supported actions for a scroll bar are:
117 /** This interface gives access to the numerical value of a scroll bar,
118 which is related to the position of the scroll bar thumb.
H A DUnoControlScrollBarModel.idl112 <p><TRUE/> means, that when the user moves the slider in the scroll bar,
149 /** specifies the scroll value of the control.
155 /** specifies the minimum scroll value of the control.
158 a minimal scroll value of 0.</p>
164 /** specifies the maximum scroll value of the control.
187 /** specifies the visible size of the scroll bar.
H A DMouseWheelBehavior.idl33 /** describes the scroll behavior of the mouse wheel for a control
38 /** defines that the mouse wheel cannot be used to scroll through the control's content
42 …/** defines that the mouse can only be used to scroll through the control's content if it currently
47 …/** defines that the mouse can be used to scroll through the control's content, no matter whether …
H A DScrollBarOrientation.idl33 /** These constants are used to specify the orientation of a scroll bar.
39 /** specifies a horizontal scroll bar.
45 /** specifies a vertical scroll bar.
H A DCommand.idl57 /** specifies the beginning of an auto scroll operation.
63 /** specifies an auto scroll operation.
H A DUnoControlSpinButtonModel.idl46 <p>A spin button is similar to a scroll bar, but it usually has no
166 /** defines how the mouse wheel can be used to scroll through the control's content.
H A DUnoControlScrollBar.idl41 /** specifies a scroll bar control.
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DTopicsControl.java720 boolean scroll = guiRow == (nblockincrement - 1);
721 if (scroll)
727 switchRows(guiRow, guiRow + (scroll ? -1 : 1));
733 setSelection(guiRow + (scroll ? 0 : 1), control, selection);
747 boolean scroll = (guiRow == 0);
748 if (scroll)
752 switchRows(guiRow, guiRow + (scroll ? 1 : -1));
773 boolean scroll = (guiRow == 0);
775 if (scroll)
803 boolean scroll = (guiRow == nblockincrement - 1);
[all …]
/trunk/main/offapi/com/sun/star/view/
H A DViewSettings.idl48 /** If this property is <TRUE/>, the horizontal scroll bar is displayed.
63 /** If this property is <TRUE/>, the vertical scroll bar is displayed.
/trunk/main/offapi/com/sun/star/accessibility/
H A DAccessibleRole.idl274 within a scroll pane.</p>
284 contained within a scroll pane.</p>
428 large amount of data. Usually used only by a scroll pane.</p>
437 of information. Its children can include scroll bars and a
554 <p>An object usually used in a scroll pane. It represents the
556 manipulates the scroll bars, the contents of the viewport can
/trunk/main/accessibility/source/helper/
H A Daccessiblestrings.src102 Text [ en-US ] = "Vertical scroll bar";
106 Text [ en-US ] = "Horizontal scroll bar";
/trunk/main/offapi/com/sun/star/text/
H A DViewSettings.idl82 the horizontal scroll bar is displayed.
131 /** If this property is <TRUE/>, the vertical scroll bar is displayed.
267 /** If this property is <TRUE/>, and the scroll bar is shown, a tool tip
/trunk/main/offapi/com/sun/star/datatransfer/dnd/
H A DXAutoscroll.idl43 institute a scroll operation in order to make obscured region(s) visible to
53 result in repeated scroll requests to the Component until the drag Cursor
/trunk/main/offapi/com/sun/star/sheet/
H A DSpreadsheetViewSettings.idl77 /** enables the vertical scroll bar of the view.
83 /** enables the horizontal scroll bar of the view.
/trunk/main/scripting/workben/installer/
H A DIdeVersion.java162 JScrollPane scroll = new JScrollPane(tableVersions); in initComponents() local
172 versionPanel.add(scroll); in initComponents()
H A DVersion.java135 JScrollPane scroll = new JScrollPane(tableVersions); in initComponents() local
145 versionPanel.add(scroll); in initComponents()
/trunk/main/extensions/source/propctrlr/
H A Dformres.src206 Text [ en-US ] = "Horizontal scroll bar" ;
210 Text [ en-US ] = "Vertical scroll bar" ;
234 Text [ en-US ] = "Mouse wheel scroll" ;
918 Text [ en-US ] = "Default scroll value" ;
/trunk/main/offapi/com/sun/star/drawing/
H A DXEnhancedCustomShapeDefaulter.idl146 "vertical-scroll",
147 "horizontal-scroll",
/trunk/main/dbaccess/source/ui/control/
H A Ddbtreelistbox.cxx295 m_aScrollHelper.scroll(m_aMousePos,GetOutputSizePixel()); in AcceptDrop()
314 m_aScrollHelper.scroll(m_aMousePos,GetOutputSizePixel()); in AcceptDrop()
H A DScrollHelper.cxx53 void OScrollHelper::scroll(const Point& _rPoint, const Size& _rOutputSize) in scroll() function in dbaui::OScrollHelper
/trunk/main/dbaccess/source/ui/inc/
H A DScrollHelper.hxx73 void scroll(const Point& _rPoint, const Size& _rOutputSize);
/trunk/main/oox/source/dump/
H A Doledumper.ini322 0x00000008=scroll
578 # scroll bar -----------------------------------------------------------------
821 0x00001000=scroll-pos
/trunk/main/offapi/com/sun/star/sdbc/
H A DResultSetConcurrency.idl29 /** describes the different scroll capabilities of a result set.
H A DResultSetType.idl29 /** describes the different scroll capabilities of a result set.

Completed in 73 milliseconds

1234567