/trunk/main/offapi/com/sun/star/sheet/ |
H A D | XAddIn.idl | 37 /** gives access to function descriptions and user-visible names. 43 /** returns the internal function name for an user-visible name. 45 <p>The user-visible name of a function is the name shown to the 54 the user-visible name of a function. 64 /** returns the user-visible function name for an internal name. 66 <p>The user-visible name of a function is the name shown to the 75 the user-visible name of the specified function. 96 /** returns the user-visible name of the specified argument. 109 the user-visible name of the specified argument. 193 /** returns the user-visible name of the category the function [all …]
|
H A D | XViewPane.idl | 49 /** returns the first column that is visible in the pane. 55 /** sets the first column that is visible in the pane. 61 /** returns the first row that is visible in the pane. 67 /** sets the first row that is visible in the pane. 74 the cells which are visible in the pane.
|
H A D | AccessibleSpreadsheetPageView.idl | 52 visible on the screen in the page preview. 72 every header and footer that is at least partially visible.</li> 79 and is at least partially visible. A table fragment is the 86 for every shape that is at least partially visible. These
|
/trunk/main/offapi/com/sun/star/text/ |
H A D | ViewSettings.idl | 39 /** If this property is <TRUE/>, annotations (notes) are visible. 43 /** If this property is <TRUE/>, paragraph line breaks are visible. 47 /** If this property is <TRUE/>, shapes are visible. 52 the content is visible. 60 /** If this property is <TRUE/>, graphic objects are visible. 72 /** ShowHoriRuler and ShowVertRuler determine whether a ruler is visible. 90 /** If this property is <TRUE/>, paragraph breaks are visible. 111 /** If this property is <TRUE/>, tables are visible. 115 /** If this property is <TRUE/>, tab stops are visible. 139 /** If this property is <TRUE/>, handles of drawing objects are visible.
|
H A D | AccessibleTextDocumentView.idl | 56 object and drawing that is at least partially visible on the screen. 73 and footer that is at least partially visible. 77 that is at least partially visible. 81 that is at least partially visible. 86 is at least partially visible. A paragraph fragment is 93 and is at least partially visible. A table fragment is 98 least partially visible. These objects are children 108 is at least partially visible. These objects are 117 object that is at least partially visible. 126 is at least partially visible. These objects are
|
H A D | AccessibleEndnoteView.idl | 52 partially visible on the screen. 73 is at least partially visible. A paragraph fragment is 80 and is at least partially visible. A table fragment is
|
H A D | AccessibleFootnoteView.idl | 54 partially visible on the screen. 73 is at least partially visible. A paragraph fragment is 80 and is at least partially visible. A table fragment is
|
H A D | AccessibleHeaderFooterView.idl | 53 contained in the header and footer and is at least partially visible 75 is at least partially visible. The child always 83 and is at least partially visible. The child always
|
/trunk/main/idlc/source/ |
H A D | astinterface.cxx | 276 VisibleInterfaces::const_iterator visible( in checkInheritedInterfaceClashes() local 278 if (visible != m_visibleInterfaces.end()) { in checkInheritedInterfaceClashes() 279 switch (visible->second) { in checkInheritedInterfaceClashes() 391 VisibleMembers::iterator visible( in addOptionalVisibleMembers() local 393 if (visible == m_visibleMembers.end()) { in addOptionalVisibleMembers() 394 visible = m_visibleMembers.insert( in addOptionalVisibleMembers() 398 if (visible->second.mandatory == 0) { in addOptionalVisibleMembers() 399 visible->second.optionals.insert( in addOptionalVisibleMembers()
|
/trunk/main/offapi/com/sun/star/awt/tree/ |
H A D | XTreeControl.idl | 66 // expanding/collapsing/visible 99 /** Ensures that <var>Node</var> is currently visible. 101 node is visible in the controls display area.</p> 104 the <type>XTreeNode</type> specifying the node to make visible. 110 if <var>Node</var>can't be made visible since at least one of the parent nodes are 117 /** Returns <TRUE/> if <var>Node</var> is currently visible. 121 <TRUE/> if <var>Node</var> is visible, otherwise <FALSE/> 129 /** Ensures that <var>Node</var> is expanded and visible. 260 <p>Calling this method also ensures that <var>Node</var> will become visible.</p>
|
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/accessibility/ |
H A D | PopupWindow.java | 37 boolean visible = false; field in PopupWindow 86 return visible; in isVisible() 90 if (visible != b) { in setVisible() 91 visible = b; in setVisible()
|
/trunk/main/offapi/com/sun/star/drawing/ |
H A D | AccessibleDrawDocumentView.idl | 52 <li>Only the current draw page and only the visible shapes are 54 outside the currently visible area, the user has to issue these requests 65 rearrangement of the visible shapes, the user gets notified of this.</li> 90 visible are direct and indirect children of (an object 125 of the currently visible area and to let the user find children
|
H A D | XSlidePreviewCache.idl | 75 /** Define which slides are currently visible on the screen and which 77 visible slides a higher priority than for those slides that are not 78 visible.
|
H A D | Shape.idl | 134 /** If this is <FALSE/>, the <type>Shape</type> is not visible 136 be visible when printed, see <member>Printable</member>. 142 /** If this is <FALSE/>, the <type>Shape</type> is not visible
|
/trunk/main/offapi/com/sun/star/presentation/ |
H A D | DrawPage.idl | 102 /** defines if a header presentation shape from the master page is visible 117 /** defines if a footer presentation shape from the master page is visible 132 /** defines if a page number presentation shape from the master page is visible 140 /** defines if a date and time presentation shape from the master page is visible
|
/trunk/main/offapi/com/sun/star/drawing/framework/ |
H A D | XPane2.idl | 41 visible. 42 @returns <TRUE> when all windows of the pane are visible. 49 hidden or visible.
|
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/ |
H A D | Window.java | 33 boolean visible = false; field in Window 121 return visible; in isVisible() 133 if (visible != b){ in setVisible() 134 visible = b; in setVisible()
|
H A D | Dialog.java | 35 boolean visible = false; field in Dialog 131 return visible; in isVisible() 164 if (visible != b){ in setVisible() 165 visible = b; in setVisible()
|
H A D | Frame.java | 33 boolean visible = false; field in Frame 123 return visible; in isVisible() 135 if (visible != b){ in setVisible() 136 visible = b; in setVisible()
|
/trunk/main/offapi/com/sun/star/frame/ |
H A D | LayoutManagerEvents.idl | 77 becomes visible. 106 visible 109 This event sends the resource url of the newly visible user
|
/trunk/main/offapi/com/sun/star/awt/ |
H A D | XScrollBar.idl | 66 /** sets the scroll value, visible area and maximum scroll value 117 /** sets the visible size of the scroll bar. 123 /** returns the currently visible size of the scroll bar.
|
H A D | XListBox.idl | 173 /** returns the number of visible lines in drop down mode. 179 /** sets the number of visible lines for drop down mode. 185 /** makes the item at the specified position visible by scrolling.
|
/trunk/main/offapi/com/sun/star/graphic/ |
H A D | XPrimitive2D.idl | 60 Defines the visible part of the view in world coordinates. May be used 61 to optimize decompositions, e.g. for 3d scenes only the visible part 63 means all is visible.
|
/trunk/main/offapi/com/sun/star/rendering/ |
H A D | XSprite.idl | 160 i.e. everything contained in the sprite will be visible 165 clip. That means, nothing from the sprite will be visible.<p> 191 /** Make the sprite visible.<p> 193 This method makes the sprite visible on the canvas it was
|
/trunk/main/vcl/aqua/source/a11y/ |
H A D | aqua11ytablewrapper.mm | 51 // make all children visible to the hierarchy 69 …// find out which cells are actually visible by determining the top-left-cell and the bottom-right… 86 // create an array containing the visible cells
|