Home
last modified time | relevance | path

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

/trunk/main/stoc/source/invocation/
H A Dinvocation.cxx235 Reference<XPropertySet> _xPropertySet; member in stoc_inv::Invocation_Impl
437 _xPropertySet = Reference<XPropertySet>::query( in setMaterial()
519 if( _xIntrospectionAccess.is() && _xPropertySet.is() in getValue()
523 return _xPropertySet->getPropertyValue( PropertyName ); in getValue()
556 if( _xIntrospectionAccess.is() && _xPropertySet.is() in setValue()
564 _xPropertySet->setPropertyValue( PropertyName, Value ); in setValue()
566 _xPropertySet->setPropertyValue( in setValue()
/trunk/main/sw/source/ui/vba/
H A Dvbastyle.cxx35 …Reference< beans::XPropertySet >& _xPropertySet ) : SwVbaStyle_BASE( xParent, xContext ) , mxStyle… in SwVbaStyle() argument
37 mxStyle.set( _xPropertySet, uno::UNO_QUERY_THROW ); in SwVbaStyle()
H A Dvbastyle.hxx42 …ponentContext > & xContext, const css::uno::Reference< css::beans::XPropertySet >& _xPropertySet );
/trunk/main/sc/source/ui/vba/
H A Dvbachart.cxx1161 ScVbaChart::getHasDataCaption( const uno::Reference< css::beans::XPropertySet >& _xPropertySet ) 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 Dvbaformatcondition.cxx38_xPropertySet ) : ScVbaFormatCondition_BASE( xParent, xContext, uno::Reference< sheet::XSheetCondi… in ScVbaFormatCondition() argument
H A Dvbastyle.cxx79 …s::XPropertySet >& _xPropertySet, const uno::Reference< frame::XModel >& _xModel ) : ScVbaStyle_BA… in ScVbaStyle() argument
H A Dvbachart.hxx82 bool getHasDataCaption( const css::uno::Reference< css::beans::XPropertySet >& _xPropertySet );
83 …void setHasDataCaption( const css::uno::Reference< css::beans::XPropertySet >& _xPropertySet, bool…
H A Dvbaaxis.cxx59 …XPropertySet >& _xPropertySet, sal_Int32 _nType, sal_Int32 _nGroup ) : ScVbaAxis_BASE( xParent, x… in ScVbaAxis() argument
H A Dvbastyle.hxx43 … > & xContext, const css::uno::Reference< css::beans::XPropertySet >& _xPropertySet, const css::un…
H A Dvbaformat.cxx57_xPropertySet, const uno::Reference< frame::XModel >& xModel, bool bCheckAmbiguoity ) : ScVbaForma… in ScVbaFormat() argument
H A Dvbaformatcondition.hxx46 …ions >& _xFormatConditions, const css::uno::Reference< css::beans::XPropertySet >& _xPropertySet );
H A Dvbaaxis.hxx45 … > & xContext, const css::uno::Reference< css::beans::XPropertySet >& _xPropertySet, sal_Int32 _nT…
H A Dvbaformat.hxx64 … > & xContext, const css::uno::Reference< css::beans::XPropertySet >& _xPropertySet, const css::un…
/trunk/main/wizards/com/sun/star/wizards/db/
H A DColumnPropertySet.java41 public ColumnPropertySet(TypeInspector _oTypeInspector, XPropertySet _xPropertySet) in ColumnPropertySet() argument
43 xPropertySet = _xPropertySet; in ColumnPropertySet()
/trunk/main/wizards/com/sun/star/wizards/table/
H A DFieldFormatter.java398 public XPropertySet clonePropertySet(XPropertySet _xPropertySet) in clonePropertySet() argument