cursuno.cxx (b3f79822) cursuno.cxx (796b7e2a)
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

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

153 ScRange aMatrix;
154
155 // finding the matrix range is now in GetMatrixFormulaRange in the document
156 if ( pDoc->GetMatrixFormulaRange( aCursor, aMatrix ) )
157 {
158 SetNewRange( aMatrix );
159 }
160 }
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

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

153 ScRange aMatrix;
154
155 // finding the matrix range is now in GetMatrixFormulaRange in the document
156 if ( pDoc->GetMatrixFormulaRange( aCursor, aMatrix ) )
157 {
158 SetNewRange( aMatrix );
159 }
160 }
161 // thats a Bug, that this assertion comes; the API Reference says, that
161 // that's a Bug, that this assertion comes; the API Reference says, that
162 // if there is no Matrix, the Range is left unchanged; they says nothing
163 // about a exception
164 /*if (!bFound)
165 {
166 DBG_ERROR("keine Matrix");
167 //! Exception, oder was?
168 }*/
169}

--- 337 unchanged lines hidden ---
162 // if there is no Matrix, the Range is left unchanged; they says nothing
163 // about a exception
164 /*if (!bFound)
165 {
166 DBG_ERROR("keine Matrix");
167 //! Exception, oder was?
168 }*/
169}

--- 337 unchanged lines hidden ---