Home
last modified time | relevance | path

Searched refs:views (Results 1 – 25 of 129) sorted by relevance

123456

/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOCatalog.java50 protected OContainer views; field in OCatalog
64 if (views != null) { in postDisposing()
65 views.dispose(); in postDisposing()
111 if (views == null) { in getViews()
114 return views; in getViews()
/trunk/main/offapi/com/sun/star/document/
H A DXViewDataSupplier.idl35 /** gives access to some properties describing all open views to a document
39 Through this interface the state of all open views can be retrieved and restored
41 all views of the correct types and restore their state to the state when the document was
58 /** restore all views which will be represented by given data argument
62 with information about last opened views to restore it
/trunk/main/offapi/com/sun/star/xml/dom/events/
H A DXUIEvent.idl28 module com { module sun { module star { module xml { module dom { module views {
36 com::sun::star::xml::dom::views::XAbstractView getView();
41 [in] com::sun::star::xml::dom::views::XAbstractView viewArg,
/trunk/main/offapi/com/sun/star/sdbcx/
H A DXViewsSupplier.idl37 /** provides for access to a container of views, typically used for a database
43 /** returns the container of views.
45 the views
H A DView.idl36 /** is used to specify views on data. A view object is only used for creation and
45 After addition, both the containers for views and the container for tables must
69 /** is the name of the views catalog, may be empty.
H A DViewDescriptor.idl41 /** is the name of the views catalog, may be empty.
46 /** is the name of the views schema, may be empty.
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlCatalog.java79 if (views == null) { in refreshViews()
80 views = new PostgresqlViews(this, metadata, this, names); in refreshViews()
82 views.refill(names); in refreshViews()
/trunk/test/testgui/source/testlib/gui/
H A DSDTool.java31 …VclWindow[] views = new VclWindow[] { impress, impressOutline, impressSlideSorter, impressHandout … in getActiveView() local
32 for (VclWindow w : views) { in getActiveView()
/trunk/main/offapi/com/sun/star/ucb/
H A DHierarchyDataSource.idl51 /** allows creating access objects for specific views such as subsets and
61 <p><b>Optionally</b> the factory may support <b>writable views</b>. A
106 source and its views.
/trunk/main/offapi/com/sun/star/frame/
H A DXModel2.idl45 it possible to create new views for this model.
66 /** provides the available names of the factory to be used to create views.
86 a sequence of names of all supported views for this document.
/trunk/main/offapi/com/sun/star/xml/dom/views/
H A DXDocumentView.idl27 #include <com/sun/star/xml/dom/views/XAbstractView.idl>
29 module com { module sun { module star { module xml { module dom { module views {
H A DXAbstractView.idl29 module com { module sun { module star { module xml { module dom { module views {
/trunk/main/dbaccess/source/ui/control/
H A Dtabletree.src78 Text [ en-US ] = "All views";
82 Text [ en-US ] = "All tables and views";
/trunk/main/offapi/com/sun/star/drawing/framework/
H A DXView.idl37 <p>Typical examples are the Impress views that show a graphical
43 <p>The URL prefix of views is <code>private:resource/view</code></p>
H A DXTabBar.idl39 /** UI control for the selection of views in a pane.
44 center pane to switch between views in the center pane. Tab bars can
H A DXResourceId.idl41 <p>Resources of the drawing framework are panes, views, tool bars, and
45 views), or it is empty (for panes).</p>
/trunk/main/offapi/com/sun/star/configuration/
H A DAdministrationProvider.idl78 /** allows creating access objects for specific views such as subsets and fragments
172 belonging to these views to be disposed of as well. This does not apply to
173 <em>snapshot</em> views that have their own copy of the data, if available.
H A DConfigurationProvider.idl63 /** allows creating access objects for specific views such as subsets and fragments
232 belonging to these views to be disposed of as well. This does not apply to
233 <em>snapshot</em> views that have their own copy of the data, if available.
/trunk/main/dbaccess/source/ui/querydesign/
H A Dquery.src305 Text [ en-US ] = "This database does not support table views.";
310 Text [ en-US ] = "This database does not support altering of existing table views.";
/trunk/main/slideshow/
H A DGoogleTest_slideshow_tests.mk32 slideshow/test/views \
/trunk/test/testassistant/src/org/openoffice/test/assistant/views/
H A DVclExplorerLabelProvider.java24 package org.openoffice.test.assistant.views;
H A DVclExplorerContentProvider.java24 package org.openoffice.test.assistant.views;
H A DControlInfo.java24 package org.openoffice.test.assistant.views;
/trunk/main/unoxml/source/events/
H A Duievent.hxx39 using namespace com::sun::star::xml::dom::views;
/trunk/main/offapi/com/sun/star/script/browse/
H A DBrowseNodeFactoryViewTypes.idl31 These constants define the three different types of views available from

Completed in 71 milliseconds

123456