paraitem.cxx (190118d0) paraitem.cxx (ae2dc0fa)
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

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

1191 {
1192 if ( SVX_TAB_ADJUST_DEFAULT != ((*this)[i]).GetAdjustment() )
1193 {
1194 if ( bComma )
1195 rText += sal_Unicode(',');
1196 rText += GetMetricText(
1197 (long)((*this)[i]).GetTabPos(), eCoreUnit, ePresUnit, pIntl );
1198 if ( SFX_ITEM_PRESENTATION_COMPLETE == ePres )
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

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

1191 {
1192 if ( SVX_TAB_ADJUST_DEFAULT != ((*this)[i]).GetAdjustment() )
1193 {
1194 if ( bComma )
1195 rText += sal_Unicode(',');
1196 rText += GetMetricText(
1197 (long)((*this)[i]).GetTabPos(), eCoreUnit, ePresUnit, pIntl );
1198 if ( SFX_ITEM_PRESENTATION_COMPLETE == ePres )
1199 {
1200 rText += sal_Unicode(' ');
1199 rText += EE_RESSTR(GetMetricId(ePresUnit));
1201 rText += EE_RESSTR(GetMetricId(ePresUnit));
1202 }
1200 bComma = sal_True;
1201 }
1202 }
1203#endif
1204 }
1205 return ePres;
1206}
1207

--- 546 unchanged lines hidden ---
1203 bComma = sal_True;
1204 }
1205 }
1206#endif
1207 }
1208 return ePres;
1209}
1210

--- 546 unchanged lines hidden ---