Searched refs:xPropset (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sc/source/ui/miscdlgs/ |
H A D | solverutil.cxx | 91 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()
|
/aoo42x/main/xmloff/source/draw/ |
H A D | ximpshap.cxx | 2497 uno::Reference< beans::XPropertySet > xPropset(mxShape, uno::UNO_QUERY); in StartElement() local 2498 if(xPropset.is()) in StartElement() 2505 …xPropset->setPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("FillStyle")), Any( FillStyle_NON… in StartElement() 2506 …xPropset->setPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("LineStyle")), Any( LineStyle_NON… in StartElement() 2512 uno::Reference< beans::XPropertySetInfo > xPropsInfo( xPropset->getPropertySetInfo() ); in StartElement() 2514 …xPropset->setPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("IsEmptyPresentationObject") ), :… in StartElement() 2524 xPropset->setPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("GraphicURL") ), aAny ); in StartElement() 2525 … xPropset->setPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("GraphicStreamURL") ), aAny ); in StartElement()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | addincol.cxx | 291 uno::Reference<beans::XPropertySet> xPropset(xMSF, uno::UNO_QUERY); in getContext() local 292 xPropset->getPropertyValue( in getContext()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xiescher.cxx | 2067 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 54 milliseconds