messagingfw/msgsrvnstore/server/inc/MSVFTEXT.H
changeset 58 6c34d0baa0b1
parent 0 8e480a14352b
equal deleted inserted replaced
55:6f4453afd006 58:6c34d0baa0b1
    44 	IMPORT_C void FindRichTextL(const TDesC& aFind, const CRichText& aSource, TMsvPartList aFlags, TRequestStatus& aStatus);
    44 	IMPORT_C void FindRichTextL(const TDesC& aFind, const CRichText& aSource, TMsvPartList aFlags, TRequestStatus& aStatus);
    45 	//
    45 	//
    46 	IMPORT_C TBool FindTextL(const TDesC& aFind, const TDesC& aSource, TMsvPartList aFlags);
    46 	IMPORT_C TBool FindTextL(const TDesC& aFind, const TDesC& aSource, TMsvPartList aFlags);
    47 	IMPORT_C TBool FindRichTextL(const TDesC& aFind, const CRichText& aSource, TMsvPartList aFlags);
    47 	IMPORT_C TBool FindRichTextL(const TDesC& aFind, const CRichText& aSource, TMsvPartList aFlags);
    48 	//
    48 	//
    49 	inline TBool FoundText() const;
    49 	inline TBool FoundText() const{return iFoundText;};
    50 	//
    50 	//
    51 private:
    51 private:
    52 	CMsvFindText(TInt aPriority);
    52 	CMsvFindText(TInt aPriority);
    53 	//
    53 	//
    54 	void InitialiseL(const TDesC& aFind, const TDesC* aPlainSource, const CRichText* aRichSource, TMsvPartList aFlags);
    54 	void InitialiseL(const TDesC& aFind, const TDesC* aPlainSource, const CRichText* aRichSource, TMsvPartList aFlags);
    72 	TChar iPreChar;
    72 	TChar iPreChar;
    73 	TChar iPostChar;
    73 	TChar iPostChar;
    74 	TBool iFoundText;
    74 	TBool iFoundText;
    75 	};
    75 	};
    76 
    76 
    77 #include <msvftext.inl>
    77 
    78 
    78 
    79 #endif
    79 #endif