edtwin2.cxx (69a74367) edtwin2.cxx (6c6fa461)
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

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

145#endif
146 SwContentAtPos::SW_TABLEBOXFML );
147
148 if( rSh.GetContentAtPos( aPos, aCntntAtPos, sal_False, &aFldRect ) )
149 {
150 switch( aCntntAtPos.eCntntAtPos )
151 {
152 case SwContentAtPos::SW_TABLEBOXFML:
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

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

145#endif
146 SwContentAtPos::SW_TABLEBOXFML );
147
148 if( rSh.GetContentAtPos( aPos, aCntntAtPos, sal_False, &aFldRect ) )
149 {
150 switch( aCntntAtPos.eCntntAtPos )
151 {
152 case SwContentAtPos::SW_TABLEBOXFML:
153 sTxt.AssignAscii( RTL_CONSTASCII_STRINGPARAM( "= " ));
153 sTxt.AssignAscii( RTL_CONSTASCII_STRINGPARAM( "=" ));
154 sTxt += ((SwTblBoxFormula*)aCntntAtPos.aFnd.pAttr)->GetFormula();
155 break;
156#ifdef DBG_UTIL
157 case SwContentAtPos::SW_TABLEBOXVALUE:
158 {
159 sTxt = UniString(
160 ByteString::CreateFromDouble(
161 ((SwTblBoxValue*)aCntntAtPos.aFnd.pAttr)->GetValue() )

--- 399 unchanged lines hidden ---
154 sTxt += ((SwTblBoxFormula*)aCntntAtPos.aFnd.pAttr)->GetFormula();
155 break;
156#ifdef DBG_UTIL
157 case SwContentAtPos::SW_TABLEBOXVALUE:
158 {
159 sTxt = UniString(
160 ByteString::CreateFromDouble(
161 ((SwTblBoxValue*)aCntntAtPos.aFnd.pAttr)->GetValue() )

--- 399 unchanged lines hidden ---