framecontrol.hxx (f6c049e2) | framecontrol.hxx (b4abecfe) |
---|---|
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 --- 83 unchanged lines hidden (view full) --- 92#define PROPERTYHANDLE_LOADERARGUMENTS 2 93 94//______________________________________________________________________________________________________________ 95// class 96//______________________________________________________________________________________________________________ 97 98class FrameControl : public UNO3_XCONTROLMODEL 99 , public UNO3_XCONNECTIONPOINTCONTAINER | 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 --- 83 unchanged lines hidden (view full) --- 92#define PROPERTYHANDLE_LOADERARGUMENTS 2 93 94//______________________________________________________________________________________________________________ 95// class 96//______________________________________________________________________________________________________________ 97 98class FrameControl : public UNO3_XCONTROLMODEL 99 , public UNO3_XCONNECTIONPOINTCONTAINER |
100 , public BaseControl // This order is neccessary for right initialization of m_aMutex! | 100 , public BaseControl // This order is necessary for right initialization of m_aMutex! |
101 , public UNO3_OBROADCASTHELPER 102 , public UNO3_OPROPERTYSETHELPER 103{ 104 105//______________________________________________________________________________________________________________ 106// public methods 107//______________________________________________________________________________________________________________ 108 --- 512 unchanged lines hidden --- | 101 , public UNO3_OBROADCASTHELPER 102 , public UNO3_OPROPERTYSETHELPER 103{ 104 105//______________________________________________________________________________________________________________ 106// public methods 107//______________________________________________________________________________________________________________ 108 --- 512 unchanged lines hidden --- |