Home
last modified time | relevance | path

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

/aoo42x/main/framework/source/accelerators/
H A Dstorageholder.cxx283 css::uno::Reference< css::embed::XTransactedObject > xCommit; in commitPath() local
289 xCommit = css::uno::Reference< css::embed::XTransactedObject >(*pIt, css::uno::UNO_QUERY); in commitPath()
290 if (!xCommit.is()) in commitPath()
292 xCommit->commit(); in commitPath()
297 xCommit = css::uno::Reference< css::embed::XTransactedObject >(m_xRoot, css::uno::UNO_QUERY); in commitPath()
301 if (xCommit.is()) in commitPath()
302 xCommit->commit(); in commitPath()
/aoo42x/main/sfx2/source/appl/
H A Dimestatuswindow.cxx109 css::uno::Reference< css::util::XChangesBatch > xCommit( in show() local
112 if (xCommit.is()) in show()
113 xCommit->commitChanges(); in show()

Completed in 22 milliseconds