viewobjectcontactofunocontrol.cxx (79aad27f) viewobjectcontactofunocontrol.cxx (c47da6ea)
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

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

457 bool SdrPageViewAccess::isLayerVisible( SdrLayerID _nLayerID ) const
458 {
459 return m_rPageView.GetVisibleLayers().IsSet( _nLayerID );
460 }
461
462 //====================================================================
463 //= InvisibleControlViewAccess
464 //====================================================================
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

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

457 bool SdrPageViewAccess::isLayerVisible( SdrLayerID _nLayerID ) const
458 {
459 return m_rPageView.GetVisibleLayers().IsSet( _nLayerID );
460 }
461
462 //====================================================================
463 //= InvisibleControlViewAccess
464 //====================================================================
465 /** is a ->IPageViewAccess implementation which can be used to create an invisble control for
465 /** is a ->IPageViewAccess implementation which can be used to create an invisible control for
466 an arbitrary window
467 */
468 class InvisibleControlViewAccess : public IPageViewAccess
469 {
470 private:
471 Reference< XControlContainer >& m_rControlContainer;
472 public:
473 InvisibleControlViewAccess( Reference< XControlContainer >& _inout_ControlContainer )

--- 1457 unchanged lines hidden ---
466 an arbitrary window
467 */
468 class InvisibleControlViewAccess : public IPageViewAccess
469 {
470 private:
471 Reference< XControlContainer >& m_rControlContainer;
472 public:
473 InvisibleControlViewAccess( Reference< XControlContainer >& _inout_ControlContainer )

--- 1457 unchanged lines hidden ---