LibreOffice Module ucb (master) 1
Public Member Functions | Static Public Member Functions | Private Types | Private Member Functions | Static Private Member Functions | Private Attributes | List of all members
package_ucp::Content Class Reference

#include <pkgcontent.hxx>

Inheritance diagram for package_ucp::Content:
[legend]
Collaboration diagram for package_ucp::Content:
[legend]

Public Member Functions

virtual ~Content () override
 
virtual css::uno::Any SAL_CALL queryInterface (const css::uno::Type &rType) override
 
virtual void SAL_CALL acquire () noexcept override
 
virtual void SAL_CALL release () noexcept override
 
virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId () override
 
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes () override
 
virtual OUString SAL_CALL getImplementationName () override
 
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames () override
 
virtual OUString SAL_CALL getContentType () override
 
virtual css::uno::Any SAL_CALL execute (const css::ucb::Command &aCommand, sal_Int32 CommandId, const css::uno::Reference< css::ucb::XCommandEnvironment > &Environment) override
 
virtual void SAL_CALL abort (sal_Int32 CommandId) override
 
virtual css::uno::Sequence< css::ucb::ContentInfo > SAL_CALL queryCreatableContentsInfo () override
 
virtual css::uno::Reference< css::ucb::XContent > SAL_CALL createNewContent (const css::ucb::ContentInfo &Info) override
 
css::uno::Reference< css::container::XEnumeration > getIterator ()
 
- Public Member Functions inherited from ucbhelper::ContentImplHelper
 ContentImplHelper (css::uno::Reference< css::uno::XComponentContext > xContext, rtl::Reference< ContentProviderImplHelper > xProvider, css::uno::Reference< css::ucb::XContentIdentifier > Identifier)
 
virtual ~ContentImplHelper () override
 
virtual css::uno::Any SAL_CALL queryInterface (const css::uno::Type &rType) override
 
virtual void SAL_CALL acquire () noexcept override
 
virtual void SAL_CALL release () noexcept override
 
virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId () override
 
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes () override
 
virtual OUString SAL_CALL getImplementationName () override=0
 
virtual sal_Bool SAL_CALL supportsService (const OUString &ServiceName) override
 
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames () override=0
 
virtual void SAL_CALL dispose () override
 
virtual void SAL_CALL addEventListener (const css::uno::Reference< css::lang::XEventListener > &Listener) override
 
virtual void SAL_CALL removeEventListener (const css::uno::Reference< css::lang::XEventListener > &Listener) override
 
virtual css::uno::Reference< css::ucb::XContentIdentifier > SAL_CALL getIdentifier () override
 
virtual OUString SAL_CALL getContentType () override=0
 
virtual void SAL_CALL addContentEventListener (const css::uno::Reference< css::ucb::XContentEventListener > &Listener) override
 
virtual void SAL_CALL removeContentEventListener (const css::uno::Reference< css::ucb::XContentEventListener > &Listener) override
 
virtual sal_Int32 SAL_CALL createCommandIdentifier () override
 
virtual css::uno::Any SAL_CALL execute (const css::ucb::Command &aCommand, sal_Int32 CommandId, const css::uno::Reference< css::ucb::XCommandEnvironment > &Environment) override=0
 
virtual void SAL_CALL abort (sal_Int32 CommandId) override=0
 
virtual void SAL_CALL addPropertiesChangeListener (const css::uno::Sequence< OUString > &PropertyNames, const css::uno::Reference< css::beans::XPropertiesChangeListener > &Listener) override
 
virtual void SAL_CALL removePropertiesChangeListener (const css::uno::Sequence< OUString > &PropertyNames, const css::uno::Reference< css::beans::XPropertiesChangeListener > &Listener) override
 
virtual void SAL_CALL addCommandInfoChangeListener (const css::uno::Reference< css::ucb::XCommandInfoChangeListener > &Listener) override
 
virtual void SAL_CALL removeCommandInfoChangeListener (const css::uno::Reference< css::ucb::XCommandInfoChangeListener > &Listener) override
 
virtual void SAL_CALL addProperty (const OUString &Name, sal_Int16 Attributes, const css::uno::Any &DefaultValue) override
 
virtual void SAL_CALL removeProperty (const OUString &Name) override
 
virtual void SAL_CALL addPropertySetInfoChangeListener (const css::uno::Reference< css::beans::XPropertySetInfoChangeListener > &Listener) override
 
virtual void SAL_CALL removePropertySetInfoChangeListener (const css::uno::Reference< css::beans::XPropertySetInfoChangeListener > &Listener) override
 
virtual css::uno::Reference< css::uno::XInterface > SAL_CALL getParent () override
 
virtual void SAL_CALL setParent (const css::uno::Reference< css::uno::XInterface > &Parent) override
 
const rtl::Reference< ContentProviderImplHelper > & getProvider () const
 

Static Public Member Functions

static rtl::Reference< Contentcreate (const css::uno::Reference< css::uno::XComponentContext > &rxContext, ContentProvider *pProvider, const css::uno::Reference< css::ucb::XContentIdentifier > &Identifier)
 
static rtl::Reference< Contentcreate (const css::uno::Reference< css::uno::XComponentContext > &rxContext, ContentProvider *pProvider, const css::uno::Reference< css::ucb::XContentIdentifier > &Identifier, const css::ucb::ContentInfo &Info)
 
static css::uno::Reference< css::sdbc::XRow > getPropertyValues (const css::uno::Reference< css::uno::XComponentContext > &rxContext, const css::uno::Sequence< css::beans::Property > &rProperties, ContentProvider *pProvider, const OUString &rContentId)
 
static OUString getContentType (std::u16string_view aScheme, bool bFolder)
 

Private Types

enum  ContentState {
  TRANSIENT ,
  PERSISTENT ,
  DEAD
}
 
typedef rtl::Reference< ContentContentRef
 
typedef std::vector< ContentRefContentRefList
 

Private Member Functions

 Content (const css::uno::Reference< css::uno::XComponentContext > &rxContext, ContentProvider *pProvider, const css::uno::Reference< css::ucb::XContentIdentifier > &Identifier, css::uno::Reference< css::container::XHierarchicalNameAccess > Package, PackageUri aUri, ContentProperties aProps)
 
 Content (const css::uno::Reference< css::uno::XComponentContext > &rxContext, ContentProvider *pProvider, const css::uno::Reference< css::ucb::XContentIdentifier > &Identifier, css::uno::Reference< css::container::XHierarchicalNameAccess > Package, PackageUri aUri, const css::ucb::ContentInfo &Info)
 
virtual css::uno::Sequence< css::beans::Property > getProperties (const css::uno::Reference< css::ucb::XCommandEnvironment > &xEnv) override
 
virtual css::uno::Sequence< css::ucb::CommandInfo > getCommands (const css::uno::Reference< css::ucb::XCommandEnvironment > &xEnv) override
 
virtual OUString getParentURL () override
 
css::uno::Reference< css::sdbc::XRow > getPropertyValues (const css::uno::Sequence< css::beans::Property > &rProperties)
 
css::uno::Sequence< css::uno::Any > setPropertyValues (const css::uno::Sequence< css::beans::PropertyValue > &rValues, const css::uno::Reference< css::ucb::XCommandEnvironment > &xEnv)
 
css::uno::Reference< css::container::XHierarchicalNameAccess > getPackage (const PackageUri &rURI)
 
css::uno::Reference< css::container::XHierarchicalNameAccess > getPackage ()
 
bool hasData (const PackageUri &rURI)
 
void renameData (const css::uno::Reference< css::ucb::XContentIdentifier > &xOldId, const css::uno::Reference< css::ucb::XContentIdentifier > &xNewId)
 
bool storeData (const css::uno::Reference< css::io::XInputStream > &xStream)
 
bool removeData ()
 
bool flushData ()
 
void queryChildren (ContentRefList &rChildren)
 
bool exchangeIdentity (const css::uno::Reference< css::ucb::XContentIdentifier > &xNewId)
 
css::uno::Any open (const css::ucb::OpenCommandArgument2 &rArg, const css::uno::Reference< css::ucb::XCommandEnvironment > &xEnv)
 
void insert (const css::uno::Reference< css::io::XInputStream > &xStream, sal_Int32 nNameClashResolve, const css::uno::Reference< css::ucb::XCommandEnvironment > &xEnv)
 
void destroy (bool bDeletePhysical, const css::uno::Reference< css::ucb::XCommandEnvironment > &xEnv)
 
void transfer (const css::ucb::TransferInfo &rInfo, const css::uno::Reference< css::ucb::XCommandEnvironment > &xEnv)
 
css::uno::Reference< css::io::XInputStream > getInputStream ()
 
bool isFolder () const
 

Static Private Member Functions

static css::uno::Reference< css::sdbc::XRow > getPropertyValues (const css::uno::Reference< css::uno::XComponentContext > &rxContext, const css::uno::Sequence< css::beans::Property > &rProperties, const ContentProperties &rData, const rtl::Reference< ::ucbhelper::ContentProviderImplHelper > &rProvider, const OUString &rContentId)
 
static bool loadData (ContentProvider *pProvider, const PackageUri &rURI, ContentProperties &rProps, css::uno::Reference< css::container::XHierarchicalNameAccess > &rxPackage)
 
static bool hasData (ContentProvider *pProvider, const PackageUri &rURI, css::uno::Reference< css::container::XHierarchicalNameAccess > &rxPackage)
 

Private Attributes

PackageUri m_aUri
 
ContentProperties m_aProps
 
ContentState m_eState
 
css::uno::Reference< css::container::XHierarchicalNameAccess > m_xPackage
 
ContentProviderm_pProvider
 
sal_uInt32 m_nModifiedProps
 

Additional Inherited Members

- Protected Member Functions inherited from ucbhelper::ContentImplHelper
css::uno::Reference< css::beans::XPropertySetInfo > getPropertySetInfo (const css::uno::Reference< css::ucb::XCommandEnvironment > &xEnv, bool bCache=true)
 
css::uno::Reference< css::ucb::XCommandInfo > getCommandInfo (const css::uno::Reference< css::ucb::XCommandEnvironment > &xEnv, bool bCache=true)
 
void notifyPropertiesChange (const css::uno::Sequence< css::beans::PropertyChangeEvent > &evt) const
 
void notifyPropertySetInfoChange (const css::beans::PropertySetInfoChangeEvent &evt) const
 
void notifyContentEvent (const css::ucb::ContentEvent &evt) const
 
void inserted ()
 
void deleted ()
 
bool exchange (const css::uno::Reference< css::ucb::XContentIdentifier > &rNewId)
 
css::uno::Reference< css::ucb::XPersistentPropertySet > getAdditionalPropertySet (bool bCreate)
 
bool renameAdditionalPropertySet (const OUString &rOldKey, const OUString &rNewKey)
 
bool copyAdditionalPropertySet (const OUString &rSourceKey, const OUString &rTargetKey)
 
bool removeAdditionalPropertySet ()
 
- Protected Attributes inherited from ucbhelper::ContentImplHelper
osl::Mutex m_aMutex
 
css::uno::Reference< css::uno::XComponentContext > m_xContext
 
css::uno::Reference< css::ucb::XContentIdentifier > m_xIdentifier
 
rtl::Reference< ContentProviderImplHelperm_xProvider
 
sal_uInt32 m_nCommandId
 

Detailed Description

Definition at line 89 of file pkgcontent.hxx.

Member Typedef Documentation

◆ ContentRef

Definition at line 168 of file pkgcontent.hxx.

◆ ContentRefList

typedef std::vector< ContentRef > package_ucp::Content::ContentRefList
private

Definition at line 169 of file pkgcontent.hxx.

Member Enumeration Documentation

◆ ContentState

Enumerator
TRANSIENT 
PERSISTENT 
DEAD 

Definition at line 92 of file pkgcontent.hxx.

Constructor & Destructor Documentation

◆ Content() [1/2]

package_ucp::Content::Content ( const css::uno::Reference< css::uno::XComponentContext > &  rxContext,
ContentProvider pProvider,
const css::uno::Reference< css::ucb::XContentIdentifier > &  Identifier,
css::uno::Reference< css::container::XHierarchicalNameAccess >  Package,
PackageUri  aUri,
ContentProperties  aProps 
)
private

◆ Content() [2/2]

package_ucp::Content::Content ( const css::uno::Reference< css::uno::XComponentContext > &  rxContext,
ContentProvider pProvider,
const css::uno::Reference< css::ucb::XContentIdentifier > &  Identifier,
css::uno::Reference< css::container::XHierarchicalNameAccess >  Package,
PackageUri  aUri,
const css::ucb::ContentInfo &  Info 
)
private

◆ ~Content()

Content::~Content ( )
overridevirtual

Definition at line 274 of file pkgcontent.cxx.

Member Function Documentation

◆ abort()

void SAL_CALL Content::abort ( sal_Int32  CommandId)
overridevirtual

Implements ucbhelper::ContentImplHelper.

Definition at line 620 of file pkgcontent.cxx.

◆ acquire()

void SAL_CALL Content::acquire ( )
overridevirtualnoexcept

Reimplemented from ucbhelper::ContentImplHelper.

Definition at line 283 of file pkgcontent.cxx.

◆ create() [1/2]

static rtl::Reference< Content > package_ucp::Content::create ( const css::uno::Reference< css::uno::XComponentContext > &  rxContext,
ContentProvider pProvider,
const css::uno::Reference< css::ucb::XContentIdentifier > &  Identifier 
)
static

◆ create() [2/2]

static rtl::Reference< Content > package_ucp::Content::create ( const css::uno::Reference< css::uno::XComponentContext > &  rxContext,
ContentProvider pProvider,
const css::uno::Reference< css::ucb::XContentIdentifier > &  Identifier,
const css::ucb::ContentInfo &  Info 
)
static

◆ createNewContent()

virtual css::uno::Reference< css::ucb::XContent > SAL_CALL package_ucp::Content::createNewContent ( const css::ucb::ContentInfo &  Info)
overridevirtual

◆ destroy()

void package_ucp::Content::destroy ( bool  bDeletePhysical,
const css::uno::Reference< css::ucb::XCommandEnvironment > &  xEnv 
)
private
Exceptions
css::uno::Exception

◆ exchangeIdentity()

bool package_ucp::Content::exchangeIdentity ( const css::uno::Reference< css::ucb::XContentIdentifier > &  xNewId)
private

◆ execute()

virtual css::uno::Any SAL_CALL package_ucp::Content::execute ( const css::ucb::Command &  aCommand,
sal_Int32  CommandId,
const css::uno::Reference< css::ucb::XCommandEnvironment > &  Environment 
)
overridevirtual

◆ flushData()

bool Content::flushData ( )
private

Definition at line 2586 of file pkgcontent.cxx.

References getPackage(), and ucbhelper::ContentImplHelper::m_aMutex.

◆ getCommands()

virtual css::uno::Sequence< css::ucb::CommandInfo > package_ucp::Content::getCommands ( const css::uno::Reference< css::ucb::XCommandEnvironment > &  xEnv)
overrideprivatevirtual

◆ getContentType() [1/2]

OUString SAL_CALL Content::getContentType ( )
overridevirtual

◆ getContentType() [2/2]

OUString Content::getContentType ( std::u16string_view  aScheme,
bool  bFolder 
)
static

Definition at line 226 of file pkgcontent.cxx.

References u.

◆ getImplementationId()

virtual css::uno::Sequence< sal_Int8 > SAL_CALL package_ucp::Content::getImplementationId ( )
overridevirtual

Reimplemented from ucbhelper::ContentImplHelper.

◆ getImplementationName()

OUString SAL_CALL Content::getImplementationName ( )
overridevirtual

Implements ucbhelper::ContentImplHelper.

Definition at line 361 of file pkgcontent.cxx.

◆ getInputStream()

uno::Reference< io::XInputStream > Content::getInputStream ( )
private

◆ getIterator()

uno::Reference< container::XEnumeration > Content::getIterator ( )

◆ getPackage() [1/2]

uno::Reference< container::XHierarchicalNameAccess > Content::getPackage ( )
private

Definition at line 2063 of file pkgcontent.cxx.

References getPackage(), and m_aUri.

Referenced by flushData(), getInputStream(), getIterator(), getPackage(), hasData(), and removeData().

◆ getPackage() [2/2]

uno::Reference< container::XHierarchicalNameAccess > Content::getPackage ( const PackageUri rURI)
private

◆ getParentURL()

OUString Content::getParentURL ( )
overrideprivatevirtual

Implements ucbhelper::ContentImplHelper.

Definition at line 680 of file pkgcontent.cxx.

References package_ucp::PackageUri::getParentUri(), and m_aUri.

Referenced by removeData().

◆ getProperties()

virtual css::uno::Sequence< css::beans::Property > package_ucp::Content::getProperties ( const css::uno::Reference< css::ucb::XCommandEnvironment > &  xEnv)
overrideprivatevirtual

◆ getPropertyValues() [1/3]

static css::uno::Reference< css::sdbc::XRow > package_ucp::Content::getPropertyValues ( const css::uno::Reference< css::uno::XComponentContext > &  rxContext,
const css::uno::Sequence< css::beans::Property > &  rProperties,
const ContentProperties rData,
const rtl::Reference< ::ucbhelper::ContentProviderImplHelper > &  rProvider,
const OUString &  rContentId 
)
staticprivate

◆ getPropertyValues() [2/3]

static css::uno::Reference< css::sdbc::XRow > package_ucp::Content::getPropertyValues ( const css::uno::Reference< css::uno::XComponentContext > &  rxContext,
const css::uno::Sequence< css::beans::Property > &  rProperties,
ContentProvider pProvider,
const OUString &  rContentId 
)
static

◆ getPropertyValues() [3/3]

css::uno::Reference< css::sdbc::XRow > package_ucp::Content::getPropertyValues ( const css::uno::Sequence< css::beans::Property > &  rProperties)
private

◆ getSupportedServiceNames()

uno::Sequence< OUString > SAL_CALL Content::getSupportedServiceNames ( )
overridevirtual

Implements ucbhelper::ContentImplHelper.

Definition at line 368 of file pkgcontent.cxx.

References isFolder().

◆ getTypes()

uno::Sequence< uno::Type > SAL_CALL Content::getTypes ( )
overridevirtual

Reimplemented from ucbhelper::ContentImplHelper.

Definition at line 318 of file pkgcontent.cxx.

References CPPU_TYPE_REF, cppu::OTypeCollection::getTypes(), and isFolder().

◆ hasData() [1/2]

bool Content::hasData ( const PackageUri rURI)
private

◆ hasData() [2/2]

static bool package_ucp::Content::hasData ( ContentProvider pProvider,
const PackageUri rURI,
css::uno::Reference< css::container::XHierarchicalNameAccess > &  rxPackage 
)
staticprivate

Referenced by hasData().

◆ insert()

void package_ucp::Content::insert ( const css::uno::Reference< css::io::XInputStream > &  xStream,
sal_Int32  nNameClashResolve,
const css::uno::Reference< css::ucb::XCommandEnvironment > &  xEnv 
)
private
Exceptions
css::uno::Exception

◆ isFolder()

bool package_ucp::Content::isFolder ( ) const
inlineprivate

Definition at line 198 of file pkgcontent.hxx.

References package_ucp::ContentProperties::bIsFolder, and m_aProps.

Referenced by getSupportedServiceNames(), and getTypes().

◆ loadData()

static bool package_ucp::Content::loadData ( ContentProvider pProvider,
const PackageUri rURI,
ContentProperties rProps,
css::uno::Reference< css::container::XHierarchicalNameAccess > &  rxPackage 
)
staticprivate

◆ open()

css::uno::Any package_ucp::Content::open ( const css::ucb::OpenCommandArgument2 &  rArg,
const css::uno::Reference< css::ucb::XCommandEnvironment > &  xEnv 
)
private
Exceptions
css::uno::Exception

◆ queryChildren()

void Content::queryChildren ( ContentRefList rChildren)
private

◆ queryCreatableContentsInfo()

uno::Sequence< ucb::ContentInfo > SAL_CALL Content::queryCreatableContentsInfo ( )
overridevirtual

◆ queryInterface()

virtual css::uno::Any SAL_CALL package_ucp::Content::queryInterface ( const css::uno::Type &  rType)
overridevirtual

Reimplemented from ucbhelper::ContentImplHelper.

◆ release()

void SAL_CALL Content::release ( )
overridevirtualnoexcept

Reimplemented from ucbhelper::ContentImplHelper.

Definition at line 291 of file pkgcontent.cxx.

◆ removeData()

bool Content::removeData ( )
private

◆ renameData()

void package_ucp::Content::renameData ( const css::uno::Reference< css::ucb::XContentIdentifier > &  xOldId,
const css::uno::Reference< css::ucb::XContentIdentifier > &  xNewId 
)
private

◆ setPropertyValues()

css::uno::Sequence< css::uno::Any > package_ucp::Content::setPropertyValues ( const css::uno::Sequence< css::beans::PropertyValue > &  rValues,
const css::uno::Reference< css::ucb::XCommandEnvironment > &  xEnv 
)
private
Exceptions
css::uno::Exception

◆ storeData()

bool package_ucp::Content::storeData ( const css::uno::Reference< css::io::XInputStream > &  xStream)
private

◆ transfer()

void package_ucp::Content::transfer ( const css::ucb::TransferInfo &  rInfo,
const css::uno::Reference< css::ucb::XCommandEnvironment > &  xEnv 
)
private
Exceptions
css::uno::Exception

Member Data Documentation

◆ m_aProps

ContentProperties package_ucp::Content::m_aProps
private

Definition at line 99 of file pkgcontent.hxx.

Referenced by getContentType(), isFolder(), and queryCreatableContentsInfo().

◆ m_aUri

PackageUri package_ucp::Content::m_aUri
private

◆ m_eState

ContentState package_ucp::Content::m_eState
private

Definition at line 100 of file pkgcontent.hxx.

◆ m_nModifiedProps

sal_uInt32 package_ucp::Content::m_nModifiedProps
private

Definition at line 104 of file pkgcontent.hxx.

◆ m_pProvider

ContentProvider* package_ucp::Content::m_pProvider
private

Definition at line 103 of file pkgcontent.hxx.

Referenced by getPackage(), and hasData().

◆ m_xPackage

css::uno::Reference< css::container::XHierarchicalNameAccess > package_ucp::Content::m_xPackage
private

Definition at line 102 of file pkgcontent.hxx.

Referenced by getPackage().


The documentation for this class was generated from the following files: