Searched refs:mxPropSet (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/oox/source/helper/ |
H A D | propertyset.cxx | 45 mxPropSet = rxPropSet; in set() 46 mxMultiPropSet.set( mxPropSet, UNO_QUERY ); in set() 47 if( mxPropSet.is() ) try in set() 49 mxPropSetInfo = mxPropSet->getPropertySetInfo(); in set() 89 if( mxPropSet.is() ) in getProperties() 123 if( mxPropSet.is() ) in setProperties() 148 if( mxPropSet.is() ) try in implGetPropertyValue() 150 orValue = mxPropSet->getPropertyValue( rPropName ); in implGetPropertyValue() 163 if( mxPropSet.is() ) try in implSetPropertyValue() 165 mxPropSet->setPropertyValue( rPropName, rValue ); in implSetPropertyValue()
|
/aoo41x/main/sc/source/filter/ftools/ |
H A D | fapihelper.cxx | 172 mxPropSet = xPropSet; in Set() 173 mxMultiPropSet.set( mxPropSet, UNO_QUERY ); in Set() 178 return ScfApiHelper::GetServiceName( mxPropSet ); in GetServiceName() 202 if( mxPropSet.is() ) in GetAnyProperty() 204 rValue = mxPropSet->getPropertyValue( rPropName ); in GetAnyProperty() 245 else if( mxPropSet.is() ) in GetProperties() 253 *pValue = mxPropSet->getPropertyValue( *pPropName ); in GetProperties() 267 if( mxPropSet.is() ) in SetAnyProperty() 268 mxPropSet->setPropertyValue( rPropName, rValue ); in SetAnyProperty() 289 else if( mxPropSet.is() ) in SetProperties() [all …]
|
/aoo41x/main/vcl/source/window/ |
H A D | wpropset.cxx | 127 uno::Reference< beans::XPropertySet > mxPropSet; member in vcl::WindowPropertySetData 177 mpImpl->mxPropSet = uno::Reference< beans::XPropertySet >( in WindowPropertySet() 180 …OSL_ENSURE( mpImpl->mxPropSet.is(), "could not create instance of com.sun.star.beans.PropertyBag" … in WindowPropertySet() 181 …mpImpl->mxPropSetAccess = uno::Reference< beans::XPropertyAccess >( mpImpl->mxPropSet, uno::UNO_QU… in WindowPropertySet() 182 OSL_ENSURE( mpImpl->mxPropSet.is(), "could not query XPropertyAccess interface" ); in WindowPropertySet() 184 mpImpl->mxPropSet.clear(); in WindowPropertySet() 190 if( mpImpl->mxPropSet.is() ) in WindowPropertySet() 206 return mpImpl->mxPropSet; in getPropertySet() 250 uno::Reference< beans::XPropertyContainer > xCont( mpImpl->mxPropSet, uno::UNO_QUERY ); in setupProperties()
|
/aoo41x/main/oox/inc/oox/helper/ |
H A D | propertyset.hxx | 76 inline bool is() const { return mxPropSet.is(); } in is() 80 getXPropertySet() const { return mxPropSet; } in getXPropertySet() 141 mxPropSet; /// The mandatory property set interface.
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | fapihelper.hxx | 164 inline bool Is() const { return mxPropSet.is(); } in Is() 167 inline XPropertySetRef GetApiPropertySet() const { return mxPropSet; } in GetApiPropertySet() 233 XPropertySetRef mxPropSet; /// The mandatory property set interface. member in ScfPropertySet
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbasheetobject.cxx | 56 mxPropSet( rxPropSet, uno::UNO_SET_THROW ) in ScVbaButtonCharacters() 118 return new ScVbaFont( this, mxContext, maPalette, mxPropSet, 0, true ); in getFont() 153 return mxPropSet->getPropertyValue( CREATE_OUSTRING( "Label" ) ).get< OUString >(); in getFullString() 158 mxPropSet->setPropertyValue( CREATE_OUSTRING( "Label" ), uno::Any( rString ) ); in setFullString()
|
H A D | vbasheetobject.hxx | 78 css::uno::Reference< css::beans::XPropertySet > mxPropSet; member in ScVbaButtonCharacters
|
Completed in 40 milliseconds