Lines Matching refs:xEnum
638 XEnumerationRef xEnum = xEnAcc->getEnumeration(); in lcl_Cells() local
639 if (xEnum) in lcl_Cells()
641 while (xEnum->hasMoreElements()) in lcl_Cells()
643 XInterfaceRef xInt = xEnum->nextElement(); in lcl_Cells()
1874 XEnumerationRef xEnum = xEAcc->getEnumeration(); in IMPL_LINK() local
1875 if (xEnum) in IMPL_LINK()
1877 while (xEnum->hasMoreElements()) in IMPL_LINK()
1879 XInterfaceRef xInt = xEnum->nextElement(); in IMPL_LINK()
1912 XEnumerationRef xEnum = xEnAcc->getEnumeration(); in lcl_FillCells() local
1913 if (!xEnum) return; in lcl_FillCells()
1914 while (xEnum->hasMoreElements()) in lcl_FillCells()
1916 XInterfaceRef xInt = xEnum->nextElement(); in lcl_FillCells()