Searched refs:aGroupIter (Results 1 – 2 of 2) sorted by relevance
886 SdrObjListIter aGroupIter(*((SdrObjGroup*)pObj)->GetSubList(), in FillOnlineSpellingList() local891 while (aGroupIter.IsMore() && !bSubTextObjFound) in FillOnlineSpellingList()893 if (aGroupIter.Next()->GetOutlinerParaObject()) in FillOnlineSpellingList()934 SdrObjListIter aGroupIter(*((SdrObjGroup*)pObj)->GetSubList(), in IMPL_LINK() local939 while (aGroupIter.IsMore()) in IMPL_LINK()941 pSubObj = aGroupIter.Next(); in IMPL_LINK()
7838 SdrObjListIter aGroupIter( *pSubList, IM_DEEPNOGROUPS, sal_False ); in CreateTable() local7839 while( aGroupIter.IsMore() ) in CreateTable()7841 const SdrObject* pObj( aGroupIter.Next() ); in CreateTable()7864 aGroupIter.Reset(); in CreateTable()7865 while( aGroupIter.IsMore() ) in CreateTable()7867 SdrObject* pObj( aGroupIter.Next() ); in CreateTable()7906 aGroupIter.Reset(); in CreateTable()7907 while( aGroupIter.IsMore() ) in CreateTable()7909 SdrObject* pObj( aGroupIter.Next() ); in CreateTable()
Completed in 60 milliseconds