FormPropOOoTContext.cxx (63bba73c) FormPropOOoTContext.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

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

254 XML_NAMESPACE_FORM, GetXMLToken( XML_LIST_PROPERTY ) );
255 m_bIsList = sal_True;
256 }
257 pMutableAttrList->RemoveAttributeByIndex( i );
258 --i;
259 --nAttrCount;
260 break;
261 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

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

254 XML_NAMESPACE_FORM, GetXMLToken( XML_LIST_PROPERTY ) );
255 m_bIsList = sal_True;
256 }
257 pMutableAttrList->RemoveAttributeByIndex( i );
258 --i;
259 --nAttrCount;
260 break;
261 default:
262 OSL_ENSURE( !this, "unknown action" );
262 OSL_ENSURE( sal_False, "unknown action" );
263 break;
264 }
265 }
266 }
267
268 if( aValueType.getLength() )
269 {
270 if( IsXMLToken( aValueType, XML_STRING ) )

--- 40 unchanged lines hidden ---
263 break;
264 }
265 }
266 }
267
268 if( aValueType.getLength() )
269 {
270 if( IsXMLToken( aValueType, XML_STRING ) )

--- 40 unchanged lines hidden ---