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.cxx251 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()
/trunk/main/sw/source/ui/vba/
H A Dvbastyle.cxx35 … >& _xPropertySet ) throw ( script::BasicErrorException, uno::RuntimeException ) : SwVbaStyle_BASE… in SwVbaStyle() argument
37 mxStyle.set( _xPropertySet, uno::UNO_QUERY_THROW ); in SwVbaStyle()
H A Dvbastyle.hxx42 … > & xContext, const css::uno::Reference< css::beans::XPropertySet >& _xPropertySet ) throw ( css:…
/trunk/main/sc/source/ui/vba/
H A Dvbachart.cxx1161 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 Dvbastyle.cxx79_xPropertySet, const uno::Reference< frame::XModel >& _xModel ) throw ( script::BasicErrorExceptio… in ScVbaStyle() argument
H A Dvbaformatcondition.cxx38_xPropertySet ) throw ( css::uno::RuntimeException ) : ScVbaFormatCondition_BASE( xParent, xContex… in ScVbaFormatCondition() argument
H A Dvbachart.hxx82 …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 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 Dvbaformatcondition.hxx46 …matConditions, const css::uno::Reference< css::beans::XPropertySet >& _xPropertySet ) throw ( css:…
H A Dvbaformat.cxx57_xPropertySet, const uno::Reference< frame::XModel >& xModel, bool bCheckAmbiguoity ) throw ( scri… in ScVbaFormat() argument
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

Completed in 70 milliseconds