Searched refs:xCommit (Results 1 – 2 of 2) sorted by relevance
283 css::uno::Reference< css::embed::XTransactedObject > xCommit; in commitPath() local289 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()
109 css::uno::Reference< css::util::XChangesBatch > xCommit( in show() local112 if (xCommit.is()) in show()113 xCommit->commitChanges(); in show()
Completed in 14 milliseconds