Lines Matching refs:xPersist
1403 Reference<XEmbedPersist> xPersist(m_xEmbeddedObject,UNO_QUERY); in onCommandInsert() local
1404 if ( xPersist.is() ) in onCommandInsert()
1406 xPersist->storeOwn(); in onCommandInsert()
1503 Reference<XEmbedPersist> xPersist(m_xEmbeddedObject,UNO_QUERY); in save() local
1504 if ( xPersist.is() ) in save()
1506 xPersist->storeOwn(); in save()
1608 Reference<XEmbedPersist> xPersist(m_xEmbeddedObject,UNO_QUERY); in saveAs() local
1609 if ( xPersist.is() ) in saveAs()
1611 xPersist->storeOwn(); in saveAs()
2101 Reference<XEmbedPersist> xPersist( m_xEmbeddedObject, UNO_QUERY ); in impl_store_throw() local
2102 if ( xPersist.is() ) in impl_store_throw()
2104 xPersist->storeOwn(); in impl_store_throw()