Home
last modified time | relevance | path

Searched refs:aEmbeddingsList (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/qa/extras/
H A Dchart2export.cxx667 uno::Sequence<beans::PropertyValue> aEmbeddingsList(0); in testEmbeddingsGrabBag() local
670 CPPUNIT_ASSERT(prop.Value >>= aEmbeddingsList); // PropertyValue of proper type in testEmbeddingsGrabBag()
671 sal_Int32 length = aEmbeddingsList.getLength(); in testEmbeddingsGrabBag()
675 aEmbeddingsList[j].Value >>= aEmbeddingXlsxStream; in testEmbeddingsGrabBag()
676 aEmbeddedfileName = aEmbeddingsList[j].Name; in testEmbeddingsGrabBag()
1405 uno::Sequence<beans::PropertyValue> aEmbeddingsList(0); in testEmbeddingsOleObjectGrabBag() local
1408 CPPUNIT_ASSERT(prop.Value >>= aEmbeddingsList); // PropertyValue of proper type in testEmbeddingsOleObjectGrabBag()
1409 sal_Int32 length = aEmbeddingsList.getLength(); in testEmbeddingsOleObjectGrabBag()
1413 aEmbeddingsList[j].Value >>= aEmbeddingXlsxStream; in testEmbeddingsOleObjectGrabBag()
1414 aEmbeddedfileName = aEmbeddingsList[j].Name; in testEmbeddingsOleObjectGrabBag()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/qa/extras/
H A Dchart2export.cxx743 uno::Sequence<beans::PropertyValue> aEmbeddingsList(0); in testEmbeddingsGrabBag() local
746 CPPUNIT_ASSERT(aGrabBag[i].Value >>= aEmbeddingsList); // PropertyValue of proper type in testEmbeddingsGrabBag()
747 sal_Int32 length = aEmbeddingsList.getLength(); in testEmbeddingsGrabBag()
751 aEmbeddingsList[j].Value >>= aEmbeddingXlsxStream; in testEmbeddingsGrabBag()
752 aEmbeddedfileName = aEmbeddingsList[j].Name; in testEmbeddingsGrabBag()
1437 uno::Sequence<beans::PropertyValue> aEmbeddingsList(0); in testEmbeddingsOleObjectGrabBag() local
1440 CPPUNIT_ASSERT(aGrabBag[i].Value >>= aEmbeddingsList); // PropertyValue of proper type in testEmbeddingsOleObjectGrabBag()
1441 sal_Int32 length = aEmbeddingsList.getLength(); in testEmbeddingsOleObjectGrabBag()
1445 aEmbeddingsList[j].Value >>= aEmbeddingXlsxStream; in testEmbeddingsOleObjectGrabBag()
1446 aEmbeddedfileName = aEmbeddingsList[j].Name; in testEmbeddingsOleObjectGrabBag()