1*4e8031e0SArmin Le Grand /**************************************************************
2*4e8031e0SArmin Le Grand  *
3*4e8031e0SArmin Le Grand  * Licensed to the Apache Software Foundation (ASF) under one
4*4e8031e0SArmin Le Grand  * or more contributor license agreements.  See the NOTICE file
5*4e8031e0SArmin Le Grand  * distributed with this work for additional information
6*4e8031e0SArmin Le Grand  * regarding copyright ownership.  The ASF licenses this file
7*4e8031e0SArmin Le Grand  * to you under the Apache License, Version 2.0 (the
8*4e8031e0SArmin Le Grand  * "License"); you may not use this file except in compliance
9*4e8031e0SArmin Le Grand  * with the License.  You may obtain a copy of the License at
10*4e8031e0SArmin Le Grand  *
11*4e8031e0SArmin Le Grand  *   http://www.apache.org/licenses/LICENSE-2.0
12*4e8031e0SArmin Le Grand  *
13*4e8031e0SArmin Le Grand  * Unless required by applicable law or agreed to in writing,
14*4e8031e0SArmin Le Grand  * software distributed under the License is distributed on an
15*4e8031e0SArmin Le Grand  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*4e8031e0SArmin Le Grand  * KIND, either express or implied.  See the License for the
17*4e8031e0SArmin Le Grand  * specific language governing permissions and limitations
18*4e8031e0SArmin Le Grand  * under the License.
19*4e8031e0SArmin Le Grand  *
20*4e8031e0SArmin Le Grand  *************************************************************/
21*4e8031e0SArmin Le Grand 
22*4e8031e0SArmin Le Grand #ifndef _SC_SIDEBAR_CELL_LINE_STYLE_POPUP_HXX_
23*4e8031e0SArmin Le Grand #define _SC_SIDEBAR_CELL_LINE_STYLE_POPUP_HXX_
24*4e8031e0SArmin Le Grand 
25*4e8031e0SArmin Le Grand #include <svx/sidebar/Popup.hxx>
26*4e8031e0SArmin Le Grand #include <boost/function.hpp>
27*4e8031e0SArmin Le Grand 
28*4e8031e0SArmin Le Grand namespace sc { namespace sidebar {
29*4e8031e0SArmin Le Grand 
30facb16e7SArmin Le Grand class CellLineStylePopup : public svx::sidebar::Popup
315d39f272SZheng Fan {
32facb16e7SArmin Le Grand public :
33facb16e7SArmin Le Grand     CellLineStylePopup(
34facb16e7SArmin Le Grand         Window* pParent,
35facb16e7SArmin Le Grand         const ::boost::function<svx::sidebar::PopupControl*(svx::sidebar::PopupContainer*)>& rControlCreator);
36facb16e7SArmin Le Grand     virtual ~CellLineStylePopup(void);
375d39f272SZheng Fan 
38facb16e7SArmin Le Grand     void SetLineStyleSelect(sal_uInt16 out, sal_uInt16 in, sal_uInt16 dis);
395d39f272SZheng Fan };
40*4e8031e0SArmin Le Grand 
41*4e8031e0SArmin Le Grand } } // end of namespace sc::sidebar
42*4e8031e0SArmin Le Grand 
43*4e8031e0SArmin Le Grand #endif // _SC_SIDEBAR_CELL_LINE_STYLE_POPUP_HXX_
44*4e8031e0SArmin Le Grand 
45*4e8031e0SArmin Le Grand // eof
46