Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx379 pxXEndnotes(0), in SwXTextDocument()
736 if(!pxXEndnotes) in getEndnotes()
738 ((SwXTextDocument*)this)->pxXEndnotes = new Reference< XIndexAccess > ; in getEndnotes()
739 *pxXEndnotes = new SwXFootnotes(sal_True, pDocShell->GetDoc()); in getEndnotes()
741 return *pxXEndnotes; in getEndnotes()
1662 if(pxXEndnotes) in InitNewDoc()
1664 XIndexAccess* pFtn = pxXEndnotes->get(); in InitNewDoc()
1666 delete pxXEndnotes; in InitNewDoc()
1667 pxXEndnotes = 0; in InitNewDoc()
/trunk/main/sw/inc/
H A Dunotxdoc.hxx198 css::uno::Reference< css::container::XIndexAccess > * pxXEndnotes; member in SwXTextDocument

Completed in 27 milliseconds