Home
last modified time | relevance | path

Searched refs:mxPropSet (Results 1 – 7 of 7) sorted by relevance

/trunk/main/oox/source/helper/
H A Dpropertyset.cxx45 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()
/trunk/main/sc/source/filter/ftools/
H A Dfapihelper.cxx172 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 …]
/trunk/main/vcl/source/window/
H A Dwpropset.cxx127 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()
/trunk/main/oox/inc/oox/helper/
H A Dpropertyset.hxx76 inline bool is() const { return mxPropSet.is(); } in is()
80 getXPropertySet() const { return mxPropSet; } in getXPropertySet()
141 mxPropSet; /// The mandatory property set interface.
/trunk/main/sc/source/ui/vba/
H A Dvbasheetobject.cxx56 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 Dvbasheetobject.hxx78 css::uno::Reference< css::beans::XPropertySet > mxPropSet; member in ScVbaButtonCharacters
/trunk/main/sc/source/filter/inc/
H A Dfapihelper.hxx164 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

Completed in 40 milliseconds