Home
last modified time | relevance | path

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

/trunk/main/svl/qa/complex/ConfigItems/helper/
H A DHistoryOptTest.cxx360 xHistory->getByName (s_sItemList) >>= xList; in impl_getItemList()
373 xHistory->getByName (s_sOrderList) >>= xList; in impl_getOrderList()
394 css::uno::Reference< css::container::XNameAccess > xHistory; in impl_getNewHistory() local
399 m_xHistoriesXCU->getByName(s_sPickList) >>= xHistory; in impl_getNewHistory()
411 if ( ! xHistory.is()) in impl_getNewHistory()
414 return xHistory; in impl_getNewHistory()
430 css::uno::Reference< css::container::XNameAccess > xHistory; in impl_getOldHistory() local
435 m_xCommonXCU->getByName(s_sPickList) >>= xHistory; in impl_getOldHistory()
439 m_xCommonXCU->getByName(s_sURLHistory) >>= xHistory; in impl_getOldHistory()
447 if ( ! xHistory.is()) in impl_getOldHistory()
[all …]
/trunk/main/svx/source/form/
H A Dfmobj.cxx98 Reference< XComponent> xHistory(m_xEnvironmentHistory, UNO_QUERY); in ~FmFormObj() local
99 if (xHistory.is()) in ~FmFormObj()
100 xHistory->dispose(); in ~FmFormObj()
332 Reference< XComponent> xHistory(m_xEnvironmentHistory, UNO_QUERY); in SetPage() local
333 if (xHistory.is()) in SetPage()
334 xHistory->dispose(); in SetPage()
359 Reference< XComponent> xHistory(m_xEnvironmentHistory, UNO_QUERY); in clonedFrom() local
360 if (xHistory.is()) in clonedFrom()
361 xHistory->dispose(); in clonedFrom()

Completed in 22 milliseconds