Searched refs:bDontCheckForTableOp (Results 1 – 2 of 2) sorted by relevance
322 void DoubleRefToRange( const ScComplexRefData&, ScRange&, sal_Bool bDontCheckForTableOp = sal_False…332 void PopDoubleRef( ScRange&, sal_Bool bDontCheckForTableOp = sal_False );336 sal_Bool bDontCheckForTableOp = sal_False );340 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 40 milliseconds