svdotable.cxx (1cd65da9) svdotable.cxx (c2eaa082)
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

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

2108 }
2109
2110 // to remove the grey field background
2111 rOutl.UpdateFields();
2112
2113 if(nParaAnz != 0)
2114 {
2115 // create new text object
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

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

2108 }
2109
2110 // to remove the grey field background
2111 rOutl.UpdateFields();
2112
2113 if(nParaAnz != 0)
2114 {
2115 // create new text object
2116 pNewText = rOutl.CreateParaObject( 0, (sal_uInt16)nParaAnz );
2116 pNewText = rOutl.CreateParaObject( 0, nParaAnz );
2117 }
2118 }
2119 SetOutlinerParaObject(pNewText);
2120 }
2121
2122 pEdtOutl = 0;
2123 rOutl.Clear();
2124 sal_uInt32 nStat = rOutl.GetControlWord();

--- 694 unchanged lines hidden ---
2117 }
2118 }
2119 SetOutlinerParaObject(pNewText);
2120 }
2121
2122 pEdtOutl = 0;
2123 rOutl.Clear();
2124 sal_uInt32 nStat = rOutl.GetControlWord();

--- 694 unchanged lines hidden ---