Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx380 pxXEndnoteSettings(0), in SwXTextDocument()
751 if(!pxXEndnoteSettings) in getEndnoteSettings()
753 ((SwXTextDocument*)this)->pxXEndnoteSettings = new Reference< XPropertySet > ; in getEndnoteSettings()
754 *pxXEndnoteSettings = new SwXEndnoteProperties(pDocShell->GetDoc()); in getEndnoteSettings()
756 return *pxXEndnoteSettings; in getEndnoteSettings()
1717 if(pxXEndnoteSettings) in InitNewDoc()
1719 XPropertySet* pEndSet = pxXEndnoteSettings->get(); in InitNewDoc()
1721 delete pxXEndnoteSettings; in InitNewDoc()
1722 pxXEndnoteSettings = 0; in InitNewDoc()
/trunk/main/sw/inc/
H A Dunotxdoc.hxx199 css::uno::Reference< css::beans::XPropertySet > * pxXEndnoteSettings; member in SwXTextDocument

Completed in 37 milliseconds