accessibility.cxx (936080f7) accessibility.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

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

1149{
1150 XubString aTxt;
1151 EditEngine *pEditEngine = rEditAcc.GetEditEngine();
1152 if (pEditEngine)
1153 aTxt = pEditEngine->CalcFieldValue( rField, nPara, nPos, rpTxtColor, rpFldColor );
1154 return aTxt;
1155}
1156
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

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

1149{
1150 XubString aTxt;
1151 EditEngine *pEditEngine = rEditAcc.GetEditEngine();
1152 if (pEditEngine)
1153 aTxt = pEditEngine->CalcFieldValue( rField, nPara, nPos, rpTxtColor, rpFldColor );
1154 return aTxt;
1155}
1156
1157void SmTextForwarder::FieldClicked(const SvxFieldItem&, sal_uInt16, sal_uInt16)
1157void SmTextForwarder::FieldClicked(const SvxFieldItem&, sal_uInt32, sal_uInt16)
1158{
1159}
1160
1161sal_uInt16 GetSvxEditEngineItemState( EditEngine& rEditEngine, const ESelection& rSel, sal_uInt16 nWhich )
1162{
1163 EECharAttribArray aAttribs;
1164
1165 const SfxPoolItem* pLastItem = NULL;

--- 899 unchanged lines hidden ---
1158{
1159}
1160
1161sal_uInt16 GetSvxEditEngineItemState( EditEngine& rEditEngine, const ESelection& rSel, sal_uInt16 nWhich )
1162{
1163 EECharAttribArray aAttribs;
1164
1165 const SfxPoolItem* pLastItem = NULL;

--- 899 unchanged lines hidden ---