Lines Matching refs:aList
52 SfxStatements_Impl aList; /* Liste von aufgezeichneten Statements */ member
556 pImp->aList.C40_INSERT( SfxMacroStatement, pStatement, pImp->aList.Count() ); in Record()
600 DBG_ASSERT( pImp->aList.Count(), "no replaceable statement available" ); in Replace()
601 pImp->aList.Remove( pImp->aList.Count() - 1 ); in Replace()
602 pImp->aList.C40_INSERT( SfxMacroStatement,pStatement, pImp->aList.Count() ); in Replace()
641 DBG_ASSERT( pImp->aList.Count(), "no replaceable statement available" ); in Remove()
642 pImp->aList.Remove( pImp->aList.Count() - 1 ); in Remove()
669 if ( pImp->aList.Count() ) in GetLastStatement()
670 return pImp->aList.GetObject( pImp->aList.Count() - 1 ); in GetLastStatement()
695 for ( sal_uInt16 n = 0; n < pImp->aList.Count(); ++n ) in GenerateSource()
697 aSource += pImp->aList.GetObject(n)->GetStatement(); in GenerateSource()
698 if ( (n+1) < pImp->aList.Count() ) in GenerateSource()