Home
last modified time | relevance | path

Searched refs:aGroupIter (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/sd/source/core/
H A Ddrawdoc4.cxx886 SdrObjListIter aGroupIter(*((SdrObjGroup*)pObj)->GetSubList(), in FillOnlineSpellingList() local
891 while (aGroupIter.IsMore() && !bSubTextObjFound) in FillOnlineSpellingList()
893 if (aGroupIter.Next()->GetOutlinerParaObject()) in FillOnlineSpellingList()
934 SdrObjListIter aGroupIter(*((SdrObjGroup*)pObj)->GetSubList(), in IMPL_LINK() local
939 while (aGroupIter.IsMore()) in IMPL_LINK()
941 pSubObj = aGroupIter.Next(); in IMPL_LINK()
/aoo42x/main/filter/source/msfilter/
H A Dsvdfppt.cxx7838 SdrObjListIter aGroupIter( *pSubList, IM_DEEPNOGROUPS, sal_False ); in CreateTable() local
7839 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 63 milliseconds