WrapPropertyPanel.hxx (45da7d5e) WrapPropertyPanel.hxx (86e1cf34)
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

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

67 ::boost::scoped_ptr<ImageRadioButton> mpRBWrapParallel;
68 ::boost::scoped_ptr<ImageRadioButton> mpRBWrapThrough;
69 ::boost::scoped_ptr<ImageRadioButton> mpRBIdealWrap;
70
71 //Image resource.
72 ImageList aWrapIL;
73 ImageList aWrapILH;
74
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

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

67 ::boost::scoped_ptr<ImageRadioButton> mpRBWrapParallel;
68 ::boost::scoped_ptr<ImageRadioButton> mpRBWrapThrough;
69 ::boost::scoped_ptr<ImageRadioButton> mpRBIdealWrap;
70
71 //Image resource.
72 ImageList aWrapIL;
73 ImageList aWrapILH;
74
75 //Controler Items==================================
75 //Controller Items==================================
76 ::sfx2::sidebar::ControllerItem maSwNoWrapControl;
77 ::sfx2::sidebar::ControllerItem maSwWrapLeftControl;
78 ::sfx2::sidebar::ControllerItem maSwWrapRightControl;
79 ::sfx2::sidebar::ControllerItem maSwWrapParallelControl;
80 ::sfx2::sidebar::ControllerItem maSwWrapThroughControl;
81 ::sfx2::sidebar::ControllerItem maSwWrapIdealControl;
82
83 void Initialize();
84
85 DECL_LINK(WrapTypeHdl, void*);
86 };
87
88} } // end of namespace ::sw::sidebar
89
90#endif
76 ::sfx2::sidebar::ControllerItem maSwNoWrapControl;
77 ::sfx2::sidebar::ControllerItem maSwWrapLeftControl;
78 ::sfx2::sidebar::ControllerItem maSwWrapRightControl;
79 ::sfx2::sidebar::ControllerItem maSwWrapParallelControl;
80 ::sfx2::sidebar::ControllerItem maSwWrapThroughControl;
81 ::sfx2::sidebar::ControllerItem maSwWrapIdealControl;
82
83 void Initialize();
84
85 DECL_LINK(WrapTypeHdl, void*);
86 };
87
88} } // end of namespace ::sw::sidebar
89
90#endif