ndtxt.hxx (69a74367) ndtxt.hxx (edfeb9b7)
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

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

789 // Checks some global conditions like loading or destruction of document
790 // to economize notifications
791 bool IsNotificationEnabled() const;
792
793 // Checks a temporary notification blocker and the global conditons of IsNotificationEnabled()
794 bool IsNotifiable() const;
795
796 void SetListRestart( bool bRestart );
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

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

789 // Checks some global conditions like loading or destruction of document
790 // to economize notifications
791 bool IsNotificationEnabled() const;
792
793 // Checks a temporary notification blocker and the global conditons of IsNotificationEnabled()
794 bool IsNotifiable() const;
795
796 void SetListRestart( bool bRestart );
797 // --> OD 2005-11-02 #i51089 - TUNING#
798 bool IsListRestart() const;
797 bool IsListRestart() const;
799 // <--
800
801 void SetAttrListRestartValue( SwNumberTree::tSwNumTreeNumber nNum );
802 bool HasAttrListRestartValue() const;
803 SwNumberTree::tSwNumTreeNumber GetAttrListRestartValue() const;
804 SwNumberTree::tSwNumTreeNumber GetActualListStartValue() const;
805
806 void SetCountedInList( bool bCounted );
807 bool IsCountedInList() const;

--- 83 unchanged lines hidden ---
798
799 void SetAttrListRestartValue( SwNumberTree::tSwNumTreeNumber nNum );
800 bool HasAttrListRestartValue() const;
801 SwNumberTree::tSwNumTreeNumber GetAttrListRestartValue() const;
802 SwNumberTree::tSwNumTreeNumber GetActualListStartValue() const;
803
804 void SetCountedInList( bool bCounted );
805 bool IsCountedInList() const;

--- 83 unchanged lines hidden ---