Home
last modified time | relevance | path

Searched refs:eVarType (Results 1 – 6 of 6) sorted by relevance

/aoo41x/main/xmloff/source/text/
H A Dtxtvfldi.cxx308 const OUString& rLocalName, VarType eVarType, in XMLSetVarFieldImportContext() argument
317 eFieldType(eVarType) in XMLSetVarFieldImportContext()
785 eVarDeclsContextType(eVarType), in XMLVariableDeclsImportContext()
846 enum VarType eVarType) : in XMLVariableDeclImportContext() argument
908 sName, eVarType)) in XMLVariableDeclImportContext()
913 switch (eVarType) in XMLVariableDeclImportContext()
1002 if (eFMVarType != eVarType) in FindFieldMaster()
1020 sNew, eVarType); in FindFieldMaster()
1027 if (VarTypeUserField != eVarType) { in FindFieldMaster()
1045 sNew, eVarType); in FindFieldMaster()
[all …]
/aoo41x/main/basic/source/runtime/
H A Ddllmgr.cxx267 SbxDataType eVarType = variable->GetType(); in marshal() local
269 if( !bByVal && !SbiRuntime::isVBAEnabled() && eVarType == SbxSTRING ) in marshal()
273 if ((eVarType & SbxARRAY) == 0) { in marshal()
274 switch (eVarType) { in marshal()
323 if ((eVarType & SbxARRAY) == 0) { in marshal()
324 switch (eVarType) { in marshal()
H A Dstep0.cxx339 SbxDataType eVarType = refVar->GetType(); in checkUnoStructCopy() local
340 if( eVarType != SbxOBJECT ) in checkUnoStructCopy()
470 SbxDataType eVarType = refVar->GetType(); in StepSET_Impl() local
471 if( !bHandleDefaultProp && eVarType != SbxOBJECT && !(eVarType & SbxARRAY) && refVar->IsFixed() ) in StepSET_Impl()
H A Dmethods1.cxx1056 SbxDataType eVarType = rVar.GetType(); in lcl_ReadSbxVariable() local
1058 SbxDataType eSrcType = eVarType; in lcl_ReadSbxVariable()
/aoo41x/main/xmloff/inc/
H A Dtxtvfldi.hxx315 VarType eVarType, /// variable type
488 enum VarType eVarType); /// variable type
525 enum VarType eVarType); /// variable type
533 enum VarType eVarType);
/aoo41x/main/basic/source/classes/
H A Dsb.cxx540 SbxDataType eVarType = pVar->GetType(); in cloneTypeObjectImpl() local
541 if( eVarType & SbxARRAY ) in cloneTypeObjectImpl()
568 if( eVarType == SbxOBJECT ) in cloneTypeObjectImpl()
724 SbxDataType eVarType = pProp->GetType(); in TYPEINIT1() local
725 if( eVarType == SbxOBJECT ) in TYPEINIT1()

Completed in 58 milliseconds