PresenterHelper.hxx (67e470da) | PresenterHelper.hxx (b9e67834) |
---|---|
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 --- 33 unchanged lines hidden (view full) --- 42 css::lang::XInitialization, 43 css::drawing::XPresenterHelper 44 > PresenterHelperInterfaceBase; 45} 46 47/** Implementation of the XPresenterHelper interface: functionality that can 48 not be implemented in an extension. 49*/ | 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 --- 33 unchanged lines hidden (view full) --- 42 css::lang::XInitialization, 43 css::drawing::XPresenterHelper 44 > PresenterHelperInterfaceBase; 45} 46 47/** Implementation of the XPresenterHelper interface: functionality that can 48 not be implemented in an extension. 49*/ |
50 class PresenterHelper | 50class PresenterHelper |
51 : private ::boost::noncopyable, 52 private ::cppu::BaseMutex, 53 public PresenterHelperInterfaceBase 54{ 55public: 56 PresenterHelper (const css::uno::Reference<css::uno::XComponentContext>& rxContext); 57 virtual ~PresenterHelper (void); 58 --- 58 unchanged lines hidden --- | 51 : private ::boost::noncopyable, 52 private ::cppu::BaseMutex, 53 public PresenterHelperInterfaceBase 54{ 55public: 56 PresenterHelper (const css::uno::Reference<css::uno::XComponentContext>& rxContext); 57 virtual ~PresenterHelper (void); 58 --- 58 unchanged lines hidden --- |