unoedprx.cxx (1fd82021) unoedprx.cxx (4386a992)
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

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

663
664XubString SvxAccessibleTextAdapter::CalcFieldValue( const SvxFieldItem& rField, sal_uInt32 nPara, sal_uInt16 nPos, Color*& rpTxtColor, Color*& rpFldColor )
665{
666 DBG_ASSERT(mrTextForwarder, "SvxAccessibleTextAdapter: no forwarder");
667
668 return mrTextForwarder->CalcFieldValue( rField, nPara, nPos, rpTxtColor, rpFldColor );
669}
670
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

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

663
664XubString SvxAccessibleTextAdapter::CalcFieldValue( const SvxFieldItem& rField, sal_uInt32 nPara, sal_uInt16 nPos, Color*& rpTxtColor, Color*& rpFldColor )
665{
666 DBG_ASSERT(mrTextForwarder, "SvxAccessibleTextAdapter: no forwarder");
667
668 return mrTextForwarder->CalcFieldValue( rField, nPara, nPos, rpTxtColor, rpFldColor );
669}
670
671void SvxAccessibleTextAdapter::FieldClicked( const SvxFieldItem& rField, sal_uInt16 nPara, xub_StrLen nPos )
671void SvxAccessibleTextAdapter::FieldClicked( const SvxFieldItem& rField, sal_uInt32 nPara, xub_StrLen nPos )
672{
673 DBG_ASSERT(mrTextForwarder, "SvxAccessibleTextAdapter: no forwarder");
674
675 mrTextForwarder->FieldClicked( rField, nPara, nPos );
676}
677
678sal_Int32 SvxAccessibleTextAdapter::CalcLogicalIndex( sal_uInt32 nPara, sal_uInt16 nEEIndex )
679{

--- 624 unchanged lines hidden ---
672{
673 DBG_ASSERT(mrTextForwarder, "SvxAccessibleTextAdapter: no forwarder");
674
675 mrTextForwarder->FieldClicked( rField, nPara, nPos );
676}
677
678sal_Int32 SvxAccessibleTextAdapter::CalcLogicalIndex( sal_uInt32 nPara, sal_uInt16 nEEIndex )
679{

--- 624 unchanged lines hidden ---