Home
last modified time | relevance | path

Searched refs:xPropset (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/ui/miscdlgs/
H A Dsolverutil.cxx91 uno::Reference<beans::XPropertySet> xPropset(xMSF, uno::UNO_QUERY); in GetImplementations() local
94 xPropset->getPropertyValue(rtl::OUString::createFromAscii("DefaultContext")) >>= xCtx; in GetImplementations()
147 uno::Reference<beans::XPropertySet> xPropset(xMSF, uno::UNO_QUERY); in GetSolver() local
150 xPropset->getPropertyValue(rtl::OUString::createFromAscii("DefaultContext")) >>= xCtx; in GetSolver()
/trunk/main/xmloff/source/draw/
H A Dximpshap.cxx2497 uno::Reference< beans::XPropertySet > xPropset(mxShape, uno::UNO_QUERY); in StartElement() local
2498 if(xPropset.is()) in StartElement()
2505xPropset->setPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("FillStyle")), Any( FillStyle_NON… in StartElement()
2506xPropset->setPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("LineStyle")), Any( LineStyle_NON… in StartElement()
2512 uno::Reference< beans::XPropertySetInfo > xPropsInfo( xPropset->getPropertySetInfo() ); in StartElement()
2514xPropset->setPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("IsEmptyPresentationObject") ), :… in StartElement()
2524 xPropset->setPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("GraphicURL") ), aAny ); in StartElement()
2525xPropset->setPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("GraphicStreamURL") ), aAny ); in StartElement()
/trunk/main/sc/source/core/tool/
H A Daddincol.cxx291 uno::Reference<beans::XPropertySet> xPropset(xMSF, uno::UNO_QUERY); in getContext() local
292 xPropset->getPropertyValue( in getContext()
/trunk/main/sc/source/filter/excel/
H A Dxiescher.cxx2067 Reference< ::com::sun::star::beans::XPropertySet > xPropset( mxShape, UNO_QUERY ); in ConvertLabel() local
2069 if(xPropset.is()) in ConvertLabel()
2070 xPropset->setPropertyValue( CREATE_OUSTRING( "Description" ), makeAny(::rtl::OUString(aLabel)) ); in ConvertLabel()

Completed in 64 milliseconds