treeopt.hxx (c4eee24d) treeopt.hxx (97e8a929)
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

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

38CreateTabPage GetSSOCreator( void );
39
40// class OfaOptionsTreeListBox -------------------------------------------
41
42//!#define NUMBER_OF_OPTION_PAGES 12
43class SfxModule;
44class SfxShell;
45class SfxItemSet;
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

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

38CreateTabPage GetSSOCreator( void );
39
40// class OfaOptionsTreeListBox -------------------------------------------
41
42//!#define NUMBER_OF_OPTION_PAGES 12
43class SfxModule;
44class SfxShell;
45class SfxItemSet;
46class XColorTable;
46class XColorList;
47class OfaOptionsTreeListBox : public SvTreeListBox
48{
49 using SvListView::Collapse;
50
51private:
52 sal_Bool bInCollapse;
53
54public:

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

192
193 String sTitle;
194 String sNotLoadedError;
195
196 SvLBoxEntry* pCurrentPageEntry;
197
198 // for the ColorTabPage
199 SfxItemSet* pColorPageItemSet;
47class OfaOptionsTreeListBox : public SvTreeListBox
48{
49 using SvListView::Collapse;
50
51private:
52 sal_Bool bInCollapse;
53
54public:

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

192
193 String sTitle;
194 String sNotLoadedError;
195
196 SvLBoxEntry* pCurrentPageEntry;
197
198 // for the ColorTabPage
199 SfxItemSet* pColorPageItemSet;
200 XColorTable* pColorTab;
200 XColorList* pColorTab;
201 sal_uInt16 nChangeType;
202 sal_uInt16 nUnknownType;
203 sal_uInt16 nUnknownPos;
204 sal_Bool bIsAreaTP;
205
206 sal_Bool bForgetSelection;
207 sal_Bool bExternBrowserActive;
208 sal_Bool bImageResized;

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

264 SfxModule* pCreateModule, sal_uInt16 nDialogId );
265
266 void ActivateLastSelection();
267 void ActivatePage( sal_uInt16 nResId );
268 void ActivatePage( const String& rPageURL );
269 void ApplyItemSets();
270
271 sal_uInt16 GetColorChanged() const { return nChangeType; }
201 sal_uInt16 nChangeType;
202 sal_uInt16 nUnknownType;
203 sal_uInt16 nUnknownPos;
204 sal_Bool bIsAreaTP;
205
206 sal_Bool bForgetSelection;
207 sal_Bool bExternBrowserActive;
208 sal_Bool bImageResized;

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

264 SfxModule* pCreateModule, sal_uInt16 nDialogId );
265
266 void ActivateLastSelection();
267 void ActivatePage( sal_uInt16 nResId );
268 void ActivatePage( const String& rPageURL );
269 void ApplyItemSets();
270
271 sal_uInt16 GetColorChanged() const { return nChangeType; }
272 XColorTable* GetColorTable() { return pColorTab; }
272 XColorList* GetColorTable() { return pColorTab; }
273
274 // helper functions to call the language settings TabPage from the SpellDialog
275 static void ApplyLanguageOptions(const SfxItemSet& rSet);
276};
277
278// class OfaPageResource -------------------------------------------------
279
280class OfaPageResource : public Resource

--- 68 unchanged lines hidden ---
273
274 // helper functions to call the language settings TabPage from the SpellDialog
275 static void ApplyLanguageOptions(const SfxItemSet& rSet);
276};
277
278// class OfaPageResource -------------------------------------------------
279
280class OfaPageResource : public Resource

--- 68 unchanged lines hidden ---