Home
last modified time | relevance | path

Searched refs:bar (Results 26 – 50 of 184) sorted by relevance

12345678

/aoo41x/main/qadevOOo/tests/java/ifc/chart/
H A D_BarDiagram.java74 XDiagram bar = (XDiagram) tEnv.getObjRelation("BAR"); in before() local
75 if (bar == null) throw new StatusException(Status.failed in before()
79 doc.setDiagram(bar); in before()
H A D_ChartAxisZSupplier.java66 XDiagram bar = (XDiagram) tEnv.getObjRelation("BAR"); in before() local
67 if (bar == null) throw new StatusException(Status.failed in before()
70 doc.setDiagram(bar); in before()
/aoo41x/main/offapi/com/sun/star/frame/
H A DXMenuBarAcceptor.idl41 /** provides function to update a menu bar for inplace editing.
51 /** update menu bar according to the current frame mode. This is used in
56 the menu bar that should be merged with current one.
H A DXInplaceLayout.idl50 must be a VCL menu bar pointer which is accessible within the
55 /** removes an inplace menu and sets back a previously created menu bar if one
/aoo41x/main/offapi/com/sun/star/awt/tab/
H A DXTabPageModel.idl61 /** specifies the text that is displayed in the tab bar of the tab page.
67 /** specifies a URL that references a graphic that should be displayed in the tab bar.
73 /** specifies a tooltip text that should be displayed in the tab bar.
/aoo41x/main/migrationanalysis/src/wizard/
H A DWizard.Dsr45 Dim mcbMenuCommandBar As Office.CommandBarControl 'command bar object
46 Public WithEvents MenuHandler As CommandBarEvents 'command bar event handler
81 'delete the command bar entry
/aoo41x/main/offapi/com/sun/star/chart2/
H A DDiagram.idl84 /** Draw connection lines for stacked bar charts.
88 /** If bars of a bar or column chart are attached to different
96 <p>If all data series of a bar or column chart are attached to
H A DDataPointProperties.idl67 <p>For charts with filled areas, like bar-charts, this should
79 <p>For charts with filled areas, like bar-charts, this should
254 <p>This is especially used for 3D bar-charts.</p>
/aoo41x/main/extensions/source/bibliography/
H A Dmenu.src32 The menu bar resource has become obsolete. You find the menu bar definition
/aoo41x/main/sd/source/ui/app/
H A Dmenu_tmpl.src33 /*The application menu bar resource has become obsolete. You can now find the menu bar definition a…
/aoo41x/main/offapi/com/sun/star/awt/
H A DMenuBar.idl30 <p>A menu bar can only be used by top-level windows. They support
32 to set an menu bar object.
H A DUnoControlScrollBarModel.idl112 <p><TRUE/> means, that when the user moves the slider in the scroll bar,
187 /** specifies the visible size of the scroll bar.
/aoo41x/main/qadevOOo/tests/java/mod/_sch/
H A DChXDataPoint.java148 Object bar = SOF.createDiagram(xChartDoc,"BarDiagram"); in createTestEnvironment() local
149 tEnv.addObjRelation("BAR",bar); in createTestEnvironment()
H A DChXDataRow.java154 Object bar = SOF.createDiagram(xChartDoc,"BarDiagram"); in createTestEnvironment() local
155 tEnv.addObjRelation("BAR",bar); in createTestEnvironment()
H A DChXDiagram.java370 Object bar = SOF.createDiagram(xChartDoc,"BarDiagram"); in createTestEnvironment() local
371 tEnv.addObjRelation("BAR",bar); in createTestEnvironment()
/aoo41x/main/offapi/com/sun/star/ui/
H A DDockingArea.idl48 /** the top docking area below the menu bar.
52 /** the bottom docking area above the status bar.
/aoo41x/main/offapi/com/sun/star/chart/
H A DStackableDiagram.idl52 <p>If you have a stacked bar chart, you can easily determine
54 topmost bar.</p>
H A DChartDataPointProperties.idl57 a data point (e.g., a single bar in a bar chart).
/aoo41x/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.
/aoo41x/main/accessibility/source/helper/
H A Daccessiblestrings.src102 Text [ en-US ] = "Vertical scroll bar";
106 Text [ en-US ] = "Horizontal scroll bar";
/aoo41x/main/udkapi/com/sun/star/script/
H A DXDefaultProperty.idl44 <p>bar = ExampleObject</p>
46 <p>bar = ExampleObject.Value</p>
/aoo41x/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
/aoo41x/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.
/aoo41x/main/udkapi/com/sun/star/connection/
H A DSocketPermission.idl65 SocketPermission("foo.bar.com:7777", "connect,accept");
67 is granted, it allows to connect to port 7777 on foo.bar.com, and to
/aoo41x/main/extensions/source/propctrlr/
H A Dformres.src206 Text [ en-US ] = "Horizontal scroll bar" ;
210 Text [ en-US ] = "Vertical scroll bar" ;
254 Text [ en-US ] = "Navigation bar" ;
1384 Text [ en-US ] = "With title bar" ;

Completed in 103 milliseconds

12345678