Home
last modified time | relevance | path

Searched refs:ScXMLConverter (Results 1 – 12 of 12) sorted by relevance

/aoo4110/main/sc/source/filter/xml/
H A DXMLConverter.cxx47 ScDocument* ScXMLConverter::GetScDocument( uno::Reference< frame::XModel > xModel ) in GetScDocument()
59 sheet::GeneralFunction ScXMLConverter::GetFunctionFromString( const OUString& sFunction ) in GetFunctionFromString()
88 ScSubTotalFunc ScXMLConverter::GetSubTotalFuncFromString( const OUString& sFunction ) in GetSubTotalFuncFromString()
118 void ScXMLConverter::GetStringFromFunction( in GetStringFromFunction()
147 void ScXMLConverter::GetStringFromFunction( in GetStringFromFunction()
174 sheet::DataPilotFieldOrientation ScXMLConverter::GetOrientationFromString( in GetOrientationFromString()
191 void ScXMLConverter::GetStringFromOrientation( in GetStringFromOrientation()
225 ScDetectiveObjType ScXMLConverter::GetDetObjTypeFromString( const OUString& rString ) in GetDetObjTypeFromString()
256 void ScXMLConverter::GetStringFromDetObjType( in GetStringFromDetObjType()
281 void ScXMLConverter::GetStringFromDetOpType( in GetStringFromDetOpType()
[all …]
H A DXMLConverter.hxx45 class ScXMLConverter class
48 inline ScXMLConverter() {} in ScXMLConverter() function in ScXMLConverter
49 inline ~ScXMLConverter() {} in ~ScXMLConverter()
H A DXMLDetectiveContext.cxx158 aDetectiveObj.eObjType = ScXMLConverter::GetDetObjTypeFromString( sValue ); in ScXMLDetectiveHighlightedContext()
230 bHasType = ScXMLConverter::GetDetOpTypeFromString( aDetectiveOp.eOpType, sValue ); in ScXMLDetectiveOperationContext()
H A Dxmlsubti.cxx204 ScDocument *pDoc = ScXMLConverter::GetScDocument(rImport.GetModel()); in NewSheet()
233 ScDocument *pDoc = ScXMLConverter::GetScDocument(rImport.GetModel()); in NewSheet()
592 ScDocument* pDoc = ScXMLConverter::GetScDocument(rImport.GetModel()); in UpdateRowHeights()
H A DXMLExportDataPilot.cxx461 ScXMLConverter::GetStringFromFunction( sFunction, nFunc); in WriteSubTotals()
701 ScXMLConverter::GetStringFromOrientation( sValueStr, in WriteDimension()
714 ScXMLConverter::GetStringFromFunction( sValueStr, in WriteDimension()
H A DXMLConsolidationContext.cxx71 eFunction = ScXMLConverter::GetSubTotalFuncFromString( sValue ); in ScXMLConsolidationContext()
H A Dxmlimprt.cxx2111 ScXMLConverter::ConvertAPIToCoreDateTime(aDateTime, aCoreDateTime); in SetChangeTrackingViewSettings()
2121 ScXMLConverter::ConvertAPIToCoreDateTime(aDateTime, aCoreDateTime); in SetChangeTrackingViewSettings()
2574 pDoc = ScXMLConverter::GetScDocument( xModel ); in setTargetDocument()
2807 ScXMLConverter::ParseFormula( sTempContent, false); in SetNamedRanges()
H A Dxmldpimp.cxx934 nFunction = (sal_Int16) ScXMLConverter::GetFunctionFromString( sValue ); in ScXMLDataPilotFieldContext()
939 nOrientation = (sal_Int16) ScXMLConverter::GetOrientationFromString( sValue ); in ScXMLDataPilotFieldContext()
1454 ScXMLConverter::GetFunctionFromString( sValue ) ) ); in ScXMLDataPilotSubTotalContext()
H A Dxmlexprt.cxx3448 ScXMLConverter::GetStringFromDetObjType( sString, aObjItr->eObjType ); in WriteDetective()
3464 ScXMLConverter::GetStringFromDetOpType( sOpString, aOpItr->eOpType ); in WriteDetective()
4224 ScXMLConverter::GetStringFromFunction( sStrData, pCons->eFunction ); in WriteConsolidation()
4285 ScXMLConverter::ConvertCoreToAPIDateTime(pViewSettings->GetTheFirstDateTime(), aDateTime); in GetChangeTrackViewSettings()
4288 ScXMLConverter::ConvertCoreToAPIDateTime(pViewSettings->GetTheLastDateTime(), aDateTime); in GetChangeTrackViewSettings()
4519 pDoc = ScXMLConverter::GetScDocument( GetModel() ); in setSourceDocument()
H A DXMLChangeTrackingExportHelper.cxx133 ScXMLConverter::ConvertDateTimeToString(pAction->GetDateTimeUTC(), sDate); in WriteChangeInfo()
H A DXMLExportDatabaseRanges.cxx581 ScXMLConverter::GetStringFromFunction( sFunction, aSubTotalColumns[j].Function ); in WriteSubTotalDescriptor()
H A Dxmldrani.cxx984 aSubTotalColumn.Function = ScXMLConverter::GetFunctionFromString( sFunction ); in EndElement()

Completed in 115 milliseconds