docsh.hxx (4d7c9de0) docsh.hxx (8ef2f12b)
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

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

275 // eine Uebertragung wird abgebrochen (wird aus dem SFX gerufen)
276 virtual void CancelTransfers();
277
278 // Doc aus Html-Source neu laden
279 void ReloadFromHtml( const String& rStreamName, SwSrcView* pSrcView );
280
281 sal_Int16 GetUpdateDocMode() const {return nUpdateDocMode;}
282
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

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

275 // eine Uebertragung wird abgebrochen (wird aus dem SFX gerufen)
276 virtual void CancelTransfers();
277
278 // Doc aus Html-Source neu laden
279 void ReloadFromHtml( const String& rStreamName, SwSrcView* pSrcView );
280
281 sal_Int16 GetUpdateDocMode() const {return nUpdateDocMode;}
282
283 //Activate wait cursor for all windows of this document
284 //Optionally all dispatcher could be Locked
285 //Usually locking should be done using the class: SwWaitObject!
286 void EnterWait( sal_Bool bLockDispatcher );
287 void LeaveWait( sal_Bool bLockDispatcher );
288
289 void ToggleBrowserMode(sal_Bool bOn, SwView* pView);
290
291 sal_uLong LoadStylesFromFile( const String& rURL, SwgReaderOption& rOpt,
292 sal_Bool bUnoCall );
293 void InvalidateModel();
294 void ReactivateModel();
295
296 virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > GetEventNames();

--- 36 unchanged lines hidden ---
283 void ToggleBrowserMode(sal_Bool bOn, SwView* pView);
284
285 sal_uLong LoadStylesFromFile( const String& rURL, SwgReaderOption& rOpt,
286 sal_Bool bUnoCall );
287 void InvalidateModel();
288 void ReactivateModel();
289
290 virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > GetEventNames();

--- 36 unchanged lines hidden ---