svdmodel.cxx (35726d9d) | svdmodel.cxx (a840a559) |
---|---|
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 --- 157 unchanged lines hidden (view full) --- 166 nStarDrawPreviewMasterPageNum = SDRPAGE_NOTFOUND; 167 pModelStorage = NULL; 168 mpForbiddenCharactersTable = NULL; 169 mbModelLocked = sal_False; 170 mpOutlinerCache = NULL; 171 mbKernAsianPunctuation = sal_False; 172 mbAddExtLeading = sal_False; 173 mnHandoutPageCount = 0; | 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 --- 157 unchanged lines hidden (view full) --- 166 nStarDrawPreviewMasterPageNum = SDRPAGE_NOTFOUND; 167 pModelStorage = NULL; 168 mpForbiddenCharactersTable = NULL; 169 mbModelLocked = sal_False; 170 mpOutlinerCache = NULL; 171 mbKernAsianPunctuation = sal_False; 172 mbAddExtLeading = sal_False; 173 mnHandoutPageCount = 0; |
174 | 174 mbDisableTextEditUsesCommonUndoManager = false; |
175 SvxAsianConfig aAsian; 176 mnCharCompressType = aAsian.GetCharDistanceCompression(); 177 178#ifdef OSL_LITENDIAN 179 nStreamNumberFormat=NUMBERFORMAT_INT_LITTLEENDIAN; 180#endif 181 if ( pPool == NULL ) 182 { --- 2114 unchanged lines hidden --- | 175 SvxAsianConfig aAsian; 176 mnCharCompressType = aAsian.GetCharDistanceCompression(); 177 178#ifdef OSL_LITENDIAN 179 nStreamNumberFormat=NUMBERFORMAT_INT_LITTLEENDIAN; 180#endif 181 if ( pPool == NULL ) 182 { --- 2114 unchanged lines hidden --- |