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()
7827 SdrObjListIter aGroupIter( *pSubList, IM_DEEPNOGROUPS, sal_False ); in CreateTable() local7828 while( aGroupIter.IsMore() ) in CreateTable()7830 const SdrObject* pObj( aGroupIter.Next() ); in CreateTable()7853 aGroupIter.Reset(); in CreateTable()7854 while( aGroupIter.IsMore() ) in CreateTable()7856 SdrObject* pObj( aGroupIter.Next() ); in CreateTable()7895 aGroupIter.Reset(); in CreateTable()7896 while( aGroupIter.IsMore() ) in CreateTable()7898 SdrObject* pObj( aGroupIter.Next() ); in CreateTable()
Completed in 46 milliseconds