/trunk/main/cppuhelper/qa/propertysetmixin/ |
H A D | comp_propertysetmixin.cxx | 68 public cppu::PropertySetMixin< css::lang::XComponent > 73 cppu::PropertySetMixin< css::lang::XComponent >( in Empty1() 86 cppu::PropertySetMixin< css::lang::XComponent >::dispose(); in dispose() 117 : cppu::PropertySetMixin< css::lang::XComponent >::queryInterface( in queryInterface() 123 public cppu::PropertySetMixin< css::lang::XComponent > 128 cppu::PropertySetMixin< css::lang::XComponent >( in Empty2() 144 cppu::PropertySetMixin< css::lang::XComponent >::dispose(); in dispose() 175 : cppu::PropertySetMixin< css::lang::XComponent >::queryInterface( in queryInterface() 187 public cppu::PropertySetMixin< 193 cppu::PropertySetMixin< in Full() [all …]
|
H A D | JavaSupplier.java | 45 import com.sun.star.lib.uno.helper.PropertySetMixin; 90 private final PropertySetMixin prop = new PropertySetMixin( 176 private final PropertySetMixin prop = new PropertySetMixin( 205 PropertySetMixin.BoundListeners l in setSecond() 206 = new PropertySetMixin.BoundListeners(); in setSecond() 304 private final PropertySetMixin prop = new PropertySetMixin(
|
/trunk/main/cppuhelper/inc/cppuhelper/ |
H A D | propertysetmixin.hxx | 61 template< typename T > class PropertySetMixin; 397 template< typename T > friend class PropertySetMixin; 416 template< typename T > class PropertySetMixin: public PropertySetMixinImpl { class 458 PropertySetMixin( in PropertySetMixin() function in cppu::PropertySetMixin 472 ~PropertySetMixin() {} in ~PropertySetMixin() 475 PropertySetMixin( const PropertySetMixin&); // not defined 476 void operator=( const PropertySetMixin&); // not defined
|
/trunk/main/sd/source/core/annotations/ |
H A D | Annotation.cxx | 60 public ::cppu::PropertySetMixin< XAnnotation > 179 , ::cppu::PropertySetMixin< XAnnotation >(context, static_cast< Implements >(IMPLEMENTS_PROPERTY_SE… in Annotation() 206 return ::cppu::PropertySetMixin< XAnnotation >::getPropertySetInfo(); in getPropertySetInfo() 211 ::cppu::PropertySetMixin< XAnnotation >::setPropertyValue(aPropertyName, aValue); in setPropertyValue() 216 return ::cppu::PropertySetMixin< XAnnotation >::getPropertyValue(aPropertyName); in getPropertyValue() 221 ::cppu::PropertySetMixin< XAnnotation >::addPropertyChangeListener(aPropertyName, xListener); in addPropertyChangeListener() 226 ::cppu::PropertySetMixin< XAnnotation >::removePropertyChangeListener(aPropertyName, xListener); in removePropertyChangeListener() 231 ::cppu::PropertySetMixin< XAnnotation >::addVetoableChangeListener(aPropertyName, xListener); in addVetoableChangeListener() 236 ::cppu::PropertySetMixin< XAnnotation >::removeVetoableChangeListener(aPropertyName, xListener); in removeVetoableChangeListener()
|
/trunk/main/dbaccess/source/core/misc/ |
H A D | DatabaseDataProvider.cxx | 63 ::cppu::PropertySetMixin< chart2::data::XDatabaseDataProvider >( in DatabaseDataProvider() 416 return ::cppu::PropertySetMixin< chart2::data::XDatabaseDataProvider >::getPropertySetInfo(); in getPropertySetInfo() 422 …::cppu::PropertySetMixin< chart2::data::XDatabaseDataProvider >::setPropertyValue(aPropertyName, a… in setPropertyValue() 428 …return ::cppu::PropertySetMixin< chart2::data::XDatabaseDataProvider >::getPropertyValue(aProperty… in getPropertyValue() 434 …::cppu::PropertySetMixin< chart2::data::XDatabaseDataProvider >::addPropertyChangeListener(aProper… in addPropertyChangeListener() 440 …::cppu::PropertySetMixin< chart2::data::XDatabaseDataProvider >::removePropertyChangeListener(aPro… in removePropertyChangeListener() 446 …::cppu::PropertySetMixin< chart2::data::XDatabaseDataProvider >::addVetoableChangeListener(aProper… in addVetoableChangeListener() 452 …::cppu::PropertySetMixin< chart2::data::XDatabaseDataProvider >::removeVetoableChangeListener(aPro… in removeVetoableChangeListener()
|
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/ |
H A D | StarFunctionCategory.java | 25 import com.sun.star.lib.uno.helper.PropertySetMixin; 43 private final PropertySetMixin m_prophlp; 83 m_prophlp = new PropertySetMixin(m_xContext, this, in StarFunctionCategory()
|
H A D | StarFunctionDescription.java | 25 import com.sun.star.lib.uno.helper.PropertySetMixin; 43 private final PropertySetMixin m_prophlp; 71 m_prophlp = new PropertySetMixin(m_xContext, this, in StarFunctionDescription()
|
H A D | SOReportJobFactory.java | 40 import com.sun.star.lib.uno.helper.PropertySetMixin; 93 private final PropertySetMixin m_prophlp; 105 m_prophlp = new PropertySetMixin(m_cmpCtx, this, in _SOReportJobFactory()
|
H A D | SOFormulaParser.java | 28 import com.sun.star.lib.uno.helper.PropertySetMixin; 71 private final PropertySetMixin m_prophlp; 148 m_prophlp = new PropertySetMixin(m_xContext, this, in SOFormulaParser()
|
/trunk/main/unotools/source/ucbhelper/ |
H A D | xtempfile.cxx | 40 : ::cppu::PropertySetMixin< ::css::io::XTempFile >( in OTempFileService() 70 aResult = cppu::PropertySetMixin< ::css::io::XTempFile >::queryInterface( aType ) ; in queryInterface()
|
H A D | XTempFile.hxx | 54 public ::cppu::PropertySetMixin< ::com::sun::star::io::XTempFile >
|
/trunk/main/javaunohelper/ |
H A D | Zip_juh_src.mk | 33 com/sun/star/lib/uno/helper/PropertySetMixin.java \
|
H A D | Jar_juh.mk | 50 javaunohelper/com/sun/star/lib/uno/helper/PropertySetMixin \
|
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/ |
H A D | PropertySetMixin.java | 83 public final class PropertySetMixin { class 126 public PropertySetMixin( in PropertySetMixin() method in PropertySetMixin
|
/trunk/main/reportdesign/source/core/inc/ |
H A D | FormatCondition.hxx | 36 …typedef ::cppu::PropertySetMixin< com::sun::star::report::XFormatCondition > FormatConditionProp…
|
H A D | Function.hxx | 37 typedef ::cppu::PropertySetMixin< com::sun::star::report::XFunction > FunctionPropertySet;
|
H A D | FixedText.hxx | 38 typedef ::cppu::PropertySetMixin< com::sun::star::report::XFixedText > FixedTextPropertySet;
|
H A D | FormattedField.hxx | 36 …typedef ::cppu::PropertySetMixin< com::sun::star::report::XFormattedField > FormattedFieldProper…
|
H A D | ReportEngineJFree.hxx | 42 typedef ::cppu::PropertySetMixin<com::sun::star::report::XReportEngine> ReportEnginePropertySet;
|
H A D | Group.hxx | 40 typedef ::cppu::PropertySetMixin< com::sun::star::report::XGroup> GroupPropertySet;
|
H A D | ImageControl.hxx | 36 …typedef ::cppu::PropertySetMixin< com::sun::star::report::XImageControl > ImageControlPropertySe…
|
H A D | FixedLine.hxx | 37 typedef ::cppu::PropertySetMixin< com::sun::star::report::XFixedLine > FixedLinePropertySet;
|
H A D | Shape.hxx | 38 typedef ::cppu::PropertySetMixin< com::sun::star::report::XShape > ShapePropertySet;
|
H A D | Section.hxx | 45 typedef ::cppu::PropertySetMixin<com::sun::star::report::XSection> SectionPropertySet;
|
/trunk/main/dbaccess/source/core/inc/ |
H A D | DatabaseDataProvider.hxx | 59 … public ::cppu::PropertySetMixin< ::com::sun::star::chart2::data::XDatabaseDataProvider >
|