Lines Matching refs:xDocProps
213 uno::Reference<document::XDocumentProperties> xDocProps( in getDocProperties() local
215 DBG_ASSERT(xDocProps.is(), in getDocProperties()
217 return xDocProps; in getDocProperties()
236 uno::Reference<document::XDocumentProperties> xDocProps(getDocProperties()); in FlushDocInfo() local
238 ::rtl::OUString url(xDocProps->getAutoloadURL()); in FlushDocInfo()
239 sal_Int32 delay(xDocProps->getAutoloadSecs()); in FlushDocInfo()
1421 uno::Reference<document::XDocumentProperties> xDocProps( in FinishedLoading() local
1423 ::rtl::OUString url(xDocProps->getAutoloadURL()); in FinishedLoading()
1424 sal_Int32 delay(xDocProps->getAutoloadSecs()); in FinishedLoading()
1812 uno::Reference<document::XDocumentProperties> xDocProps( in SetAttribute() local
1818 xDocProps->setAutoloadURL( in SetAttribute()
1823 xDocProps->setAutoloadSecs( nTime ); in SetAttribute()