calendarui/views/inc/caleneventviewcontainer.h
branchRCL_3
changeset 27 aba12c885d83
parent 25 bf573002ff72
child 28 96907930389d
equal deleted inserted replaced
25:bf573002ff72 27:aba12c885d83
   281  	void SetIconsL(CCalenIconDrawer* aIconDrawer);
   281  	void SetIconsL(CCalenIconDrawer* aIconDrawer);
   282  	
   282  	
   283  	/**
   283  	/**
   284      * Populate the icon drawer with the icons for this entry
   284      * Populate the icon drawer with the icons for this entry
   285      */
   285      */
   286     void PopulateIconDrawerL( CCalenIconDrawer& aIconDrawer );
   286     void PopulateIconDrawerL( CCalenIconDrawer& aIconDrawer );    
   287     
   287 
   288 	/**
       
   289 	* Calculates the number of lines before the location field in the document
       
   290 	* so that map icon is placed at correct place
       
   291 	**/
       
   292     void CalcNumOfLinesBeforeLocation();
       
   293 	
       
   294     /**
   288     /**
   295      * Formats the heading and adds it the the view
   289      * Formats the heading and adds it the the view
   296      * Headings are bolded with no indentation.
   290      * Headings are bolded with no indentation.
   297      */
   291      */
   298     void SetFormatAndAddHeadingL( const TDesC& aHeading );
   292     void SetFormatAndAddHeadingL( const TDesC& aHeading );
   576      RPointerArray<CCalEntry> iFetchedEntries;
   570      RPointerArray<CCalEntry> iFetchedEntries;
   577      
   571      
   578 private:
   572 private:
   579      CRepository* iCenRepSession; // Central Repository session
   573      CRepository* iCenRepSession; // Central Repository session
   580      // Notifier to listen changes of offline state
   574      // Notifier to listen changes of offline state
   581      CCenRepNotifyHandler* iNotifier;
   575      CCenRepNotifyHandler* iNotifier;  
   582      TInt iNumOfLinesBeforeLocField; // Number of lines before locaiton field in the rich text editor
       
   583      TInt iTimeFieldLines;  // Number of lines occupied by time field on the viewer   
   576      TInt iTimeFieldLines;  // Number of lines occupied by time field on the viewer   
   584      TBool iEmbeddedFileOpened;
   577      TBool iEmbeddedFileOpened;
   585      CFindItemMenu* iFindMenu;  
   578      CFindItemMenu* iFindMenu;  
   586      TCursorSelection iSelectedText; // Cursor selection for the text editor
   579      TCursorSelection iSelectedText; // Cursor selection for the text editor
   587      TBool iLocaleChanged;
   580      TBool iLocaleChanged;