LibreOffice
LibreOffice 7.4 SDK API Reference
FrameSearchFlag.idl
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19#ifndef __com_sun_star_frame_FrameSearchFlag_idl__
20#define __com_sun_star_frame_FrameSearchFlag_idl__
21
22
23
24 module com { module sun { module star { module frame {
25
39published constants FrameSearchFlag
40{
50 const long AUTO = 0;
51
54 const long PARENT = 1;
55
58 const long SELF = 2;
59
67 const long CHILDREN = 4;
68
71 const long CREATE = 8;
72
81 const long SIBLINGS = 16;
82
94 const long TASKS = 32;
95
99 const long ALL = 23;
100
104 const long GLOBAL = 55;
105};
106
107
108}; }; }; };
109
110#endif
111
112/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
const long GLOBAL
searches in the whole hierarchy of frames but doesn't create any new frame
Definition: FrameSearchFlag.idl:104
const long CHILDREN
includes all child frames of the start frame
Definition: FrameSearchFlag.idl:67
const long TASKS
allow the search outside the current sub task tree of the whole possible frame tree
Definition: FrameSearchFlag.idl:94
const long PARENT
allows search on the parent frames
Definition: FrameSearchFlag.idl:54
const long SIBLINGS
includes the direct siblings of the start frame
Definition: FrameSearchFlag.idl:81
const long CREATE
frame will be created if not found
Definition: FrameSearchFlag.idl:71
const long SELF
includes the start frame himself
Definition: FrameSearchFlag.idl:58
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 AUTO
no longer supported
Definition: FrameSearchFlag.idl:50
Definition: Ambiguous.idl:22