Home
last modified time | relevance | path

Searched refs:xDocPropSet (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/export/
H A Dchartexport.cxx943 Reference< beans::XPropertySet > xDocPropSet( xChartDoc->getDiagram(), uno::UNO_QUERY ); in exportExternalData() local
944 if( xDocPropSet.is()) in exportExternalData()
948 Any aAny( xDocPropSet->getPropertyValue( "ExternalData" )); in exportExternalData()
984 Reference< beans::XPropertySet > xDocPropSet(xChartDoc, uno::UNO_QUERY); in exportAdditionalShapes() local
985 if (!xDocPropSet.is()) in exportAdditionalShapes()
992 Any aShapesAny = xDocPropSet->getPropertyValue("AdditionalShapes"); in exportAdditionalShapes()
1095 Reference< beans::XPropertySet > xDocPropSet( xChartDoc, uno::UNO_QUERY ); in exportChart() local
1096 if( xDocPropSet.is()) in exportChart()
1100 Any aAny( xDocPropSet->getPropertyValue("HasMainTitle")); in exportChart()
1102 aAny = xDocPropSet->getPropertyValue("HasLegend"); in exportChart()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/chart/
H A DSchXMLExport.cxx1137 Reference< beans::XPropertySet > xDocPropSet( rChartDoc, uno::UNO_QUERY ); in parseDocument() local
1138 if( xDocPropSet.is()) in parseDocument()
1142 Any aAny = xDocPropSet->getPropertyValue("HasMainTitle"); in parseDocument()
1144 aAny = xDocPropSet->getPropertyValue("HasSubTitle"); in parseDocument()
1146 aAny = xDocPropSet->getPropertyValue("HasLegend"); in parseDocument()
1150 aAny = xDocPropSet->getPropertyValue("NullDate"); in parseDocument()
1465 if( xDocPropSet.is() ) in parseDocument()
1496 Any aShapesAny = xDocPropSet->getPropertyValue("AdditionalShapes"); in parseDocument()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/chart/
H A DSchXMLExport.cxx1122 Reference< beans::XPropertySet > xDocPropSet( rChartDoc, uno::UNO_QUERY ); in parseDocument() local
1123 if( xDocPropSet.is()) in parseDocument()
1127 Any aAny = xDocPropSet->getPropertyValue("HasMainTitle"); in parseDocument()
1129 aAny = xDocPropSet->getPropertyValue("HasSubTitle"); in parseDocument()
1131 aAny = xDocPropSet->getPropertyValue("HasLegend"); in parseDocument()
1135 aAny = xDocPropSet->getPropertyValue("NullDate"); in parseDocument()
1425 if( xDocPropSet.is() ) in parseDocument()
1456 Any aShapesAny = xDocPropSet->getPropertyValue("AdditionalShapes"); in parseDocument()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/xml/
H A Dxmltexti.cxx162 uno::Reference<XPropertySet> xDocPropSet( rModel, UNO_QUERY ); in SwXMLTextImportHelper() local
164 bInsertM || bBlockM, xDocPropSet, rInfoSet ); in SwXMLTextImportHelper()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/xml/
H A Dxmltexti.cxx157 uno::Reference<XPropertySet> xDocPropSet( rModel, UNO_QUERY ); in SwXMLTextImportHelper() local
159 bInsertM || bBlockM, xDocPropSet, rInfoSet ); in SwXMLTextImportHelper()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/export/
H A Dchartexport.cxx872 Reference< beans::XPropertySet > xDocPropSet( xChartDoc->getDiagram(), uno::UNO_QUERY ); in exportExternalData() local
873 if( xDocPropSet.is()) in exportExternalData()
877 Any aAny( xDocPropSet->getPropertyValue( "ExternalData" )); in exportExternalData()
922 Reference< beans::XPropertySet > xDocPropSet( xChartDoc, uno::UNO_QUERY ); in exportChart() local
923 if( xDocPropSet.is()) in exportChart()
927 Any aAny( xDocPropSet->getPropertyValue("HasMainTitle")); in exportChart()
929 aAny = xDocPropSet->getPropertyValue("HasLegend"); in exportChart()