Lines Matching refs:xDocProps
208 uno::Reference<document::XDocumentProperties> xDocProps( in getDocProperties() local
210 DBG_ASSERT(xDocProps.is(), in getDocProperties()
212 return xDocProps; in getDocProperties()
231 uno::Reference<document::XDocumentProperties> xDocProps(getDocProperties()); in FlushDocInfo() local
233 ::rtl::OUString url(xDocProps->getAutoloadURL()); in FlushDocInfo()
234 sal_Int32 delay(xDocProps->getAutoloadSecs()); in FlushDocInfo()
1414 uno::Reference<document::XDocumentProperties> xDocProps( in FinishedLoading() local
1416 ::rtl::OUString url(xDocProps->getAutoloadURL()); in FinishedLoading()
1417 sal_Int32 delay(xDocProps->getAutoloadSecs()); in FinishedLoading()
1800 uno::Reference<document::XDocumentProperties> xDocProps( in SetAttribute() local
1806 xDocProps->setAutoloadURL( in SetAttribute()
1811 xDocProps->setAutoloadSecs( nTime ); in SetAttribute()