Searched refs:ppAggregates (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/dbaccess/source/ui/control/ |
| H A D | FieldDescControl.cxx | 365 …Control* ppAggregates[] = { pRequired, pNumType, pAutoIncrement, pDefault, pTextLen, pLength, pSca… in CheckScrollBars() local 366 for (sal_uInt16 i=0; i<sizeof(ppAggregates)/sizeof(ppAggregates[0]); ++i) in CheckScrollBars() 367 getMaxXPosition(ppAggregates[i],lMaxXPosition); in CheckScrollBars() 474 Control* ppAggregates[] = { pRequired, pNumType in ScrollAllAggregates() local 484 …OSL_ENSURE(sizeof(ppAggregates)/sizeof(ppAggregates[0]) == sizeof(ppAggregatesText)/sizeof(ppAggre… in ScrollAllAggregates() 486 for (sal_uInt16 i=0; i<sizeof(ppAggregates)/sizeof(ppAggregates[0]); ++i) in ScrollAllAggregates() 487 ScrollAggregate(ppAggregatesText[i],ppAggregates[i],NULL,nDeltaX, nDeltaY); in ScrollAllAggregates() 496 …Control* ppAggregates[] = { pRequired, pNumType, pAutoIncrement, pDefault, pTextLen, pLength, pSca… in CountActiveAggregates() local 498 for (sal_uInt16 i=0; i<sizeof(ppAggregates)/sizeof(ppAggregates[0]); ++i) in CountActiveAggregates() 499 if (ppAggregates[i]) in CountActiveAggregates() [all …]
|