Lines Matching refs:DocumentSettings

89 	class DocumentSettings : public WeakImplHelper3< XPropertySet, XMultiPropertySet, XServiceInfo >,  class
93 DocumentSettings( SdXImpressDocument* pModel );
94 virtual ~DocumentSettings() throw();
136 return (XWeak*)new DocumentSettings( pModel ); in DocumentSettings_createInstance()
227 DocumentSettings::DocumentSettings( SdXImpressDocument* pModel ) in DocumentSettings() function in DocumentSettings
234 DocumentSettings::~DocumentSettings() throw() in ~DocumentSettings()
238 void DocumentSettings::_setPropertyValues( const PropertyMapEntry** ppEntries, const Any* pValues )… in _setPropertyValues()
883 void DocumentSettings::_getPropertyValues( const PropertyMapEntry** ppEntries, Any* pValue ) throw(… in _getPropertyValues()
1128 Any SAL_CALL DocumentSettings::queryInterface( const Type& aType ) throw (RuntimeException) in queryInterface()
1133 void SAL_CALL DocumentSettings::acquire( ) throw () in acquire()
1138 void SAL_CALL DocumentSettings::release( ) throw () in release()
1145 Reference< XPropertySetInfo > SAL_CALL DocumentSettings::getPropertySetInfo( ) throw(RuntimeExcept… in getPropertySetInfo()
1150 void SAL_CALL DocumentSettings::setPropertyValue( const OUString& aPropertyName, const Any& aValue … in setPropertyValue()
1155 Any SAL_CALL DocumentSettings::getPropertyValue( const OUString& PropertyName ) throw(UnknownProper… in getPropertyValue()
1160 void SAL_CALL DocumentSettings::addPropertyChangeListener( const OUString& aPropertyName, const Ref… in addPropertyChangeListener()
1165 void SAL_CALL DocumentSettings::removePropertyChangeListener( const OUString& aPropertyName, const … in removePropertyChangeListener()
1170 void SAL_CALL DocumentSettings::addVetoableChangeListener( const OUString& PropertyName, const Refe… in addVetoableChangeListener()
1175 void SAL_CALL DocumentSettings::removeVetoableChangeListener( const OUString& PropertyName, const R… in removeVetoableChangeListener()
1181 void SAL_CALL DocumentSettings::setPropertyValues( const Sequence< OUString >& aPropertyNames, cons… in setPropertyValues()
1186 Sequence< Any > SAL_CALL DocumentSettings::getPropertyValues( const Sequence< OUString >& aProperty… in getPropertyValues()
1191 void SAL_CALL DocumentSettings::addPropertiesChangeListener( const Sequence< OUString >& aPropertyN… in addPropertiesChangeListener()
1196 void SAL_CALL DocumentSettings::removePropertiesChangeListener( const Reference< XPropertiesChangeL… in removePropertiesChangeListener()
1201 void SAL_CALL DocumentSettings::firePropertiesChangeEvent( const Sequence< OUString >& aPropertyNam… in firePropertiesChangeEvent()
1207 OUString SAL_CALL DocumentSettings::getImplementationName( ) in getImplementationName()
1213 sal_Bool SAL_CALL DocumentSettings::supportsService( const OUString& ServiceName ) in supportsService()
1228 Sequence< OUString > SAL_CALL DocumentSettings::getSupportedServiceNames( ) in getSupportedServiceNames()