Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/items/
H A Dcustomshapeitem.cxx181 if (auto pSecSequence = o3tl::tryAccess<css::uno::Sequence<beans::PropertyValue>>(*pSeqAny)) in SetPropertyValue() local
185 auto& rSeq = const_cast<css::uno::Sequence<css::beans::PropertyValue>&>(*pSecSequence); in SetPropertyValue()
192 const sal_Int32 nCount = pSecSequence->getLength(); in SetPropertyValue()
212 if (auto pSecSequence in ClearPropertyValue() local
215 for (const auto& rPropVal : *pSecSequence) in ClearPropertyValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/items/
H A Dcustomshapeitem.cxx182 if (auto pSecSequence = o3tl::tryAccess<css::uno::Sequence<beans::PropertyValue>>(*pSeqAny)) in SetPropertyValue() local
186 auto& rSeq = const_cast<css::uno::Sequence<css::beans::PropertyValue>&>(*pSecSequence); in SetPropertyValue()
193 const sal_Int32 nCount = pSecSequence->getLength(); in SetPropertyValue()
211 if (auto pSecSequence in ClearPropertyValue() local
214 for (const auto& rPropVal : *pSecSequence) in ClearPropertyValue()