templdgi.hxx (e4bfc5b7) templdgi.hxx (2e3a1b6e)
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

--- 253 unchanged lines hidden (view full) ---

262 SfxObjectShell* GetObjectShell() const { return pCurObjShell; }
263
264 virtual void PrepareDeleteAction(); // disable buttons, change button text, etc. when del is going to happen
265
266 inline sal_Bool CanEdit( void ) const { return bCanEdit; }
267 inline sal_Bool CanDel( void ) const { return bCanDel; }
268 inline sal_Bool CanNew( void ) const { return bCanNew; }
269
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

--- 253 unchanged lines hidden (view full) ---

262 SfxObjectShell* GetObjectShell() const { return pCurObjShell; }
263
264 virtual void PrepareDeleteAction(); // disable buttons, change button text, etc. when del is going to happen
265
266 inline sal_Bool CanEdit( void ) const { return bCanEdit; }
267 inline sal_Bool CanDel( void ) const { return bCanDel; }
268 inline sal_Bool CanNew( void ) const { return bCanNew; }
269
270 // normaly for derivates from SvTreeListBoxes, but in this case the dialog handles context menus
270 // normally for derivates from SvTreeListBoxes, but in this case the dialog handles context menus
271 virtual PopupMenu* CreateContextMenu( void );
272
273 // Rechnet von den SFX_STYLE_FAMILY Ids auf 1-5 um
274 static sal_uInt16 SfxFamilyIdToNId( SfxStyleFamily nFamily );
275
276 void SetAutomaticFilter();
277};
278/* -----------------10.12.2003 11:42-----------------

--- 116 unchanged lines hidden ---
271 virtual PopupMenu* CreateContextMenu( void );
272
273 // Rechnet von den SFX_STYLE_FAMILY Ids auf 1-5 um
274 static sal_uInt16 SfxFamilyIdToNId( SfxStyleFamily nFamily );
275
276 void SetAutomaticFilter();
277};
278/* -----------------10.12.2003 11:42-----------------

--- 116 unchanged lines hidden ---