Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/xml/
H A DXMLExportDatabaseRanges.cxx100 sheet::DataImportMode nSourceType = sheet::DataImportMode_NONE; in GetEmptyDatabaseRanges() local
103 aImportProperties[j].Value >>= nSourceType; in GetEmptyDatabaseRanges()
104 if (nSourceType != sheet::DataImportMode_NONE) in GetEmptyDatabaseRanges()
130 sheet::DataImportMode nSourceType = sheet::DataImportMode_NONE; in WriteImportDescriptor() local
141 aImportDescriptor[i].Value >>= nSourceType; in WriteImportDescriptor()
145 switch (nSourceType) in WriteImportDescriptor()
H A Dxmldpimp.cxx241 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()
H A Dxmldrani.hxx79 com::sun::star::sheet::DataImportMode nSourceType; member in ScXMLDatabaseRangeContext
127 …void SetSourceType(const com::sun::star::sheet::DataImportMode nTempSourceType) { nSourceType = nT… in SetSourceType()
H A Dxmldrani.cxx145 nSourceType = sheet::DataImportMode_NONE; in ScXMLDatabaseRangeContext()
338 aImportDescriptor[i].Value <<= nSourceType; in EndElement()
H A Dxmldpimp.hxx108 ScMySourceType nSourceType; member in ScXMLDataPilotTableContext
/trunk/main/oox/source/xls/
H A Dpivotcachebuffer.cxx1112 sal_Int32 nSourceType; in importPCDSource() local
1113 rStrm >> nSourceType >> maSourceModel.mnConnectionId; in importPCDSource()
1115 …maSourceModel.mnSourceType = STATIC_ARRAY_SELECT( spnSourceTypes, nSourceType, XML_TOKEN_INVALID ); in importPCDSource()

Completed in 61 milliseconds