richtextcontrol.hxx (2d785d7e) | richtextcontrol.hxx (07a3d7f1) |
---|---|
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 --- 95 unchanged lines hidden (view full) --- 104 private: 105 typedef ::comphelper::ImplementationReference< ORichTextFeatureDispatcher, ::com::sun::star::frame::XDispatch > SingleAttributeDispatcher; 106 typedef ::std::map< SfxSlotId, SingleAttributeDispatcher > AttributeDispatchers; 107 AttributeDispatchers m_aDispatchers; 108 109 public: 110 /** factory method 111 @return | 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 --- 95 unchanged lines hidden (view full) --- 104 private: 105 typedef ::comphelper::ImplementationReference< ORichTextFeatureDispatcher, ::com::sun::star::frame::XDispatch > SingleAttributeDispatcher; 106 typedef ::std::map< SfxSlotId, SingleAttributeDispatcher > AttributeDispatchers; 107 AttributeDispatchers m_aDispatchers; 108 109 public: 110 /** factory method 111 @return |
112 a new ORichTextPeer instance, which has been aquired once! | 112 a new ORichTextPeer instance, which has been acquired once! |
113 */ 114 static ORichTextPeer* Create( 115 const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel >& _rxModel, 116 Window* _pParentWindow, 117 WinBits _nStyle 118 ); 119 120 // XInterface --- 35 unchanged lines hidden --- | 113 */ 114 static ORichTextPeer* Create( 115 const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel >& _rxModel, 116 Window* _pParentWindow, 117 WinBits _nStyle 118 ); 119 120 // XInterface --- 35 unchanged lines hidden --- |