brwbox3.cxx (4d7c9de0) | brwbox3.cxx (3ea0c3d5) |
---|---|
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 --- 242 unchanged lines hidden (view full) --- 251 aRetText += OUString( RTL_CONSTASCII_USTRINGPARAM( "]" ) ); 252#endif 253 break; 254 case ::svt::BBTYPE_ROWHEADERCELL: 255 { 256 sal_Int32 rowId = _nPosition + 1; 257 aRetText = OUString::valueOf( rowId ); 258 } | 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 --- 242 unchanged lines hidden (view full) --- 251 aRetText += OUString( RTL_CONSTASCII_USTRINGPARAM( "]" ) ); 252#endif 253 break; 254 case ::svt::BBTYPE_ROWHEADERCELL: 255 { 256 sal_Int32 rowId = _nPosition + 1; 257 aRetText = OUString::valueOf( rowId ); 258 } |
259 //aRetText = OUString( RTL_CONSTASCII_USTRINGPARAM( "RowHeaderCell" ) ); | |
260#if OSL_DEBUG_LEVEL > 1 261 aRetText += OUString( RTL_CONSTASCII_USTRINGPARAM( " [" ) ); 262 aRetText += OUString::valueOf(sal_Int32(GetCurRow())); 263 aRetText += OUString( RTL_CONSTASCII_USTRINGPARAM( "," ) ); 264 aRetText += OUString::valueOf(sal_Int32(GetCurColumnId())); 265 aRetText += OUString( RTL_CONSTASCII_USTRINGPARAM( "]" ) ); 266#endif 267 break; 268 case ::svt::BBTYPE_COLUMNHEADERCELL: | 259#if OSL_DEBUG_LEVEL > 1 260 aRetText += OUString( RTL_CONSTASCII_USTRINGPARAM( " [" ) ); 261 aRetText += OUString::valueOf(sal_Int32(GetCurRow())); 262 aRetText += OUString( RTL_CONSTASCII_USTRINGPARAM( "," ) ); 263 aRetText += OUString::valueOf(sal_Int32(GetCurColumnId())); 264 aRetText += OUString( RTL_CONSTASCII_USTRINGPARAM( "]" ) ); 265#endif 266 break; 267 case ::svt::BBTYPE_COLUMNHEADERCELL: |
269 //aRetText = OUString( RTL_CONSTASCII_USTRINGPARAM( "ColumnHeaderCell" ) ); | |
270 aRetText = OUString( GetColumnDescription( sal_Int16( _nPosition ) ) ); 271#if OSL_DEBUG_LEVEL > 1 272 aRetText += OUString( RTL_CONSTASCII_USTRINGPARAM( " [" ) ); 273 aRetText += OUString::valueOf(sal_Int32(GetCurRow())); 274 aRetText += OUString( RTL_CONSTASCII_USTRINGPARAM( "," ) ); 275 aRetText += OUString::valueOf(sal_Int32(GetCurColumnId())); 276 aRetText += OUString( RTL_CONSTASCII_USTRINGPARAM( "]" ) ); 277#endif --- 301 unchanged lines hidden --- | 268 aRetText = OUString( GetColumnDescription( sal_Int16( _nPosition ) ) ); 269#if OSL_DEBUG_LEVEL > 1 270 aRetText += OUString( RTL_CONSTASCII_USTRINGPARAM( " [" ) ); 271 aRetText += OUString::valueOf(sal_Int32(GetCurRow())); 272 aRetText += OUString( RTL_CONSTASCII_USTRINGPARAM( "," ) ); 273 aRetText += OUString::valueOf(sal_Int32(GetCurColumnId())); 274 aRetText += OUString( RTL_CONSTASCII_USTRINGPARAM( "]" ) ); 275#endif --- 301 unchanged lines hidden --- |