CreateElemTContext.cxx (63bba73c) CreateElemTContext.cxx (870262e3)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 96 unchanged lines hidden (view full) ---

105 pContext );
106 aChildContexts.push_back( aVal );
107 pMutableAttrList->RemoveAttributeByIndex( i );
108 --i;
109 --nAttrCount;
110 }
111 break;
112 default:
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 96 unchanged lines hidden (view full) ---

105 pContext );
106 aChildContexts.push_back( aVal );
107 pMutableAttrList->RemoveAttributeByIndex( i );
108 --i;
109 --nAttrCount;
110 }
111 break;
112 default:
113 OSL_ENSURE( !this, "unknown action" );
113 OSL_ENSURE( sal_False, "unknown action" );
114 break;
115 }
116 }
117 }
118 }
119 XMLTransformerContext::StartElement( xAttrList );
120
121 XMLTransformerContextVector::iterator aIter = aChildContexts.begin();
122
123 for( ; aIter != aChildContexts.end(); ++aIter )
124 {
125 (*aIter)->Export();
126 }
127}
114 break;
115 }
116 }
117 }
118 }
119 XMLTransformerContext::StartElement( xAttrList );
120
121 XMLTransformerContextVector::iterator aIter = aChildContexts.begin();
122
123 for( ; aIter != aChildContexts.end(); ++aIter )
124 {
125 (*aIter)->Export();
126 }
127}