PanelTitleBar.cxx (8a1a651a) PanelTitleBar.cxx (88f32a2c)
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

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

24#include "PanelTitleBar.hxx"
25#include "sfx2/sfxresid.hxx"
26#include "Sidebar.hrc"
27
28#include "Paint.hxx"
29#include "Panel.hxx"
30#include "sfx2/sidebar/Theme.hxx"
31#include "sfx2/sidebar/ControllerFactory.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

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

24#include "PanelTitleBar.hxx"
25#include "sfx2/sfxresid.hxx"
26#include "Sidebar.hrc"
27
28#include "Paint.hxx"
29#include "Panel.hxx"
30#include "sfx2/sidebar/Theme.hxx"
31#include "sfx2/sidebar/ControllerFactory.hxx"
32#include "sfx2/sidebar/Tools.hxx"
32#include <tools/svborder.hxx>
33#include <vcl/gradient.hxx>
34#include <vcl/image.hxx>
35#include <toolkit/helper/vclunohelper.hxx>
36
33#include <tools/svborder.hxx>
34#include <vcl/gradient.hxx>
35#include <vcl/image.hxx>
36#include <toolkit/helper/vclunohelper.hxx>
37
37#ifdef DEBUG
38#include "sfx2/sidebar/Tools.hxx"
39#endif
40
41using namespace css;
42using namespace cssu;
43
44namespace sfx2 { namespace sidebar {
45
46
47static const sal_Int32 gaLeftIconPadding (5);

--- 196 unchanged lines hidden ---
38
39using namespace css;
40using namespace cssu;
41
42namespace sfx2 { namespace sidebar {
43
44
45static const sal_Int32 gaLeftIconPadding (5);

--- 196 unchanged lines hidden ---