Age | Commit message (Collapse) | Author |
|
|
|
|
|
There are various classes that in DBG_UTIL mode count their instances
with a global variable, and give each instance a unique serial number.
The purpose of this exercise is somewhat unclear to me.
This removes the instance counting from:
SwNumberTree, SwIndex, SwNodeIndex, SwNumRule
|
|
OSL_DEBUG_LEVEL is set by make debug=t, which should never result in ABI
incompatible objects.
|
|
|
|
|
|
Conflicts:
sw/inc/SwNumberTree.hxx
sw/inc/calbck.hxx
sw/inc/tox.hxx
sw/inc/viscrs.hxx
sw/source/core/doc/docnum.cxx
sw/source/core/docnode/finalthreadmanager.cxx
sw/source/core/docnode/ndnum.cxx
sw/source/core/docnode/ndtbl.cxx
sw/source/core/draw/dcontact.cxx
sw/source/core/edit/edlingu.cxx
sw/source/core/edit/ednumber.cxx
sw/source/core/except/errhdl.cxx
sw/source/core/fields/chpfld.cxx
sw/source/core/fields/fldbas.cxx
sw/source/core/frmedt/fetab.cxx
sw/source/core/layout/flycnt.cxx
sw/source/core/layout/makefile.mk
sw/source/core/layout/pagechg.cxx
sw/source/core/layout/tabfrm.cxx
sw/source/core/ole/ndole.cxx
sw/source/core/text/makefile.mk
sw/source/core/txtnode/txtedt.cxx
sw/source/filter/basflt/fltini.cxx
sw/source/filter/html/swhtml.cxx
sw/source/filter/ww1/fltshell.cxx
sw/source/filter/ww1/w1sprm.cxx
sw/source/filter/ww8/wrtw8nds.cxx
sw/source/filter/ww8/wrtw8num.cxx
sw/source/filter/ww8/ww8par3.cxx
sw/source/filter/ww8/ww8par5.cxx
sw/source/filter/ww8/ww8par6.cxx
sw/source/filter/xml/xmltble.cxx
sw/source/filter/xml/xmltbli.cxx
sw/source/ui/dbui/dbinsdlg.cxx
sw/source/ui/dbui/mmoutputpage.cxx
sw/source/ui/dialog/swdlgfact.cxx
sw/source/ui/docvw/edtwin.cxx
sw/source/ui/docvw/srcedtw.cxx
|
|
* Fixed the different dbglevel builds
* This needed to change all the sw local ASSERT to OSL_ENSURE...
|
|
|
|
Fixes #fdo30794 Based on bin/add-modelines script (originally posted
in mail 1286706307.1871.1399280959@webmail.messagingengine.com)
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
|
|
|
|
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
|
|
|
|
possible
|
|
|
|
2008/06/10 14:01:49 od 1.6.36.10: correction after merging conflicts
2008/06/10 07:27:00 od 1.6.36.9: RESYNC: (1.9-1.10); FILE MERGED
2008/05/08 16:17:24 od 1.6.36.8: RESYNC: (1.7-1.9); FILE MERGED
2008/05/07 07:12:40 od 1.6.36.7: #i86732# further changes/adjustments for new list handling
2008/03/20 17:12:15 od 1.6.36.6: correction of merge
2008/03/20 16:25:42 od 1.6.36.5: correction of merge conflict solution
2008/03/20 16:03:54 od 1.6.36.4: correction of merge conflict solution
2008/03/20 14:26:24 od 1.6.36.3: RESYNC: (1.6-1.7); FILE MERGED
2008/03/20 07:47:59 od 1.6.36.2: #i86732# class <SwNumberTreeNode>
- adjust synopsis of method <AddChild(..)>
- introduce new methods <SetLevelInListTree(..)>
2008/03/06 07:48:14 od 1.6.36.1: #i86732# class <SwNumberTreeNode> and <SwNodeNum>
- refactoring of class interfaces
|
|
2008/04/17 20:25:27 fme 1.5.326.1.22.1: #b6688018# #b6688132# Interrupted and restart lists in tagged pdf / better caption handling
|
|
2008/03/31 16:52:33 rt 1.8.14.1: #i87441# Change license header to LPGL v3.
|
|
2008/02/25 08:28:51 od 1.5.334.2: RESYNC: (1.5-1.6); FILE MERGED
2008/01/25 10:39:16 ama 1.5.334.1: Fix #85182#: Remove unused functions
|
|
2008/02/01 08:12:45 od 1.5.166.3: RESYNC: (1.5-1.6); FILE MERGED
2007/11/22 13:27:21 od 1.5.166.2: #i83479# classes <SwNumberTree> and <SwNodeNum>
- minor refactorings
- made <SwNumberTree::AddChild(..)> virtual and override it in
sub class <SwNodeNum>
2007/09/17 12:13:35 od 1.5.166.1: #i81002# class <SwNumberTreeNode>
new method <GetPrecedingNodeOf(..)>
|
|
2007/11/28 09:56:12 fme 1.5.300.1: #i84014# Lists in tagged pdf: Reopen list tag
|
|
2007/03/12 08:07:27 os 1.4.156.1: #i75235# unused methods removed
|
|
2006/09/11 12:04:24 ama 1.3.84.1: #i65476#: Automatic Styles, numbering
|
|
2006/05/03 14:16:47 od 1.2.228.2: #135352# - correct fix for issue i64311
2006/04/26 19:22:43 od 1.2.228.1: #i64010# class <SwNumberTree> and <SwNodeNum>
- adjustments for correct handling of text node, which are
counted, but have no number/bullet
|
|
2005/11/02 10:37:04 od 1.1.2.14: #126009# class <SwNumberTree> - new method <HasPhantomCountedParent()>
2005/10/20 08:31:09 od 1.1.2.13: #126009# class <SwNumberTreeNode>
- add public methods <InvalidateChildren()>, <InvalidateNotCountedParent()>
and <NotifyNotCountedParentSiblings()>
2005/10/18 14:08:01 od 1.1.2.12: #125991# class <SwNumberTreeNode> - adjust method <MoveGreaterChildren(..)>
2005/09/28 07:54:35 hbrinkm 1.1.2.11: #i54903# license changed
2005/09/19 15:43:53 hbrinkm 1.1.2.10: #i51089# NotifyInvalidSiblings
2005/09/14 13:16:37 hbrinkm 1.1.2.9: #i51089# -m[nb]Level{Valid}, -const on Notify...
2005/09/12 14:18:12 hbrinkm 1.1.2.8: #i51089# SetValid: new parameter: bValidating
2005/08/26 13:37:55 hbrinkm 1.1.2.7: #i51089# GetStart has to be virtual
2005/08/19 15:17:32 hbrinkm 1.1.2.6: #i51089# place SW_DLLPUBLIC correctly, only compile IsSane if __SW_NUMBER_TREE_SANITY_CHECK is set
2005/08/09 12:34:06 hbrinkm 1.1.2.5: #i51089# IsFirst
2005/07/08 14:34:46 hbrinkm 1.1.2.4: #i51089# Solaris compiler does not like sDefaultIndent
2005/07/07 12:39:54 hbrinkm 1.1.2.3: #i51089# HasCountedChildren
2005/06/23 09:17:08 hbrinkm 1.1.2.2: #i51089# replace ifdef DEBUG by ifndef PRODUCT
2005/06/22 09:23:17 hbrinkm 1.1.2.1: #i51089# a numbering tree
|