Home
last modified time | relevance | path

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

/aoo41x/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()
/aoo41x/main/filter/source/msfilter/
H A Dsvdfppt.cxx7827 SdrObjListIter aGroupIter( *pSubList, IM_DEEPNOGROUPS, sal_False ); in CreateTable() local
7828 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 65 milliseconds