dcontact.hxx (1d2dbeb0) | dcontact.hxx (32698fcc) |
---|---|
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 // in the subclasses using method <SetInDTOR()>. 86 bool mbInDTOR; 87 88 /** method to move object to visible/invisible layer 89 90 OD 21.08.2003 #i18447# 91 Implementation for the public method <MoveObjToVisibleLayer(..)> 92 and <MoveObjToInvisibleLayer(..)> | 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 // in the subclasses using method <SetInDTOR()>. 86 bool mbInDTOR; 87 88 /** method to move object to visible/invisible layer 89 90 OD 21.08.2003 #i18447# 91 Implementation for the public method <MoveObjToVisibleLayer(..)> 92 and <MoveObjToInvisibleLayer(..)> |
93 If object is in invisble respectively visible layer, its moved to | 93 If object is in invisible respectively visible layer, it's moved to |
94 the corresponding visible respectively invisible layers. 95 For group object the members are individually moved to the corresponding 96 layer, because <SdrObjGroup::GetLayer()> does return 0, if members 97 aren't on the same layer as the group object, and 98 <SdrObjGroup::SetLayer(..)|NbcSetLayer(..)> sets also the layer of 99 the members. 100 OD 2004-01-15 #110582# - moved from subclass <SwDrawContact> 101 --- 12 unchanged lines hidden (view full) --- 114 115protected: 116 // OD 05.09.2003 #112039# - accessor to set member <mbInDTOR> 117 void SetInDTOR(); 118 119public: 120 TYPEINFO(); 121 | 94 the corresponding visible respectively invisible layers. 95 For group object the members are individually moved to the corresponding 96 layer, because <SdrObjGroup::GetLayer()> does return 0, if members 97 aren't on the same layer as the group object, and 98 <SdrObjGroup::SetLayer(..)|NbcSetLayer(..)> sets also the layer of 99 the members. 100 OD 2004-01-15 #110582# - moved from subclass <SwDrawContact> 101 --- 12 unchanged lines hidden (view full) --- 114 115protected: 116 // OD 05.09.2003 #112039# - accessor to set member <mbInDTOR> 117 void SetInDTOR(); 118 119public: 120 TYPEINFO(); 121 |
122 //Fuer den Reader, es wir nur die Verbindung hergestellt. | 122 //Fuer den Reader, es wird nur die Verbindung hergestellt. |
123 SwContact( SwFrmFmt *pToRegisterIn ); 124 virtual ~SwContact(); 125 126 // OD 2004-03-29 #i26791# 127 virtual const SwAnchoredObject* GetAnchoredObj( const SdrObject* _pSdrObj ) const = 0; 128 virtual SwAnchoredObject* GetAnchoredObj( SdrObject* _pSdrObj ) = 0; 129 130 // OD 13.05.2003 #108784# - made methods virtual and not inline --- 415 unchanged lines hidden --- | 123 SwContact( SwFrmFmt *pToRegisterIn ); 124 virtual ~SwContact(); 125 126 // OD 2004-03-29 #i26791# 127 virtual const SwAnchoredObject* GetAnchoredObj( const SdrObject* _pSdrObj ) const = 0; 128 virtual SwAnchoredObject* GetAnchoredObj( SdrObject* _pSdrObj ) = 0; 129 130 // OD 13.05.2003 #108784# - made methods virtual and not inline --- 415 unchanged lines hidden --- |