txtrange.cxx (190118d0) txtrange.cxx (91e36512)
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

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

102TextRanger::~TextRanger()
103{
104 for( sal_uInt16 i = 0; i < nCacheSize; ++i )
105 delete pCache[i];
106 delete[] pCache;
107 delete[] pRangeArr;
108 delete mpPolyPolygon;
109 delete mpLinePolyPolygon;
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

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

102TextRanger::~TextRanger()
103{
104 for( sal_uInt16 i = 0; i < nCacheSize; ++i )
105 delete pCache[i];
106 delete[] pCache;
107 delete[] pRangeArr;
108 delete mpPolyPolygon;
109 delete mpLinePolyPolygon;
110 delete pBound;
110}
111
112/*-----------------17.11.00 09:49-------------------
113 * TextRanger::SetVertical(..)
114 * If there's is a change in the writing direction,
115 * the cache has to be cleared.
116 * --------------------------------------------------*/
117

--- 590 unchanged lines hidden ---
111}
112
113/*-----------------17.11.00 09:49-------------------
114 * TextRanger::SetVertical(..)
115 * If there's is a change in the writing direction,
116 * the cache has to be cleared.
117 * --------------------------------------------------*/
118

--- 590 unchanged lines hidden ---