docsh.hxx (577c0052) docsh.hxx (22407013)
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

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

153
154 SC_DLLPRIVATE void LockPaint_Impl(sal_Bool bDoc);
155 SC_DLLPRIVATE void UnlockPaint_Impl(sal_Bool bDoc);
156 SC_DLLPRIVATE void LockDocument_Impl(sal_uInt16 nNew);
157 SC_DLLPRIVATE void UnlockDocument_Impl(sal_uInt16 nNew);
158
159 SC_DLLPRIVATE void EnableSharedSettings( bool bEnable );
160 SC_DLLPRIVATE ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > LoadSharedDocument();
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

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

153
154 SC_DLLPRIVATE void LockPaint_Impl(sal_Bool bDoc);
155 SC_DLLPRIVATE void UnlockPaint_Impl(sal_Bool bDoc);
156 SC_DLLPRIVATE void LockDocument_Impl(sal_uInt16 nNew);
157 SC_DLLPRIVATE void UnlockDocument_Impl(sal_uInt16 nNew);
158
159 SC_DLLPRIVATE void EnableSharedSettings( bool bEnable );
160 SC_DLLPRIVATE ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > LoadSharedDocument();
161 ScDBData* GetDBDataAdd( const ScRange& rMarked, ScGetDBMode eMode, ScGetDBSelection eSel );
162
163 SC_DLLPRIVATE void UseSheetSaveEntries();
164
165protected:
166
167 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
168
169public:

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

302
303 void UpdateOle( const ScViewData* pViewData, sal_Bool bSnapSize = sal_False);
304 sal_Bool IsOle();
305
306 void DBAreaDeleted( SCTAB nTab, SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2 );
307 ScDBData* GetDBData( const ScRange& rMarked, ScGetDBMode eMode, ScGetDBSelection eSel );
308 ScDBData* GetOldAutoDBRange(); // has to be deleted by caller!
309 void CancelAutoDBRange(); // called when dialog is cancelled
161
162 SC_DLLPRIVATE void UseSheetSaveEntries();
163
164protected:
165
166 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
167
168public:

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

301
302 void UpdateOle( const ScViewData* pViewData, sal_Bool bSnapSize = sal_False);
303 sal_Bool IsOle();
304
305 void DBAreaDeleted( SCTAB nTab, SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2 );
306 ScDBData* GetDBData( const ScRange& rMarked, ScGetDBMode eMode, ScGetDBSelection eSel );
307 ScDBData* GetOldAutoDBRange(); // has to be deleted by caller!
308 void CancelAutoDBRange(); // called when dialog is cancelled
310 ScDBCollection* GetDBCollection(){ return aDocument.GetDBCollection();}
311
312 void UpdateLinks(); // Link-Eintraege aktuallisieren
313 sal_Bool ReloadTabLinks(); // Links ausfuehren (Inhalt aktualisieren)
314
315 void PostEditView( ScEditEngineDefaulter* pEditEngine, const ScAddress& rCursorPos );
316
317 void PostPaint( SCCOL nStartCol, SCROW nStartRow, SCTAB nStartTab,
318 SCCOL nEndCol, SCROW nEndRow, SCTAB nEndTab, sal_uInt16 nPart,

--- 145 unchanged lines hidden ---
309
310 void UpdateLinks(); // Link-Eintraege aktuallisieren
311 sal_Bool ReloadTabLinks(); // Links ausfuehren (Inhalt aktualisieren)
312
313 void PostEditView( ScEditEngineDefaulter* pEditEngine, const ScAddress& rCursorPos );
314
315 void PostPaint( SCCOL nStartCol, SCROW nStartRow, SCTAB nStartTab,
316 SCCOL nEndCol, SCROW nEndRow, SCTAB nEndTab, sal_uInt16 nPart,

--- 145 unchanged lines hidden ---