Home
last modified time | relevance | path

Searched defs:GetRootType (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dnavicfg.hxx43 ScContentId GetRootType() const { return nRootType; } in GetRootType() function in ScNavipiCfg
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Dnavicfg.hxx44 ScContentId GetRootType() const { return nRootType; } in GetRootType() function in ScNavipiCfg
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/inc/
H A Dnavicfg.hxx47 ContentTypeId GetRootType()const {return nRootType;} in GetRootType() function in SwNavigationConfig
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/inc/
H A Dnavicfg.hxx47 ContentTypeId GetRootType()const {return nRootType;} in GetRootType() function in SwNavigationConfig
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Dcontent.hxx135 ScContentId GetRootType() const { return nRootType; } in GetRootType() function in ScContentTree
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Dcontent.hxx141 ScContentId GetRootType() const { return nRootType; } in GetRootType() function in ScContentTree
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Query/PlanCompiler/
H A DStructuredTypeInfo.cs1127 private static md.EntityTypeBase GetRootType(md.EntityTypeBase type) in GetRootType() method in System.Data.Query.PlanCompiler.StructuredTypeInfo
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Linq/Mapping/
H A DMappedMetaModel.cs222 private Type GetRootType(Type type, TypeMapping rootMapping) { in GetRootType() method in System.Data.Linq.Mapping.MappedMetaModel