os/textandloc/textrendering/texthandling/ttext/T_RICHOOM.h
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /*
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     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".
     8 *
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    11 *
    12 * Contributors:
    13 *
    14 * Description: 
    15 *
    16 */
    17 
    18 #ifndef __T_RICHOOM_H__
    19 #define __T_RICHOOM_H__
    20 
    21 #include <test/testexecutestepbase.h>
    22 #include <txtrich.h>
    23 
    24 class CT_RICHOOM : public CTestStep
    25 	{
    26 public:
    27 	CT_RICHOOM();
    28 protected:
    29 	TVerdict doTestStepL();
    30 private:
    31 	CRichText* LoadIntoTextL(TFileName& aFileName);
    32 	void ConstructOOM();
    33 	void CopyPasteOOM();
    34 	void CopyPasteOOM2();
    35 	void WriteInlineL(RWriteStream& aStream,CRichText* aRichText);
    36 	void ReadInlineL(RReadStream& aStream,CRichText* aRichText);
    37 	CStyleList* CreatePopulatedStyleList();
    38 	void SaveLoadOOM();
    39 	void CheckTextIntegrity(const CRichText* aText);
    40 	void BasicEditOOM();
    41 	void AppendTest1L();
    42 	void AppendTest2L(CRichText* aTarget);
    43 	void AppendTestNewL(CRichText* aTarget);
    44 	void AppendTest3L(CRichText* aTarget);
    45 	void AppendTakingSolePictureOwnershipOOM();
    46 	void DoAppendParagraphOOM(CRichText* aRichText,TBool aUnderOOM,TInt aReplicas);
    47 	void AppendParagraphOOM();
    48 	void ApplyCharFormatOOM1();
    49 	void ApplyCharFormatOOM2();
    50 	void doMainL();
    51 	void setupCleanup();
    52 	void DeleteDataFile(const TDesC& aFullName);
    53 	};
    54 
    55 _LIT(KTestStep_T_RICHOOM, "T_RICHOOM");
    56 
    57 #endif