Home
last modified time | relevance | path

Searched refs:predefined (Results 1 – 25 of 155) sorted by relevance

1234567

/trunk/main/autodoc/source/ary/cpp/
H A Dcs_type.cxx73 Set_BuiltInType( predefined::t_void, "void" ); in Setup_BuiltInTypes()
74 Set_BuiltInType( predefined::t_bool, "bool" ); in Setup_BuiltInTypes()
75 Set_BuiltInType( predefined::t_char, "char" ); in Setup_BuiltInTypes()
78 Set_BuiltInType( predefined::t_short, "short" ); in Setup_BuiltInTypes()
80 Set_BuiltInType( predefined::t_int, "int" ); in Setup_BuiltInTypes()
82 Set_BuiltInType( predefined::t_long, "long" ); in Setup_BuiltInTypes()
84 Set_BuiltInType( predefined::t_float, "float" ); in Setup_BuiltInTypes()
85 Set_BuiltInType( predefined::t_double, "double" ); in Setup_BuiltInTypes()
86 Set_BuiltInType( predefined::t_size_t, "size_t" ); in Setup_BuiltInTypes()
87 Set_BuiltInType( predefined::t_wchar_t, "wchar_t" ); in Setup_BuiltInTypes()
[all …]
H A Dcs_ce.cxx33 C_nReservedElements = ::ary::cpp::predefined::ce_MAX; // Skipping "0" and the GlobalNamespace
55 Set_Reserved( predefined::ce_GlobalNamespace, in Ce_Storage()
H A Dca_ce.cxx309 return ary_cast<Namespace>( aStorage[predefined::ce_GlobalNamespace] ); in GlobalNamespace()
488 return ary_cast<Namespace>( aStorage[predefined::ce_GlobalNamespace] ); in GlobalNamespace()
H A Dcs_def.hxx85 namespace predefined namespace
H A Dcs_def.cxx31 C_nReservedElements = ::ary::cpp::predefined::de_MAX; // Skipping "0"
H A Dcs_ce.hxx84 namespace predefined namespace
H A Dcs_type.hxx88 namespace predefined namespace
H A Dca_type.cxx123 return Type_id(predefined::t_ellipse); in Tid_Ellipse()
/trunk/main/autodoc/source/ary/idl/
H A Dia_type.cxx222 lhf_CheckIn_BuiltInType("any", predefined::type_any); in lhf_Setup_BuildInTypes()
224 lhf_CheckIn_BuiltInType("byte", predefined::type_byte); in lhf_Setup_BuildInTypes()
225 lhf_CheckIn_BuiltInType("char", predefined::type_char); in lhf_Setup_BuildInTypes()
226 lhf_CheckIn_BuiltInType("double", predefined::type_double); in lhf_Setup_BuildInTypes()
227 lhf_CheckIn_BuiltInType("float", predefined::type_float); in lhf_Setup_BuildInTypes()
228 lhf_CheckIn_BuiltInType("hyper", predefined::type_hyper); in lhf_Setup_BuildInTypes()
229 lhf_CheckIn_BuiltInType("long", predefined::type_long); in lhf_Setup_BuildInTypes()
230 lhf_CheckIn_BuiltInType("short", predefined::type_short); in lhf_Setup_BuildInTypes()
231 lhf_CheckIn_BuiltInType("string", predefined::type_string); in lhf_Setup_BuildInTypes()
232 lhf_CheckIn_BuiltInType("type", predefined::type_type); in lhf_Setup_BuildInTypes()
[all …]
H A Dia_ce.cxx100 predefined::ce_GlobalNamespace, in CeAdmin()
102 pGlobalNamespace = &lhf_Access_Module(Ce_id(predefined::ce_GlobalNamespace)); in CeAdmin()
H A Dis_ce.hxx59 namespace predefined namespace
H A Dis_ce.cxx30 C_nReservedElements = ary::idl::predefined::ce_MAX; // Skipping "0" and the GlobalNamespace
H A Di2s_calculator.cxx456 my_CeStorage()[predefined::ce_GlobalNamespace]); in lhf_Search_CeForType()
494 my_CeStorage()[predefined::ce_GlobalNamespace]); in assign_CurLink()
H A Dis_type.cxx33 C_nReservedElements = ary::idl::predefined::type_MAX; // Skipping "0" and the built in types.
H A Dis_type.hxx74 namespace predefined namespace
/trunk/main/offapi/com/sun/star/configuration/
H A DGroupElement.idl39 /** provides information about a predefined element contained in a
46 <p>A group element bears a predefined name. It may only exist within a
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DMasterPageFactory.java331 final OfficeStyles predefined, in derivePageStyle() argument
351 final PageLayout original = predefined.getPageStyle(pageStyleTemplate); in derivePageStyle()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DStylesWriter.java89 public void writeContentStyles(final OfficeStylesCollection predefined, in writeContentStyles() argument
103 public void writeGlobalStyles(final OfficeStylesCollection predefined, in writeGlobalStyles() argument
/trunk/main/autodoc/source/ary/loc/
H A Dlocs_le.cxx31 C_nReservedElements = ary::loc::predefined::le_MAX; // Skipping "0"
H A Dlocs_le.hxx69 namespace predefined namespace
/trunk/main/offapi/com/sun/star/i18n/
H A DNumberFormatIndex.idl45 <b>MUST</b> support some predefined format codes. These predefined
H A DXTransliteration.idl121 /** Load instance of predefined module - old style method.
127 /** Load a sequence of instances of predefined modules - supersedes
H A DFormatElement.idl61 /** The index used by the number formatter, predefined values
/trunk/main/offapi/com/sun/star/util/
H A DNumberFormats.idl49 /** is used to get specific, predefined number formats.
/trunk/main/offapi/com/sun/star/task/
H A DXMasterPasswordHandling2.idl48 the passwords be stored nonencrypted. If a masterpassword is predefined

Completed in 64 milliseconds

1234567