Home
last modified time | relevance | path

Searched refs:aPropAny (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/basctl/source/basicide/ !
H A Dlocalizationmgr.cxx239 Any aPropAny = xPropertySet->getPropertyValue( aPropName ); in implHandleControlResourceProperties() local
241 aPropAny >>= aPropStr; in implHandleControlResourceProperties()
266 aPropAny <<= aPropIdStr; in implHandleControlResourceProperties()
267 xPropertySet->setPropertyValue( aPropName, aPropAny ); in implHandleControlResourceProperties()
283 aPropAny <<= aNewPropStr; in implHandleControlResourceProperties()
284 xPropertySet->setPropertyValue( aPropName, aPropAny ); in implHandleControlResourceProperties()
339 aPropAny <<= aPropIdStr; in implHandleControlResourceProperties()
340 xPropertySet->setPropertyValue( aPropName, aPropAny ); in implHandleControlResourceProperties()
377 aPropAny <<= aPropIdStr; in implHandleControlResourceProperties()
378 xPropertySet->setPropertyValue( aPropName, aPropAny ); in implHandleControlResourceProperties()
[all …]
/AOO42X/main/xmloff/source/chart/ !
H A DSchXMLExport.cxx2984 Any aPropAny( xPropSet->getPropertyValue( in exportSeries() local
2986 aPropAny >>= xStatProp; in exportSeries()
3032 Any aPropAny( xPropSet->getPropertyValue( in exportSeries() local
3034 aPropAny >>= xStatProp; in exportSeries()
3108 Any aPropAny( xSeriesProp->getPropertyValue( in exportRegressionCurve() local
3110 aPropAny >>= xStatProp; in exportRegressionCurve()
/AOO42X/main/sc/source/ui/Accessibility/ !
H A DAccessibleDocument.cxx146 uno::Any aPropAny = xProps->getPropertyValue(msLayerId); in LessThanSheet() local
148 if( (aPropAny >>= nLayerID) ) in LessThanSheet()
1263 …uno::Any aPropAny = xShapeProp->getPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "Laye… in AddShape() local
1265 if( aPropAny >>= nLayerID ) in AddShape()