Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/xsltdialog/
H A Dxmlfiltertestdialog.cxx342 Sequence< PropertyValue > aValues2; in onExportBrowse() local
344 if( aAny >>= aValues2 ) in onExportBrowse()
346 PropertyValue* pValues2 = aValues2.getArray(); in onExportBrowse()
350 for( nValue = 0; nValue < aValues2.getLength(); nValue++, pValues2++ ) in onExportBrowse()
H A Dxmlfiltersettingsdialog.cxx1055 Sequence< PropertyValue > aValues2; in initFilterList() local
1057 if( aAny >>= aValues2 ) in initFilterList()
1059 const sal_Int32 nValueCount2( aValues2.getLength() ); in initFilterList()
1060 PropertyValue* pValues2 = aValues2.getArray(); in initFilterList()
/dports/editors/libreoffice/libreoffice-7.2.6.2/filter/source/xsltdialog/
H A Dxmlfiltertestdialog.cxx345 Sequence< PropertyValue > aValues2; in onExportBrowse() local
347 if( aAny >>= aValues2 ) in onExportBrowse()
350 for( const PropertyValue& rProp : std::as_const(aValues2) ) in onExportBrowse()
H A Dxmlfiltersettingsdialog.cxx1053 Sequence< PropertyValue > aValues2; in initFilterList() local
1055 if( aAny >>= aValues2 ) in initFilterList()
1057 const sal_Int32 nValueCount2( aValues2.getLength() ); in initFilterList()
1058 PropertyValue* pValues2 = aValues2.getArray(); in initFilterList()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/unit/
H A Ducalc_condformat.cxx730 static const ScDataBarLengthData aValues2[] = { in testDataBarLengthAutomaticAxis() local
749 testDataBarLengthImpl(m_pDoc, aValues2, ScRange(1,0,0,1,15,0), in testDataBarLengthAutomaticAxis()
795 static const ScDataBarLengthData aValues2[] = { in testDataBarLengthMiddleAxis() local
814 testDataBarLengthImpl(m_pDoc, aValues2, ScRange(1,0,0,1,15,0), in testDataBarLengthMiddleAxis()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/unit/
H A Ducalc_condformat.cxx658 static const ScDataBarLengthData aValues2[] = { in testDataBarLengthAutomaticAxis() local
677 testDataBarLengthImpl(m_pDoc, aValues2, ScRange(1,0,0,1,15,0), in testDataBarLengthAutomaticAxis()
723 static const ScDataBarLengthData aValues2[] = { in testDataBarLengthMiddleAxis() local
742 testDataBarLengthImpl(m_pDoc, aValues2, ScRange(1,0,0,1,15,0), in testDataBarLengthMiddleAxis()