Searched refs:_xPropertySet (Results 1 – 15 of 15) sorted by relevance
/aoo42x/main/stoc/source/invocation/ |
H A D | invocation.cxx | 251 Reference<XPropertySet> _xPropertySet; member in stoc_inv::Invocation_Impl 454 _xPropertySet = Reference<XPropertySet>::query( in setMaterial() 541 if( _xIntrospectionAccess.is() && _xPropertySet.is() in getValue() 545 return _xPropertySet->getPropertyValue( PropertyName ); in getValue() 579 if( _xIntrospectionAccess.is() && _xPropertySet.is() in setValue() 587 _xPropertySet->setPropertyValue( PropertyName, Value ); in setValue() 589 _xPropertySet->setPropertyValue( in setValue()
|
/aoo42x/main/sw/source/ui/vba/ |
H A D | vbastyle.cxx | 35 … >& _xPropertySet ) throw ( script::BasicErrorException, uno::RuntimeException ) : SwVbaStyle_BASE… in SwVbaStyle() argument 37 mxStyle.set( _xPropertySet, uno::UNO_QUERY_THROW ); in SwVbaStyle()
|
H A D | vbastyle.hxx | 42 … > & xContext, const css::uno::Reference< css::beans::XPropertySet >& _xPropertySet ) throw ( css:…
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbachart.cxx | 1161 ScVbaChart::getHasDataCaption( const uno::Reference< css::beans::XPropertySet >& _xPropertySet )thr… in getHasDataCaption() argument 1167 _xPropertySet->getPropertyValue(DATACAPTION) >>= nChartDataCaption; in getHasDataCaption() 1178 ScVbaChart::setHasDataCaption( const uno::Reference< beans::XPropertySet >& _xPropertySet, bool _bH… in setHasDataCaption() argument 1183 _xPropertySet->setPropertyValue(DATACAPTION, uno::makeAny ( chart::ChartDataCaption::VALUE) ); in setHasDataCaption() 1185 _xPropertySet->setPropertyValue(DATACAPTION, uno::makeAny ( chart::ChartDataCaption::NONE) ); in setHasDataCaption()
|
H A D | vbastyle.cxx | 79 …_xPropertySet, const uno::Reference< frame::XModel >& _xModel ) throw ( script::BasicErrorExceptio… in ScVbaStyle() argument
|
H A D | vbaformatcondition.cxx | 38 …_xPropertySet ) throw ( css::uno::RuntimeException ) : ScVbaFormatCondition_BASE( xParent, xContex… in ScVbaFormatCondition() argument
|
H A D | vbachart.hxx | 82 …bool getHasDataCaption( const css::uno::Reference< css::beans::XPropertySet >& _xPropertySet )thro… 83 …void setHasDataCaption( const css::uno::Reference< css::beans::XPropertySet >& _xPropertySet, bool…
|
H A D | vbaaxis.cxx | 59 …XPropertySet >& _xPropertySet, sal_Int32 _nType, sal_Int32 _nGroup ) : ScVbaAxis_BASE( xParent, x… in ScVbaAxis() argument
|
H A D | vbastyle.hxx | 43 … > & xContext, const css::uno::Reference< css::beans::XPropertySet >& _xPropertySet, const css::un…
|
H A D | vbaformatcondition.hxx | 46 …matConditions, const css::uno::Reference< css::beans::XPropertySet >& _xPropertySet ) throw ( css:…
|
H A D | vbaformat.cxx | 57 …_xPropertySet, const uno::Reference< frame::XModel >& xModel, bool bCheckAmbiguoity ) throw ( scri… in ScVbaFormat() argument
|
H A D | vbaaxis.hxx | 45 … > & xContext, const css::uno::Reference< css::beans::XPropertySet >& _xPropertySet, sal_Int32 _nT…
|
H A D | vbaformat.hxx | 64 … > & xContext, const css::uno::Reference< css::beans::XPropertySet >& _xPropertySet, const css::un…
|
/aoo42x/main/wizards/com/sun/star/wizards/db/ |
H A D | ColumnPropertySet.java | 41 public ColumnPropertySet(TypeInspector _oTypeInspector, XPropertySet _xPropertySet) in ColumnPropertySet() argument 43 xPropertySet = _xPropertySet; in ColumnPropertySet()
|
/aoo42x/main/wizards/com/sun/star/wizards/table/ |
H A D | FieldFormatter.java | 398 public XPropertySet clonePropertySet(XPropertySet _xPropertySet) in clonePropertySet() argument
|
Completed in 77 milliseconds