parrtf.cxx (6680d087) parrtf.cxx (2df387e6)
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

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

174#else
175 if( !nUCharOverread )
176 nUCharOverread = aParserStates.top().nUCharOverread;
177 else
178 aParserStates.top().
179 nUCharOverread = nUCharOverread;
180#endif
181 }
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

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

174#else
175 if( !nUCharOverread )
176 nUCharOverread = aParserStates.top().nUCharOverread;
177 else
178 aParserStates.top().
179 nUCharOverread = nUCharOverread;
180#endif
181 }
182 aToken.Erase(); // #i47831# erase token to prevent the token from beeing treated as text
182 aToken.Erase(); // #i47831# erase token to prevent the token from being treated as text
183 // read next token
184 nRet = 0;
185 break;
186
187 case RTF_UPR:
188 if (!_inSkipGroup) {
189 // UPR - overread the group with the ansi
190 // informations

--- 513 unchanged lines hidden ---
183 // read next token
184 nRet = 0;
185 break;
186
187 case RTF_UPR:
188 if (!_inSkipGroup) {
189 // UPR - overread the group with the ansi
190 // informations

--- 513 unchanged lines hidden ---