Searched refs:xHistory (Results 1 – 2 of 2) sorted by relevance
360 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() local399 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() local435 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 …]
98 Reference< XComponent> xHistory(m_xEnvironmentHistory, UNO_QUERY); in ~FmFormObj() local99 if (xHistory.is()) in ~FmFormObj()100 xHistory->dispose(); in ~FmFormObj()332 Reference< XComponent> xHistory(m_xEnvironmentHistory, UNO_QUERY); in SetPage() local333 if (xHistory.is()) in SetPage()334 xHistory->dispose(); in SetPage()359 Reference< XComponent> xHistory(m_xEnvironmentHistory, UNO_QUERY); in clonedFrom() local360 if (xHistory.is()) in clonedFrom()361 xHistory->dispose(); in clonedFrom()
Completed in 22 milliseconds