Lines Matching refs:pActions
135 XMLTransformerActions *pActions = 0; in StartElement() local
139 pActions = GetTransformer().GetUserDefinedActions( nActionMap ); in StartElement()
140 OSL_ENSURE( pActions, "go no actions" ); in StartElement()
143 if( pActions ) in StartElement()
183 pActions->find( aKey ); in StartElement()
184 if( !(aIter == pActions->end() ) ) in StartElement()
833 XMLTransformerActions *pActions = in StartElement() local
835 OSL_ENSURE( pActions, "go no actions" ); in StartElement()
852 pActions->find( aKey ); in StartElement()
853 if( !(aIter == pActions->end() ) ) in StartElement()
1018 XMLTransformerActions *pActions = 0; in CreateTransformerActions() local
1020 pActions = new XMLTransformerActions( pInit ); in CreateTransformerActions()
1022 return pActions; in CreateTransformerActions()