unoforou.cxx (190118d0) | unoforou.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 --- 397 unchanged lines hidden (view full) --- 406 nStart = aRes.nStartPos; 407 nEnd = aRes.nEndPos; 408 409 return sal_True; 410 } 411 412 return sal_False; 413} | 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 --- 397 unchanged lines hidden (view full) --- 406 nStart = aRes.nStartPos; 407 nEnd = aRes.nEndPos; 408 409 return sal_True; 410 } 411 412 return sal_False; 413} |
414 415sal_Bool SvxOutlinerForwarder::GetAttributeRun( sal_uInt16& nStartIndex, sal_uInt16& nEndIndex, sal_uInt16 nPara, sal_uInt16 nIndex ) const | 414sal_Bool SvxOutlinerForwarder::GetAttributeRun( sal_uInt16& nStartIndex, sal_uInt16& nEndIndex, sal_uInt16 nPara, sal_uInt16 nIndex, sal_Bool bInCell ) const |
416{ | 415{ |
417 return SvxEditSourceHelper::GetAttributeRun( nStartIndex, nEndIndex, rOutliner.GetEditEngine(), nPara, nIndex ); | 416 return SvxEditSourceHelper::GetAttributeRun( nStartIndex, nEndIndex, rOutliner.GetEditEngine(), nPara, nIndex, bInCell ); |
418} 419 420sal_uInt16 SvxOutlinerForwarder::GetLineCount( sal_uInt16 nPara ) const 421{ 422 return static_cast < sal_uInt16 >( rOutliner.GetLineCount(nPara) ); 423} 424 425sal_uInt16 SvxOutlinerForwarder::GetLineLen( sal_uInt16 nPara, sal_uInt16 nLine ) const --- 186 unchanged lines hidden --- | 417} 418 419sal_uInt16 SvxOutlinerForwarder::GetLineCount( sal_uInt16 nPara ) const 420{ 421 return static_cast < sal_uInt16 >( rOutliner.GetLineCount(nPara) ); 422} 423 424sal_uInt16 SvxOutlinerForwarder::GetLineLen( sal_uInt16 nPara, sal_uInt16 nLine ) const --- 186 unchanged lines hidden --- |