XStringResourceResolver.idl (d1766043) | XStringResourceResolver.idl (437a6594) |
---|---|
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 --- 46 unchanged lines hidden (view full) --- 55 and is used in the design mode of a Dialog or String table editor. 56 But also changing the locale at runtime can be supported in this way. 57 58*/ 59published interface XStringResourceResolver: com::sun::star::util::XModifyBroadcaster 60{ 61 /** 62 Resolves the passed ResoureID for the current locale. This | 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 --- 46 unchanged lines hidden (view full) --- 55 and is used in the design mode of a Dialog or String table editor. 56 But also changing the locale at runtime can be supported in this way. 57 58*/ 59published interface XStringResourceResolver: com::sun::star::util::XModifyBroadcaster 60{ 61 /** 62 Resolves the passed ResoureID for the current locale. This |
63 locale is set during initalisation of the object implementing | 63 locale is set during initialization of the object implementing |
64 this interface or - in case that also the interface 65 <type scope="com::sun::star::resource">XStringResourceManager</type> 66 is supported - by using the <code>XStringResourceManager::setLocale</code> 67 method. 68 69 @param ResourceID 70 ID to specify the string inside the resource. 71 The ID can - but not needs to - be a hierarchical --- 126 unchanged lines hidden --- | 64 this interface or - in case that also the interface 65 <type scope="com::sun::star::resource">XStringResourceManager</type> 66 is supported - by using the <code>XStringResourceManager::setLocale</code> 67 method. 68 69 @param ResourceID 70 ID to specify the string inside the resource. 71 The ID can - but not needs to - be a hierarchical --- 126 unchanged lines hidden --- |