fmmodel.hxx (3334a7e6) | fmmodel.hxx (c7be74b1) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 40 unchanged lines hidden (view full) --- 49 50 SVX_DLLPRIVATE FmFormModel( const FmFormModel& ); // never implemented 51 SVX_DLLPRIVATE void operator=(const FmFormModel& rSrcModel); // never implemented 52 53public: 54 TYPEINFO(); 55 56 FmFormModel(SfxItemPool* pPool=NULL, SfxObjectShell* pPers=NULL ); | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 40 unchanged lines hidden (view full) --- 49 50 SVX_DLLPRIVATE FmFormModel( const FmFormModel& ); // never implemented 51 SVX_DLLPRIVATE void operator=(const FmFormModel& rSrcModel); // never implemented 52 53public: 54 TYPEINFO(); 55 56 FmFormModel(SfxItemPool* pPool=NULL, SfxObjectShell* pPers=NULL ); |
57 FmFormModel(const XubString& rPath, SfxItemPool* pPool=NULL, 58 SfxObjectShell* pPers=NULL ); 59 FmFormModel(SfxItemPool* pPool, SfxObjectShell* pPers, FASTBOOL bUseExtColorTable); 60 FmFormModel(const XubString& rPath, SfxItemPool* pPool, SfxObjectShell* pPers, 61 FASTBOOL bUseExtColorTable); 62 | 57 FmFormModel(const XubString& rPath, SfxItemPool* pPool=NULL, SfxObjectShell* pPers=NULL ); |
63 virtual ~FmFormModel(); 64 65 virtual SdrPage* AllocPage(FASTBOOL bMasterPage); 66 virtual void InsertPage(SdrPage* pPage, sal_uInt16 nPos=0xFFFF); 67 virtual SdrPage* RemovePage(sal_uInt16 nPgNum); 68 virtual void MovePage(sal_uInt16 nPgNum, sal_uInt16 nNewPos); 69 virtual void InsertMasterPage(SdrPage* pPage, sal_uInt16 nPos=0xFFFF); 70 virtual SdrPage* RemoveMasterPage(sal_uInt16 nPgNum); --- 28 unchanged lines hidden --- | 58 virtual ~FmFormModel(); 59 60 virtual SdrPage* AllocPage(FASTBOOL bMasterPage); 61 virtual void InsertPage(SdrPage* pPage, sal_uInt16 nPos=0xFFFF); 62 virtual SdrPage* RemovePage(sal_uInt16 nPgNum); 63 virtual void MovePage(sal_uInt16 nPgNum, sal_uInt16 nNewPos); 64 virtual void InsertMasterPage(SdrPage* pPage, sal_uInt16 nPos=0xFFFF); 65 virtual SdrPage* RemoveMasterPage(sal_uInt16 nPgNum); --- 28 unchanged lines hidden --- |