Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/gtk4/
H A Dconvert3to4.cxx208 css::uno::Reference<css::xml::dom::XNode> xChildPropertyLabel; in ConvertMenu() local
213 xChildPropertyLabel = aEntry.m_xPropertyLabel; in ConvertMenu()
238 if (xChildPropertyLabel) in ConvertMenu()
241 xChildPropertyLabel, css::uno::UNO_QUERY_THROW); in ConvertMenu()
247 = xChildPropertyLabel->getAttributes(); in ConvertMenu()
256 xChildPropertyLabel->removeChild(xChildPropertyLabel->getFirstChild())); in ConvertMenu()
258 xChildPropertyLabel->getParentNode()->removeChild(xChildPropertyLabel); in ConvertMenu()
893 css::uno::Reference<css::xml::dom::XNode> xChildPropertyLabel; in Convert3To4() local
910 xChildPropertyLabel = aChildRes.m_xPropertyLabel; in Convert3To4()
1198 if (xChildPropertyLabel) in Convert3To4()
[all …]