Home
last modified time | relevance | path

Searched refs:_xPropertySet (Results 1 – 24 of 24) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/vba/
H A Dvbastyle.cxx33 …< beans::XPropertySet >& _xPropertySet ) : SwVbaStyle_BASE( xParent, xContext ) , mxModel( xModel … in SwVbaStyle() argument
35 mxStyle.set( _xPropertySet, uno::UNO_QUERY_THROW ); in SwVbaStyle()
H A Dvbastyle.hxx41 …s::frame::XModel >& xModel, const css::uno::Reference< css::beans::XPropertySet >& _xPropertySet );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/vba/
H A Dvbastyle.cxx34 …< beans::XPropertySet >& _xPropertySet ) : SwVbaStyle_BASE( xParent, xContext ) , mxModel( xModel … in SwVbaStyle() argument
36 mxStyle.set( _xPropertySet, uno::UNO_QUERY_THROW ); in SwVbaStyle()
H A Dvbastyle.hxx41 …s::frame::XModel >& xModel, const css::uno::Reference< css::beans::XPropertySet >& _xPropertySet );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/vba/
H A Dvbaformatcondition.cxx43 … const uno::Reference< css::beans::XPropertySet >& _xPropertySet ) in ScVbaFormatCondition()
46 …rmatConditions( _xFormatConditions ), mxStyle( _xStyle ), mxParentRangePropertySet( _xPropertySet ) in ScVbaFormatCondition()
H A Dvbastyle.cxx81 const uno::Reference< beans::XPropertySet >& _xPropertySet, in ScVbaStyle()
83 : ScVbaStyle_BASE( xParent, xContext, _xPropertySet, _xModel, false ) in ScVbaStyle()
H A Dvbastyle.hxx43 … > & xContext, const css::uno::Reference< css::beans::XPropertySet >& _xPropertySet, const css::un…
H A Dvbaformatcondition.hxx46 const css::uno::Reference< css::beans::XPropertySet >& _xPropertySet );
H A Dvbaaxis.hxx41 … > & xContext, const css::uno::Reference< css::beans::XPropertySet >& _xPropertySet, sal_Int32 _nT…
H A Dvbaaxis.cxx55 …XPropertySet >& _xPropertySet, sal_Int32 _nType, sal_Int32 _nGroup ) : ScVbaAxis_BASE( xParent, x… in ScVbaAxis() argument
H A Dvbaformat.hxx64 … > & xContext, const css::uno::Reference< css::beans::XPropertySet >& _xPropertySet, const css::un…
H A Dvbaformat.cxx62 const uno::Reference< beans::XPropertySet >& _xPropertySet, in ScVbaFormat()
67 mxPropertySet( _xPropertySet ), in ScVbaFormat()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/vba/
H A Dvbaformatcondition.cxx43 … const uno::Reference< css::beans::XPropertySet >& _xPropertySet ) in ScVbaFormatCondition()
46 …rmatConditions( _xFormatConditions ), mxStyle( _xStyle ), mxParentRangePropertySet( _xPropertySet ) in ScVbaFormatCondition()
H A Dvbastyle.cxx81 const uno::Reference< beans::XPropertySet >& _xPropertySet, in ScVbaStyle()
83 : ScVbaStyle_BASE( xParent, xContext, _xPropertySet, _xModel, false ) in ScVbaStyle()
H A Dvbastyle.hxx44 … > & xContext, const css::uno::Reference< css::beans::XPropertySet >& _xPropertySet, const css::un…
H A Dvbaformatcondition.hxx47 const css::uno::Reference< css::beans::XPropertySet >& _xPropertySet );
H A Dvbaaxis.hxx42 … > & xContext, const css::uno::Reference< css::beans::XPropertySet >& _xPropertySet, sal_Int32 _nT…
H A Dvbaaxis.cxx55 …XPropertySet >& _xPropertySet, sal_Int32 _nType, sal_Int32 _nGroup ) : ScVbaAxis_BASE( xParent, x… in ScVbaAxis() argument
H A Dvbaformat.hxx65 … > & xContext, const css::uno::Reference< css::beans::XPropertySet >& _xPropertySet, const css::un…
H A Dvbaformat.cxx61 const uno::Reference< beans::XPropertySet >& _xPropertySet, in ScVbaFormat()
66 mxPropertySet( _xPropertySet ), in ScVbaFormat()
/dports/editors/libreoffice/libreoffice-7.2.6.2/wizards/com/sun/star/wizards/db/
H A DColumnPropertySet.java34 public ColumnPropertySet(TypeInspector _oTypeInspector, XPropertySet _xPropertySet) in ColumnPropertySet() argument
36 xPropertySet = _xPropertySet; in ColumnPropertySet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/wizards/com/sun/star/wizards/db/
H A DColumnPropertySet.java34 public ColumnPropertySet(TypeInspector _oTypeInspector, XPropertySet _xPropertySet) in ColumnPropertySet() argument
36 xPropertySet = _xPropertySet; in ColumnPropertySet()
/dports/editors/libreoffice/libreoffice-7.2.6.2/stoc/source/invocation/
H A Dinvocation.cxx184 Reference<XPropertySet> _xPropertySet; member in stoc_inv::__anon21af49790111::Invocation_Impl
401_xPropertySet.set( _xIntrospectionAccess->queryAdapter( cppu::UnoType<XPropertySet>::get()), in setMaterial()
476 if( _xIntrospectionAccess.is() && _xPropertySet.is() in getValue()
480 return _xPropertySet->getPropertyValue( PropertyName ); in getValue()
520 if( _xIntrospectionAccess.is() && _xPropertySet.is() in setValue()
528 _xPropertySet->setPropertyValue( PropertyName, Value ); in setValue()
530 _xPropertySet->setPropertyValue( in setValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/stoc/source/invocation/
H A Dinvocation.cxx198 Reference<XPropertySet> _xPropertySet; member in stoc_inv::Invocation_Impl
414_xPropertySet.set( _xIntrospectionAccess->queryAdapter( cppu::UnoType<XPropertySet>::get()), in setMaterial()
489 if( _xIntrospectionAccess.is() && _xPropertySet.is() in getValue()
493 return _xPropertySet->getPropertyValue( PropertyName ); in getValue()
533 if( _xIntrospectionAccess.is() && _xPropertySet.is() in setValue()
541 _xPropertySet->setPropertyValue( PropertyName, Value ); in setValue()
543 _xPropertySet->setPropertyValue( in setValue()