basecontrol.hxx (2329db7f) basecontrol.hxx (b4abecfe)
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

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

273
274 @onerror A RuntimeException is thrown.
275 */
276
277 virtual UNO3_SEQUENCE< UNO3_TYPE > SAL_CALL getTypes() throw( UNO3_RUNTIMEEXCEPTION );
278
279 /**_______________________________________________________________________________________________________
280 @short get implementation id
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

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

273
274 @onerror A RuntimeException is thrown.
275 */
276
277 virtual UNO3_SEQUENCE< UNO3_TYPE > SAL_CALL getTypes() throw( UNO3_RUNTIMEEXCEPTION );
278
279 /**_______________________________________________________________________________________________________
280 @short get implementation id
281 @descr This ID is neccessary for UNO-caching. If there no ID, cache is disabled.
281 @descr This ID is necessary for UNO-caching. If there no ID, cache is disabled.
282 Another way, cache is enabled.
283
284 @seealso XTypeProvider
285
286 @param -
287
288 @return ID as Sequence of byte
289

--- 937 unchanged lines hidden ---
282 Another way, cache is enabled.
283
284 @seealso XTypeProvider
285
286 @param -
287
288 @return ID as Sequence of byte
289

--- 937 unchanged lines hidden ---