meetingrequest/mrgui/mrfieldbuilderpluginextension/src/cesmrviewerfromfield.cpp
branchRCL_3
changeset 22 d620048b4810
parent 16 b5fbb9b25d57
equal deleted inserted replaced
20:efd4f1afd43e 22:d620048b4810
   267     FUNC_LOG;
   267     FUNC_LOG;
   268     iExpandedSize = aSize;
   268     iExpandedSize = aSize;
   269     if ( iObserver )
   269     if ( iObserver )
   270         {
   270         {
   271         iObserver->ControlSizeChanged ( this );
   271         iObserver->ControlSizeChanged ( this );
       
   272         
       
   273         if ( !iOutlineFocus )
       
   274             {
       
   275             RecordField();
       
   276             }
   272         }
   277         }
   273     return iDisableRedraw;
   278     return iDisableRedraw;
   274     }
   279     }
   275 
   280 
   276 // ---------------------------------------------------------------------------
   281 // ---------------------------------------------------------------------------
   343         //need to tell action menu that focus has changed
   348         //need to tell action menu that focus has changed
   344         iRichTextViewer->ResetActionMenuL();
   349         iRichTextViewer->ResetActionMenuL();
   345         }
   350         }
   346     }
   351     }
   347 
   352 
   348 // ---------------------------------------------------------------------------
       
   349 // CESMRViewerFromField::SetContainerWindowL()
       
   350 // ---------------------------------------------------------------------------
       
   351 //
       
   352 void CESMRViewerFromField::SetContainerWindowL(const CCoeControl& aContainer)
       
   353     {
       
   354     FUNC_LOG;
       
   355     CESMRField::SetContainerWindowL( aContainer );
       
   356     if ( iRichTextViewer )
       
   357         {
       
   358         iRichTextViewer->SetContainerWindowL( aContainer );
       
   359         iRichTextViewer->SetParent( this );
       
   360         }
       
   361     }
       
   362 
       
   363 //EOF
   353 //EOF
   364 
   354