Lines Matching refs:xHistory
358 css::uno::Reference< css::container::XNameAccess > xHistory = impl_getNewHistory(); in impl_getItemList() local
360 xHistory->getByName (s_sItemList) >>= xList; in impl_getItemList()
371 css::uno::Reference< css::container::XNameAccess > xHistory = impl_getNewHistory(); in impl_getOrderList() local
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()
403 m_xHistoriesXCU->getByName(s_sURLHistory) >>= xHistory; in impl_getNewHistory()
407 m_xHistoriesXCU->getByName(s_sHelpBookmarks) >>= 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()
443 m_xCommonXCU->getByName(s_sHelpBookmarks) >>= xHistory; in impl_getOldHistory()
447 if ( ! xHistory.is()) in impl_getOldHistory()
450 return xHistory; in impl_getOldHistory()