LibreOffice
LibreOffice 7.4 SDK API Reference
Public Member Functions | List of all members
XVclContainerPeer Interface Referencepublished

gives access to the VCL container window implementation. More...

import"XVclContainerPeer.idl";

Inheritance diagram for XVclContainerPeer:
XInterface

Public Member Functions

void enableDialogControl ([in] boolean bEnable)
 enable as dialog control. More...
 
void setTabOrder ([in] sequence< com::sun::star::awt::XWindow > WindowOrder, [in] sequence< any > Tabs, [in] boolean GroupControl)
 sets the tab order. More...
 
void setGroup ([in] sequence< com::sun::star::awt::XWindow > Windows)
 sets a group. More...
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object. More...
 
void acquire ()
 increases the reference counter by one. More...
 
void release ()
 decreases the reference counter by one. More...
 

Detailed Description

gives access to the VCL container window implementation.

Deprecated:

Member Function Documentation

◆ enableDialogControl()

void enableDialogControl ( [in] boolean  bEnable)

enable as dialog control.

◆ setGroup()

void setGroup ( [in] sequence< com::sun::star::awt::XWindow Windows)

sets a group.

◆ setTabOrder()

void setTabOrder ( [in] sequence< com::sun::star::awt::XWindow WindowOrder,
[in] sequence< any >  Tabs,
[in] boolean  GroupControl 
)

sets the tab order.


The documentation for this interface was generated from the following file: