Lines Matching refs:ppAggregates

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()
507 …Control* ppAggregates[] = { pRequired, pNumType, pAutoIncrement, pDefault, pTextLen, pLength, pSca… in GetMaxControlHeight() local
508 for (sal_uInt16 i=0; i<sizeof(ppAggregates)/sizeof(ppAggregates[0]); ++i) in GetMaxControlHeight()
510 if ( ppAggregates[i] ) in GetMaxControlHeight()
512 const Size aTemp( ppAggregates[i]->GetOptimalSize(WINDOWSIZE_PREFERRED) ); in GetMaxControlHeight()
526 Control* ppAggregates[] = { pRequired, pNumType in SetReadOnly() local
539 …OSL_ENSURE(sizeof(ppAggregates)/sizeof(ppAggregates[0]) == sizeof(ppAggregatesText)/sizeof(ppAggre… in SetReadOnly()
541 for (sal_uInt16 i=0; i<sizeof(ppAggregates)/sizeof(ppAggregates[0]); ++i) in SetReadOnly()
545 if ( ppAggregates[i] ) in SetReadOnly()
546 ppAggregates[i]->Enable( !bReadOnly ); in SetReadOnly()