Home
last modified time | relevance | path

Searched refs:bDataFound (Results 1 – 3 of 3) sorted by relevance

/trunk/main/connectivity/source/commontools/
H A DTSkipDeletedSet.cxx75 sal_Bool bDataFound = sal_False; in skipDeleted() local
100 while(bDataFound) in skipDeleted()
108 else if(!bDataFound && !m_aBookmarksPositions.empty() ) in skipDeleted()
117 return bDataFound; in skipDeleted()
154 if(bDataFound && bDone) in skipDeleted()
169 return bDataFound; in skipDeleted()
175 sal_Bool bDataFound = sal_False; in moveAbsolute() local
204 while (bDataFound && nNewPos) in moveAbsolute()
228 for(sal_Int32 i=nNewPos+1;bDataFound && i <= 0;++i) in moveAbsolute()
229 bDataFound = skipDeleted(IResultSetHelper::PRIOR,1,i == 0); in moveAbsolute()
[all …]
/trunk/main/sc/source/ui/app/
H A Dinputwin.cxx392 const sal_Bool bDataFound = pViewSh->GetAutoSumArea( aRangeList ); in Select() local
393 if ( bDataFound ) in Select()
422 const sal_Bool bDataFound = pViewSh->GetAutoSumArea( aRangeList ); in Select() local
427 if ( bDataFound && pScMod->IsEditMode() ) in Select()
/trunk/main/sc/source/core/data/
H A Ddpobject.cxx1724 bool bDataFound = false; in lcl_FillOldFields() local
1814 bDataFound = true; in lcl_FillOldFields()
1852 if ( bAddData && !bDataFound ) in lcl_FillOldFields()

Completed in 41 milliseconds