extras/calcsoft/inc/CalcOutSheet.inl
branchRCL_3
changeset 24 10c6e6d6e4d9
parent 0 3ee3dfdd8d69
equal deleted inserted replaced
23:41b775cdc0c8 24:10c6e6d6e4d9
       
     1 /*
       
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0""
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Implemented all inline functions for CCalcOutputSheet.  
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // ================= MEMBER FUNCTIONS =======================
       
    20 
       
    21 // ---------------------------------------------------------
       
    22 // CCalcEditorSubPane::RefreshPaperBitmap
       
    23 // Updates iCalcPaper
       
    24 // (other items were commented in a header).
       
    25 // ---------------------------------------------------------
       
    26 //
       
    27 inline void CCalcOutputSheet::RefreshPaperBitmap()
       
    28 {
       
    29 	iCalcPaper = iCalcAppEnv->PaperBitmap();
       
    30 }
       
    31 // ---------------------------------------------------------
       
    32 // CCalcEditorSubPane::RefreshScalablePaperBitmap
       
    33 // Updates iCalcScalablePaper
       
    34 // (other items were commented in a header).
       
    35 // ---------------------------------------------------------
       
    36 //
       
    37 inline void CCalcOutputSheet::RefreshScalablePaperBitmap()
       
    38 {
       
    39  
       
    40 iCalcAppEnv->ScalablePaperBitmaps(iCalcScalablePaper);
       
    41 }
       
    42 
       
    43 // ---------------------------------------------------------
       
    44 // CCalcEditorSubPane::RefreshResultsLineBitmap
       
    45 // Updates iCalcResultsLine
       
    46 // This is used only when __SCALABLE_ICONS flag 
       
    47 // is enabled. When there is no SVG icon support the result 
       
    48 // line is drawn using DrawRect.
       
    49 // (other items were commented in a header).
       
    50 // ---------------------------------------------------------
       
    51 //
       
    52 inline void CCalcOutputSheet::RefreshResultsLineBitmap()
       
    53 {
       
    54 	iCalcResultsLine = iCalcAppEnv->ResultsLineBitmap();
       
    55 }
       
    56 	
       
    57 //  End of File