Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx378 pxXFootnoteSettings(0), in SwXTextDocument()
721 if(!pxXFootnoteSettings) in getFootnoteSettings()
723 ((SwXTextDocument*)this)->pxXFootnoteSettings = new Reference< XPropertySet > ; in getFootnoteSettings()
724 *pxXFootnoteSettings = new SwXFootnoteProperties(pDocShell->GetDoc()); in getFootnoteSettings()
726 return *pxXFootnoteSettings; in getFootnoteSettings()
1709 if(pxXFootnoteSettings) in InitNewDoc()
1711 XPropertySet* pFntSet = pxXFootnoteSettings->get(); in InitNewDoc()
1713 delete pxXFootnoteSettings; in InitNewDoc()
1714 pxXFootnoteSettings = 0; in InitNewDoc()
/trunk/main/sw/inc/
H A Dunotxdoc.hxx197 css::uno::Reference< css::beans::XPropertySet > * pxXFootnoteSettings; member in SwXTextDocument

Completed in 38 milliseconds