Home
last modified time | relevance | path

Searched refs:SvxMSDffConnectorRule (Results 1 – 5 of 5) sorted by relevance

/trunk/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx151 struct SvxMSDffConnectorRule struct
167SvxMSDffConnectorRule() : nSpFlagsA( 0 ), nSpFlagsB( 0 ), pAObj( NULL ), pBObj( NULL ), pCObj( NUL… in SvxMSDffConnectorRule() argument
169 friend SvStream& operator>>( SvStream& rIn, SvxMSDffConnectorRule& rAtom );
/trunk/main/sc/source/filter/inc/
H A Dxiescher.hxx936 SvxMSDffConnectorRule* GetFirstRule();
938 SvxMSDffConnectorRule* GetNextRule();
/trunk/main/sc/source/filter/excel/
H A Dxiescher.cxx3129 for( SvxMSDffConnectorRule* pRule = GetFirstRule(); pRule; pRule = GetNextRule() ) in UpdateConnectorRules()
3140 for( SvxMSDffConnectorRule* pRule = GetFirstRule(); pRule; pRule = GetNextRule() ) in RemoveConnectorRules()
3148 SvxMSDffConnectorRule* XclImpSolverContainer::GetFirstRule() in GetFirstRule()
3150 return static_cast< SvxMSDffConnectorRule* >( aCList.First() ); in GetFirstRule()
3153 SvxMSDffConnectorRule* XclImpSolverContainer::GetNextRule() in GetNextRule()
3155 return static_cast< SvxMSDffConnectorRule* >( aCList.Next() ); in GetNextRule()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx398 SvStream& operator>>( SvStream& rIn, SvxMSDffConnectorRule& rRule ) in operator >>()
416 for ( SvxMSDffConnectorRule* pPtr = (SvxMSDffConnectorRule*)aCList.First(); in ~SvxMSDffSolverContainer()
417 pPtr; pPtr = (SvxMSDffConnectorRule*)aCList.Next() ) in ~SvxMSDffSolverContainer()
433 SvxMSDffConnectorRule* pRule = new SvxMSDffConnectorRule; in operator >>()
448 SvxMSDffConnectorRule* pPtr = (SvxMSDffConnectorRule*)rSolver.aCList.GetObject( i ); in SolveSolver()
H A Dsvdfppt.cxx1342 …for ( SvxMSDffConnectorRule* pPtr = (SvxMSDffConnectorRule*)rPersistEntry.pSolverContainer->aCList… in ProcessObj()
1343 pPtr; pPtr = (SvxMSDffConnectorRule*)rPersistEntry.pSolverContainer->aCList.Next() ) in ProcessObj()
7933 for ( SvxMSDffConnectorRule* pPtr = (SvxMSDffConnectorRule*)pSolverContainer->aCList.First(); in CreateTable()
7934 pPtr; pPtr = (SvxMSDffConnectorRule*)pSolverContainer->aCList.Next() ) in CreateTable()

Completed in 106 milliseconds