componentmodule.hxx (07a3d7f1) componentmodule.hxx (faea413b)
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

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

82 static ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence< ::rtl::OUString > >*
83 s_pSupportedServices;
84 static ::com::sun::star::uno::Sequence< sal_Int64 >*
85 s_pCreationFunctionPointers;
86 static ::com::sun::star::uno::Sequence< sal_Int64 >*
87 s_pFactoryFunctionPointers;
88
89 public:
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

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

82 static ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence< ::rtl::OUString > >*
83 s_pSupportedServices;
84 static ::com::sun::star::uno::Sequence< sal_Int64 >*
85 s_pCreationFunctionPointers;
86 static ::com::sun::star::uno::Sequence< sal_Int64 >*
87 s_pFactoryFunctionPointers;
88
89 public:
90 // cna be set as long as no resource has been accessed ...
90 // can be set as long as no resource has been accessed ...
91 static void setResourceFilePrefix(const ::rtl::OString& _rPrefix);
92
93 /// get the vcl res manager of the module
94 static ResMgr* getResManager();
95
96 /** register a component implementing a service with the given data.
97 @param _rImplementationName
98 the implementation name of the component

--- 161 unchanged lines hidden ---
91 static void setResourceFilePrefix(const ::rtl::OString& _rPrefix);
92
93 /// get the vcl res manager of the module
94 static ResMgr* getResManager();
95
96 /** register a component implementing a service with the given data.
97 @param _rImplementationName
98 the implementation name of the component

--- 161 unchanged lines hidden ---