Class TypesGetter
java.lang.Object
org.libreoffice.ide.eclipse.core.office.TypesGetter
Facade class loading all the methods using a LibreOffice instance.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TypesGetter
public TypesGetter()
-
-
Method Details
-
setOOo
Set the LibreOffice instance to use for the different operations.- Parameters:
ooo- the LibreOffice instance to set.
-
getOOo
- Returns:
- the LibreOffice to use for the different operations.
-
setLocalRegs
- Parameters:
localRegs- the local registries to search
-
getTypes
Get the UNO types from an office instance.- Parameters:
root- the root registry key where to look for the types. If the value isnullthe whole registry will be searchedmask- the bit-ORed types to search. The types are defined in theIUnoFactoryConstantsclass.- Returns:
- the list of types available in the office
-