Lines Matching refs:xStorage
232 uno::Reference< embed::XStorage > xStorage in notifyEvent() local
234 OSL_ENSURE( xStorage.is(), "Got no document storage!" ); in notifyEvent()
240 m_aDocs[ aDocId ] = StorageInfo( aTitle, xStorage, xModel ); in notifyEvent()
336 uno::Reference< embed::XStorage > xStorage in notifyEvent() local
338 OSL_ENSURE( xStorage.is(), "Got no document storage!" ); in notifyEvent()
340 (*it).second.xStorage = xStorage; in notifyEvent()
372 uno::Reference< embed::XStorage > xStorage in notifyEvent() local
374 OSL_ENSURE( xStorage.is(), "Got no document storage!" ); in notifyEvent()
376 (*it).second.xStorage = xStorage; in notifyEvent()
414 uno::Reference< embed::XStorage > xStorage in notifyEvent() local
420 m_aDocs[ aDocId ] = StorageInfo( aTitle, xStorage, xModel ); in notifyEvent()
551 uno::Reference< embed::XStorage > xStorage in buildDocumentsList() local
556 = StorageInfo( aTitle, xStorage, xModel ); in buildDocumentsList()
587 return (*it).second.xStorage; in queryStorage()