Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Ddptablecache.cxx642 const SCSIZE nFixedBools = 32; in ValidQuery() local
643 sal_Bool aBool[nFixedBools]; in ValidQuery()
644 sal_Bool aTest[nFixedBools]; in ValidQuery()
646 sal_Bool* pPasst = ( nEntryCount <= nFixedBools ? &aBool[0] : new sal_Bool[nEntryCount] ); in ValidQuery()
647 sal_Bool* pTest = ( nEntryCount <= nFixedBools ? &aTest[0] : new sal_Bool[nEntryCount] ); in ValidQuery()
H A Dtable3.cxx932 const SCSIZE nFixedBools = 32; in ValidQuery() local
933 sal_Bool aBool[nFixedBools]; in ValidQuery()
934 sal_Bool aTest[nFixedBools]; in ValidQuery()
936 sal_Bool* pPasst = ( nEntryCount <= nFixedBools ? &aBool[0] : new sal_Bool[nEntryCount] ); in ValidQuery()
937 sal_Bool* pTest = ( nEntryCount <= nFixedBools ? &aTest[0] : new sal_Bool[nEntryCount] ); in ValidQuery()

Completed in 29 milliseconds