Lines Matching refs:xItemList
292 css::uno::Reference< css::container::XNameContainer > xItemList; in impl_truncateList() local
322 xList->getByName(s_sItemList) >>= xItemList; in impl_truncateList()
333 xItemList->removeByName(sTmp); in impl_truncateList()
419 css::uno::Reference< css::container::XNameAccess > xItemList; in GetList() local
456 xListAccess->getByName(s_sItemList) >>= xItemList; in GetList()
468 xItemList->getByName(sUrl) >>= xSet; in GetList()
528 css::uno::Reference< css::container::XNameContainer > xItemList; in AppendItem() local
534 xListAccess->getByName(s_sItemList) >>= xItemList; in AppendItem()
539 if (xItemList->hasByName(sURL)) in AppendItem()
586 xItemList->removeByName(sRemove); in AppendItem()
607 xFac = css::uno::Reference< css::lang::XSingleServiceFactory >(xItemList, css::uno::UNO_QUERY); in AppendItem()
609 xItemList->insertByName(sURL, css::uno::makeAny(xInst)); in AppendItem()