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

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

133
134 //XTextCopy
135 void CopyText(const SvxTextForwarder& ){}
136
137 XubString CalcFieldValue( const SvxFieldItem& /*rField*/, sal_uInt32 /*nPara*/, sal_uInt16 /*nPos*/, Color*& /*rpTxtColor*/, Color*& /*rpFldColor*/ )
138 {
139 return XubString();
140 }
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

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

133
134 //XTextCopy
135 void CopyText(const SvxTextForwarder& ){}
136
137 XubString CalcFieldValue( const SvxFieldItem& /*rField*/, sal_uInt32 /*nPara*/, sal_uInt16 /*nPos*/, Color*& /*rpTxtColor*/, Color*& /*rpFldColor*/ )
138 {
139 return XubString();
140 }
141 void FieldClicked( const SvxFieldItem&, sal_uInt16, xub_StrLen ) {;}
141 void FieldClicked( const SvxFieldItem&, sal_uInt32, xub_StrLen ) {;}
142
143 sal_Bool IsValid() const { return sal_True; }
144
145 void SetNotifyHdl( const Link& ) {}
146 LanguageType GetLanguage( sal_uInt16, sal_uInt16 ) const { return LANGUAGE_DONTKNOW; }
147 sal_uInt16 GetFieldCount( sal_uInt16 ) const { return 0; }
148 EFieldInfo GetFieldInfo( sal_uInt16, sal_uInt16 ) const { return EFieldInfo(); }
149 EBulletInfo GetBulletInfo( sal_uInt16 ) const { return EBulletInfo(); }

--- 203 unchanged lines hidden ---
142
143 sal_Bool IsValid() const { return sal_True; }
144
145 void SetNotifyHdl( const Link& ) {}
146 LanguageType GetLanguage( sal_uInt16, sal_uInt16 ) const { return LANGUAGE_DONTKNOW; }
147 sal_uInt16 GetFieldCount( sal_uInt16 ) const { return 0; }
148 EFieldInfo GetFieldInfo( sal_uInt16, sal_uInt16 ) const { return EFieldInfo(); }
149 EBulletInfo GetBulletInfo( sal_uInt16 ) const { return EBulletInfo(); }

--- 203 unchanged lines hidden ---