Home
last modified time | relevance | path

Searched refs:bThere (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/ui/docshell/
H A Ddocsh6.cxx401 sal_Bool bThere = sal_False; in UpdateLinks() local
402 for (SCTAB j=0; j<i && !bThere; j++) // im Dokument mehrfach? in UpdateLinks()
410 bThere = sal_True; in UpdateLinks()
412 if (!bThere) // schon als Filter eingetragen? in UpdateLinks()
418 bThere = sal_True; in UpdateLinks()
421 if (!bThere) in UpdateLinks()
/trunk/main/sc/source/ui/view/
H A Dtabvwsh9.cxx228 sal_Bool bThere = sal_False; in GetImageMapState() local
233 bThere = sal_True; in GetImageMapState()
237 if(!bThere && !bEnable) in GetImageMapState()
243 rSet.Put( SfxBoolItem( nWhich, bThere ) ); in GetImageMapState()
/trunk/main/sc/source/ui/dbgui/
H A Dasciiopt.cxx435 sal_Bool bThere = sal_False;
440 bThere = sal_True;
444 if ( !bThere )
/trunk/main/sc/source/core/data/
H A Dcolumn2.cxx1441 sal_Bool bThere = Search(rRow, nIndex); in FindDataAreaPos() local
1442 if (bThere && pItems[nIndex].pCell->IsBlank()) in FindDataAreaPos()
1443 bThere = sal_False; in FindDataAreaPos()
1445 if (bThere) in FindDataAreaPos()
1483 bThere = sal_False; in FindDataAreaPos()
1490 if (!bThere) in FindDataAreaPos()
H A Dtable1.cxx907 sal_Bool bThere = aCol[nNewCol].HasVisibleDataAt(rRow); in FindAreaPos() local
909 if (bThere) in FindAreaPos()
920 bThere = sal_False; in FindAreaPos()
923 if (!bThere) in FindAreaPos()
H A Ddrwlayer.cxx1828 sal_Bool bThere = sal_True; in GetNewGraphicName() local
1832 while (bThere) in GetNewGraphicName()
1837 bThere = ( GetNamedObject( aGraphicName, 0, nDummy ) != NULL ); in GetNewGraphicName()

Completed in 54 milliseconds