cuicharmap.hxx (c4eee24d) cuicharmap.hxx (9b8096d0)
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

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

77 SvxCharMapData( class SfxModalDialog* pDialog, sal_Bool bOne_, ResMgr* pResContext );
78
79 void SetCharFont( const Font& rFont );
80
81private:
82friend class SvxCharacterMap;
83 SfxModalDialog* mpDialog;
84
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

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

77 SvxCharMapData( class SfxModalDialog* pDialog, sal_Bool bOne_, ResMgr* pResContext );
78
79 void SetCharFont( const Font& rFont );
80
81private:
82friend class SvxCharacterMap;
83 SfxModalDialog* mpDialog;
84
85 FixedText aFontText;
86 ListBox aFontLB;
87 FixedText aSubsetText;
88 ListBox aSubsetLB;
85 SvxShowCharSet aShowSet;
89 SvxShowCharSet aShowSet;
90 FixedText aSymbolText;
86 SvxShowText aShowText;
87// SvxShowText aShowShortcut;
88 OKButton aOKBtn;
89 CancelButton aCancelBtn;
90 HelpButton aHelpBtn;
91 PushButton aDeleteBtn;
92// PushButton aAssignBtn;
91 SvxShowText aShowText;
92// SvxShowText aShowShortcut;
93 OKButton aOKBtn;
94 CancelButton aCancelBtn;
95 HelpButton aHelpBtn;
96 PushButton aDeleteBtn;
97// PushButton aAssignBtn;
93 FixedText aFontText;
94 ListBox aFontLB;
95 FixedText aSubsetText;
96 ListBox aSubsetLB;
97 FixedText aSymbolText;
98 SvxShowText aShowChar;
99 FixedText aCharCodeText;
100// FixedText aAssignText;
101 Font aFont;
102 sal_Bool bOne;
103 const SubsetMap* pSubsetMap;
104
105 DECL_LINK( OKHdl, OKButton* );

--- 34 unchanged lines hidden ---
98 SvxShowText aShowChar;
99 FixedText aCharCodeText;
100// FixedText aAssignText;
101 Font aFont;
102 sal_Bool bOne;
103 const SubsetMap* pSubsetMap;
104
105 DECL_LINK( OKHdl, OKButton* );

--- 34 unchanged lines hidden ---