Searched refs:nSourceType (Results 1 – 6 of 6) sorted by relevance
100 sheet::DataImportMode nSourceType = sheet::DataImportMode_NONE; in GetEmptyDatabaseRanges() local103 aImportProperties[j].Value >>= nSourceType; in GetEmptyDatabaseRanges()104 if (nSourceType != sheet::DataImportMode_NONE) in GetEmptyDatabaseRanges()130 sheet::DataImportMode nSourceType = sheet::DataImportMode_NONE; in WriteImportDescriptor() local141 aImportDescriptor[i].Value >>= nSourceType; in WriteImportDescriptor()145 switch (nSourceType) in WriteImportDescriptor()
241 nSourceType = SQL; in CreateChildContext()247 nSourceType = TABLE; in CreateChildContext()253 nSourceType = QUERY; in CreateChildContext()259 nSourceType = SERVICE; in CreateChildContext()271 nSourceType = CELLRANGE; in CreateChildContext()394 switch (nSourceType) in EndElement()
79 com::sun::star::sheet::DataImportMode nSourceType; member in ScXMLDatabaseRangeContext127 …void SetSourceType(const com::sun::star::sheet::DataImportMode nTempSourceType) { nSourceType = nT… in SetSourceType()
145 nSourceType = sheet::DataImportMode_NONE; in ScXMLDatabaseRangeContext()338 aImportDescriptor[i].Value <<= nSourceType; in EndElement()
108 ScMySourceType nSourceType; member in ScXMLDataPilotTableContext
1112 sal_Int32 nSourceType; in importPCDSource() local1113 rStrm >> nSourceType >> maSourceModel.mnConnectionId; in importPCDSource()1115 …maSourceModel.mnSourceType = STATIC_ARRAY_SELECT( spnSourceTypes, nSourceType, XML_TOKEN_INVALID ); in importPCDSource()
Completed in 73 milliseconds