CellAppearancePropertyPanel.hxx (40fa6838) CellAppearancePropertyPanel.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

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

60 const DataChangedEvent& rEvent);
61
62 virtual void HandleContextChange(
63 const ::sfx2::sidebar::EnumContext aContext);
64
65 virtual void NotifyItemUpdate(
66 const sal_uInt16 nSId,
67 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

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

60 const DataChangedEvent& rEvent);
61
62 virtual void HandleContextChange(
63 const ::sfx2::sidebar::EnumContext aContext);
64
65 virtual void NotifyItemUpdate(
66 const sal_uInt16 nSId,
67 const SfxItemState eState,
68 const SfxPoolItem* pState);
68 const SfxPoolItem* pState,
69 const bool bIsEnabled);
69
70 SfxBindings* GetBindings();
71
72private:
73 //ui controls
74 ::boost::scoped_ptr< FixedText > mpFTFillColor;
75 ::boost::scoped_ptr< Window > mpTBFillColorBackground;
76 ::boost::scoped_ptr< ToolBox > mpTBFillColor;

--- 138 unchanged lines hidden ---
70
71 SfxBindings* GetBindings();
72
73private:
74 //ui controls
75 ::boost::scoped_ptr< FixedText > mpFTFillColor;
76 ::boost::scoped_ptr< Window > mpTBFillColorBackground;
77 ::boost::scoped_ptr< ToolBox > mpTBFillColor;

--- 138 unchanged lines hidden ---