cellsh3.cxx (da72173f) cellsh3.cxx (d9a8b508)
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

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

355 }
356 }
357 break;
358
359 case SID_ENABLE_HYPHENATION:
360 pTabViewShell->ExecuteCellFormatDlg( rReq, TP_ALIGNMENT );
361 break;
362
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

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

355 }
356 }
357 break;
358
359 case SID_ENABLE_HYPHENATION:
360 pTabViewShell->ExecuteCellFormatDlg( rReq, TP_ALIGNMENT );
361 break;
362
363 case SID_CHAR_DLG_EFFECT:
364 pTabViewShell->ExecuteCellFormatDlg( rReq, TP_FONTEFF );
365 break;
366
363 case SID_OPENDLG_SOLVE:
364 {
365 sal_uInt16 nId = ScSolverDlgWrapper::GetChildWindowId();
366 SfxViewFrame* pViewFrm = pTabViewShell->GetViewFrame();
367 SfxChildWindow* pWnd = pViewFrm->GetChildWindow( nId );
368
369 pScMod->SetRefDialog( nId, pWnd ? sal_False : sal_True );
370 }

--- 592 unchanged lines hidden ---
367 case SID_OPENDLG_SOLVE:
368 {
369 sal_uInt16 nId = ScSolverDlgWrapper::GetChildWindowId();
370 SfxViewFrame* pViewFrm = pTabViewShell->GetViewFrame();
371 SfxChildWindow* pWnd = pViewFrm->GetChildWindow( nId );
372
373 pScMod->SetRefDialog( nId, pWnd ? sal_False : sal_True );
374 }

--- 592 unchanged lines hidden ---