Home
last modified time | relevance | path

Searched refs:rxPropSet (Results 1 – 14 of 14) sorted by relevance

/trunk/main/linguistic/source/
H A Dlngprophelp.cxx67 Reference< XPropertySet > &rxPropSet, in PropertyChgHelper()
73 xPropSet (rxPropSet), in PropertyChgHelper()
348 Reference< XPropertySet > &rxPropSet ) : in PropertyHelper_Thes()
349 PropertyChgHelper ( rxSource, rxPropSet, 0 ) in PropertyHelper_Thes()
384 Reference< XPropertySet > &rxPropSet ) : in PropertyHelper_Spell()
572 Reference< XPropertySet > &rxPropSet ) : in PropertyHelper_Hyphen()
573 PropertyChgHelper ( rxSource, rxPropSet, AE_HYPHENATOR ) in PropertyHelper_Hyphen()
714 ::com::sun::star::beans::XPropertySet > &rxPropSet ) in PropertyHelper_Thesaurus()
716 pInst = new PropertyHelper_Thes( rxSource, rxPropSet ); in PropertyHelper_Thesaurus()
743 ::com::sun::star::beans::XPropertySet > &rxPropSet) in PropertyHelper_Hyphenation()
[all …]
/trunk/main/linguistic/inc/linguistic/
H A Dlngprophelp.hxx110 ::com::sun::star::beans::XPropertySet > &rxPropSet,
171 ::com::sun::star::beans::XPropertySet > &rxPropSet );
194 ::com::sun::star::beans::XPropertySet > &rxPropSet );
236 ::com::sun::star::beans::XPropertySet > &rxPropSet );
269 ::com::sun::star::beans::XPropertySet > &rxPropSet );
320 ::com::sun::star::beans::XPropertySet > &rxPropSet);
349 ::com::sun::star::beans::XPropertySet > &rxPropSet);
H A Dmisc.hxx206 ::com::sun::star::beans::XPropertySet > &rxPropSet );
210 ::com::sun::star::beans::XPropertySet > &rxPropSet );
/trunk/main/linguistic/workben/
H A Dsprophelp.cxx57 Reference< XPropertySet > &rxPropSet, in PropertyChgHelper()
60 xPropSet (rxPropSet), in PropertyChgHelper()
190 Reference< XPropertySet > &rxPropSet ) : in PropertyHelper_Spell()
191 PropertyChgHelper ( rxSource, rxPropSet, aSP, sizeof(aSP) / sizeof(aSP[0]) ) in PropertyHelper_Spell()
195 if (rxPropSet.is() && nLen) in PropertyHelper_Spell()
236 rxPropSet->getPropertyValue( pPropName[i] ) >>= *pbVal; in PropertyHelper_Spell()
H A Dsprophelp.hxx77 Reference< XPropertySet > &rxPropSet,
147 Reference< XPropertySet > &rxPropSet );
/trunk/main/oox/inc/oox/helper/
H A Dpropertyset.hxx60 … const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& rxPropSet ) in PropertySet()
61 { set( rxPropSet ); } in PropertySet()
68 … set( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& rxPropSet );
/trunk/main/oox/source/helper/
H A Dpropertyset.cxx43 void PropertySet::set( const Reference< XPropertySet >& rxPropSet ) in set() argument
45 mxPropSet = rxPropSet; in set()
/trunk/main/oox/source/ppt/
H A Dslidepersist.cxx178 void setTextStyle( Reference< beans::XPropertySet >& rxPropSet, const XmlFilterBase& rFilter, in setTextStyle() argument
190 PropertySet aPropSet( rxPropSet ); in setTextStyle()
/trunk/main/oox/source/drawingml/table/
H A Dtablecell.cxx71 Reference< XPropertySet >& rxPropSet, oox::drawingml::LineProperties& rLineProperties, in applyLineAttributes()
84 PropertySet aPropSet( rxPropSet ); in applyLineAttributes()
/trunk/main/sc/source/ui/vba/
H A Dvbasheetobject.cxx50 const uno::Reference< beans::XPropertySet >& rxPropSet, in ScVbaButtonCharacters()
56 mxPropSet( rxPropSet, uno::UNO_SET_THROW ) in ScVbaButtonCharacters()
H A Dvbasheetobjects.cxx49 inline bool lclGetProperty( Type& orValue, const uno::Reference< beans::XPropertySet >& rxPropSet, … in lclGetProperty() argument
53 return rxPropSet->getPropertyValue( rPropName ) >>= orValue; in lclGetProperty()
H A Dvbasheetobject.hxx50 const css::uno::Reference< css::beans::XPropertySet >& rxPropSet,
/trunk/main/filter/inc/filter/msfilter/
H A Dmsocximex.hxx1361 com::sun::star::beans::XPropertySet >& rxPropSet,
1372 com::sun::star::beans::XPropertySet >& rxPropSet,
/trunk/main/filter/source/msfilter/
H A Dmsocximex.cxx5705 sal_Int32& rnCoreValue, const uno::Reference< beans::XPropertySet>& rxPropSet, in GetInt32Property()
5709 if( rxPropSet->getPropertyValue( rPropName ) >>= nNewValue ) in GetInt32Property()
5724 bool& rbCoreValue, const uno::Reference< beans::XPropertySet>& rxPropSet, in GetBoolProperty()
5728 any2bool( rxPropSet->getPropertyValue( rPropName ) ), nBlockFlag ); in GetBoolProperty()

Completed in 82 milliseconds