| shell.hxx (6df1ea1f) | shell.hxx (7950f2af) |
|---|---|
| 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 --- 171 unchanged lines hidden (view full) --- 180 181 void SAL_CALL deregisterNotifier( const rtl::OUString& aUnqPath,Notifier* pNotifier ); 182 183 184 185 /** 186 * Used to associate and deassociate a new property with 187 * the content belonging to URL UnqPath. | 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 --- 171 unchanged lines hidden (view full) --- 180 181 void SAL_CALL deregisterNotifier( const rtl::OUString& aUnqPath,Notifier* pNotifier ); 182 183 184 185 /** 186 * Used to associate and deassociate a new property with 187 * the content belonging to URL UnqPath. |
| 188 * The default value and the the attributes are input | 188 * The default value and the attributes are input |
| 189 */ 190 191 void SAL_CALL associate( const rtl::OUString& UnqPath, 192 const rtl::OUString& PropertyName, 193 const com::sun::star::uno::Any& DefaultValue, 194 const sal_Int16 Attributes ) 195 throw( com::sun::star::beans::PropertyExistException, 196 com::sun::star::beans::IllegalTypeException, --- 44 unchanged lines hidden (view full) --- 241 com::sun::star::uno::Reference< com::sun::star::io::XStream > SAL_CALL 242 open_rw( sal_Int32 CommandId, 243 const rtl::OUString& aUnqPath, 244 sal_Bool bLock ) 245 throw(); 246 247 248 /** | 189 */ 190 191 void SAL_CALL associate( const rtl::OUString& UnqPath, 192 const rtl::OUString& PropertyName, 193 const com::sun::star::uno::Any& DefaultValue, 194 const sal_Int16 Attributes ) 195 throw( com::sun::star::beans::PropertyExistException, 196 com::sun::star::beans::IllegalTypeException, --- 44 unchanged lines hidden (view full) --- 241 com::sun::star::uno::Reference< com::sun::star::io::XStream > SAL_CALL 242 open_rw( sal_Int32 CommandId, 243 const rtl::OUString& aUnqPath, 244 sal_Bool bLock ) 245 throw(); 246 247 248 /** |
| 249 * This method returns the result set containing the the children of the directory belonging | 249 * This method returns the result set containing the children of the directory belonging |
| 250 * to file URL aUnqPath 251 */ 252 253 com::sun::star::uno::Reference< com::sun::star::ucb::XDynamicResultSet > SAL_CALL 254 ls( sal_Int32 CommandId, 255 const rtl::OUString& aUnqPath, 256 const sal_Int32 OpenMode, 257 const com::sun::star::uno::Sequence< com::sun::star::beans::Property >& sProperty, --- 346 unchanged lines hidden --- | 250 * to file URL aUnqPath 251 */ 252 253 com::sun::star::uno::Reference< com::sun::star::ucb::XDynamicResultSet > SAL_CALL 254 ls( sal_Int32 CommandId, 255 const rtl::OUString& aUnqPath, 256 const sal_Int32 OpenMode, 257 const com::sun::star::uno::Sequence< com::sun::star::beans::Property >& sProperty, --- 346 unchanged lines hidden --- |