PageMarginControl.hxx (ff0525f2) PageMarginControl.hxx (2924af3d)
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

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

85 long mnPageLeftMargin;
86 long mnPageRightMargin;
87 long mnPageTopMargin;
88 long mnPageBottomMargin;
89 bool mbMirrored;
90
91 const SfxMapUnit meUnit;
92
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

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

85 long mnPageLeftMargin;
86 long mnPageRightMargin;
87 long mnPageTopMargin;
88 long mnPageBottomMargin;
89 bool mbMirrored;
90
91 const SfxMapUnit meUnit;
92
93 bool mbUserCustomValuesAvailable;
93 long mnUserCustomPageLeftMargin;
94 long mnUserCustomPageRightMargin;
95 long mnUserCustomPageTopMargin;
96 long mnUserCustomPageBottomMargin;
97 bool mbUserCustomMirrored;
98
99 bool mbCustomValuesUsed;
100

--- 20 unchanged lines hidden ---
94 long mnUserCustomPageLeftMargin;
95 long mnUserCustomPageRightMargin;
96 long mnUserCustomPageTopMargin;
97 long mnUserCustomPageBottomMargin;
98 bool mbUserCustomMirrored;
99
100 bool mbCustomValuesUsed;
101

--- 20 unchanged lines hidden ---