/aoo41x/main/offapi/com/sun/star/awt/ |
H A D | XScrollBar.idl | 41 /** 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 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. 136 scroll bar.
|
H A D | AccessibleScrollBar.idl | 48 /** 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 D | UnoControlScrollBarModel.idl | 112 <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 D | MouseWheelBehavior.idl | 33 /** 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 D | ScrollBarOrientation.idl | 33 /** 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 D | Command.idl | 57 /** specifies the begining of an auto scroll operation. 63 /** specifies an auto scroll operation.
|
H A D | UnoControlSpinButtonModel.idl | 46 <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 D | UnoControlScrollBar.idl | 41 /** specifies a scroll bar control.
|
/aoo41x/main/wizards/com/sun/star/wizards/agenda/ |
H A D | TopicsControl.java | 720 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 …]
|
/aoo41x/main/offapi/com/sun/star/view/ |
H A D | ViewSettings.idl | 48 /** If this property is <TRUE/>, the horizontal scroll bar is displayed. 63 /** If this property is <TRUE/>, the vertical scroll bar is displayed.
|
/aoo41x/main/accessibility/source/helper/ |
H A D | accessiblestrings.src | 102 Text [ en-US ] = "Vertical scroll bar"; 106 Text [ en-US ] = "Horizontal scroll bar";
|
/aoo41x/main/offapi/com/sun/star/accessibility/ |
H A D | AccessibleRole.idl | 274 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
|
/aoo41x/main/offapi/com/sun/star/text/ |
H A D | ViewSettings.idl | 82 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
|
/aoo41x/main/offapi/com/sun/star/datatransfer/dnd/ |
H A D | XAutoscroll.idl | 43 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
|
/aoo41x/main/offapi/com/sun/star/sheet/ |
H A D | SpreadsheetViewSettings.idl | 77 /** enables the vertical scroll bar of the view. 83 /** enables the horizontal scroll bar of the view.
|
/aoo41x/main/scripting/workben/installer/ |
H A D | IdeVersion.java | 162 JScrollPane scroll = new JScrollPane(tableVersions); in initComponents() local 172 versionPanel.add(scroll); in initComponents()
|
H A D | Version.java | 135 JScrollPane scroll = new JScrollPane(tableVersions); in initComponents() local 145 versionPanel.add(scroll); in initComponents()
|
/aoo41x/main/offapi/com/sun/star/drawing/ |
H A D | XEnhancedCustomShapeDefaulter.idl | 146 "vertical-scroll", 147 "horizontal-scroll",
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | formres.src | 206 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" ;
|
/aoo41x/main/dbaccess/source/ui/inc/ |
H A D | ScrollHelper.hxx | 73 void scroll(const Point& _rPoint, const Size& _rOutputSize);
|
/aoo41x/main/dbaccess/source/ui/control/ |
H A D | dbtreelistbox.cxx | 295 m_aScrollHelper.scroll(m_aMousePos,GetOutputSizePixel()); in AcceptDrop() 314 m_aScrollHelper.scroll(m_aMousePos,GetOutputSizePixel()); in AcceptDrop()
|
H A D | ScrollHelper.cxx | 53 void OScrollHelper::scroll(const Point& _rPoint, const Size& _rOutputSize) in scroll() function in dbaui::OScrollHelper
|
/aoo41x/main/offapi/com/sun/star/sdbc/ |
H A D | ResultSetConcurrency.idl | 29 /** describes the different scroll capabilities of a result set.
|
H A D | ResultSetType.idl | 29 /** describes the different scroll capabilities of a result set.
|
/aoo41x/main/oox/source/dump/ |
H A D | oledumper.ini | 322 0x00000008=scroll 578 # scroll bar ----------------------------------------------------------------- 821 0x00001000=scroll-pos
|