Lines Matching refs:aControls
280 aControls[ i ] = 0; in BibGeneralPage()
438 if(aControls[i].is()) in RemoveListeners()
440 uno::Reference< awt::XWindow > xCtrWin(aControls[i], uno::UNO_QUERY ); in RemoveListeners()
442 aControls[i] = 0; in RemoveListeners()
564 if(!aControls[i].is()) in AddXControl()
566 aControls[i] = xCtrWin; in AddXControl()
748 if(aControls[i].is()) in IMPL_LINK()
750 awt::Rectangle aRect = aControls[i]->getPosSize(); in IMPL_LINK()
757 aControls[i]->setPosSize(nX, nY, 0, 0, awt::PosSize::POS); in IMPL_LINK()
810 Reference< awt::XWindow >* pxControl = aControls; in GetFocus()
851 …DBG_ASSERT( aControls[ nCtrlIndex ].is(), "-BibGeneralPage::HandleShortCutKey(): valid index and n… in HandleShortCutKey()
853 uno::Reference< awt::XControl > xControl( aControls[ nCtrlIndex ], UNO_QUERY ); in HandleShortCutKey()
884 aControls[ aMatchList[ nFocused ] ]->setFocus(); in HandleShortCutKey()