SidebarToolBox.cxx (ae13266d) | SidebarToolBox.cxx (edc7f530) |
---|---|
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 --- 14 unchanged lines hidden (view full) --- 23 24#include "sfx2/sidebar/SidebarToolBox.hxx" 25#include "ToolBoxBackground.hxx" 26#include "sfx2/sidebar/ControllerFactory.hxx" 27#include "sfx2/sidebar/Theme.hxx" 28#include "sfx2/sidebar/Tools.hxx" 29 30#include <vcl/gradient.hxx> | 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 --- 14 unchanged lines hidden (view full) --- 23 24#include "sfx2/sidebar/SidebarToolBox.hxx" 25#include "ToolBoxBackground.hxx" 26#include "sfx2/sidebar/ControllerFactory.hxx" 27#include "sfx2/sidebar/Theme.hxx" 28#include "sfx2/sidebar/Tools.hxx" 29 30#include <vcl/gradient.hxx> |
31#include <svtools/miscopt.hxx> 32#include <framework/imageproducer.hxx> 33#include <com/sun/star/frame/XSubToolbarController.hpp> |
|
31 32 33using namespace ::com::sun::star; 34using namespace ::com::sun::star::uno; 35using ::rtl::OUString; 36 37 38namespace sfx2 { namespace sidebar { --- 331 unchanged lines hidden --- | 34 35 36using namespace ::com::sun::star; 37using namespace ::com::sun::star::uno; 38using ::rtl::OUString; 39 40 41namespace sfx2 { namespace sidebar { --- 331 unchanged lines hidden --- |