os/textandloc/textrendering/texthandling/ttext/T_RICHOOM.h
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/textandloc/textrendering/texthandling/ttext/T_RICHOOM.h	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,57 @@
     1.4 +/*
     1.5 +* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +* All rights reserved.
     1.7 +* This component and the accompanying materials are made available
     1.8 +* under the terms of "Eclipse Public License v1.0"
     1.9 +* which accompanies this distribution, and is available
    1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +*
    1.12 +* Initial Contributors:
    1.13 +* Nokia Corporation - initial contribution.
    1.14 +*
    1.15 +* Contributors:
    1.16 +*
    1.17 +* Description: 
    1.18 +*
    1.19 +*/
    1.20 +
    1.21 +#ifndef __T_RICHOOM_H__
    1.22 +#define __T_RICHOOM_H__
    1.23 +
    1.24 +#include <test/testexecutestepbase.h>
    1.25 +#include <txtrich.h>
    1.26 +
    1.27 +class CT_RICHOOM : public CTestStep
    1.28 +	{
    1.29 +public:
    1.30 +	CT_RICHOOM();
    1.31 +protected:
    1.32 +	TVerdict doTestStepL();
    1.33 +private:
    1.34 +	CRichText* LoadIntoTextL(TFileName& aFileName);
    1.35 +	void ConstructOOM();
    1.36 +	void CopyPasteOOM();
    1.37 +	void CopyPasteOOM2();
    1.38 +	void WriteInlineL(RWriteStream& aStream,CRichText* aRichText);
    1.39 +	void ReadInlineL(RReadStream& aStream,CRichText* aRichText);
    1.40 +	CStyleList* CreatePopulatedStyleList();
    1.41 +	void SaveLoadOOM();
    1.42 +	void CheckTextIntegrity(const CRichText* aText);
    1.43 +	void BasicEditOOM();
    1.44 +	void AppendTest1L();
    1.45 +	void AppendTest2L(CRichText* aTarget);
    1.46 +	void AppendTestNewL(CRichText* aTarget);
    1.47 +	void AppendTest3L(CRichText* aTarget);
    1.48 +	void AppendTakingSolePictureOwnershipOOM();
    1.49 +	void DoAppendParagraphOOM(CRichText* aRichText,TBool aUnderOOM,TInt aReplicas);
    1.50 +	void AppendParagraphOOM();
    1.51 +	void ApplyCharFormatOOM1();
    1.52 +	void ApplyCharFormatOOM2();
    1.53 +	void doMainL();
    1.54 +	void setupCleanup();
    1.55 +	void DeleteDataFile(const TDesC& aFullName);
    1.56 +	};
    1.57 +
    1.58 +_LIT(KTestStep_T_RICHOOM, "T_RICHOOM");
    1.59 +
    1.60 +#endif