Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/xml/
H A Dxmldrani.cxx312 … uno::Reference <beans::XPropertySet> xDatabaseRangePropertySet (xDatabaseRange, uno::UNO_QUERY); in EndElement() local
313 if (xDatabaseRangePropertySet.is()) in EndElement()
315xDatabaseRangePropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_K… in EndElement()
316xDatabaseRangePropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_M… in EndElement()
317xDatabaseRangePropertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_S… in EndElement()
H A DXMLExportDatabaseRanges.cxx94 … uno::Reference <beans::XPropertySet> xDatabaseRangePropertySet (xDatabaseRange, uno::UNO_QUERY); in GetEmptyDatabaseRanges() local
95 if (xDatabaseRangePropertySet.is() && in GetEmptyDatabaseRanges()
96 …::cppu::any2bool(xDatabaseRangePropertySet->getPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGP… in GetEmptyDatabaseRanges()

Completed in 35 milliseconds