configmgr.hxx (4879a985) configmgr.hxx (599cc5b4)
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

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

91 PRODUCTVERSION,
92 PRODUCTEXTENSION,
93 DEFAULTCURRENCY,
94 PRODUCTXMLFILEFORMATNAME,
95 PRODUCTXMLFILEFORMATVERSION,
96 WRITERCOMPATIBILITYVERSIONOOO11,
97 OPENSOURCECONTEXT,
98 ABOUTBOXPRODUCTVERSION,
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

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

91 PRODUCTVERSION,
92 PRODUCTEXTENSION,
93 DEFAULTCURRENCY,
94 PRODUCTXMLFILEFORMATNAME,
95 PRODUCTXMLFILEFORMATVERSION,
96 WRITERCOMPATIBILITYVERSIONOOO11,
97 OPENSOURCECONTEXT,
98 ABOUTBOXPRODUCTVERSION,
99 OOOVENDOR
99 OOOVENDOR,
100 FULLPRODUCTNAME
100 };
101 //direct readonly access to some special configuration elements
102 static com::sun::star::uno::Any GetDirectConfigProperty(ConfigProperty eProp);
103
104 sal_Bool IsLocalConfigProvider();
105 com::sun::star::uno::Reference< com::sun::star::container::XHierarchicalNameAccess>
106 GetHierarchyAccess(const rtl::OUString& rFullPath);
107 com::sun::star::uno::Any GetLocalProperty(const rtl::OUString& rProperty);
108 void PutLocalProperty(const rtl::OUString& , const com::sun::star::uno::Any& rValue);
109
110 };
111}//namespace utl
112#endif //_UTL_CONFIGMGR_HXX_
101 };
102 //direct readonly access to some special configuration elements
103 static com::sun::star::uno::Any GetDirectConfigProperty(ConfigProperty eProp);
104
105 sal_Bool IsLocalConfigProvider();
106 com::sun::star::uno::Reference< com::sun::star::container::XHierarchicalNameAccess>
107 GetHierarchyAccess(const rtl::OUString& rFullPath);
108 com::sun::star::uno::Any GetLocalProperty(const rtl::OUString& rProperty);
109 void PutLocalProperty(const rtl::OUString& , const com::sun::star::uno::Any& rValue);
110
111 };
112}//namespace utl
113#endif //_UTL_CONFIGMGR_HXX_