Searched refs:rxPropSet (Results 1 – 14 of 14) sorted by relevance
/aoo4110/main/linguistic/source/ |
H A D | lngprophelp.cxx | 67 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() 385 PropertyChgHelper ( rxSource, rxPropSet, AE_SPELLCHECKER ) in PropertyHelper_Spell() 572 Reference< XPropertySet > &rxPropSet ) : in PropertyHelper_Hyphen() 573 PropertyChgHelper ( rxSource, rxPropSet, AE_HYPHENATOR ) in PropertyHelper_Hyphen()
|
/aoo4110/main/linguistic/workben/ |
H A D | sprophelp.cxx | 57 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 D | sprophelp.hxx | 77 Reference< XPropertySet > &rxPropSet, 147 Reference< XPropertySet > &rxPropSet );
|
/aoo4110/main/linguistic/inc/linguistic/ |
H A D | lngprophelp.hxx | 111 ::com::sun::star::beans::XPropertySet > &rxPropSet, 173 ::com::sun::star::beans::XPropertySet > &rxPropSet ); 215 ::com::sun::star::beans::XPropertySet > &rxPropSet ); 264 ::com::sun::star::beans::XPropertySet > &rxPropSet);
|
H A D | misc.hxx | 206 ::com::sun::star::beans::XPropertySet > &rxPropSet ); 210 ::com::sun::star::beans::XPropertySet > &rxPropSet );
|
/aoo4110/main/oox/inc/oox/helper/ |
H A D | propertyset.hxx | 60 … 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 );
|
/aoo4110/main/oox/source/helper/ |
H A D | propertyset.cxx | 43 void PropertySet::set( const Reference< XPropertySet >& rxPropSet ) in set() argument 45 mxPropSet = rxPropSet; in set()
|
/aoo4110/main/oox/source/ppt/ |
H A D | slidepersist.cxx | 178 void setTextStyle( Reference< beans::XPropertySet >& rxPropSet, const XmlFilterBase& rFilter, in setTextStyle() argument 190 PropertySet aPropSet( rxPropSet ); in setTextStyle()
|
/aoo4110/main/oox/source/drawingml/table/ |
H A D | tablecell.cxx | 71 Reference< XPropertySet >& rxPropSet, oox::drawingml::LineProperties& rLineProperties, in applyLineAttributes() 84 PropertySet aPropSet( rxPropSet ); in applyLineAttributes()
|
/aoo4110/main/sc/source/ui/vba/ |
H A D | vbasheetobject.cxx | 50 const uno::Reference< beans::XPropertySet >& rxPropSet, in ScVbaButtonCharacters() 56 mxPropSet( rxPropSet, uno::UNO_SET_THROW ) in ScVbaButtonCharacters()
|
H A D | vbasheetobjects.cxx | 49 inline bool lclGetProperty( Type& orValue, const uno::Reference< beans::XPropertySet >& rxPropSet, … in lclGetProperty() argument 53 return rxPropSet->getPropertyValue( rPropName ) >>= orValue; in lclGetProperty()
|
H A D | vbasheetobject.hxx | 50 const css::uno::Reference< css::beans::XPropertySet >& rxPropSet,
|
/aoo4110/main/filter/inc/filter/msfilter/ |
H A D | msocximex.hxx | 1361 com::sun::star::beans::XPropertySet >& rxPropSet, 1372 com::sun::star::beans::XPropertySet >& rxPropSet,
|
/aoo4110/main/filter/source/msfilter/ |
H A D | msocximex.cxx | 5705 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 120 milliseconds