Searched refs:ImplCheckParagraphs (Results 1 – 4 of 4) sorted by relevance
/trunk/main/editeng/source/outliner/ |
H A D | outliner.cxx | 339 ImplCheckParagraphs( nPara, (sal_uInt32) (pParaList->GetParagraphCount()) ); in SetNumberingStartValue() 367 ImplCheckParagraphs( nPara, (sal_uInt32) (pParaList->GetParagraphCount()) ); in SetParaIsNumberingRestart() 667 ImplCheckParagraphs( 0, (sal_uInt32) (pParaList->GetParagraphCount()) ); in SetText() 714 ImplCheckParagraphs( nPara, (sal_uInt32) (pParaList->GetParagraphCount()) ); in AddText() 1586 void Outliner::ImplCheckParagraphs( sal_uInt32 nStart, sal_uInt32 nEnd ) in ImplCheckParagraphs() function in Outliner
|
H A D | outlvw.cxx | 1250 pOwner->ImplCheckParagraphs( aSel.nStartPara, nParaCount ); in ToggleBullets() 1320 pOwner->ImplCheckParagraphs( aSel.nStartPara, nParaCount ); in EnableBullets() 1453 pOwner->ImplCheckParagraphs( nStartPara, nParaCount ); in ApplyBulletsNumbering() 1506 pOwner->ImplCheckParagraphs( nStartPara, nParaCount ); in SwitchOffBulletsNumbering()
|
H A D | outleeng.cxx | 233 pOwner->ImplCheckParagraphs( nPara, (sal_uInt32) (pOwner->pParaList->GetParagraphCount()) ); in SetParaAttribs()
|
/trunk/main/editeng/inc/editeng/ |
H A D | outliner.hxx | 684 void ImplCheckParagraphs( sal_uInt32 nStart, sal_uInt32 nEnd );
|
Completed in 48 milliseconds