Home
last modified time | relevance | path

Searched refs:child (Results 176 – 200 of 230) sorted by relevance

12345678910

/aoo41x/main/offapi/com/sun/star/awt/
H A DAccessibleWindow.idl76 <li>Children: The children of a window are the child windows.</li>
H A DAccessibleToolBoxItem.idl71 <li>Children: There can exist one child.
/aoo41x/main/offapi/com/sun/star/configuration/
H A DHierarchyElement.idl111 as a child or descendant of another tree node, for example, directly from a factory or provider.
H A DAccessRootElement.idl95 As this object owns its child elements and, recursively, the whole hierarchy,
H A DSimpleSetUpdate.idl55 modifying the container. Any child objects shall in turn support
/aoo41x/main/offapi/com/sun/star/ucb/
H A DTransientDocumentsContentProvider.idl82 for other TDCP Folders and TDCP Streams. It is always a child of the
H A DContentResultSet.idl65 <p>It can be understand as a table containing a row for each child. The
/aoo41x/main/slideshow/
H A Dmanifest.txt94 events would have to delegate listening to a dedicated child
/aoo41x/main/offapi/com/sun/star/sheet/
H A DAccessiblePageHeaderFooterAreasView.idl69 A child where calling <method scope="::com::sun::star::text"
H A DAccessibleSpreadsheet.idl73 A child where calling
/aoo41x/main/sfx2/qa/complex/sfx2/
H A DUndoManager.java406 …final XPropertySet child = UnoRuntime.queryInterface( XPropertySet.class, parentForm.getByIndex( i… in impl_assignScript() local
407 if ( UnoRuntime.areSame( child, i_controlModel ) ) in impl_assignScript()
/aoo41x/main/oovbaapi/ooo/vba/excel/
H A DSheetObjects.idl52 <li>GroupObjects: group objects containing other child objects,</li>
/aoo41x/main/offapi/com/sun/star/table/
H A DAccessibleCellView.idl80 A child of this kind is returned for every paragraph
H A DAccessibleTableView.idl80 A child where calling
/aoo41x/main/offapi/com/sun/star/xml/dom/
H A DXDocument.idl153 This is a convenience attribute that allows direct access to the child
/aoo41x/main/toolkit/source/layout/vcl/
H A Dwrapper.cxx444 void Window::EnableInput (bool enable, bool child) in EnableInput() argument
446 GetWindow ()->EnableInput (enable, child); in EnableInput()
/aoo41x/main/offapi/com/sun/star/accessibility/
H A DAccessibleRole.idl337 <p>An object that is a child of a page tab list. Its sole child is
/aoo41x/main/desktop/test/deployment/update/publisher/
H A Dreadme.txt6 Both element contain localized child elements.
/aoo41x/main/offapi/com/sun/star/xml/dom/events/
H A DEventType.idl122 …Fired when a node has been added as a child of another node. This event is dispatched after the in…
/aoo41x/main/offapi/com/sun/star/form/
H A DDataAwareControlModel.idl114 is a child of a <type scope="com::sun::star::form::component">DataForm</type>, which is bound
/aoo41x/main/offapi/com/sun/star/animations/
H A DXAnimationNode.idl115 an interface reference to a child <type>XTimeContainer</type>
/aoo41x/main/toolkit/inc/layout/
H A Dlayout.hxx168 void EnableInput (bool enable=true, bool child=true);
/aoo41x/main/svx/source/dialog/
H A Dsrchdlg.cxx292 #define SfxModelessDialog(bindings, child, parent, id) SfxDialog (parent, "find-and-replace.xml", i… argument
/aoo41x/main/offapi/com/sun/star/configuration/backend/
H A DXSchemaHandler.idl474 /** receives notification that the current group has a child node
/aoo41x/main/libtextcat/
H A Dlibtextcat-2.2.patch646 -inline static void siftup( table_t *t, unsigned int child )
647 +static void siftup( table_t *t, unsigned int child )
650 unsigned int parent = (child-1) >> 1;
659 unsigned int child = parent*2 + 1;

Completed in 125 milliseconds

12345678910