LibreOffice
LibreOffice 25.8 SDK API Reference
Loading...
Searching...
No Matches
FrameSearchFlag.idl File Reference

Go to the source code of this file.

Modules

module  com
module  com::sun
module  com::sun::star
 the module com::sun::star is the root module of the UNO API.
module  com::sun::star::frame
 Desktop environment framework interfaces.

Constant Groups

constants  com::sun::star::frame::FrameSearchFlag
 these types describe the algorithm to be used to search a frame

Variables

const long AUTO = 0
 no longer supported
const long PARENT = 1
 allows search on the parent frames
const long SELF = 2
 includes the start frame himself
const long CHILDREN = 4
 includes all child frames of the start frame
const long CREATE = 8
 frame will be created if not found
const long SIBLINGS = 16
 includes the direct siblings of the start frame
const long TASKS = 32
 allow the search outside the current sub task tree of the whole possible frame tree
const long ALL = 23
 includes all frames except frames in other tasks sub trees but doesn't create any new frame
const long GLOBAL = 55
 searches in the whole hierarchy of frames but doesn't create any new frame