williamr@4: /* williamr@4: * Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). williamr@4: * All rights reserved. williamr@4: * This component and the accompanying materials are made available williamr@4: * under the terms of "Eclipse Public License v1.0" williamr@4: * which accompanies this distribution, and is available williamr@4: * at the URL "http://www.eclipse.org/legal/epl-v10.html". williamr@4: * williamr@4: * Initial Contributors: williamr@4: * Nokia Corporation - initial contribution. williamr@4: * williamr@4: * Contributors: williamr@4: * williamr@4: * Description: williamr@4: * williamr@4: */ williamr@4: williamr@2: williamr@2: williamr@2: williamr@2: williamr@2: const CParaFormatLayer* CGlobalText::GlobalParaFormatLayer()const williamr@2: /** Gets the paragraph format layer referenced by the global text object. williamr@2: williamr@2: @return Pointer to the paragraph format layer referenced by the global text williamr@2: object. */ williamr@2: {return iGlobalParaFormatLayer;} williamr@2: williamr@2: williamr@2: williamr@2: williamr@2: const CCharFormatLayer* CGlobalText::GlobalCharFormatLayer()const williamr@2: /** Gets the character format layer referenced by the global text object. williamr@2: williamr@2: @return Pointer to the character format layer referenced by the global text williamr@2: object. */ williamr@2: {return iGlobalCharFormatLayer;} williamr@4: