Searched refs:eVarType (Results 1 – 6 of 6) sorted by relevance
308 const OUString& rLocalName, VarType eVarType, in XMLSetVarFieldImportContext() argument317 eFieldType(eVarType) in XMLSetVarFieldImportContext()785 eVarDeclsContextType(eVarType), in XMLVariableDeclsImportContext()846 enum VarType eVarType) : in XMLVariableDeclImportContext() argument908 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 …]
267 SbxDataType eVarType = variable->GetType(); in marshal() local269 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()
339 SbxDataType eVarType = refVar->GetType(); in checkUnoStructCopy() local340 if( eVarType != SbxOBJECT ) in checkUnoStructCopy()470 SbxDataType eVarType = refVar->GetType(); in StepSET_Impl() local471 if( !bHandleDefaultProp && eVarType != SbxOBJECT && !(eVarType & SbxARRAY) && refVar->IsFixed() ) in StepSET_Impl()
1056 SbxDataType eVarType = rVar.GetType(); in lcl_ReadSbxVariable() local1058 SbxDataType eSrcType = eVarType; in lcl_ReadSbxVariable()
315 VarType eVarType, /// variable type488 enum VarType eVarType); /// variable type525 enum VarType eVarType); /// variable type533 enum VarType eVarType);
540 SbxDataType eVarType = pVar->GetType(); in cloneTypeObjectImpl() local541 if( eVarType & SbxARRAY ) in cloneTypeObjectImpl()568 if( eVarType == SbxOBJECT ) in cloneTypeObjectImpl()724 SbxDataType eVarType = pProp->GetType(); in TYPEINIT1() local725 if( eVarType == SbxOBJECT ) in TYPEINIT1()
Completed in 99 milliseconds