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.cxx7839 SdrObjListIter aGroupIter( *pSubList, IM_DEEPNOGROUPS, sal_False ); in CreateTable() local
7840 while( aGroupIter.IsMore() ) in CreateTable()
7842 const SdrObject* pObj( aGroupIter.Next() ); in CreateTable()
7865 aGroupIter.Reset(); in CreateTable()
7866 while( aGroupIter.IsMore() ) in CreateTable()
7868 SdrObject* pObj( aGroupIter.Next() ); in CreateTable()
7907 aGroupIter.Reset(); in CreateTable()
7908 while( aGroupIter.IsMore() ) in CreateTable()
7910 SdrObject* pObj( aGroupIter.Next() ); in CreateTable()

Completed in 104 milliseconds