Home
last modified time | relevance | path

Searched refs:pxXChapterNumbering (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/sw/source/ui/uno/
H A Dunotxdoc.cxx392 pxXChapterNumbering(0), in SwXTextDocument()
676 if(!pxXChapterNumbering) in getChapterNumberingRules()
678 pxXChapterNumbering = new Reference< XIndexReplace > ; in getChapterNumberingRules()
679 *pxXChapterNumbering = new SwXChapterNumbering(*pDocShell); in getChapterNumberingRules()
681 return *pxXChapterNumbering; in getChapterNumberingRules()
1701 if(pxXChapterNumbering) in InitNewDoc()
1703 XIndexReplace* pCh = pxXChapterNumbering->get(); in InitNewDoc()
1705 delete pxXChapterNumbering; in InitNewDoc()
1706 pxXChapterNumbering = 0; in InitNewDoc()
/aoo42x/main/sw/inc/
H A Dunotxdoc.hxx211 css::uno::Reference< css::container::XIndexReplace > * pxXChapterNumbering; member in SwXTextDocument

Completed in 40 milliseconds