Home
last modified time | relevance | path

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

/aoo4110/main/svx/source/form/
H A Dfmtools.cxx389 Reference< ::com::sun::star::io::XPersistObject> xPersistence(_rxObject, UNO_QUERY); in getControlTypeByObject() local
390 …DBG_ASSERT(xPersistence.is(), "::getControlTypeByObject : argument shold be an ::com::sun::star::i… in getControlTypeByObject()
391 if (!xPersistence.is()) in getControlTypeByObject()
394 ::rtl::OUString sPersistentServiceName = xPersistence->getServiceName(); in getControlTypeByObject()
/aoo4110/main/xmloff/source/forms/
H A Delementexport.cxx175 Reference< XPersistObject > xPersistence(m_xProps, UNO_QUERY); in exportServiceNameAttribute() local
176 if (!xPersistence.is()) in exportServiceNameAttribute()
182 ::rtl::OUString sServiceName = xPersistence->getServiceName(); in exportServiceNameAttribute()

Completed in 26 milliseconds