Lines Matching refs:aAny

1264 			Any aAny( xDocPropSet->getPropertyValue(  in parseDocument()  local
1266 aAny >>= bHasMainTitle; in parseDocument()
1267 aAny = xDocPropSet->getPropertyValue( in parseDocument()
1269 aAny >>= bHasSubTitle; in parseDocument()
1270 aAny = xDocPropSet->getPropertyValue( in parseDocument()
1272 aAny >>= bHasLegend; in parseDocument()
1276 aAny = xDocPropSet->getPropertyValue(sNullDate); in parseDocument()
1277 if ( !aAny.hasValue() ) in parseDocument()
1284 aAny = xParentDoc->getPropertyValue(sNullDate); in parseDocument()
1288 aAny >>= aNullDate; in parseDocument()
1420 Any aAny( xPropSet->getPropertyValue( in parseDocument() local
1423 aAny >>= aText; in parseDocument()
1464 Any aAny( xPropSet->getPropertyValue( in parseDocument() local
1467 aAny >>= aText; in parseDocument()
1499 Any aAny( xProp->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Alignment" )))); in parseDocument() local
1500 …if( SchXMLEnumConverter::getLegendPositionConverter().exportXML( msString, aAny, mrExport.GetMM100… in parseDocument()
1520 Any aAny( xProp->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Expansion" )))); in parseDocument() local
1521 bool bHasExpansion = (aAny >>= nLegendExpansion); in parseDocument()
1522 …EnumConverter::getLegendExpansionConverter().exportXML( aExpansionString, aAny, mrExport.GetMM100U… in parseDocument()
2007 Any aAny; in exportPlotArea() local
2012 aAny = xDocProp->getPropertyValue( in exportPlotArea()
2014 aAny >>= bFirstCol; in exportPlotArea()
2015 aAny = xDocProp->getPropertyValue( in exportPlotArea()
2017 aAny >>= bFirstRow; in exportPlotArea()
2079 Any aAny; in exportPlotArea() local
2084 aAny = xPropSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Dim3D" ))); in exportPlotArea()
2085 aAny >>= bIs3DChart; in exportPlotArea()
2352 Any aAny( xTitleProps->getPropertyValue( in exportAxisTitle() local
2354 aAny >>= aText; in exportAxisTitle()
2697 uno::Any aAny; in lcl_hasNoValuesButText() local
2832 Any aAny( xPropSet->getPropertyValue( in exportSeries() local
2834 aAny >>= nAttachedAxis; in exportSeries()
2836 aAny = xPropSet->getPropertyValue( in exportSeries()
2838 aAny >>= bHasMeanValueLine; in exportSeries()
2840 aAny = xPropSet->getPropertyValue( in exportSeries()
2842 aAny >>= eRegressionType; in exportSeries()
2844 aAny = xPropSet->getPropertyValue( in exportSeries()
2846 aAny >>= eErrorType; in exportSeries()
2848 aAny = xPropSet->getPropertyValue( in exportSeries()
2850 aAny >>= nErrorBarStyle; in exportSeries()
3352 Any aAny = xSeriesProperties->getPropertyValue( in exportDataPoints() local
3354 aAny >>= aDataPointSeq; in exportDataPoints()
3752 Any aAny; in _ExportContent() local
3756 aAny = xProp->getPropertyValue( in _ExportContent()
3758 aAny >>= sChartAddress; in _ExportContent()
3762 aAny = xProp->getPropertyValue( in _ExportContent()
3764 aAny >>= sTableNumberList; in _ExportContent()