Searched refs:bDontCheckForTableOp (Results 1 – 2 of 2) sorted by relevance
307 void DoubleRefToRange( const ScComplexRefData&, ScRange&, sal_Bool bDontCheckForTableOp = sal_False…317 void PopDoubleRef( ScRange&, sal_Bool bDontCheckForTableOp = sal_False );321 sal_Bool bDontCheckForTableOp = sal_False );325 sal_Bool bDontCheckForTableOp = sal_False );
1223 sal_Bool bDontCheckForTableOp ) in DoubleRefToVars() argument1229 if ( pDok->aTableOpList.Count() > 0 && !bDontCheckForTableOp ) in DoubleRefToVars()1276 sal_Bool bDontCheckForTableOp ) in PopDoubleRef() argument1290 bDontCheckForTableOp); in PopDoubleRef()1305 ScRange & rRange, sal_Bool bDontCheckForTableOp ) in DoubleRefToRange() argument1315 if ( pDok->aTableOpList.Count() > 0 && !bDontCheckForTableOp ) in DoubleRefToRange()1373 void ScInterpreter::PopDoubleRef( ScRange& rRange, sal_Bool bDontCheckForTableOp ) in PopDoubleRef() argument1386 … DoubleRefToRange( static_cast<ScToken*>(p)->GetDoubleRef(), rRange, bDontCheckForTableOp); in PopDoubleRef()
Completed in 30 milliseconds