Acomponentmodule.hxx (07a3d7f1) | Acomponentmodule.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 --- 89 unchanged lines hidden (view full) --- 98 static ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence< ::rtl::OUString > >* 99 s_pSupportedServices; 100 static ::com::sun::star::uno::Sequence< sal_Int64 >* 101 s_pCreationFunctionPointers; 102 static ::com::sun::star::uno::Sequence< sal_Int64 >* 103 s_pFactoryFunctionPointers; 104 105 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 --- 89 unchanged lines hidden (view full) --- 98 static ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence< ::rtl::OUString > >* 99 s_pSupportedServices; 100 static ::com::sun::star::uno::Sequence< sal_Int64 >* 101 s_pCreationFunctionPointers; 102 static ::com::sun::star::uno::Sequence< sal_Int64 >* 103 s_pFactoryFunctionPointers; 104 105 public: |
106 // cna be set as long as no resource has been accessed ... | 106 // can be set as long as no resource has been accessed ... |
107 static void setResourceFilePrefix(const ::rtl::OString& _rPrefix); 108 109 /// get the vcl res manager of the module 110 static ResMgr* getResManager(); 111 112 /** register a component implementing a service with the given data. 113 @param _rImplementationName 114 the implementation name of the component --- 161 unchanged lines hidden --- | 107 static void setResourceFilePrefix(const ::rtl::OString& _rPrefix); 108 109 /// get the vcl res manager of the module 110 static ResMgr* getResManager(); 111 112 /** register a component implementing a service with the given data. 113 @param _rImplementationName 114 the implementation name of the component --- 161 unchanged lines hidden --- |