validate.hxx (38d50f7b) validate.hxx (0deba7fb)
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

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

88//<!--Modified by PengYunQuan for Validity Cell Range Picker
89//class ScValidationDlg : public SfxTabDialog
90class ScValidationDlg :public ScRefHdlrImpl<ScValidationDlg, SfxTabDialog, false>, public ScRefHandlerHelper
91//-->Modified by PengYunQuan for Validity Cell Range Picker
92{
93 //<!--Added by PengYunQuan for Validity Cell Range Picker
94 typedef ScRefHdlrImpl<ScValidationDlg, SfxTabDialog, false> ScValidationDlgBase;
95
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

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

88//<!--Modified by PengYunQuan for Validity Cell Range Picker
89//class ScValidationDlg : public SfxTabDialog
90class ScValidationDlg :public ScRefHdlrImpl<ScValidationDlg, SfxTabDialog, false>, public ScRefHandlerHelper
91//-->Modified by PengYunQuan for Validity Cell Range Picker
92{
93 //<!--Added by PengYunQuan for Validity Cell Range Picker
94 typedef ScRefHdlrImpl<ScValidationDlg, SfxTabDialog, false> ScValidationDlgBase;
95
96 //Start_Moddify by liliang 03/26/2008 SODC_13677_2
97 DECL_LINK( OkHdl, Button * );
96 DECL_LINK( OkHdl, Button * );
98 //End_Moddify by liliang 03/26/2008 SODC_13677_2
97
99 bool m_bOwnRefHdlr:1;
100
101 ScTabViewShell *m_pTabVwSh;
102 bool m_bRefInputting:1;
103 bool EnterRefStatus();
104 bool LeaveRefStatus();
105 //-->Added by PengYunQuan for Validity Cell Range Picker
106public:

--- 237 unchanged lines hidden ---
98 bool m_bOwnRefHdlr:1;
99
100 ScTabViewShell *m_pTabVwSh;
101 bool m_bRefInputting:1;
102 bool EnterRefStatus();
103 bool LeaveRefStatus();
104 //-->Added by PengYunQuan for Validity Cell Range Picker
105public:

--- 237 unchanged lines hidden ---