unotools.hxx (1d2dbeb0) unotools.hxx (6e9cccf4)
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

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

103 SW_DLLPRIVATE DECL_LINK( PopupHdl, Menu* );
104
105 SW_DLLPRIVATE void CreateControl();
106 SW_DLLPRIVATE void DisposeControl();
107
108public:
109 SwOneExampleFrame(Window& rWin,
110 sal_uInt32 nStyleFlags = EX_SHOW_ONLINE_LAYOUT,
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

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

103 SW_DLLPRIVATE DECL_LINK( PopupHdl, Menu* );
104
105 SW_DLLPRIVATE void CreateControl();
106 SW_DLLPRIVATE void DisposeControl();
107
108public:
109 SwOneExampleFrame(Window& rWin,
110 sal_uInt32 nStyleFlags = EX_SHOW_ONLINE_LAYOUT,
111 const Link* pInitalizedLink = 0,
111 const Link* pInitializedLink = 0,
112 String* pURL = 0);
113 ~SwOneExampleFrame();
114
115 STAR_REFERENCE( awt::XControl ) & GetControl() {return _xControl; }
116 STAR_REFERENCE( frame::XModel ) & GetModel() {return _xModel;}
117 STAR_REFERENCE( frame::XController ) & GetController() {return _xController;}
118 STAR_REFERENCE( text::XTextCursor ) & GetTextCursor() {return _xCursor;}
119

--- 12 unchanged lines hidden ---
112 String* pURL = 0);
113 ~SwOneExampleFrame();
114
115 STAR_REFERENCE( awt::XControl ) & GetControl() {return _xControl; }
116 STAR_REFERENCE( frame::XModel ) & GetModel() {return _xModel;}
117 STAR_REFERENCE( frame::XController ) & GetController() {return _xController;}
118 STAR_REFERENCE( text::XTextCursor ) & GetTextCursor() {return _xCursor;}
119

--- 12 unchanged lines hidden ---