docsh.hxx (8b085085) docsh.hxx (5b4f8e55)
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

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

142 SFX_DECL_INTERFACE(SW_DOCSHELL)
143 SFX_DECL_OBJECTFACTORY()
144 TYPEINFO();
145
146 static SfxInterface *_GetInterface() { return GetStaticInterface(); }
147
148 static rtl::OUString GetEventName( sal_Int32 nId );
149
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

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

142 SFX_DECL_INTERFACE(SW_DOCSHELL)
143 SFX_DECL_OBJECTFACTORY()
144 TYPEINFO();
145
146 static SfxInterface *_GetInterface() { return GetStaticInterface(); }
147
148 static rtl::OUString GetEventName( sal_Int32 nId );
149
150 static void InitDefaultFontAttr( SwDoc* pDoc ); //#115580# added at 2011/11/28
151
152 //Das Doc wird fuer SO-Datenaustausch benoetigt!
153 SwDocShell( SfxObjectCreateMode eMode = SFX_CREATE_MODE_EMBEDDED );
154 SwDocShell( const sal_uInt64 i_nSfxCreationFlags );
155 SwDocShell( SwDoc *pDoc, SfxObjectCreateMode eMode = SFX_CREATE_MODE_STANDARD );
156 ~SwDocShell();
157
158 // OLE 2.0-Benachrichtigung
159 DECL_LINK( Ole2ModifiedHdl, void * );

--- 159 unchanged lines hidden ---
150 //Das Doc wird fuer SO-Datenaustausch benoetigt!
151 SwDocShell( SfxObjectCreateMode eMode = SFX_CREATE_MODE_EMBEDDED );
152 SwDocShell( const sal_uInt64 i_nSfxCreationFlags );
153 SwDocShell( SwDoc *pDoc, SfxObjectCreateMode eMode = SFX_CREATE_MODE_STANDARD );
154 ~SwDocShell();
155
156 // OLE 2.0-Benachrichtigung
157 DECL_LINK( Ole2ModifiedHdl, void * );

--- 159 unchanged lines hidden ---