Home
last modified time | relevance | path

Searched refs:rIndexed (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/core/
H A DSettingsExportHelper.cxx388 const uno::Reference<container::XIndexAccess>& rIndexed, in exportIndexAccess() argument
392 …DBG_ASSERT(rIndexed->getElementType().equals(cppu::UnoType<uno::Sequence<beans::PropertyValue>>::g… in exportIndexAccess()
394 if (rIndexed->hasElements()) in exportIndexAccess()
398 sal_Int32 nCount = rIndexed->getCount(); in exportIndexAccess()
401 exportMapEntry(rIndexed->getByIndex(i), "", false); in exportIndexAccess()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/core/
H A DSettingsExportHelper.cxx388 const uno::Reference<container::XIndexAccess>& rIndexed, in exportIndexAccess() argument
392 …DBG_ASSERT(rIndexed->getElementType().equals(cppu::UnoType<uno::Sequence<beans::PropertyValue>>::g… in exportIndexAccess()
394 if (rIndexed->hasElements()) in exportIndexAccess()
398 sal_Int32 nCount = rIndexed->getCount(); in exportIndexAccess()
401 exportMapEntry(rIndexed->getByIndex(i), "", false); in exportIndexAccess()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/xmloff/
H A DSettingsExportHelper.hxx76 const css::uno::Reference<css::container::XIndexAccess>& rIndexed,
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/xmloff/
H A DSettingsExportHelper.hxx80 const css::uno::Reference<css::container::XIndexAccess>& rIndexed,