uiitems.cxx (efeef26f) uiitems.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

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

105 case SFX_ITEM_PRESENTATION_COMPLETE:
106 {
107 sal_uInt16 nHght = (sal_uInt16) GetPageFtnInfo().GetHeight();
108 if ( nHght )
109 {
110 rText = SW_RESSTR( STR_MAX_FTN_HEIGHT );
111 rText += ' ';
112 rText += ::GetMetricText( nHght, eCoreUnit, ePresUnit, pIntl );
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

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

105 case SFX_ITEM_PRESENTATION_COMPLETE:
106 {
107 sal_uInt16 nHght = (sal_uInt16) GetPageFtnInfo().GetHeight();
108 if ( nHght )
109 {
110 rText = SW_RESSTR( STR_MAX_FTN_HEIGHT );
111 rText += ' ';
112 rText += ::GetMetricText( nHght, eCoreUnit, ePresUnit, pIntl );
113 rText += sal_Unicode(' ');
113 rText += ::GetSvxString( ::GetMetricId( ePresUnit ) );
114 }
115 return ePres;
116 }
117 default:; //prevent warning
118 }
119 return SFX_ITEM_PRESENTATION_NONE;
120}

--- 200 unchanged lines hidden ---
114 rText += ::GetSvxString( ::GetMetricId( ePresUnit ) );
115 }
116 return ePres;
117 }
118 default:; //prevent warning
119 }
120 return SFX_ITEM_PRESENTATION_NONE;
121}

--- 200 unchanged lines hidden ---