Home
last modified time | relevance | path

Searched refs:bDontCheckForTableOp (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/core/inc/
H A Dinterpre.hxx322 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 );
/trunk/main/sc/source/core/tool/
H A Dinterpr4.cxx1223 sal_Bool bDontCheckForTableOp ) in DoubleRefToVars() argument
1229 if ( pDok->aTableOpList.Count() > 0 && !bDontCheckForTableOp ) in DoubleRefToVars()
1276 sal_Bool bDontCheckForTableOp ) in PopDoubleRef() argument
1290 bDontCheckForTableOp); in PopDoubleRef()
1305 ScRange & rRange, sal_Bool bDontCheckForTableOp ) in DoubleRefToRange() argument
1315 if ( pDok->aTableOpList.Count() > 0 && !bDontCheckForTableOp ) in DoubleRefToRange()
1373 void ScInterpreter::PopDoubleRef( ScRange& rRange, sal_Bool bDontCheckForTableOp ) in PopDoubleRef() argument
1386 … DoubleRefToRange( static_cast<ScToken*>(p)->GetDoubleRef(), rRange, bDontCheckForTableOp); in PopDoubleRef()

Completed in 32 milliseconds