2000-09-18 11:07:07 -05:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
|
|
|
* $RCSfile: sdpopup.cxx,v $
|
|
|
|
*
|
2004-04-29 10:15:02 -05:00
|
|
|
* $Revision: 1.8 $
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
2004-04-29 10:15:02 -05:00
|
|
|
* last change: $Author: obo $ $Date: 2004-04-29 16:15:02 $
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
|
|
|
* The Contents of this file are made available subject to the terms of
|
|
|
|
* either of the following licenses
|
|
|
|
*
|
|
|
|
* - GNU Lesser General Public License Version 2.1
|
|
|
|
* - Sun Industry Standards Source License Version 1.1
|
|
|
|
*
|
|
|
|
* Sun Microsystems Inc., October, 2000
|
|
|
|
*
|
|
|
|
* GNU Lesser General Public License Version 2.1
|
|
|
|
* =============================================
|
|
|
|
* Copyright 2000 by Sun Microsystems, Inc.
|
|
|
|
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License version 2.1, as published by the Free Software Foundation.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
|
|
* MA 02111-1307 USA
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* Sun Industry Standards Source License Version 1.1
|
|
|
|
* =================================================
|
|
|
|
* The contents of this file are subject to the Sun Industry Standards
|
|
|
|
* Source License Version 1.1 (the "License"); You may not use this file
|
|
|
|
* except in compliance with the License. You may obtain a copy of the
|
|
|
|
* License at http://www.openoffice.org/license.html.
|
|
|
|
*
|
|
|
|
* Software provided under this License is provided on an "AS IS" basis,
|
|
|
|
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
|
|
|
|
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
|
|
|
|
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
|
|
|
|
* See the License for the specific provisions governing your rights and
|
|
|
|
* obligations concerning the Software.
|
|
|
|
*
|
|
|
|
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
|
|
|
|
*
|
|
|
|
* Copyright: 2000 by Sun Microsystems, Inc.
|
|
|
|
*
|
|
|
|
* All Rights Reserved.
|
|
|
|
*
|
|
|
|
* Contributor(s): _______________________________________
|
|
|
|
*
|
|
|
|
*
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
#pragma hdrstop
|
|
|
|
|
|
|
|
#ifndef _EEITEM_HXX //autogen
|
|
|
|
#include <svx/eeitem.hxx>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#include <svx/editeng.hxx>
|
|
|
|
#define ITEMID_FIELD EE_FEATURE_FIELD
|
|
|
|
#include <svx/flditem.hxx>
|
2001-06-19 09:07:14 -05:00
|
|
|
#ifndef _ZFORLIST_HXX
|
|
|
|
#include <svtools/zforlist.hxx>
|
|
|
|
#endif
|
2001-09-03 09:22:28 -05:00
|
|
|
#ifndef _SFX_OBJSH_HXX
|
|
|
|
#include <sfx2/objsh.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SFXDOCFILE_HXX
|
|
|
|
#include <sfx2/docfile.hxx>
|
|
|
|
#endif
|
2004-04-29 10:15:02 -05:00
|
|
|
#ifndef INCLUDED_SVTOOLS_USEROPTIONS_HXX
|
|
|
|
#include <svtools/useroptions.hxx>
|
|
|
|
#endif
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
#include "strings.hrc"
|
|
|
|
#include "sdpopup.hxx"
|
|
|
|
#include "sdresid.hxx"
|
2001-06-19 09:07:14 -05:00
|
|
|
#include "sdmod.hxx"
|
2001-09-03 09:22:28 -05:00
|
|
|
#include "drawdoc.hxx"
|
2004-01-20 03:37:46 -06:00
|
|
|
#ifndef SD_DRAW_DOC_SHELL_HXX
|
|
|
|
#include "DrawDocShell.hxx"
|
|
|
|
#endif
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
|*
|
|
|
|
|* PopupMenu zum Bearbeiten von Feldbefehlen
|
|
|
|
|*
|
|
|
|
\************************************************************************/
|
|
|
|
|
2002-07-26 03:50:47 -05:00
|
|
|
SdFieldPopup::SdFieldPopup( const SvxFieldData* pInField, LanguageType eLanguage ) :
|
2000-09-18 11:07:07 -05:00
|
|
|
PopupMenu (),
|
|
|
|
pField ( pInField )
|
|
|
|
{
|
2002-07-26 03:50:47 -05:00
|
|
|
Fill( eLanguage );
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
|*
|
|
|
|
|* Dtor
|
|
|
|
|*
|
|
|
|
\************************************************************************/
|
|
|
|
|
|
|
|
SdFieldPopup::~SdFieldPopup()
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
|*
|
|
|
|
|* Fill
|
|
|
|
|*
|
|
|
|
\************************************************************************/
|
|
|
|
|
2002-07-26 03:50:47 -05:00
|
|
|
void SdFieldPopup::Fill( LanguageType eLanguage )
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
|
|
|
USHORT nID = 1;
|
|
|
|
USHORT nStyle = MIB_RADIOCHECK | MIB_AUTOCHECK;
|
|
|
|
InsertItem( nID++, String( SdResId( STR_FIX ) ), nStyle );
|
|
|
|
InsertItem( nID++, String( SdResId( STR_VAR ) ), nStyle );
|
|
|
|
InsertSeparator();
|
|
|
|
|
|
|
|
if( pField->ISA( SvxDateField ) )
|
|
|
|
{
|
|
|
|
const SvxDateField* pDateField = (const SvxDateField*) pField;
|
|
|
|
SvxDateField aDateField( *pDateField );
|
|
|
|
|
|
|
|
if( pDateField->GetType() == SVXDATETYPE_FIX )
|
|
|
|
CheckItem( 1 );
|
|
|
|
else
|
|
|
|
CheckItem( 2 );
|
|
|
|
|
|
|
|
//SVXDATEFORMAT_APPDEFAULT, // Wird nicht benutzt
|
|
|
|
//SVXDATEFORMAT_SYSTEM, // Wird nicht benutzt
|
|
|
|
InsertItem( nID++, String( SdResId( STR_STANDARD_SMALL ) ), nStyle );
|
|
|
|
InsertItem( nID++, String( SdResId( STR_STANDARD_BIG ) ), nStyle );
|
|
|
|
|
2001-06-19 09:07:14 -05:00
|
|
|
SvNumberFormatter* pNumberFormatter = SD_MOD()->GetNumberFormatter();
|
2000-09-18 11:07:07 -05:00
|
|
|
aDateField.SetFormat( SVXDATEFORMAT_A ); // 13.02.96
|
2002-07-26 03:50:47 -05:00
|
|
|
InsertItem( nID++, aDateField.GetFormatted( *pNumberFormatter, eLanguage ), nStyle );
|
2000-09-18 11:07:07 -05:00
|
|
|
aDateField.SetFormat( SVXDATEFORMAT_B ); // 13.02.1996
|
2002-07-26 03:50:47 -05:00
|
|
|
InsertItem( nID++, aDateField.GetFormatted( *pNumberFormatter, eLanguage ), nStyle );
|
2000-09-18 11:07:07 -05:00
|
|
|
aDateField.SetFormat( SVXDATEFORMAT_C ); // 13.Feb 1996
|
2002-07-26 03:50:47 -05:00
|
|
|
InsertItem( nID++, aDateField.GetFormatted( *pNumberFormatter, eLanguage ), nStyle );
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
aDateField.SetFormat( SVXDATEFORMAT_D ); // 13.Februar 1996
|
2002-07-26 03:50:47 -05:00
|
|
|
InsertItem( nID++, aDateField.GetFormatted( *pNumberFormatter, eLanguage ), nStyle );
|
2000-09-18 11:07:07 -05:00
|
|
|
aDateField.SetFormat( SVXDATEFORMAT_E ); // Die, 13.Februar 1996
|
2002-07-26 03:50:47 -05:00
|
|
|
InsertItem( nID++, aDateField.GetFormatted( *pNumberFormatter, eLanguage ), nStyle );
|
2000-09-18 11:07:07 -05:00
|
|
|
aDateField.SetFormat( SVXDATEFORMAT_F ); // Dienstag, 13.Februar 1996
|
2002-07-26 03:50:47 -05:00
|
|
|
InsertItem( nID++, aDateField.GetFormatted( *pNumberFormatter, eLanguage ), nStyle );
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
CheckItem( (USHORT) ( pDateField->GetFormat() ) + 1 ); // - 2 + 3 !
|
|
|
|
}
|
|
|
|
else if( pField->ISA( SvxExtTimeField ) )
|
|
|
|
{
|
|
|
|
const SvxExtTimeField* pTimeField = (const SvxExtTimeField*) pField;
|
|
|
|
SvxExtTimeField aTimeField( *pTimeField );
|
|
|
|
|
|
|
|
if( pTimeField->GetType() == SVXTIMETYPE_FIX )
|
|
|
|
CheckItem( 1 );
|
|
|
|
else
|
|
|
|
CheckItem( 2 );
|
|
|
|
|
|
|
|
//SVXTIMEFORMAT_APPDEFAULT, // Wird nicht benutzt
|
|
|
|
//SVXTIMEFORMAT_SYSTEM, // Wird nicht benutzt
|
|
|
|
InsertItem( nID++, String( SdResId( STR_STANDARD_NORMAL ) ), nStyle );
|
|
|
|
|
2001-06-19 09:07:14 -05:00
|
|
|
SvNumberFormatter* pNumberFormatter = SD_MOD()->GetNumberFormatter();
|
2000-09-18 11:07:07 -05:00
|
|
|
aTimeField.SetFormat( SVXTIMEFORMAT_24_HM ); // 13:49
|
2002-07-26 03:50:47 -05:00
|
|
|
InsertItem( nID++, aTimeField.GetFormatted( *pNumberFormatter, eLanguage ), nStyle );
|
2000-09-18 11:07:07 -05:00
|
|
|
aTimeField.SetFormat( SVXTIMEFORMAT_24_HMS ); // 13:49:38
|
2002-07-26 03:50:47 -05:00
|
|
|
InsertItem( nID++, aTimeField.GetFormatted( *pNumberFormatter, eLanguage ), nStyle );
|
2000-09-18 11:07:07 -05:00
|
|
|
aTimeField.SetFormat( SVXTIMEFORMAT_24_HMSH ); // 13:49:38.78
|
2002-07-26 03:50:47 -05:00
|
|
|
InsertItem( nID++, aTimeField.GetFormatted( *pNumberFormatter, eLanguage ), nStyle );
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
aTimeField.SetFormat( SVXTIMEFORMAT_12_HM ); // 01:49
|
2002-07-26 03:50:47 -05:00
|
|
|
InsertItem( nID++, aTimeField.GetFormatted( *pNumberFormatter, eLanguage ), nStyle );
|
2000-09-18 11:07:07 -05:00
|
|
|
aTimeField.SetFormat( SVXTIMEFORMAT_12_HMS ); // 01:49:38
|
2002-07-26 03:50:47 -05:00
|
|
|
InsertItem( nID++, aTimeField.GetFormatted( *pNumberFormatter, eLanguage ), nStyle );
|
2000-09-18 11:07:07 -05:00
|
|
|
aTimeField.SetFormat( SVXTIMEFORMAT_12_HMSH ); // 01:49:38.78
|
2002-07-26 03:50:47 -05:00
|
|
|
InsertItem( nID++, aTimeField.GetFormatted( *pNumberFormatter, eLanguage ), nStyle );
|
2000-09-18 11:07:07 -05:00
|
|
|
//SVXTIMEFORMAT_AM_HM, // 01:49 PM
|
|
|
|
//SVXTIMEFORMAT_AM_HMS, // 01:49:38 PM
|
|
|
|
//SVXTIMEFORMAT_AM_HMSH // 01:49:38.78 PM
|
|
|
|
|
|
|
|
CheckItem( (USHORT) ( pTimeField->GetFormat() ) + 1 ); // - 2 + 3 !
|
|
|
|
}
|
|
|
|
else if( pField->ISA( SvxExtFileField ) )
|
|
|
|
{
|
|
|
|
const SvxExtFileField* pFileField = (const SvxExtFileField*) pField;
|
|
|
|
//SvxExtFileField aFileField( *pFileField );
|
|
|
|
|
|
|
|
if( pFileField->GetType() == SVXFILETYPE_FIX )
|
|
|
|
CheckItem( 1 );
|
|
|
|
else
|
|
|
|
CheckItem( 2 );
|
|
|
|
|
|
|
|
InsertItem( nID++, String( SdResId( STR_FILEFORMAT_NAME_EXT ) ), nStyle );
|
|
|
|
InsertItem( nID++, String( SdResId( STR_FILEFORMAT_FULLPATH ) ), nStyle );
|
|
|
|
InsertItem( nID++, String( SdResId( STR_FILEFORMAT_PATH ) ), nStyle );
|
|
|
|
InsertItem( nID++, String( SdResId( STR_FILEFORMAT_NAME ) ), nStyle );
|
|
|
|
|
|
|
|
CheckItem( (USHORT) ( pFileField->GetFormat() ) + 3 );
|
|
|
|
}
|
|
|
|
else if( pField->ISA( SvxAuthorField ) )
|
|
|
|
{
|
|
|
|
const SvxAuthorField* pAuthorField = (const SvxAuthorField*) pField;
|
|
|
|
SvxAuthorField aAuthorField( *pAuthorField );
|
|
|
|
|
|
|
|
if( pAuthorField->GetType() == SVXAUTHORTYPE_FIX )
|
|
|
|
CheckItem( 1 );
|
|
|
|
else
|
|
|
|
CheckItem( 2 );
|
|
|
|
|
|
|
|
for( USHORT i = 0; i < 4; i++ )
|
|
|
|
{
|
|
|
|
aAuthorField.SetFormat( (SvxAuthorFormat) i );
|
|
|
|
InsertItem( nID++, aAuthorField.GetFormatted(), nStyle );
|
|
|
|
}
|
|
|
|
CheckItem( (USHORT) ( pAuthorField->GetFormat() ) + 3 );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/*************************************************************************
|
|
|
|
|*
|
|
|
|
|* Gibt das neue Feld zurueck, gehoert dem Caller.
|
|
|
|
|* Liefert NULL, wenn sich nichts geaendert hat.
|
|
|
|
|*
|
|
|
|
\************************************************************************/
|
|
|
|
|
|
|
|
SvxFieldData* SdFieldPopup::GetField()
|
|
|
|
{
|
|
|
|
SvxFieldData* pNewField = NULL;
|
|
|
|
USHORT nCount = GetItemCount();
|
|
|
|
|
|
|
|
if( pField->ISA( SvxDateField ) )
|
|
|
|
{
|
|
|
|
const SvxDateField* pDateField = (const SvxDateField*) pField;
|
|
|
|
SvxDateType eType;
|
|
|
|
SvxDateFormat eFormat;
|
2003-12-01 10:44:36 -06:00
|
|
|
USHORT i;
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
if( IsItemChecked( 1 ) )
|
|
|
|
eType = SVXDATETYPE_FIX;
|
|
|
|
else
|
|
|
|
eType = SVXDATETYPE_VAR;
|
|
|
|
|
2003-12-01 10:44:36 -06:00
|
|
|
for( i = 3; i <= nCount; i++ )
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
|
|
|
if( IsItemChecked( i ) )
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
eFormat = (SvxDateFormat) ( i - 1 );
|
|
|
|
|
|
|
|
if( pDateField->GetFormat() != eFormat ||
|
|
|
|
pDateField->GetType() != eType )
|
|
|
|
{
|
|
|
|
pNewField = new SvxDateField( *pDateField );
|
|
|
|
( (SvxDateField*) pNewField )->SetType( eType );
|
|
|
|
( (SvxDateField*) pNewField )->SetFormat( eFormat );
|
2002-09-27 07:10:41 -05:00
|
|
|
|
|
|
|
if( (pDateField->GetType() == SVXDATETYPE_VAR) && (eType == SVXDATETYPE_FIX) )
|
|
|
|
{
|
|
|
|
Date aDate;
|
|
|
|
( (SvxDateField*) pNewField )->SetFixDate( aDate );
|
|
|
|
}
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
else if( pField->ISA( SvxExtTimeField ) )
|
|
|
|
{
|
|
|
|
const SvxExtTimeField* pTimeField = (const SvxExtTimeField*) pField;
|
|
|
|
SvxTimeType eType;
|
|
|
|
SvxTimeFormat eFormat;
|
2003-12-01 10:44:36 -06:00
|
|
|
USHORT i;
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
if( IsItemChecked( 1 ) )
|
|
|
|
eType = SVXTIMETYPE_FIX;
|
|
|
|
else
|
|
|
|
eType = SVXTIMETYPE_VAR;
|
|
|
|
|
2003-12-01 10:44:36 -06:00
|
|
|
for( i = 3; i <= nCount; i++ )
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
|
|
|
if( IsItemChecked( i ) )
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
eFormat = (SvxTimeFormat) ( i - 1 );
|
|
|
|
|
|
|
|
if( pTimeField->GetFormat() != eFormat ||
|
|
|
|
pTimeField->GetType() != eType )
|
|
|
|
{
|
|
|
|
pNewField = new SvxExtTimeField( *pTimeField );
|
|
|
|
( (SvxExtTimeField*) pNewField )->SetType( eType );
|
|
|
|
( (SvxExtTimeField*) pNewField )->SetFormat( eFormat );
|
2002-09-27 07:10:41 -05:00
|
|
|
|
|
|
|
if( (pTimeField->GetType() == SVXTIMETYPE_VAR) && (eType == SVXTIMETYPE_FIX) )
|
|
|
|
{
|
|
|
|
Time aTime;
|
|
|
|
( (SvxExtTimeField*) pNewField )->SetFixTime( aTime );
|
|
|
|
}
|
|
|
|
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
else if( pField->ISA( SvxExtFileField ) )
|
|
|
|
{
|
|
|
|
const SvxExtFileField* pFileField = (const SvxExtFileField*) pField;
|
|
|
|
SvxFileType eType;
|
|
|
|
SvxFileFormat eFormat;
|
2003-12-01 10:44:36 -06:00
|
|
|
USHORT i;
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
if( IsItemChecked( 1 ) )
|
|
|
|
eType = SVXFILETYPE_FIX;
|
|
|
|
else
|
|
|
|
eType = SVXFILETYPE_VAR;
|
|
|
|
|
2003-12-01 10:44:36 -06:00
|
|
|
for( i = 3; i <= nCount; i++ )
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
|
|
|
if( IsItemChecked( i ) )
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
eFormat = (SvxFileFormat) ( i - 3 );
|
|
|
|
|
|
|
|
if( pFileField->GetFormat() != eFormat ||
|
|
|
|
pFileField->GetType() != eType )
|
|
|
|
{
|
2004-01-20 03:37:46 -06:00
|
|
|
::sd::DrawDocShell* pDocSh = PTR_CAST(::sd::DrawDocShell,
|
|
|
|
SfxObjectShell::Current() );
|
2001-09-03 09:22:28 -05:00
|
|
|
|
|
|
|
if( pDocSh )
|
|
|
|
{
|
|
|
|
SvxExtFileField aFileField( *pFileField );
|
|
|
|
|
|
|
|
String aName;
|
|
|
|
if( pDocSh->HasName() )
|
|
|
|
aName = pDocSh->GetMedium()->GetName();
|
|
|
|
|
|
|
|
// #91225# Get current filename, not the one stored in the old field
|
|
|
|
pNewField = new SvxExtFileField( aName );
|
|
|
|
( (SvxExtFileField*) pNewField )->SetType( eType );
|
|
|
|
( (SvxExtFileField*) pNewField )->SetFormat( eFormat );
|
|
|
|
}
|
2000-09-18 11:07:07 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
else if( pField->ISA( SvxAuthorField ) )
|
|
|
|
{
|
|
|
|
const SvxAuthorField* pAuthorField = (const SvxAuthorField*) pField;
|
|
|
|
SvxAuthorType eType;
|
|
|
|
SvxAuthorFormat eFormat;
|
2003-12-01 10:44:36 -06:00
|
|
|
USHORT i;
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
if( IsItemChecked( 1 ) )
|
|
|
|
eType = SVXAUTHORTYPE_FIX;
|
|
|
|
else
|
|
|
|
eType = SVXAUTHORTYPE_VAR;
|
|
|
|
|
2003-12-01 10:44:36 -06:00
|
|
|
for( i = 3; i <= nCount; i++ )
|
2000-09-18 11:07:07 -05:00
|
|
|
{
|
|
|
|
if( IsItemChecked( i ) )
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
eFormat = (SvxAuthorFormat) ( i - 3 );
|
|
|
|
|
|
|
|
if( pAuthorField->GetFormat() != eFormat ||
|
|
|
|
pAuthorField->GetType() != eType )
|
|
|
|
{
|
2001-09-03 09:22:28 -05:00
|
|
|
// #91225# Get current state of address, not the old one
|
2004-04-29 10:15:02 -05:00
|
|
|
SvtUserOptions aUserOptions;
|
|
|
|
pNewField = new SvxAuthorField( aUserOptions.GetFirstName(), aUserOptions.GetLastName(), aUserOptions.GetID() );
|
2000-09-18 11:07:07 -05:00
|
|
|
( (SvxAuthorField*) pNewField )->SetType( eType );
|
|
|
|
( (SvxAuthorField*) pNewField )->SetFormat( eFormat );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return( pNewField );
|
|
|
|
}
|
|
|
|
|
|
|
|
|