diff -r b13141f05c3d -r b5fbb9b25d57 meetingrequest/mrgui/src/cesmrviewerdialog.cpp --- a/meetingrequest/mrgui/src/cesmrviewerdialog.cpp Tue Apr 27 16:20:14 2010 +0300 +++ b/meetingrequest/mrgui/src/cesmrviewerdialog.cpp Tue May 11 15:57:15 2010 +0300 @@ -54,18 +54,18 @@ #include #include #include -#include +#include #include #include #include #include #include -#include -#include -#include +#include +#include +#include #include #include -#include +#include #include // DEBUG @@ -196,7 +196,7 @@ iTitlePane->Rollback(); delete iTitlePane; } - + delete iESMRSendUI; delete iLocationPluginHandler; delete iFeatures; @@ -240,8 +240,8 @@ iToolbar = CMRToolbar::NewL(); TRect clientRect; - AknLayoutUtils::LayoutMetricsRect( - AknLayoutUtils::EMainPane, + AknLayoutUtils::LayoutMetricsRect( + AknLayoutUtils::EMainPane, clientRect ); TBool responseReady(EFalse); @@ -272,14 +272,14 @@ // Give the strategy to the iView // storage ownership is transferred to CESMRView - iView = CESMRView::NewL( - storage, - *calEntry, - clientRect, - *iFocusStrategy, + iView = CESMRView::NewL( + storage, + *calEntry, + clientRect, + *iFocusStrategy, *iToolbar, this ); - + iView->SetViewMode( EESMRViewMR ); if ( calEntry->Entry().SummaryL().Length() == 0 ) @@ -335,7 +335,7 @@ { iTitlePane = CESMRTitlePaneHandler::NewL( *iEikonEnv ); } - + HBufC* titleText = StringLoader::LoadLC( titleStringId, iCoeEnv ); iTitlePane->SetNewTitle( titleText ); CleanupStack::PopAndDestroy( titleText ); @@ -356,7 +356,7 @@ // Needs to be constructed here ConstructToolbarL(); - + switch ( iInfoProvider.EntryL()->Type() ) { case MESMRCalEntry::EESMRCalEntryMeetingRequest: @@ -364,9 +364,9 @@ iView->InitialScrollL(); MESMRMeetingRequestEntry* entry = - static_cast( + static_cast( iInfoProvider.EntryL() ); - + if ( entry->IsOpenedFromMail() ) { iView->SetNaviArrowStatus( @@ -622,10 +622,10 @@ } } } - - // If entry is recurring, we want to ask from user, if + + // If entry is recurring, we want to ask from user, if // single instance or whole series will be forwarded - if( aCommand == EESMRCmdForwardAsMail && + if( aCommand == EESMRCmdForwardAsMail && iInfoProvider.EntryL()->IsRecurrentEventL() ) { SetRecurrenceModRuleL( @@ -716,7 +716,7 @@ { iView->ProcessEditorCommandL( EMRCmdHideAttachmentIndicator ); } - break; + break; default: { if ( aCommand >= EESMRCmdActionMenuFirst && @@ -821,7 +821,7 @@ res = HandleMRExitL( aButtonId ); break; } - + default: { if(iExitTriggered) @@ -894,7 +894,7 @@ } } } - + return retValue; } @@ -931,7 +931,7 @@ TInt /*aResourceId*/, CAknToolbar* /*aToolbar*/ ) { - // TODO: Not implemented yet + } // --------------------------------------------------------------------------- @@ -1324,7 +1324,7 @@ { const CESMRPolicy& currentPolicy( iInfoProvider.PolicyProvider().CurrentPolicy() ); - + aMenuPane->SetItemDimmed( EESMRCmdMailDelete, !iCallback.IsCommandAvailable( @@ -1537,7 +1537,7 @@ static_cast( plugin->ExtensionL(uid) ); MESMRCalEntry* calEntry = iInfoProvider.EntryL(); - + if ( extension && MESMRCalEntry::EESMRCalEntryMeetingRequest == calEntry->Type()) { // Static cast is safe here. We know for sure that entry is MR @@ -1725,14 +1725,14 @@ void CESMRViewerDialog::HandleFieldEventL( const MESMRFieldEvent& aEvent ) { FUNC_LOG; - + MESMRFieldEvent::TEventType type( aEvent.Type() ); - + if ( MESMRFieldEvent::EESMRFieldCommandEvent == type ) { ProcessCommandEventL( aEvent ); } - else if ( MESMRFieldEvent::EESMRFieldChangeEvent == type ) + else if ( MESMRFieldEvent::EESMRFieldChangeEvent == type ) { ProcessFieldEventL( aEvent ); } @@ -1822,7 +1822,7 @@ mrEntry = static_cast( calEntry ); TBool openedFromEmail( mrEntry->IsOpenedFromMail() ); - + // If entry is opened from mail, contains remote attachments and // mailbox is MfE, we show the query. if ( openedFromEmail && mrEntry->ContainsRemoteAttachmentsL() && @@ -1856,28 +1856,28 @@ void CESMRViewerDialog::ConstructToolbarL() { FUNC_LOG; - if( iInfoProvider.EntryL()->Type() == + if( iInfoProvider.EntryL()->Type() == MESMRCalEntry::EESMRCalEntryMeetingRequest ) { MESMRMeetingRequestEntry* entry = - static_cast( + static_cast( iInfoProvider.EntryL() ); - - if( !entry->OccursInPastL() && - !entry->IsEntryOutOfDateL() && + + if( !entry->OccursInPastL() && + !entry->IsEntryOutOfDateL() && !entry->IsMeetingCancelledL() ) { if ( entry->RoleL()== EESMRRoleRequiredAttendee || entry->RoleL()== EESMRRoleOptionalAttendee ) { - TSize screenSize = + TSize screenSize = iEikonEnv->ScreenDevice()->SizeInPixels(); - + TBool isVGA( EFalse ); - if( ( screenSize.iHeight == KVGAOneSide || - screenSize.iWidth == KVGAOneSide ) && - ( screenSize.iHeight == KVGAOtherSide || - screenSize.iWidth == KVGAOtherSide ) && + if( ( screenSize.iHeight == KVGAOneSide || + screenSize.iWidth == KVGAOneSide ) && + ( screenSize.iHeight == KVGAOtherSide || + screenSize.iWidth == KVGAOtherSide ) && screenSize.iHeight != screenSize.iWidth ) { isVGA = ETrue; @@ -1892,12 +1892,12 @@ iToolbar->InitializeToolbarL( CMRToolbar::EMRViewerAttendee ); iToolbar->ShowToolbar( ETrue ); - + // Toolbar created, relayouting needed - iView->ReLayout(); + SizeChanged(); } } - } + } } } @@ -1908,7 +1908,7 @@ void CESMRViewerDialog::ProcessCommandEventL( const MESMRFieldEvent& aEvent ) { FUNC_LOG; - + TInt* command = static_cast< TInt* >( aEvent.Param( 0 ) ); switch ( *command ) @@ -1954,7 +1954,7 @@ { break; } - } + } } // --------------------------------------------------------------------------- @@ -1963,8 +1963,8 @@ // void CESMRViewerDialog::ProcessFieldEventL( const MESMRFieldEvent& aEvent ) { - FUNC_LOG; + FUNC_LOG; iView->ProcessEventL( aEvent ); } - + // EOF