Lines Matching refs:m_pScriptSubPackageIterator

3234 	, m_pScriptSubPackageIterator( NULL )  in ScriptExtensionIterator()
3484 if( m_pScriptSubPackageIterator == NULL ) in implGetNextUserScriptPackage()
3489 m_pScriptSubPackageIterator = new ScriptSubPackageIterator( xPackage ); in implGetNextUserScriptPackage()
3492 if( m_pScriptSubPackageIterator != NULL ) in implGetNextUserScriptPackage()
3494 xScriptPackage = m_pScriptSubPackageIterator->getNextScriptSubPackage( rbPureDialogLib ); in implGetNextUserScriptPackage()
3497 delete m_pScriptSubPackageIterator; in implGetNextUserScriptPackage()
3498 m_pScriptSubPackageIterator = NULL; in implGetNextUserScriptPackage()
3537 if( m_pScriptSubPackageIterator == NULL ) in implGetNextSharedScriptPackage()
3542 m_pScriptSubPackageIterator = new ScriptSubPackageIterator( xPackage ); in implGetNextSharedScriptPackage()
3545 if( m_pScriptSubPackageIterator != NULL ) in implGetNextSharedScriptPackage()
3547 xScriptPackage = m_pScriptSubPackageIterator->getNextScriptSubPackage( rbPureDialogLib ); in implGetNextSharedScriptPackage()
3550 delete m_pScriptSubPackageIterator; in implGetNextSharedScriptPackage()
3551 m_pScriptSubPackageIterator = NULL; in implGetNextSharedScriptPackage()
3590 if( m_pScriptSubPackageIterator == NULL ) in implGetNextBundledScriptPackage()
3595 m_pScriptSubPackageIterator = new ScriptSubPackageIterator( xPackage ); in implGetNextBundledScriptPackage()
3598 if( m_pScriptSubPackageIterator != NULL ) in implGetNextBundledScriptPackage()
3600 xScriptPackage = m_pScriptSubPackageIterator->getNextScriptSubPackage( rbPureDialogLib ); in implGetNextBundledScriptPackage()
3603 delete m_pScriptSubPackageIterator; in implGetNextBundledScriptPackage()
3604 m_pScriptSubPackageIterator = NULL; in implGetNextBundledScriptPackage()