Update contrib.
2 * Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
21 TBool CEditableText::HasChanged()const
22 /** Tests whether the editable text object has been changed by an operation on
23 it, as set by SetHasChanged().
25 @return ETrue if a change has occurred to the text object. EFalse if there
26 has been no change. */
30 TBool CPlainText::FieldSetPresent()const
31 {return (iFieldSet.IsPtr() && iFieldSet.AsPtr()!=NULL);}
34 void CPlainText::ConsumeAdornmentL(RReadStream& aStream)
41 TUid CPlainText::UidFromStreamL(RReadStream& aStream)