AlignmentPropertyPanel.hxx (37fee4fd) AlignmentPropertyPanel.hxx (45da7d5e)
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

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

52 const DataChangedEvent& rEvent);
53
54 virtual void HandleContextChange(
55 const ::sfx2::sidebar::EnumContext aContext);
56
57 virtual void NotifyItemUpdate(
58 const sal_uInt16 nSId,
59 const SfxItemState eState,
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

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

52 const DataChangedEvent& rEvent);
53
54 virtual void HandleContextChange(
55 const ::sfx2::sidebar::EnumContext aContext);
56
57 virtual void NotifyItemUpdate(
58 const sal_uInt16 nSId,
59 const SfxItemState eState,
60 const SfxPoolItem* pState);
60 const SfxPoolItem* pState,
61 const bool bIsEnabled);
61
62 SfxBindings* GetBindings();
63
64private:
65 //ui controls
66 ::boost::scoped_ptr<Window> mpTBHorizontalBackground;
67 ::boost::scoped_ptr< ToolBox > mpTBHorizontal;
68 ::boost::scoped_ptr<Window> mpTBVerticalBackground;

--- 62 unchanged lines hidden ---
62
63 SfxBindings* GetBindings();
64
65private:
66 //ui controls
67 ::boost::scoped_ptr<Window> mpTBHorizontalBackground;
68 ::boost::scoped_ptr< ToolBox > mpTBHorizontal;
69 ::boost::scoped_ptr<Window> mpTBVerticalBackground;

--- 62 unchanged lines hidden ---