SwNumberTree.hxx (3e9d8370) SwNumberTree.hxx (3c7e5543)
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

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

458
459 // --> OD 2008-11-26 #158694#
460 // boolean indicating, that a node of a not counted parent node is continuing
461 // the numbering of parent's previous node sub tree.
462 // Example:
463 // 1. kshdkjfs
464 // 1.1. lskjf
465 // sdfjlksaf <-- not counted parent node
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

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

458
459 // --> OD 2008-11-26 #158694#
460 // boolean indicating, that a node of a not counted parent node is continuing
461 // the numbering of parent's previous node sub tree.
462 // Example:
463 // 1. kshdkjfs
464 // 1.1. lskjf
465 // sdfjlksaf <-- not counted parent node
466 // 1.2. lfjlaskf <-- <mbContinueingPreviousSubTree = true>
467 mutable bool mbContinueingPreviousSubTree;
466 // 1.2. lfjlaskf <-- <mbContinuingPreviousSubTree = true>
467 mutable bool mbContinuingPreviousSubTree;
468 // <--
469
470 /**
471 true this node is a phantom
472 false this node is NOT a phantom
473 */
474 bool mbPhantom;
475

--- 288 unchanged lines hidden ---
468 // <--
469
470 /**
471 true this node is a phantom
472 false this node is NOT a phantom
473 */
474 bool mbPhantom;
475

--- 288 unchanged lines hidden ---