GalleryControl.hxx (a8eaca58) GalleryControl.hxx (65908a7e)
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

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

43class SVX_DLLPUBLIC GalleryControl : public Window
44{
45public:
46 GalleryControl (
47 SfxBindings* pBindings,
48 Window* pParentWindow);
49 virtual ~GalleryControl (void);
50
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

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

43class SVX_DLLPUBLIC GalleryControl : public Window
44{
45public:
46 GalleryControl (
47 SfxBindings* pBindings,
48 Window* pParentWindow);
49 virtual ~GalleryControl (void);
50
51 sal_Bool KeyInput( const KeyEvent& rKEvt, Window* pWindow);
52
51private:
52 Gallery* mpGallery;
53 ::boost::scoped_ptr<GallerySplitter> mpSplitter;
54 ::boost::scoped_ptr<GalleryBrowser1> mpBrowser1;
55 ::boost::scoped_ptr<GalleryBrowser2> mpBrowser2;
56 Size maLastSize;
57 bool mbIsInitialResize;
58

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

66protected:
67 void ThemeSelectionHasChanged (void);
68
69 INetURLObject GetURL (void) const;
70 String GetFilterName (void) const;
71 Graphic GetGraphic (void) const;
72 sal_Bool GetVCDrawModel (FmFormModel& rModel) const;
73 sal_Bool IsLinkage (void) const;
53private:
54 Gallery* mpGallery;
55 ::boost::scoped_ptr<GallerySplitter> mpSplitter;
56 ::boost::scoped_ptr<GalleryBrowser1> mpBrowser1;
57 ::boost::scoped_ptr<GalleryBrowser2> mpBrowser2;
58 Size maLastSize;
59 bool mbIsInitialResize;
60

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

68protected:
69 void ThemeSelectionHasChanged (void);
70
71 INetURLObject GetURL (void) const;
72 String GetFilterName (void) const;
73 Graphic GetGraphic (void) const;
74 sal_Bool GetVCDrawModel (FmFormModel& rModel) const;
75 sal_Bool IsLinkage (void) const;
74 sal_Bool KeyInput( const KeyEvent& rKEvt, Window* pWindow);
75};
76
77} } // end of namespace svx::sidebar
78
79#endif
76};
77
78} } // end of namespace svx::sidebar
79
80#endif