Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx377 pxXFootnotes(0), in SwXTextDocument()
705 if(!pxXFootnotes) in getFootnotes()
707 ((SwXTextDocument*)this)->pxXFootnotes = new Reference< XIndexAccess > ; in getFootnotes()
708 *pxXFootnotes = new SwXFootnotes(sal_False, pDocShell->GetDoc()); in getFootnotes()
710 return *pxXFootnotes; in getFootnotes()
1654 if(pxXFootnotes) in InitNewDoc()
1656 XIndexAccess* pFtn = pxXFootnotes->get(); in InitNewDoc()
1658 delete pxXFootnotes; in InitNewDoc()
1659 pxXFootnotes = 0; in InitNewDoc()
/trunk/main/sw/inc/
H A Dunotxdoc.hxx196 css::uno::Reference< css::container::XIndexAccess > * pxXFootnotes; member in SwXTextDocument

Completed in 33 milliseconds