Home
last modified time | relevance | path

Searched refs:aCList (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx173 List aCList; member
/AOO41X/main/sc/source/filter/excel/
H A Dxiescher.cxx3142 aCList.Clear(); in RemoveConnectorRules()
3150 return static_cast< SvxMSDffConnectorRule* >( aCList.First() ); in GetFirstRule()
3155 return static_cast< SvxMSDffConnectorRule* >( aCList.Next() ); in GetNextRule()
/AOO41X/main/filter/source/msfilter/
H A Dmsdffimp.cxx416 for ( SvxMSDffConnectorRule* pPtr = (SvxMSDffConnectorRule*)aCList.First(); in ~SvxMSDffSolverContainer()
417 pPtr; pPtr = (SvxMSDffConnectorRule*)aCList.Next() ) in ~SvxMSDffSolverContainer()
435 rContainer.aCList.Insert( pRule, LIST_APPEND ); in operator >>()
446 for ( i = 0, nCnt = rSolver.aCList.Count(); i < nCnt; i++ ) in SolveSolver()
448 SvxMSDffConnectorRule* pPtr = (SvxMSDffConnectorRule*)rSolver.aCList.GetObject( i ); in SolveSolver()
H A Dsvdfppt.cxx1342 …xMSDffConnectorRule* pPtr = (SvxMSDffConnectorRule*)rPersistEntry.pSolverContainer->aCList.First(); in ProcessObj()
1343 pPtr; pPtr = (SvxMSDffConnectorRule*)rPersistEntry.pSolverContainer->aCList.Next() ) in ProcessObj()
7934 … for ( SvxMSDffConnectorRule* pPtr = (SvxMSDffConnectorRule*)pSolverContainer->aCList.First(); in CreateTable()
7935 pPtr; pPtr = (SvxMSDffConnectorRule*)pSolverContainer->aCList.Next() ) in CreateTable()