editutil.hxx (2cdd1ab0) editutil.hxx (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

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

207 // pEnginePool = ScDocument.GetEnginePool()
208 // pTextObjectPool = ScDocument.GetEditPool()
209 ScFieldEditEngine( SfxItemPool* pEnginePool,
210 SfxItemPool* pTextObjectPool = NULL,
211 sal_Bool bDeleteEnginePool = sal_False );
212
213 void SetExecuteURL(sal_Bool bSet) { bExecuteURL = bSet; }
214
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

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

207 // pEnginePool = ScDocument.GetEnginePool()
208 // pTextObjectPool = ScDocument.GetEditPool()
209 ScFieldEditEngine( SfxItemPool* pEnginePool,
210 SfxItemPool* pTextObjectPool = NULL,
211 sal_Bool bDeleteEnginePool = sal_False );
212
213 void SetExecuteURL(sal_Bool bSet) { bExecuteURL = bSet; }
214
215 virtual void FieldClicked( const SvxFieldItem& rField, sal_uInt16, sal_uInt16 );
215 virtual void FieldClicked( const SvxFieldItem& rField, sal_uInt32, sal_uInt16 );
216 virtual String CalcFieldValue( const SvxFieldItem& rField, sal_uInt32 nPara, sal_uInt16 nPos, Color*& rTxtColor, Color*& rFldColor );
217};
218
219
220// for headers/footers with fields
221class SC_DLLPUBLIC ScHeaderEditEngine : public ScEditEngineDefaulter
222{
223private:

--- 37 unchanged lines hidden ---
216 virtual String CalcFieldValue( const SvxFieldItem& rField, sal_uInt32 nPara, sal_uInt16 nPos, Color*& rTxtColor, Color*& rFldColor );
217};
218
219
220// for headers/footers with fields
221class SC_DLLPUBLIC ScHeaderEditEngine : public ScEditEngineDefaulter
222{
223private:

--- 37 unchanged lines hidden ---