| /AOO42X/main/odk/examples/java/EmbedDocument/Container1/ |
| H A D | EmbedContApp.java | 59 private XStorage m_xStorage; field in EmbedContApp 290 if ( m_xStorage != null && m_xEmbedObj != null ) in actionPerformed() 386 if ( m_xStorage != null && m_xEmbedObj != null ) in actionPerformed() 390 if ( m_xStorage == null ) in actionPerformed() 406 … m_xStorage ); in actionPerformed() 481 m_xStorage = createTempStorage(); in actionPerformed() 483 if ( m_xStorage != null ) in actionPerformed() 536 m_xStorage = createTempStorage(); in actionPerformed() 538 if ( m_xStorage != null ) in actionPerformed() 580 m_xStorage = createTempStorage(); in actionPerformed() [all …]
|
| /AOO42X/main/embeddedobj/test/Container1/ |
| H A D | EmbedContApp.java | 113 private XStorage m_xStorage; field in EmbedContApp 527 if ( m_xStorage != null && m_xEmbedObj != null ) in execute() 567 if ( m_xStorage != null && m_xEmbedObj != null ) in execute() 574 if ( m_xStorage != null ) in execute() 583 … m_xStorage ); in execute() 610 m_xStorage = createTempStorage(); in execute() 612 if ( m_xStorage != null ) in execute() 638 m_xStorage = createTempStorage(); in execute() 640 if ( m_xStorage != null ) in execute() 662 m_xStorage = createTempStorage(); in execute() [all …]
|
| /AOO42X/main/filter/source/xsltfilter/ |
| H A D | uof2storage.cxx | 271 m_xStorage = ::comphelper::OStorageHelper::GetStorageOfFormatFromInputStream( in ZipStorage() 286 m_xStorage = ::comphelper::OStorageHelper::GetStorageOfFormatFromStream( in ZipStorage() 297 , m_xStorage(rxStorage) in ZipStorage() 299 OSL_ENSURE(m_xStorage.is(), "ZipStorage::ZipStorage - missing storage"); in ZipStorage() 309 return m_xStorage.is(); in implIsStorage() 314 return m_xStorage; in implGetXStorage() 320 if(m_xStorage.is()) in implGetElementNames() 324 aNames = m_xStorage->getElementNames(); in implGetElementNames() 338 if(m_xStorage.is()) in implOpenSubStorage() 342 if(m_xStorage->isStorageElement(rElementName)) in implOpenSubStorage() [all …]
|
| H A D | uof2storage.hxx | 184 XStorageRef m_xStorage; member in XSLT::ZipStorage
|
| /AOO42X/main/sot/source/sdstor/ |
| H A D | ucbstorage.cxx | 593 UCBStorage_ImplRef m_xStorage; // reference to the "real" storage member 614 { return m_xStream.Is() || m_xStorage.Is(); } in IsLoaded() 621 else if ( m_xStorage.Is() ) in GetContent() 622 return m_xStorage->GetContent(); in GetContent() 631 else if ( m_xStorage.Is() ) in GetContentType() 632 return m_xStorage->m_aContentType; in GetContentType() 645 else if ( m_xStorage.Is() ) { in SetContentType() 646 m_xStorage->m_aContentType = m_xStorage->m_aOriginalContentType = rType; in SetContentType() 657 else if ( m_xStorage.Is() ) in GetOriginalContentType() 658 return m_xStorage->m_aOriginalContentType; in GetOriginalContentType() [all …]
|
| H A D | unostorageholder.cxx | 46 , m_xStorage( xStorage ) in UNOStorageHolder() 49 OSL_ENSURE( m_xStorage.is() && m_pTempFile, "Wrong initialization!\n" ); in UNOStorageHolder() 50 if ( !m_xStorage.is() || !m_pTempFile ) in UNOStorageHolder() 53 uno::Reference< embed::XTransactionBroadcaster > xTrBroadcast( m_xStorage, uno::UNO_QUERY ); in UNOStorageHolder() 62 uno::Reference< embed::XTransactionBroadcaster > xTrBroadcast( m_xStorage, uno::UNO_QUERY ); in InternalDispose() 66 uno::Reference< lang::XComponent > xComponent( m_xStorage, uno::UNO_QUERY ); in InternalDispose() 69 m_xStorage = uno::Reference< embed::XStorage >(); in InternalDispose() 124 m_xStorage->copyToStorage( xTempStorage ); in commited()
|
| H A D | unostorageholder.hxx | 40 …::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > m_xStorage; // duplicate s… 52 …r::uno::Reference< ::com::sun::star::embed::XStorage > GetDuplicateStorage() { return m_xStorage; } in GetDuplicateStorage()
|
| /AOO42X/main/cui/source/dialogs/ |
| H A D | insdlg.cxx | 105 , m_xStorage( xStorage ) in InsertObjectDialog_Impl() 106 , aCnt( m_xStorage ) in InsertObjectDialog_Impl() 246 DBG_ASSERT( m_xStorage.is(), "No storage!"); in Execute() 247 if ( m_xStorage.is() && ( nRet = Dialog::Execute() ) == RET_OK ) in Execute() 272 m_xStorage, in Execute() 491 DBG_ASSERT( m_xStorage.is(), "No storage!"); in Execute() 492 if ( m_xStorage.is() && ( nRet = Dialog::Execute() ) == RET_OK ) in Execute() 676 DBG_ASSERT( m_xStorage.is(), "No storage!"); in Execute() 677 bOK = m_xStorage.is(); in Execute() 913 DBG_ASSERT( m_xStorage.is(), "No storage!"); in Execute() [all …]
|
| /AOO42X/main/reportdesign/source/core/api/ |
| H A D | ReportDefinition.cxx | 590 uno::Reference< embed::XStorage > m_xStorage; member 785 if ( !m_pImpl->m_xStorage.is() ) in IMPLEMENT_FORWARD_REFCOUNT() 786 m_pImpl->m_xStorage = ::comphelper::OStorageHelper::GetTemporaryStorage(); in IMPLEMENT_FORWARD_REFCOUNT() 788 uno::Reference<beans::XPropertySet> xStorProps(m_pImpl->m_xStorage,uno::UNO_QUERY); in IMPLEMENT_FORWARD_REFCOUNT() 796 …bjectContainer.reset( new comphelper::EmbeddedObjectContainer(m_pImpl->m_xStorage , static_cast<cp… in IMPLEMENT_FORWARD_REFCOUNT() 846 m_pImpl->m_xStorage.clear(); in disposing() 1432 m_pImpl->m_xStorage = _xStorageToLoadFrom; in impl_loadFromStorage_nolck_throw() 1467 lcl_setModelReadOnly(m_pImpl->m_xStorage,m_pImpl->m_pReportModel); in impl_loadFromStorage_nolck_throw() 1468 m_pImpl->m_pObjectContainer->SwitchPersistence(m_pImpl->m_xStorage); in impl_loadFromStorage_nolck_throw() 1636 if ( _xStorageToSaveTo == m_pImpl->m_xStorage ) in storeToStorage() [all …]
|
| /AOO42X/main/chart2/source/model/main/ |
| H A D | ChartModel_Persistence.cxx | 222 impl_store( rMediaDescriptor, m_xStorage ); in storeSelf() 267 impl_store( m_aMediaDescriptor, m_xStorage ); in store() 615 m_xStorage = xStorage; in impl_load() 807 m_xStorage = xStorage; in switchToStorage() 816 return m_xStorage; in getDocumentStorage() 831 … xListener->notifyStorageChange( static_cast< ::cppu::OWeakObject* >( this ), m_xStorage ); in impl_notifyStorageChangeListeners()
|
| H A D | ChartModel.cxx | 149 , m_xStorage( 0 ) //rOther.m_xStorage ) in ChartModel() 560 m_xStorage.clear(); in dispose()
|
| H A D | ChartModel.hxx | 145 ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > m_xStorage;
|
| /AOO42X/main/scripting/source/stringresource/ |
| H A D | stringresource.cxx | 2396 bool bOk = (aArguments[0] >>= m_xStorage); in initialize() 2397 if( bOk && !m_xStorage.is() ) in initialize() 2538 implStoreAtStorage( m_aNameBase, m_aComment, m_xStorage, bUsedForStore, bStoreAll ); in store() 2600 m_xStorage = Storage; in setStorage() 2612 Reference< container::XNameAccess > xNameAccess( m_xStorage, UNO_QUERY ); in implScanLocales() 2632 m_xStorage->openStreamElement( aStreamName, ElementModes::READ ); in implLoadLocale()
|
| H A D | stringresource.hxx | 445 ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > m_xStorage;
|
| /AOO42X/main/cui/source/inc/ |
| H A D | insdlg.hxx | 47 const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& m_xStorage; member in InsertObjectDialog_Impl
|