highred.cxx (b3f79822) highred.cxx (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

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

100 aFilterCtr.SetRefHdl(LINK( this, ScHighlightChgDlg, RefHandle ));
101 aFilterCtr.HideRange(sal_False);
102 aFilterCtr.Show();
103 SetDispatcherLock( sal_True );
104 //SFX_APPWINDOW->Disable(sal_False);
105
106 Init();
107
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

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

100 aFilterCtr.SetRefHdl(LINK( this, ScHighlightChgDlg, RefHandle ));
101 aFilterCtr.HideRange(sal_False);
102 aFilterCtr.Show();
103 SetDispatcherLock( sal_True );
104 //SFX_APPWINDOW->Disable(sal_False);
105
106 Init();
107
108 aFilterCtr.SetAccessibleRelationMemberOf(&aFlFilter);
108}
109
110ScHighlightChgDlg::~ScHighlightChgDlg()
111{
112 SetDispatcherLock( sal_False );
113 //SFX_APPWINDOW->Enable();
114}
115

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

252{
253 if(pRef!=NULL)
254 {
255 SetDispatcherLock( sal_True );
256 //SFX_APPWINDOW->Disable(sal_False);
257 aEdAssign.Show();
258 aRbAssign.Show();
259 aEdAssign.SetText(aFilterCtr.GetRange());
109}
110
111ScHighlightChgDlg::~ScHighlightChgDlg()
112{
113 SetDispatcherLock( sal_False );
114 //SFX_APPWINDOW->Enable();
115}
116

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

253{
254 if(pRef!=NULL)
255 {
256 SetDispatcherLock( sal_True );
257 //SFX_APPWINDOW->Disable(sal_False);
258 aEdAssign.Show();
259 aRbAssign.Show();
260 aEdAssign.SetText(aFilterCtr.GetRange());
261 //IAccessibility2 Implementation 2009-----
262 aEdAssign.GrabFocus();
263 //-----IAccessibility2 Implementation 2009
260 ScAnyRefDlg::RefInputStart(&aEdAssign,&aRbAssign);
261 }
262 return 0;
263}
264
265IMPL_LINK( ScHighlightChgDlg, OKBtnHdl, PushButton*, pOKBtn )
266{
267 if ( pOKBtn == &aOkButton)

--- 31 unchanged lines hidden ---
264 ScAnyRefDlg::RefInputStart(&aEdAssign,&aRbAssign);
265 }
266 return 0;
267}
268
269IMPL_LINK( ScHighlightChgDlg, OKBtnHdl, PushButton*, pOKBtn )
270{
271 if ( pOKBtn == &aOkButton)

--- 31 unchanged lines hidden ---