Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx479 Control* ppAggregatesText[] = { pRequiredText, pNumTypeText in ScrollAllAggregates() local
484 …(sizeof(ppAggregates)/sizeof(ppAggregates[0]) == sizeof(ppAggregatesText)/sizeof(ppAggregatesText[… in ScrollAllAggregates()
487 ScrollAggregate(ppAggregatesText[i],ppAggregates[i],NULL,nDeltaX, nDeltaY); in ScrollAllAggregates()
532 Control* ppAggregatesText[] = { pRequiredText, pNumTypeText in SetReadOnly() local
539 …(sizeof(ppAggregates)/sizeof(ppAggregates[0]) == sizeof(ppAggregatesText)/sizeof(ppAggregatesText[… in SetReadOnly()
543 if ( ppAggregatesText[i] ) in SetReadOnly()
544 ppAggregatesText[i]->Enable( !bReadOnly ); in SetReadOnly()

Completed in 24 milliseconds