Home
last modified time | relevance | path

Searched refs:aLists (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Dnumber.cxx1011 std::set< SwList* > aLists; in SetInvalidRule() local
1022 aLists.insert( pList ); in SetInvalidRule()
1026 std::for_each( aLists.begin(), aLists.end(), in SetInvalidRule()
1202 std::set< SwList* > aLists; in Validate() local
1207 aLists.insert( pTxtNode->GetDoc()->getListByName( pTxtNode->GetListId() ) ); in Validate()
1209 std::for_each( aLists.begin(), aLists.end(), in Validate()
/trunk/main/svtools/source/contnr/
H A Dsvimpicn.cxx3998 SvPtrarr aLists; in AdjustAtGrid() local
3999 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()
H A Dimivctl1.cxx3467 SvPtrarr aLists; in AdjustEntryAtGrid() local
3468 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 50 milliseconds