drwbassh.hxx (1d2dbeb0) drwbassh.hxx (ee093554)
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

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

44 SwDrawBaseShell(SwView &rShell);
45 virtual ~SwDrawBaseShell();
46
47 SFX_DECL_INTERFACE(SW_DRAWBASESHELL)
48 TYPEINFO();
49
50 void Execute(SfxRequest &);
51 void GetState(SfxItemSet &);
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

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

44 SwDrawBaseShell(SwView &rShell);
45 virtual ~SwDrawBaseShell();
46
47 SFX_DECL_INTERFACE(SW_DRAWBASESHELL)
48 TYPEINFO();
49
50 void Execute(SfxRequest &);
51 void GetState(SfxItemSet &);
52 void GetDrawAttrStateForIFBX( SfxItemSet& rSet );
52 void DisableState(SfxItemSet &rSet) { Disable(rSet);}
53 sal_Bool Disable(SfxItemSet& rSet, sal_uInt16 nWhich = 0);
54
55 void StateStatusline(SfxItemSet &rSet);
56
57};
58
59
60#endif
53 void DisableState(SfxItemSet &rSet) { Disable(rSet);}
54 sal_Bool Disable(SfxItemSet& rSet, sal_uInt16 nWhich = 0);
55
56 void StateStatusline(SfxItemSet &rSet);
57
58};
59
60
61#endif