PosSizePropertyPanel.cxx (8a383445) PosSizePropertyPanel.cxx (0c259c9f)
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

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

110 mbPositionProtected(false),
111 mbAutoWidth(false),
112 mbAutoHeight(false),
113 mbAdjustEnabled(false),
114 mbIsFlip(false),
115 mbInDestructor(false)
116{
117 Initialize();
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

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

110 mbPositionProtected(false),
111 mbAutoWidth(false),
112 mbAutoHeight(false),
113 mbAdjustEnabled(false),
114 mbIsFlip(false),
115 mbInDestructor(false)
116{
117 Initialize();
118 FreeResource();
118 FreeResource();
119
120 mpBindings->Update( SID_ATTR_TRANSFORM_WIDTH );
121 mpBindings->Update( SID_ATTR_TRANSFORM_HEIGHT );
122 mpBindings->Update( SID_ATTR_TRANSFORM_PROTECT_SIZE );
123 mpBindings->Update( SID_ATTR_METRIC );
119}
120
121
122
123PosSizePropertyPanel::~PosSizePropertyPanel()
124{
125 mbInDestructor = true;
126

--- 1075 unchanged lines hidden ---
124}
125
126
127
128PosSizePropertyPanel::~PosSizePropertyPanel()
129{
130 mbInDestructor = true;
131

--- 1075 unchanged lines hidden ---