VistaFilePicker.hxx (10ce8018) VistaFilePicker.hxx (c809b0d3)
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

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

75 css::ui::dialogs::XFilePreview,
76 css::lang::XInitialization,
77 css::util::XCancellable,
78 css::lang::XEventListener,
79 css::lang::XServiceInfo > TVistaFilePickerBase;
80
81//-----------------------------------------------------------------------------
82/** Implements the XFilePicker & friends interface(s)
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

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

75 css::ui::dialogs::XFilePreview,
76 css::lang::XInitialization,
77 css::util::XCancellable,
78 css::lang::XEventListener,
79 css::lang::XServiceInfo > TVistaFilePickerBase;
80
81//-----------------------------------------------------------------------------
82/** Implements the XFilePicker & friends interface(s)
83 for Windos Vista and upcoming versions.
83 for Windows Vista and upcoming versions.
84
85 Note: This will be an UNO wrapper for the real file picker
86 implementation oly. The real implementation is done in class
87 VistaFilePickerImpl.
88 */
89class VistaFilePicker : public ::cppu::BaseMutex
90 , public TVistaFilePickerBase
91{

--- 220 unchanged lines hidden ---
84
85 Note: This will be an UNO wrapper for the real file picker
86 implementation oly. The real implementation is done in class
87 VistaFilePickerImpl.
88 */
89class VistaFilePicker : public ::cppu::BaseMutex
90 , public TVistaFilePickerBase
91{

--- 220 unchanged lines hidden ---