drviews1.cxx (79aad27f) drviews1.cxx (65be1ea2)
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

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

388 maTabControl.EndEditMode();
389
390 if (mePageKind == PK_HANDOUT)
391 {
392 // Bei Handzetteln nur MasterPage zulassen
393 eEMode = EM_MASTERPAGE;
394 }
395
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

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

388 maTabControl.EndEditMode();
389
390 if (mePageKind == PK_HANDOUT)
391 {
392 // Bei Handzetteln nur MasterPage zulassen
393 eEMode = EM_MASTERPAGE;
394 }
395
396 GetViewShellBase().GetDrawController().BroadcastContextChange();
397
396 meEditMode = eEMode;
397 mbIsLayerModeActive = bIsLayerModeActive;
398
399 // Determine whether to show the master view toolbar. The master
400 // page mode has to be active and the shell must not be a handout
401 // view.
402 bool bShowMasterViewToolbar (meEditMode == EM_MASTERPAGE
403 && GetShellType() != ViewShell::ST_HANDOUT);

--- 1042 unchanged lines hidden ---
398 meEditMode = eEMode;
399 mbIsLayerModeActive = bIsLayerModeActive;
400
401 // Determine whether to show the master view toolbar. The master
402 // page mode has to be active and the shell must not be a handout
403 // view.
404 bool bShowMasterViewToolbar (meEditMode == EM_MASTERPAGE
405 && GetShellType() != ViewShell::ST_HANDOUT);

--- 1042 unchanged lines hidden ---