cellsh3.cxx (facb16e7) cellsh3.cxx (bb605c80)
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_PROPERTY_PANEL_CELLTEXT_DLG:
364 pTabViewShell->ExecuteCellFormatDlg( rReq, TP_FONT );
365 break;
366
363 case SID_CELL_FORMAT_BORDER:
364 pTabViewShell->ExecuteCellFormatDlg( rReq, TP_BORDER );
365 break;
366
367 case SID_CHAR_DLG_EFFECT:
368 pTabViewShell->ExecuteCellFormatDlg( rReq, TP_FONTEFF );
369 break;
370

--- 600 unchanged lines hidden ---
367 case SID_CELL_FORMAT_BORDER:
368 pTabViewShell->ExecuteCellFormatDlg( rReq, TP_BORDER );
369 break;
370
371 case SID_CHAR_DLG_EFFECT:
372 pTabViewShell->ExecuteCellFormatDlg( rReq, TP_FONTEFF );
373 break;
374

--- 600 unchanged lines hidden ---