PageMarginControl.hxx (2924af3d) | PageMarginControl.hxx (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 --- 12 unchanged lines hidden (view full) --- 21 22#ifndef _SW_SIDEBAR_PAGE_MARGIN_CONTROL_HXX_ 23#define _SW_SIDEBAR_PAGE_MARGIN_CONTROL_HXX_ 24 25#include <svx/sidebar/PopupControl.hxx> 26 27#include <tools/fldunit.hxx> 28#include <svl/poolitem.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 --- 12 unchanged lines hidden (view full) --- 21 22#ifndef _SW_SIDEBAR_PAGE_MARGIN_CONTROL_HXX_ 23#define _SW_SIDEBAR_PAGE_MARGIN_CONTROL_HXX_ 24 25#include <svx/sidebar/PopupControl.hxx> 26 27#include <tools/fldunit.hxx> 28#include <svl/poolitem.hxx> |
29#include <svx/rulritem.hxx> |
|
29#include <unotools/viewoptions.hxx> | 30#include <unotools/viewoptions.hxx> |
30 | 31#include <vcl/fixed.hxx> 32#include <vcl/field.hxx> 33#include <svtools/unitconv.hxx> |
31#include <vector> 32 33#define SWPAGE_NARROW_VALUE 720 34#define SWPAGE_NORMAL_VALUE 1136 35#define SWPAGE_WIDE_VALUE1 1440 36#define SWPAGE_WIDE_VALUE2 2880 37#define SWPAGE_WIDE_VALUE3 1800 38 --- 83 unchanged lines hidden --- | 34#include <vector> 35 36#define SWPAGE_NARROW_VALUE 720 37#define SWPAGE_NORMAL_VALUE 1136 38#define SWPAGE_WIDE_VALUE1 1440 39#define SWPAGE_WIDE_VALUE2 2880 40#define SWPAGE_WIDE_VALUE3 1800 41 --- 83 unchanged lines hidden --- |