Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx391 pxXChapterNumbering(0), in SwXTextDocument()
671 if(!pxXChapterNumbering) in getChapterNumberingRules()
673 pxXChapterNumbering = new Reference< XIndexReplace > ; in getChapterNumberingRules()
674 *pxXChapterNumbering = new SwXChapterNumbering(*pDocShell); in getChapterNumberingRules()
676 return *pxXChapterNumbering; in getChapterNumberingRules()
1684 if(pxXChapterNumbering) in InitNewDoc()
1686 XIndexReplace* pCh = pxXChapterNumbering->get(); in InitNewDoc()
1688 delete pxXChapterNumbering; in InitNewDoc()
1689 pxXChapterNumbering = 0; in InitNewDoc()
/trunk/main/sw/inc/
H A Dunotxdoc.hxx214 css::uno::Reference< css::container::XIndexReplace > * pxXChapterNumbering; member in SwXTextDocument