layoutmanager.cxx (6d739b60) layoutmanager.cxx (dccf82be)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 34 unchanged lines hidden (view full) ---

43#include <uiconfiguration/globalsettings.hxx>
44#include <toolbarlayoutmanager.hxx>
45
46// interface includes
47#include <com/sun/star/beans/XPropertySet.hpp>
48#include <com/sun/star/beans/PropertyAttribute.hpp>
49#include <com/sun/star/frame/XModel.hpp>
50#include <com/sun/star/frame/FrameAction.hpp>
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 34 unchanged lines hidden (view full) ---

43#include <uiconfiguration/globalsettings.hxx>
44#include <toolbarlayoutmanager.hxx>
45
46// interface includes
47#include <com/sun/star/beans/XPropertySet.hpp>
48#include <com/sun/star/beans/PropertyAttribute.hpp>
49#include <com/sun/star/frame/XModel.hpp>
50#include <com/sun/star/frame/FrameAction.hpp>
51#include <com/sun/star/frame/XUIControllerRegistration.hpp>
52#include <com/sun/star/lang/XMultiComponentFactory.hpp>
53#include <com/sun/star/awt/XTopWindow.hpp>
54#include <com/sun/star/awt/XSystemDependentMenuPeer.hpp>
55#include <com/sun/star/lang/SystemDependent.hpp>
56#include <com/sun/star/awt/VclWindowPeerAttribute.hpp>
57#include <com/sun/star/awt/PosSize.hpp>
58#include <com/sun/star/awt/XDevice.hpp>
59#include <com/sun/star/awt/XSystemDependentWindowPeer.hpp>

--- 3199 unchanged lines hidden ---
51#include <com/sun/star/lang/XMultiComponentFactory.hpp>
52#include <com/sun/star/awt/XTopWindow.hpp>
53#include <com/sun/star/awt/XSystemDependentMenuPeer.hpp>
54#include <com/sun/star/lang/SystemDependent.hpp>
55#include <com/sun/star/awt/VclWindowPeerAttribute.hpp>
56#include <com/sun/star/awt/PosSize.hpp>
57#include <com/sun/star/awt/XDevice.hpp>
58#include <com/sun/star/awt/XSystemDependentWindowPeer.hpp>

--- 3199 unchanged lines hidden ---