Home
last modified time | relevance | path

Searched +full:infobar +full:. +full:hxx (Results 1 – 25 of 44) sorted by relevance

12

/core/sfx2/source/dialog/
H A Dinfobar.cxx3 * This file is part of the LibreOffice project.
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/.
10 #include <basegfx/polygon/b2dpolygon.hxx>
11 #include <comphelper/dispatchcommand.hxx>
12 #include <drawinglayer/primitive2d/PolyPolygonColorPrimitive2D.hxx>
13 #include <drawinglayer/primitive2d/PolyPolygonStrokePrimitive2D.hxx>
14 #include <drawinglayer/processor2d/baseprocessor2d.hxx>
15 #include <drawinglayer/processor2d/processor2dtools.hxx>
17 #include <officecfg/Office/UI/Infobar.hxx>
[all …]
/core/include/sfx2/
H A Dinfobar.hxx3 * This file is part of the LibreOffice project.
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/.
14 #include <basegfx/color/bcolor.hxx>
16 #include <sfx2/childwin.hxx>
17 #include <sfx2/dllapi.h>
18 #include <vcl/InterimItemWindow.hxx>
20 // These must match the values in offapi/com/sun/star/frame/InfobarType.idl
39 /** SfxChildWindow for positioning the InfoBar in the view.
58 /** Class representing a single InfoBar to be added in a SfxInfoBarContainerWindow.
[all …]
H A Dapp.hxx3 * This file is part of the LibreOffice project.
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/.
12 * contributor license agreements. See the NOTICE file distributed
14 * ownership. The ASF licenses this file to you under the Apache
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 .
23 #include <sal/config.h>
24 #include <sfx2/dllapi.h>
25 #include <sal/types.h>
[all …]
H A Dviewfrm.hxx3 * This file is part of the LibreOffice project.
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/.
12 * contributor license agreements. See the NOTICE file distributed
14 * ownership. The ASF licenses this file to you under the Apache
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 .
23 #include <sal/config.h>
24 #include <sfx2/dllapi.h>
25 #include <sal/types.h>
[all …]
H A Dclassificationhelper.hxx3 * This file is part of the LibreOffice project.
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/.
17 #include <o3tl/string_view.hxx>
18 #include <rtl/ustring.hxx>
19 #include <sfx2/dllapi.h>
20 #include <sfx2/infobar.hxx>
33 /// Return code of SfxClassificationHelper::CheckPaste().
41 …ecifies a policy type, to be used with SetBACName(). Getters always use IntellectualProperty for n…
49 …Shared code to handle Business Authorization Identification and Labeling Scheme (BAILS) properties.
[all …]
H A Dobjsh.hxx3 * This file is part of the LibreOffice project.
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/.
12 * contributor license agreements. See the NOTICE file distributed
14 * ownership. The ASF licenses this file to you under the Apache
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 .
22 #include <sal/config.h>
23 #include <sfx2/dllapi.h>
24 #include <sfx2/signaturestate.hxx>
[all …]
/core/sc/source/ui/docshell/
H A Ddocshimp.hxx3 * This file is part of the LibreOffice project.
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/.
12 * contributor license agreements. See the NOTICE file distributed
14 * ownership. The ASF licenses this file to you under the Apache
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 .
21 #include <svtools/ctrltool.hxx>
22 #include <sfx2/docinsert.hxx>
23 #include <sfx2/request.hxx>
[all …]
/core/sfx2/source/appl/
H A Dappreg.cxx3 * This file is part of the LibreOffice project.
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/.
12 * contributor license agreements. See the NOTICE file distributed
14 * ownership. The ASF licenses this file to you under the Apache
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 .
21 #include <sal/log.hxx>
23 #include <sfx2/app.hxx>
24 #include <appdata.hxx>
[all …]
/core/svx/source/form/
H A Dlabelitemwindow.cxx3 * This file is part of the LibreOffice project.
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/.
10 #include <svx/labelitemwindow.hxx>
11 #include <vcl/svapp.hxx>
14 : InterimItemWindow(pParent, u"svx/ui/labelbox.ui"_ustr, u"LabelBox"_ustr) in LabelItemWindow()
19 InitControlBase(m_xLabel.get()); in LabelItemWindow()
23 m_xImage->set_size_request(24, 24); // vcl/res/infobar.png is 32x32 - too large here in LabelItemWindow()
33 aSize.AdjustWidth(12); in SetOptimalSize()
42 if (!rLabel.isEmpty()) in set_label()
[all …]
/core/sd/source/ui/view/
H A Ddrvwshrg.cxx3 * This file is part of the LibreOffice project.
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/.
12 * contributor license agreements. See the NOTICE file distributed
14 * ownership. The ASF licenses this file to you under the Apache
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 .
20 #include <config_features.h>
22 #include <DrawViewShell.hxx>
23 #include <sfx2/infobar.hxx>
[all …]
/core/sw/source/uibase/uiview/
H A Dviewstat.cxx3 * This file is part of the LibreOffice project.
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/.
12 * contributor license agreements. See the NOTICE file distributed
14 * ownership. The ASF licenses this file to you under the Apache
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 .
22 #include <hintids.hxx>
23 #include <com/sun/star/linguistic2/XThesaurus.hpp>
24 #include <svl/whiter.hxx>
[all …]
H A Dview0.cxx3 * This file is part of the LibreOffice project.
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/.
12 * contributor license agreements. See the NOTICE file distributed
14 * ownership. The ASF licenses this file to you under the Apache
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 .
20 #include <config_features.h>
21 #include <config_wasm_strip.h>
23 #include <SwSpellDialogChildWindow.hxx>
[all …]
/core/basctl/source/basicide/
H A Dbastypes.cxx3 * This file is part of the LibreOffice project.
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/.
12 * contributor license agreements. See the NOTICE file distributed
14 * ownership. The ASF licenses this file to you under the Apache
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 .
20 #include <sal/config.h>
24 #include <strings.hrc>
25 #include <helpids.h>
[all …]
H A Dbasidesh.cxx3 * This file is part of the LibreOffice project.
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/.
12 * contributor license agreements. See the NOTICE file distributed
14 * ownership. The ASF licenses this file to you under the Apache
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 .
20 #include <config_options.h>
22 #include <comphelper/diagnose_ex.hxx>
23 #include <basic/basmgr.hxx>
[all …]
/core/sc/source/ui/view/
H A Dtabvwsh.cxx3 * This file is part of the LibreOffice project.
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/.
12 * contributor license agreements. See the NOTICE file distributed
14 * ownership. The ASF licenses this file to you under the Apache
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 .
20 #include <svx/imapdlg.hxx>
21 #include <svx/srchdlg.hxx>
22 #include <sfx2/objface.hxx>
[all …]
/core/sfx2/source/view/
H A Dsfxbasecontroller.cxx3 * This file is part of the LibreOffice project.
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/.
12 * contributor license agreements. See the NOTICE file distributed
14 * ownership. The ASF licenses this file to you under the Apache
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 .
20 #include <time.h>
21 #include <sfx2/sfxbasecontroller.hxx>
22 #include <com/sun/star/awt/XVclWindowPeer.hpp>
[all …]
H A Dviewfrm.cxx3 * This file is part of the LibreOffice project.
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/.
12 * contributor license agreements. See the NOTICE file distributed
14 * ownership. The ASF licenses this file to you under the Apache
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 .
20 #include <config_feature_desktop.h>
21 #include <config_wasm_strip.h>
23 #include <o3tl/test_info.hxx>
[all …]
/core/sw/source/uibase/web/
H A Dwview.cxx3 * This file is part of the LibreOffice project.
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/.
12 * contributor license agreements. See the NOTICE file distributed
14 * ownership. The ASF licenses this file to you under the Apache
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 .
20 #include <config_feature_desktop.h>
22 #include <sfx2/msg.hxx>
23 #include <sfx2/dispatch.hxx>
[all …]
/core/vcl/source/window/
H A Dtaskpanelist.cxx3 * This file is part of the LibreOffice project.
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/.
12 * contributor license agreements. See the NOTICE file distributed
14 * ownership. The ASF licenses this file to you under the Apache
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 .
20 #include <vcl/dockwin.hxx>
21 #include <vcl/toolkit/floatwin.hxx>
22 #include <vcl/taskpanelist.hxx>
[all …]
/core/sfx2/source/doc/
H A Ddocmacromode.cxx3 * This file is part of the LibreOffice project.
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/.
12 * contributor license agreements. See the NOTICE file distributed
14 * ownership. The ASF licenses this file to you under the Apache
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 .
20 #include <config_features.h>
22 #include <sfx2/docmacromode.hxx>
23 #include <sfx2/signaturestate.hxx>
[all …]
/core/compilerplugins/clang/store/
H A Dcheckunusedparams.cxx3 * This file is part of the LibreOffice project.
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/.
15 #include "config_clang.h"
17 #include "plugin.hxx"
20 Find parameters that have no name, i.e. they are unused and we're worked around the "unused paramet…
22 Most of these can be removed.
49 StringRef fn(handler.getMainFileName()); in run()
53 if (loplugin::isSamePathname(fn, SRCDIR "/l10ntools/source/xmlparse.cxx")) in run()
56 if (loplugin::isSamePathname(fn, SRCDIR "/svl/source/misc/gridprinter.cxx")) in run()
[all …]
/core/sfx2/inc/pch/
H A Dprecompiled_sfx.hxx3 * This file is part of the LibreOffice project.
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/.
11 This file has been autogenerated by update_pch.sh. It is possible to edit it
12 manually (such as when an include file has been moved/renamed/removed). All such
13 manual changes will be rewritten by the next run of update_pch.sh (which presumably
14 also fixes all possible problems, so it's usually better to use it).
17 ./bin/update_pch sfx2 sfx --cutoff=3 --exclude:system --exclude:module --exclude:local
20 ./bin/update_pch_bisect ./sfx2/inc/pch/precompiled_sfx.hxx "make sfx2.build" --find-conflicts
23 #include <sal/config.h>
[all …]
/core/sd/inc/pch/
H A Dprecompiled_sd.hxx3 * This file is part of the LibreOffice project.
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/.
11 This file has been autogenerated by update_pch.sh. It is possible to edit it
12 manually (such as when an include file has been moved/renamed/removed). All such
13 manual changes will be rewritten by the next run of update_pch.sh (which presumably
14 also fixes all possible problems, so it's usually better to use it).
17 ./bin/update_pch sd sd --cutoff=4 --exclude:system --exclude:module --include:local
20 ./bin/update_pch_bisect ./sd/inc/pch/precompiled_sd.hxx "make sd.build" --find-conflicts
23 #include <sal/config.h>
[all …]
/core/sd/source/ui/func/
H A Dfuconrec.cxx3 * This file is part of the LibreOffice project.
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/.
12 * contributor license agreements. See the NOTICE file distributed
14 * ownership. The ASF licenses this file to you under the Apache
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 .
20 #include <fuconrec.hxx>
21 #include <svx/svdpagv.hxx>
23 #include <svx/svxids.hrc>
[all …]
/core/sd/source/ui/docshell/
H A Ddocshel4.cxx3 * This file is part of the LibreOffice project.
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/.
12 * contributor license agreements. See the NOTICE file distributed
14 * ownership. The ASF licenses this file to you under the Apache
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 .
20 #include <sal/config.h>
21 #include <sal/log.hxx>
26 #include <DrawDocShell.hxx>
[all …]

12