Searched refs:nFixedBools (Results 1 – 2 of 2) sorted by relevance
642 const SCSIZE nFixedBools = 32; in ValidQuery() local643 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()
932 const SCSIZE nFixedBools = 32; in ValidQuery() local933 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 37 milliseconds