PageColumnControl.cxx (ff0525f2) PageColumnControl.cxx (f120fe41)
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 "PageColumnControl.hxx"
25#include "PagePropertyPanel.hxx"
26#include "PagePropertyPanel.hrc"
27
28#include <cmdid.h>
29#include <swtypes.hxx>
30
31#include <svx/sidebar/ValueSetWithTextControl.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 "PageColumnControl.hxx"
25#include "PagePropertyPanel.hxx"
26#include "PagePropertyPanel.hrc"
27
28#include <cmdid.h>
29#include <swtypes.hxx>
30
31#include <svx/sidebar/ValueSetWithTextControl.hxx>
32#include <sfx2/bindings.hxx>
33#include <sfx2/dispatch.hxx>
32
33namespace sw { namespace sidebar {
34
35PageColumnControl::PageColumnControl(
36 Window* pParent,
37 PagePropertyPanel& rPanel,
38 const sal_uInt16 nColumnType,
39 const bool bLandscape )

--- 74 unchanged lines hidden ---
34
35namespace sw { namespace sidebar {
36
37PageColumnControl::PageColumnControl(
38 Window* pParent,
39 PagePropertyPanel& rPanel,
40 const sal_uInt16 nColumnType,
41 const bool bLandscape )

--- 74 unchanged lines hidden ---