Searched refs:aButtons (Results 1 – 9 of 9) sorted by relevance
172 std::list< String > aButtons; in ShowNativeMessageBox() local178 aButtons.push_back( Button::GetStandardText( BUTTON_OK ) ); in ShowNativeMessageBox()184 aButtons.push_back( Button::GetStandardText( BUTTON_YES ) ); in ShowNativeMessageBox()186 aButtons.push_back( Button::GetStandardText( BUTTON_NO ) ); in ShowNativeMessageBox()197 aButtons.push_back( Button::GetStandardText( BUTTON_RETRY ) ); in ShowNativeMessageBox()200 aButtons.push_back( Button::GetStandardText( BUTTON_CANCEL ) ); in ShowNativeMessageBox()203 nDefButton = aButtons.size()-1; in ShowNativeMessageBox()207 aButtons.push_back( Button::GetStandardText( BUTTON_ABORT ) ); in ShowNativeMessageBox()209 aButtons.push_back( Button::GetStandardText( BUTTON_RETRY ) ); in ShowNativeMessageBox()211 aButtons.push_back( Button::GetStandardText( BUTTON_IGNORE ) ); in ShowNativeMessageBox()[all …]
70 JPanel aButtons = new JPanel(); in Layout() local71 aButtons.setLayout( new FlowLayout() ); in Layout()78 aButtons.add( aButton ); in Layout()83 aButtons.add( aButton ); in Layout()88 aButtons.add( aButton ); in Layout()93 aButtons.add( aButton ); in Layout()98 aButtons.add( aButton ); in Layout()101 aContent.add( aButtons, BorderLayout.SOUTH ); in Layout()
529 JPanel aButtons = new JPanel(); in init() local530 aButtons.setLayout( new FlowLayout() ); in init()532 aButtons.add( aIndexToggle ); in init()536 aButtons.add( aActionButton ); in init()540 aButtons.add( aCancelButton ); in init()543 aContent.add( aButtons, BorderLayout.SOUTH ); in init()
96 JPanel aButtons = new JPanel(); in Layout() local97 aButtons.setLayout (new FlowLayout()); in Layout()99 aButtons.add (maIndexToggle); in Layout()104 aButtons.add (aActionButton); in Layout()109 aButtons.add (aCancelButton); in Layout()112 aContent.add (aButtons, BorderLayout.SOUTH); in Layout()
374 ::std::vector<Button*> aButtons; in UpdateFocusManager()375 aButtons.reserve(maItems.size()+1); in UpdateFocusManager()377 aButtons.push_back(mpMenuButton.get()); in UpdateFocusManager()383 aButtons.push_back(iItem->mpButton.get()); in UpdateFocusManager()385 rFocusManager.SetButtons(aButtons); in UpdateFocusManager()
109 ::std::vector<Button*> aButtons; in ClearButtons()110 aButtons.swap(maButtons); in ClearButtons()111 for (::std::vector<Button*>::iterator iButton(aButtons.begin()),iEnd(aButtons.end()); in ClearButtons()
1273 ::sal_Int32 aButtons, in createMessageBox() argument1282 if (( aButtons & 0x0000ffffL ) == css::awt::MessageBoxButtons::BUTTONS_OK ) in createMessageBox()1284 else if (( aButtons & 0x0000ffffL ) == css::awt::MessageBoxButtons::BUTTONS_OK_CANCEL ) in createMessageBox()1286 else if (( aButtons & 0x0000ffffL ) == css::awt::MessageBoxButtons::BUTTONS_YES_NO ) in createMessageBox()1288 else if (( aButtons & 0x0000ffffL ) == css::awt::MessageBoxButtons::BUTTONS_YES_NO_CANCEL ) in createMessageBox()1290 else if (( aButtons & 0x0000ffffL ) == css::awt::MessageBoxButtons::BUTTONS_RETRY_CANCEL ) in createMessageBox()1294 if (sal_Int32( aButtons & 0xffff0000L ) == css::awt::MessageBoxButtons::DEFAULT_BUTTON_OK ) in createMessageBox()1298 … else if (sal_Int32( aButtons & 0xffff0000L ) == css::awt::MessageBoxButtons::DEFAULT_BUTTON_YES ) in createMessageBox()1300 else if (sal_Int32( aButtons & 0xffff0000L ) == css::awt::MessageBoxButtons::DEFAULT_BUTTON_NO ) in createMessageBox()1308 if (( aButtons & 0x0000ffffL ) == css::awt::MessageBoxButtons::BUTTONS_ABORT_IGNORE_RETRY ) in createMessageBox()[all …]
465 …Button* aButtons[] = { &pThis->aHelpPB, &pThis->aOptionsPB, &pThis->aUndoPB, &pThis->aClosePB, 0 }; in IMPL_STATIC_LINK() local467 while( aButtons[nButton]) in IMPL_STATIC_LINK()469 Point aPos = aButtons[nButton]->GetPosPixel(); in IMPL_STATIC_LINK()471 aButtons[nButton]->SetPosPixel(aPos); in IMPL_STATIC_LINK()
50 @param aButtons
Completed in 144 milliseconds