editsh.hxx (1d2dbeb0) | editsh.hxx (1ff378ef) |
---|---|
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 --- 482 unchanged lines hidden (view full) --- 491 // get Outline level of current paragraph 492 int GetCurrentParaOutlineLevel( ) const;// #outlinelevel add by zhaojianwei 493 494 // -> i29560 495 sal_Bool HasNumber() const; 496 sal_Bool HasBullet() const; 497 // <- i29560 498 | 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 --- 482 unchanged lines hidden (view full) --- 491 // get Outline level of current paragraph 492 int GetCurrentParaOutlineLevel( ) const;// #outlinelevel add by zhaojianwei 493 494 // -> i29560 495 sal_Bool HasNumber() const; 496 sal_Bool HasBullet() const; 497 // <- i29560 498 |
499 sal_Bool SelectionHasNumber() const; 500 sal_Bool SelectionHasBullet() const; 501 |
|
499 String GetUniqueNumRuleName( const String* pChkStr = 0, sal_Bool bAutoNum = sal_True ) const; 500 void ChgNumRuleFmts( const SwNumRule& rRule ); 501 // setze und erfrage, ob an aktueller PointPos eine Numerierung mit 502 // dem StartFlag startet 503 void SetNumRuleStart( sal_Bool bFlag = sal_True ); 504 sal_Bool IsNumRuleStart() const; 505 void SetNodeNumStart( sal_uInt16 nStt ); 506 // --> OD 2008-02-29 #refactorlists# --- 464 unchanged lines hidden --- | 502 String GetUniqueNumRuleName( const String* pChkStr = 0, sal_Bool bAutoNum = sal_True ) const; 503 void ChgNumRuleFmts( const SwNumRule& rRule ); 504 // setze und erfrage, ob an aktueller PointPos eine Numerierung mit 505 // dem StartFlag startet 506 void SetNumRuleStart( sal_Bool bFlag = sal_True ); 507 sal_Bool IsNumRuleStart() const; 508 void SetNodeNumStart( sal_uInt16 nStt ); 509 // --> OD 2008-02-29 #refactorlists# --- 464 unchanged lines hidden --- |