Searched refs:nScopeOfNameRange (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/sc/source/filter/xml/ |
H A D | xmlnexpi.cxx | 53 nScopeOfNameRange( MAXTABCOUNT ) //aRangeNameScope( MAXTABCOUNT ) in ScXMLNamedExpressionsContext() 90 rLName, xAttrList,nScopeOfNameRange//, in CreateChildContext() 96 rLName, xAttrList, nScopeOfNameRange//, in CreateChildContext() 118 ::com::sun::star::xml::sax::XAttributeList>& xAttrList, SCTAB nScopeOfNameRange) : in ScXMLNamedRangeContext() argument 122 pNamedExpression->nNameScope = nScopeOfNameRange; in ScXMLNamedRangeContext() 190 ::com::sun::star::xml::sax::XAttributeList>& xAttrList, SCTAB nScopeOfNameRange) : in ScXMLNamedExpressionContext() argument 194 pNamedExpression->nNameScope = nScopeOfNameRange; in ScXMLNamedExpressionContext()
|
H A D | xmlnexpi.hxx | 36 SCTAB nScopeOfNameRange; member in ScXMLNamedExpressionsContext 52 void SetScope( SCTAB n ){ nScopeOfNameRange = n;} in SetScope() 53 SCTAB GetScope(){ return nScopeOfNameRange;} in GetScope() 67 ::com::sun::star::xml::sax::XAttributeList>& xAttrList,SCTAB nScopeOfNameRange); 89 ::com::sun::star::xml::sax::XAttributeList>& xAttrList,SCTAB nScopeOfNameRange);
|
Completed in 15 milliseconds