templdgi.hxx (bd7afb38) | templdgi.hxx (e4bfc5b7) |
---|---|
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 --- 229 unchanged lines hidden (view full) --- 238 sal_Int32 LoadFactoryStyleFilter( SfxObjectShell* i_pObjSh ); 239 void SaveFactoryStyleFilter( SfxObjectShell* i_pObjSh, sal_Int32 i_nFilter ); 240 241public: 242 TYPEINFO(); 243 244 SfxCommonTemplateDialog_Impl( SfxBindings* pB, Window*, bool ); 245 SfxCommonTemplateDialog_Impl( SfxBindings* pB, Window* ); | 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 --- 229 unchanged lines hidden (view full) --- 238 sal_Int32 LoadFactoryStyleFilter( SfxObjectShell* i_pObjSh ); 239 void SaveFactoryStyleFilter( SfxObjectShell* i_pObjSh, sal_Int32 i_nFilter ); 240 241public: 242 TYPEINFO(); 243 244 SfxCommonTemplateDialog_Impl( SfxBindings* pB, Window*, bool ); 245 SfxCommonTemplateDialog_Impl( SfxBindings* pB, Window* ); |
246 ~SfxCommonTemplateDialog_Impl(); | 246 virtual ~SfxCommonTemplateDialog_Impl(); |
247 248 DECL_LINK( MenuSelectHdl, Menu * ); 249 250 virtual void EnableEdit( sal_Bool b = sal_True ) { bCanEdit = b; } 251 virtual void EnableDel( sal_Bool b = sal_True ) { bCanDel = b; } 252 virtual void EnableNew( sal_Bool b = sal_True ) { bCanNew = b; } 253 254 ISfxTemplateCommon* GetISfxTemplateCommon() { return &aISfxTemplateCommon; } --- 140 unchanged lines hidden --- | 247 248 DECL_LINK( MenuSelectHdl, Menu * ); 249 250 virtual void EnableEdit( sal_Bool b = sal_True ) { bCanEdit = b; } 251 virtual void EnableDel( sal_Bool b = sal_True ) { bCanDel = b; } 252 virtual void EnableNew( sal_Bool b = sal_True ) { bCanNew = b; } 253 254 ISfxTemplateCommon* GetISfxTemplateCommon() { return &aISfxTemplateCommon; } --- 140 unchanged lines hidden --- |