19 #ifndef __com_sun_star_frame_FrameSearchFlag_idl__ 20 #define __com_sun_star_frame_FrameSearchFlag_idl__ 24 module
com { module sun { module star { module frame {
39 published constants FrameSearchFlag
const long AUTO
no longer supported
Definition: FrameSearchFlag.idl:50
const long CHILDREN
includes all child frames of the start frame
Definition: FrameSearchFlag.idl:67
const long SELF
includes the start frame himself
Definition: FrameSearchFlag.idl:58
const long CREATE
frame will be created if not found
Definition: FrameSearchFlag.idl:71
Definition: Ambiguous.idl:22
const long PARENT
allows search on the parent frames
Definition: FrameSearchFlag.idl:54
const long GLOBAL
searches in the whole hierarchy of frames but doesn't create any new frame
Definition: FrameSearchFlag.idl:104
const long ALL
includes all frames except frames in other tasks sub trees but doesn't create any new frame
Definition: FrameSearchFlag.idl:99
const long SIBLINGS
includes the direct siblings of the start frame
Definition: FrameSearchFlag.idl:81
const long TASKS
allow the search outside the current sub task tree of the whole possible frame tree
Definition: FrameSearchFlag.idl:94