document.hxx (38d50f7b) document.hxx (ee342afc)
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

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

707 bool SetDdeLinkResultMatrix( sal_uInt16 nDdePos, ScMatrix* pResults );
708
709
710 SfxBindings* GetViewBindings();
711 SfxObjectShell* GetDocumentShell() const { return pShell; }
712 ScDrawLayer* GetDrawLayer() { return pDrawLayer; }
713 SfxBroadcaster* GetDrawBroadcaster(); // zwecks Header-Vermeidung
714 void BeginDrawUndo();
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

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

707 bool SetDdeLinkResultMatrix( sal_uInt16 nDdePos, ScMatrix* pResults );
708
709
710 SfxBindings* GetViewBindings();
711 SfxObjectShell* GetDocumentShell() const { return pShell; }
712 ScDrawLayer* GetDrawLayer() { return pDrawLayer; }
713 SfxBroadcaster* GetDrawBroadcaster(); // zwecks Header-Vermeidung
714 void BeginDrawUndo();
715 sal_Bool IsDrawRecording() const;
716 void EndDrawUndo();//paired with BeginDrawUndo, clear undo object if GetUndoObj is not called.
717 //Not necessary if GetUndoObj is called, but call EndDrawUndo paired with BeginDrawUndo is recommended
715
716 void BeginUnoRefUndo();
717 bool HasUnoRefUndo() const { return ( pUnoRefUndoList != NULL ); }
718 ScUnoRefList* EndUnoRefUndo(); // must be deleted by caller!
719 sal_Int64 GetNewUnoId();
720 void AddUnoRefChange( sal_Int64 nId, const ScRangeList& rOldRanges );
721
722 // #109985#

--- 1166 unchanged lines hidden ---
718
719 void BeginUnoRefUndo();
720 bool HasUnoRefUndo() const { return ( pUnoRefUndoList != NULL ); }
721 ScUnoRefList* EndUnoRefUndo(); // must be deleted by caller!
722 sal_Int64 GetNewUnoId();
723 void AddUnoRefChange( sal_Int64 nId, const ScRangeList& rOldRanges );
724
725 // #109985#

--- 1166 unchanged lines hidden ---