Home
last modified time | relevance | path

Searched refs:bar (Results 1 – 25 of 191) sorted by relevance

12345678

/AOO42X/main/offapi/com/sun/star/frame/
H A DXStatusbarController.idl37 interface to users within a status bar.
40 A generic status bar field is represented as a simple text field. A status
41 bar controller can be added to a Statusbar and provide information or
43 A typical example for status bar controller is a zoom chooser. It shows
56 Used by a status bar implementation to control the life-time of
57 a status bar controller. The status bar is the only instance which
64 <p>A status bar controller is initialized with <b>five</b> additional
70 instance to which the status bar controller belongs.
74 The command is used to identify the status bar controller
78 instance which represents the status bar item associated with
[all …]
H A DXMenuBarMergingAcceptor.idl41 /** provides functions to set and remove a merged menu bar for inplace
49 /** allows to set a merged menu bar.
52 specifies the merged menu bar.
58 bar which is set by this method has a higher priority than others
60 interface. Settings of a merged menu bar cannot be retrieved.
70 /** removes a previously set merged menu bar and sets a previously created
71 menu bar back.
H A DStatusbarController.idl33 interface to users within a status bar.
36 A generic status bar function is represented as a text field which
37 provides status information to the user. A status bar controller can be
38 added to a status bar and provides information or functions with a more
40 A typical example for a status bar controller is the zoom level chooser
H A DStatusbarControllerFactory.idl29 /** specifies a factory that creates instances of registered status bar
33 A status bar controller can be registered for a command URL and a model
34 service name. A status bar will automatically create a status bar controller
/AOO42X/main/unoxml/qa/complex/unoxml/
H A DRDFRepositoryTest.java70 XURI bar; field in RDFRepositoryTest
111 bar = URI.create(xContext, "uri:bar"); in before()
112 assertNotNull("bar", bar); in before()
198 xRep.importGraph(FileFormat.RDF_XML, xFooIn, bar, base); in check()
199 assertNotNull("no bar graph", xRep.getGraph(bar)); in check()
207 Statement xFoo_FooBarBaz = new Statement(foo, bar, baz, foo); in check()
208 xFooGraph.addStatement(foo, bar, baz); in check()
213 Statement xFoo_FooBarBlank = new Statement(foo, bar, blank, foo); in check()
214 xFooGraph.addStatement(foo, bar, blank); in check()
224 Statement xFoo_BazBarLit = new Statement(baz, bar, lit, foo); in check()
[all …]
/AOO42X/main/offapi/com/sun/star/drawing/framework/
H A DXTabBar.idl40 <p>Every tab of a tab bar has, besides its localized title and help
43 <p>In the current Impress implementation a tab bar is only used for the
47 <p>Tab bar buttons are identified by their resource id. Note that
48 because the resource anchors are all the same (the tab bar), it is the
58 /** Add a tab bar button to the right of another one.
60 The new tab bar button that is to be inserted. If a button with
70 /** Add a tab bar button at the right most position.
72 The new tab bar button that is to be inserted.
76 /** Remove a tab bar button.
78 The tab bar button to remove. When there is no button with the
[all …]
H A DTabBarButton.idl31 /** Descriptor of a tab bar button. Tab bar buttons are typically used to
50 displayed when the tab bar button is activated.
53 identify a tab bar button.</p>
/AOO42X/main/offapi/com/sun/star/ui/
H A DXStatusbarItem.idl30 /** Represents an item in a status bar
38 /** the command of the status bar item
42 /** the unique ID of the control within the status bar
46 /** the width of the status bar item
50 /** the style of the status bar item
52 <p>The following values apply for a status bar item:</p>
76 /** the offset between this status bar item and the following
80 /** the rectangle on the status bar device onto which the item is drawn
86 /** the text of status bar item
90 /** the help text of the status bar item when extended help tips are on
[all …]
/AOO42X/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.
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.
136 scroll bar.
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 DAccessibleStatusBarItem.idl45 /** specifies accessibility support for a status bar item.
52 status bar item:
55 <li>Role: The role of a status bar item is <const
58 <li>Name: The name of a status bar item is its localized
60 <li>Description: The description of a status bar item is
63 <li>Parent: The parent of a status bar item is the status bar,
95 of the status bar item.
H A DAccessibleMenuBar.idl45 /** specifies accessibility support for a menu bar.
52 menu bar:
55 <li>Role: The role of a menu bar is <const
59 <li>Description: The description of a menu bar is its localized
61 <li>Children: The children of a menu bar are menus, menu items or
65 <li>Parent: The parent is the window that contains the menu bar.</li>
103 menu bar.
H A DAccessibleStatusBar.idl42 /** specifies accessibility support for a status bar.
49 status bar:
52 <li>Role: The role of a status bar is <const
57 <li>Children: The children of a status bar are status bar items,
60 <li>Parent: The parent is the window that contains the status bar.</li>
H A DXProgressBar.idl41 /** gives access to the value and settings of a progress bar.
59 /** sets the minimum and the maximum progress value of the progress bar.
69 /** sets the progress value of the progress bar.
75 /** returns the current progress value of the progress bar.
H A DUnoControlDialogModel.idl96 /** specifies the font attributes of the text in the caption bar of the dialog.
103 value of the text in the caption bar of the dialog.
110 value of the text in the caption bar of the dialog.
152 /** specifies the text that is displayed in the caption bar of the dialog.
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.
/AOO42X/main/sfx2/qa/complex/sfx2/
H A DDocumentMetadataAccess.java101 XURI bar; field in DocumentMetadataAccess
154 bar = URI.create(xContext, "uri:bar"); in before()
155 assertNotNull("bar", bar); in before()
456 new Statement(xFoo, rdf_type, bar, manifest); in check()
457 xDocMDAccess.addMetadataFile(fooPath, new XURI[] { bar }); in check()
464 XURI[] graphsBar = xDocMDAccess.getMetadataGraphsWithType(bar); in check()
505 new Statement(foo, bar, foo, xFoobar); in check()
506 xRep.getGraph(xFoobar).addStatement(foo, bar, foo); in check()
577 new Statement(foo, bar, foo, xFoobar4); in check()
609 new Statement(foo, bar, foo, xFoobar5); in check()
[all …]
/AOO42X/main/offapi/com/sun/star/chart/
H A DBarDiagram.idl61 /**This is a service for bar and column diagrams.
79 a bar chart.</p>
85 /** If <TRUE/>, determines that in a three-dimensional bar chart
88 two-dimensional bar charts.
95 between corresponding bars. Currently, bar charts with
102 /** If bars of a bar or column chart are attached to different
110 <p>If all data series of a bar or column chart are attached to
123 currently supported by two dimensional vertical bar charts only. </p>
H A DChartAxis.idl308 /** Properties related to bar charts:
313 /** Determines the overlap of the bars in a bar-type chart.
317 indicates a distance of one bar between 2 neighboring bars.</p>
324 in a bar chart.
326 <p>The value is given in percent of the width of a bar; the
/AOO42X/main/offapi/com/sun/star/accessibility/
H A DAccessibleRole.idl136 <p>A top level window with title bar and a border. A dialog is
197 <p>A top level window with a title bar, border, menu bar, etc. It
262 that holds the menu bar as well as the pane that contains most of
292 <p>An object usually found inside a menu bar that contains a list of
305 /** Menu bar role.
309 from. For example, a menu bar might contain menus for "File,"
425 /** Scroll bar role.
486 /** Status bar role.
527 /** Tool bar role.
529 <p>A bar or palette usually composed of push buttons or toggle
[all …]
/AOO42X/main/offapi/com/sun/star/form/
H A DNavigationBarMode.idl39 /** no navigation bar is provided and navigation on the current
52 /** a navigation bar is provided and navigation will be performed
60 /** a navigation bar is provided and navigation will be performed
65 no need to use the navigation bar for the form, but rather for it's parent.
/AOO42X/main/odk/docs/common/ref/
H A Didl.css144 table.lightbg Background of navigation bar.
145 .navimain Text in main navigation bar.
146 .navisub Text in lower navigation bar.
147 td.navimainself Cell in main navigation bar with "selected" shadow: You are here.
148 td.navimainnone Cell in main navigation bar with no link.
/AOO42X/main/qadevOOo/tests/java/ifc/chart/
H A D_ChartTwoAxisXSupplier.java66 XDiagram bar = (XDiagram) tEnv.getObjRelation("BAR"); in before() local
67 if (bar == null) throw new StatusException(Status.failed in before()
72 doc.setDiagram(bar); in before()
H A D_ChartTwoAxisYSupplier.java66 XDiagram bar = (XDiagram) tEnv.getObjRelation("BAR"); in before() local
67 if (bar == null) throw new StatusException(Status.failed in before()
72 doc.setDiagram(bar); in before()
H A D_Chart3DBarProperties.java64 XDiagram bar = (XDiagram) tEnv.getObjRelation("BAR"); in before() local
65 if (bar == null) throw new StatusException(Status.failed in before()
68 doc.setDiagram(bar); in before()

12345678