Searched refs:aLists (Results 1 – 3 of 3) sorted by relevance
1011 std::set< SwList* > aLists; in SetInvalidRule() local1022 aLists.insert( pList ); in SetInvalidRule()1026 std::for_each( aLists.begin(), aLists.end(), in SetInvalidRule()1202 std::set< SwList* > aLists; in Validate() local1207 aLists.insert( pTxtNode->GetDoc()->getListByName( pTxtNode->GetListId() ) ); in Validate()1209 std::for_each( aLists.begin(), aLists.end(), in Validate()
3998 SvPtrarr aLists; in AdjustAtGrid() local3999 pImpCursor->CreateGridAjustData( aLists, pStart ); in AdjustAtGrid()4000 sal_uInt16 nCount = aLists.Count(); in AdjustAtGrid()4003 AdjustAtGrid( *(SvPtrarr*)aLists[ nCur ], pStart ); in AdjustAtGrid()4005 ImpIcnCursor::DestroyGridAdjustData( aLists ); in AdjustAtGrid()
3467 SvPtrarr aLists; in AdjustEntryAtGrid() local3468 pImpCursor->CreateGridAjustData( aLists, pStart ); in AdjustEntryAtGrid()3469 const sal_uInt16 nCount = aLists.Count(); in AdjustEntryAtGrid()3471 AdjustAtGrid( *(SvPtrarr*)aLists[ nCur ], pStart ); in AdjustEntryAtGrid()3472 IcnCursor_Impl::DestroyGridAdjustData( aLists ); in AdjustEntryAtGrid()
Completed in 44 milliseconds