Lines Matching refs:SfxDocumentInfoObject

414 SfxDocumentInfoObject::SfxDocumentInfoObject()  in SfxDocumentInfoObject()  function in SfxDocumentInfoObject
421 SfxDocumentInfoObject::~SfxDocumentInfoObject() in ~SfxDocumentInfoObject()
430 SfxDocumentInfoObject::initialize(const uno::Sequence< uno::Any > & aArguments) in initialize()
451 SfxDocumentInfoObject::createClone() throw (uno::RuntimeException) in createClone()
453 SfxDocumentInfoObject *pNew = new SfxDocumentInfoObject; in createClone()
464 SfxDocumentInfoObject::getDocumentProperties() in getDocumentProperties()
472 const SfxDocumentInfoObject& SfxDocumentInfoObject::operator=( const SfxDocumentInfoObject & rOther) in operator =()
484 void SAL_CALL SfxDocumentInfoObject::dispose() throw( ::com::sun::star::uno::RuntimeException ) in dispose()
496 void SAL_CALL SfxDocumentInfoObject::addEventListener(const ::com::sun::star::uno::Reference< ::co… in addEventListener()
503 void SAL_CALL SfxDocumentInfoObject::removeEventListener(const ::com::sun::star::uno::Reference< :… in removeEventListener()
509 …Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL SfxDocumentInfoObject::getProper… in getPropertySetInfo()
523 void SAL_CALL SfxDocumentInfoObject::setPropertyValue(const ::rtl::OUString& aPropertyName, const … in setPropertyValue()
543 uno::Any SAL_CALL SfxDocumentInfoObject::getPropertyValue(const ::rtl::OUString& aPropertyName) … in getPropertyValue()
560 sal_Bool SAL_CALL SfxDocumentInfoObject::isModified() throw(::com::sun::star::uno::RuntimeException) in isModified()
567 void SAL_CALL SfxDocumentInfoObject::setModified( sal_Bool bModified ) in setModified()
575 void SAL_CALL SfxDocumentInfoObject::addModifyListener( const uno::Reference< util::XModifyListener… in addModifyListener()
582 void SAL_CALL SfxDocumentInfoObject::removeModifyListener( const uno::Reference< util::XModifyListe… in removeModifyListener()
591 void SAL_CALL SfxDocumentInfoObject::addPropertyChangeListener(const ::rtl::OUString&, const uno::… in addPropertyChangeListener()
598 void SAL_CALL SfxDocumentInfoObject::removePropertyChangeListener(const ::rtl::OUString&, const un… in removePropertyChangeListener()
605 void SAL_CALL SfxDocumentInfoObject::addVetoableChangeListener(const ::rtl::OUString&, const uno::… in addVetoableChangeListener()
612 void SAL_CALL SfxDocumentInfoObject::removeVetoableChangeListener(const ::rtl::OUString&, const un… in removeVetoableChangeListener()
617 uno::Sequence< beans::PropertyValue > SAL_CALL SfxDocumentInfoObject::getPropertyValues( void ) th… in getPropertyValues()
641 void SAL_CALL SfxDocumentInfoObject::setPropertyValues( const ::com::sun::star::uno::Sequence< ::c… in setPropertyValues()
654 void SAL_CALL SfxDocumentInfoObject::addProperty(const ::rtl::OUString& sName , in addProperty()
683 void SAL_CALL SfxDocumentInfoObject::removeProperty(const ::rtl::OUString& sName) in removeProperty()
718 void SAL_CALL SfxDocumentInfoObject::setFastPropertyValue(sal_Int32 nHandle, const ::com::sun::sta… in setFastPropertyValue()
935 ::com::sun::star::uno::Any SAL_CALL SfxDocumentInfoObject::getFastPropertyValue(sal_Int32 nHandle)… in getFastPropertyValue()
1033 sal_Int16 SAL_CALL SfxDocumentInfoObject::getUserFieldCount() throw( ::com::sun::star::uno::Runtim… in getUserFieldCount()
1043 ::rtl::OUString SAL_CALL SfxDocumentInfoObject::getUserFieldName(sal_Int16 nIndex) throw( ::com::s… in getUserFieldName()
1054 ::rtl::OUString SAL_CALL SfxDocumentInfoObject::getUserFieldValue(sal_Int16 nIndex) throw( ::com::… in getUserFieldValue()
1076 void SAL_CALL SfxDocumentInfoObject::setUserFieldName(sal_Int16 nIndex, const ::rtl::OUString& aNa… in setUserFieldName()
1126 void SAL_CALL SfxDocumentInfoObject::setUserFieldValue( sal_Int16 nIndex, const ::rtl::OUString& a… in setUserFieldValue()
1164 SFX_IMPL_XINTERFACE_2( SfxStandaloneDocumentInfoObject, SfxDocumentInfoObject, ::com::sun::star::la… in SFX_IMPL_XINTERFACE_2() argument
1174 : SfxDocumentInfoObject() in SFX_IMPL_XINTERFACE_2()
1218 return SfxDocumentInfoObject::getUserFieldCount(); in getUserFieldCount()
1225 return SfxDocumentInfoObject::getUserFieldName(nIndex); in getUserFieldName()
1232 return SfxDocumentInfoObject::getUserFieldValue(nIndex); in getUserFieldValue()
1239 SfxDocumentInfoObject::setUserFieldName( nIndex, aName ); in setUserFieldName()
1246 SfxDocumentInfoObject::setUserFieldValue( nIndex, aValue ); in setUserFieldValue()