Os2Clipboard.hxx (168c4287) | Os2Clipboard.hxx (559605ce) |
---|---|
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 --- 28 unchanged lines hidden (view full) --- 37#include "Os2Transferable.hxx" 38 39// the service names 40#define OS2_CLIPBOARD_SERVICE_NAME "com.sun.star.datatransfer.clipboard.SystemClipboard" 41 42// the implementation names 43#define OS2_CLIPBOARD_IMPL_NAME "com.sun.star.datatransfer.clipboard.ClipboardW32" 44 | 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 --- 28 unchanged lines hidden (view full) --- 37#include "Os2Transferable.hxx" 38 39// the service names 40#define OS2_CLIPBOARD_SERVICE_NAME "com.sun.star.datatransfer.clipboard.SystemClipboard" 41 42// the implementation names 43#define OS2_CLIPBOARD_IMPL_NAME "com.sun.star.datatransfer.clipboard.ClipboardW32" 44 |
45// the registry key names 46#define OS2_CLIPBOARD_REGKEY_NAME "/com.sun.star.datatransfer.clipboard.Os2Clipboard/UNO/SERVICES/com.sun.star.datatransfer.clipboard.SystemClipboard" 47 | |
48namespace os2 { 49 50class Os2Clipboard : 51 //public cppu::WeakComponentImplHelper3< ::com::sun::star::datatransfer::clipboard::XClipboardEx, ::com::sun::star::datatransfer::clipboard::XClipboardNotifier, ::com::sun::star::lang::XServiceInfo > 52 public ::cppu::WeakComponentImplHelper4 < \ 53 ::com::sun::star::datatransfer::clipboard::XClipboardEx, \ 54 ::com::sun::star::datatransfer::clipboard::XClipboardNotifier, \ 55 ::com::sun::star::lang::XServiceInfo, \ --- 77 unchanged lines hidden --- | 45namespace os2 { 46 47class Os2Clipboard : 48 //public cppu::WeakComponentImplHelper3< ::com::sun::star::datatransfer::clipboard::XClipboardEx, ::com::sun::star::datatransfer::clipboard::XClipboardNotifier, ::com::sun::star::lang::XServiceInfo > 49 public ::cppu::WeakComponentImplHelper4 < \ 50 ::com::sun::star::datatransfer::clipboard::XClipboardEx, \ 51 ::com::sun::star::datatransfer::clipboard::XClipboardNotifier, \ 52 ::com::sun::star::lang::XServiceInfo, \ --- 77 unchanged lines hidden --- |