unofored.cxx (190118d0) | unofored.cxx (9b8096d0) |
---|---|
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 --- 439 unchanged lines hidden (view full) --- 448 nStart = aRes.nStartPos; 449 nEnd = aRes.nEndPos; 450 451 return sal_True; 452 } 453 454 return sal_False; 455} | 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 --- 439 unchanged lines hidden (view full) --- 448 nStart = aRes.nStartPos; 449 nEnd = aRes.nEndPos; 450 451 return sal_True; 452 } 453 454 return sal_False; 455} |
456 457sal_Bool SvxEditEngineForwarder::GetAttributeRun( sal_uInt16& nStartIndex, sal_uInt16& nEndIndex, sal_uInt16 nPara, sal_uInt16 nIndex ) const | 456sal_Bool SvxEditEngineForwarder::GetAttributeRun( sal_uInt16& nStartIndex, sal_uInt16& nEndIndex, sal_uInt16 nPara, sal_uInt16 nIndex, sal_Bool bInCell ) const |
458{ | 457{ |
459 return SvxEditSourceHelper::GetAttributeRun( nStartIndex, nEndIndex, rEditEngine, nPara, nIndex ); | 458 return SvxEditSourceHelper::GetAttributeRun( nStartIndex, nEndIndex, rEditEngine, nPara, nIndex, bInCell ); |
460} 461 462sal_uInt16 SvxEditEngineForwarder::GetLineCount( sal_uInt16 nPara ) const 463{ 464 return rEditEngine.GetLineCount(nPara); 465} 466 467sal_uInt16 SvxEditEngineForwarder::GetLineLen( sal_uInt16 nPara, sal_uInt16 nLine ) const --- 86 unchanged lines hidden --- | 459} 460 461sal_uInt16 SvxEditEngineForwarder::GetLineCount( sal_uInt16 nPara ) const 462{ 463 return rEditEngine.GetLineCount(nPara); 464} 465 466sal_uInt16 SvxEditEngineForwarder::GetLineLen( sal_uInt16 nPara, sal_uInt16 nLine ) const --- 86 unchanged lines hidden --- |