XMLFootnoteSeparatorExport.cxx (63bba73c) | XMLFootnoteSeparatorExport.cxx (509df7cb) |
---|---|
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 --- 50 unchanged lines hidden (view full) --- 59 #ifdef DBG_UTIL 60 nIdx 61 #endif 62 , 63 const UniReference<XMLPropertySetMapper> & rMapper) 64{ 65 DBG_ASSERT(NULL != pProperties, "Need property states"); 66 | 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 --- 50 unchanged lines hidden (view full) --- 59 #ifdef DBG_UTIL 60 nIdx 61 #endif 62 , 63 const UniReference<XMLPropertySetMapper> & rMapper) 64{ 65 DBG_ASSERT(NULL != pProperties, "Need property states"); 66 |
67 // intialize values | 67 // initialize values |
68 sal_Int16 eLineAdjust = text::HorizontalAdjust_LEFT; 69 sal_Int32 nLineColor = 0; 70 sal_Int32 nLineDistance = 0; 71 sal_Int8 nLineRelWidth = 0; 72 sal_Int32 nLineTextDistance = 0; 73 sal_Int16 nLineWeight = 0; 74 75 // find indices into property map and get values --- 88 unchanged lines hidden --- | 68 sal_Int16 eLineAdjust = text::HorizontalAdjust_LEFT; 69 sal_Int32 nLineColor = 0; 70 sal_Int32 nLineDistance = 0; 71 sal_Int8 nLineRelWidth = 0; 72 sal_Int32 nLineTextDistance = 0; 73 sal_Int16 nLineWeight = 0; 74 75 // find indices into property map and get values --- 88 unchanged lines hidden --- |