Home
last modified time | relevance | path

Searched refs:pCellRangeSource (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/sc/source/filter/xml/
H A DXMLCellRangeSourceContext.cxx56 ScMyImpCellRangeSource* pCellRangeSource ) : in ScXMLCellRangeSourceContext() argument
74 pCellRangeSource->sSourceStr = sValue; in ScXMLCellRangeSourceContext()
77 pCellRangeSource->sFilterName = sValue; in ScXMLCellRangeSourceContext()
80 pCellRangeSource->sFilterOptions = sValue; in ScXMLCellRangeSourceContext()
83 pCellRangeSource->sURL = GetScImport().GetAbsoluteReference(sValue); in ScXMLCellRangeSourceContext()
89 pCellRangeSource->nColumns = nValue; in ScXMLCellRangeSourceContext()
91 pCellRangeSource->nColumns = 1; in ScXMLCellRangeSourceContext()
98 pCellRangeSource->nRows = nValue; in ScXMLCellRangeSourceContext()
100 pCellRangeSource->nRows = 1; in ScXMLCellRangeSourceContext()
107 pCellRangeSource->nRefresh = Max( (sal_Int32)(fTime * 86400.0), (sal_Int32)0 ); in ScXMLCellRangeSourceContext()
H A Dxmlcelli.cxx107 pCellRangeSource(NULL), in ScXMLTableRowCellContext()
256 if (pCellRangeSource) in ~ScXMLTableRowCellContext()
257 delete pCellRangeSource; in ~ScXMLTableRowCellContext()
412 if (!pCellRangeSource) in CreateChildContext()
413 pCellRangeSource = new ScMyImpCellRangeSource(); in CreateChildContext()
415 rXMLImport, nPrefix, rLName, xAttrList, pCellRangeSource ); in CreateChildContext()
731 if( CellExists(rPosition) && pCellRangeSource && pCellRangeSource->sSourceStr.getLength() && in SetCellRangeSource()
732 pCellRangeSource->sFilterName.getLength() && pCellRangeSource->sURL.getLength() ) in SetCellRangeSource()
741 String sFilterName( pCellRangeSource->sFilterName ); in SetCellRangeSource()
742 String sSourceStr( pCellRangeSource->sSourceStr ); in SetCellRangeSource()
[all …]
H A DXMLCellRangeSourceContext.hxx62 ScMyImpCellRangeSource* pCellRangeSource
H A Dxmlcelli.hxx57 ScMyImpCellRangeSource* pCellRangeSource; member in ScXMLTableRowCellContext

Completed in 35 milliseconds