Lines Matching refs:xDoc
145 getDocumentId( const uno::Reference< uno::XInterface > & xDoc ) in getDocumentId() argument
150 uno::Reference< beans::XPropertySet > xPropSet( xDoc, uno::UNO_QUERY ); in getDocumentId()
176 uno::Reference< uno::XInterface > xNormalizedIFace( xDoc, uno::UNO_QUERY ); in getDocumentId()
229 xDoc( Event.Source, uno::UNO_QUERY ); in notifyEvent() local
230 OSL_ENSURE( xDoc.is(), "Got no document::XStorageBasedDocument!" ); in notifyEvent()
233 = xDoc->getDocumentStorage(); in notifyEvent()
332 xDoc( Event.Source, uno::UNO_QUERY ); in notifyEvent() local
333 OSL_ENSURE( xDoc.is(), in notifyEvent()
337 = xDoc->getDocumentStorage(); in notifyEvent()
368 xDoc( Event.Source, uno::UNO_QUERY ); in notifyEvent() local
369 OSL_ENSURE( xDoc.is(), in notifyEvent()
373 = xDoc->getDocumentStorage(); in notifyEvent()
411 xDoc( Event.Source, uno::UNO_QUERY ); in notifyEvent() local
412 OSL_ENSURE( xDoc.is(), "Got no document::XStorageBasedDocument!" ); in notifyEvent()
415 = xDoc->getDocumentStorage(); in notifyEvent()
416 OSL_ENSURE( xDoc.is(), "Got no document storage!" ); in notifyEvent()
547 xDoc( xModel, uno::UNO_QUERY ); in buildDocumentsList() local
548 OSL_ENSURE( xDoc.is(), in buildDocumentsList()
552 = xDoc->getDocumentStorage(); in buildDocumentsList()
553 OSL_ENSURE( xDoc.is(), "Got no document storage!" ); in buildDocumentsList()
757 const uno::Reference< uno::XInterface > & xDoc ) in isOfficeDocument()
759 uno::Reference< frame::XModel > xModel( xDoc, uno::UNO_QUERY ); in isOfficeDocument()