/aoo41x/main/vcl/source/window/ |
H A D | dockwin.cxx | 94 virtual void TitleButtonClick( sal_uInt16 nButton ); 240 void ImplDockFloatWin::TitleButtonClick( sal_uInt16 nButton ) in TitleButtonClick() argument 242 FloatingWindow::TitleButtonClick( nButton ); in TitleButtonClick() 243 mpDockWin->TitleButtonClick( nButton ); in TitleButtonClick() 799 void DockingWindow::ShowTitleButton( sal_uInt16 nButton, sal_Bool bVisible ) in ShowTitleButton() argument 802 mpFloatWin->ShowTitleButton( nButton, bVisible ); in ShowTitleButton() 805 if ( nButton == TITLE_BUTTON_DOCKING ) in ShowTitleButton() 814 sal_Bool DockingWindow::IsTitleButtonVisible( sal_uInt16 nButton ) const in IsTitleButtonVisible() 817 return mpFloatWin->IsTitleButtonVisible( nButton ); in IsTitleButtonVisible() 820 if ( nButton == TITLE_BUTTON_DOCKING ) in IsTitleButtonVisible()
|
H A D | dockmgr.cxx | 78 virtual void TitleButtonClick( sal_uInt16 nButton ); 298 void ImplDockFloatWin2::TitleButtonClick( sal_uInt16 nButton ) in TitleButtonClick() argument 300 FloatingWindow::TitleButtonClick( nButton ); in TitleButtonClick() 301 mpDockWin->TitleButtonClick( nButton ); in TitleButtonClick() 1209 void ImplDockingWindowWrapper::ShowTitleButton( sal_uInt16 nButton, sal_Bool bVisible ) in ShowTitleButton() argument 1212 mpFloatWin->ShowTitleButton( nButton, bVisible ); in ShowTitleButton() 1215 if ( nButton == TITLE_BUTTON_DOCKING ) in ShowTitleButton() 1224 sal_Bool ImplDockingWindowWrapper::IsTitleButtonVisible( sal_uInt16 nButton ) const in IsTitleButtonVisible() 1227 return mpFloatWin->IsTitleButtonVisible( nButton ); in IsTitleButtonVisible() 1230 if ( nButton == TITLE_BUTTON_DOCKING ) in IsTitleButtonVisible()
|
H A D | syswin.cxx | 357 void SystemWindow::ShowTitleButton( sal_uInt16 nButton, sal_Bool bVisible ) in ShowTitleButton() argument 359 if ( nButton == TITLE_BUTTON_DOCKING ) in ShowTitleButton() 368 else if ( nButton == TITLE_BUTTON_HIDE ) in ShowTitleButton() 377 else if ( nButton == TITLE_BUTTON_MENU ) in ShowTitleButton() 388 sal_Bool SystemWindow::IsTitleButtonVisible( sal_uInt16 nButton ) const in IsTitleButtonVisible() 390 if ( nButton == TITLE_BUTTON_DOCKING ) in IsTitleButtonVisible()
|
H A D | btndlg.cxx | 466 sal_uInt16 ButtonDialog::GetButtonId( sal_uInt16 nButton ) const in GetButtonId() 468 if ( nButton < mpItemList->Count() ) in GetButtonId() 469 return (sal_uInt16)mpItemList->GetObject( nButton )->mnId; in GetButtonId()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | dockwin.hxx | 154 void TitleButtonClick( sal_uInt16 nButton ); 163 void ShowTitleButton( sal_uInt16 nButton, sal_Bool bVisible = sal_True ); 164 sal_Bool IsTitleButtonVisible( sal_uInt16 nButton ) const; 317 virtual void TitleButtonClick( sal_uInt16 nButton ); 328 void ShowTitleButton( sal_uInt16 nButton, sal_Bool bVisible = sal_True ); 329 sal_Bool IsTitleButtonVisible( sal_uInt16 nButton ) const;
|
H A D | syswin.hxx | 192 virtual void TitleButtonClick( sal_uInt16 nButton ); 210 void ShowTitleButton( sal_uInt16 nButton, sal_Bool bVisible = sal_True ); 211 sal_Bool IsTitleButtonVisible( sal_uInt16 nButton ) const;
|
H A D | btndlg.hxx | 97 sal_uInt16 GetButtonId( sal_uInt16 nButton ) const;
|
/aoo41x/main/vcl/unx/generic/app/ |
H A D | salsys.cxx | 152 sal_uInt16 nButton = 0; in ShowNativeDialog() local 155 … aWarn.AddButton( *it, nButton+1, nButton == (sal_uInt16)nDefButton ? BUTTONDIALOG_DEFBUTTON : 0 ); in ShowNativeDialog() 156 nButton++; in ShowNativeDialog()
|
/aoo41x/main/sd/source/filter/html/ |
H A D | htmlex.cxx | 2681 for( int nButton = 0; nButton < NUM_BUTTONS; nButton++ ) in CreateBitmaps() local 2683 if(!mbFrames && (nButton == BTN_MORE || nButton == BTN_LESS)) in CreateBitmaps() 2686 if(!mbImpress && (nButton == BTN_TEXT || nButton == BTN_MORE || nButton == BTN_LESS )) in CreateBitmaps() 2690 aFull += GetButtonName(nButton); in CreateBitmaps() 2691 mpButtonSet->exportButton( mnButtonThema, aFull, GetButtonName(nButton) ); in CreateBitmaps() 3230 String HtmlExport::GetButtonName( int nButton ) const in GetButtonName() 3233 aName.AssignAscii( pButtonNames[nButton] ); in GetButtonName()
|
H A D | htmlex.hxx | 222 String GetButtonName( int nButton ) const;
|
/aoo41x/main/vcl/unx/gtk/app/ |
H A D | gtksys.cxx | 70 int nButton = 0; in ShowNativeDialog() local 75 if( nButton == nDefButton ) in ShowNativeDialog()
|
/aoo41x/main/cui/source/dialogs/ |
H A D | SpellDialog.cxx | 466 sal_Int32 nButton = 0; in IMPL_STATIC_LINK() local 467 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() 472 ++nButton; in IMPL_STATIC_LINK()
|
/aoo41x/main/wizards/com/sun/star/wizards/ui/ |
H A D | ButtonList.java | 890 int nButton = Integer.parseInt(sButton); in actionPerformed() local 893 int index = getIndexFor(nButton); in actionPerformed()
|
/aoo41x/main/vcl/aqua/source/window/ |
H A D | salframeview.mm | 526 -(void)sendMouseEventToFrame: (NSEvent*)pEvent button:(sal_uInt16)nButton eventtype:(sal_uInt16)nEv… 550 if( ! bIsCaptured && nButton && pDispatchFrame && AquaSalFrame::isAlive( pDispatchFrame ) ) 590 if( nModMask == KEY_MOD3 && nButton == MOUSE_LEFT ) 593 nButton = MOUSE_RIGHT; 600 aEvent.mnButton = nButton;
|
/aoo41x/main/automation/source/server/ |
H A D | statemnt.cxx | 4109 sal_uInt16 nButton = MOUSE_LEFT;\ in HandleCommonMethods() 4114 case 1: nButton = MOUSE_LEFT; break;\ in HandleCommonMethods() 4115 case 2: nButton = MOUSE_MIDDLE; break;\ in HandleCommonMethods() 4116 case 3: nButton = MOUSE_RIGHT; break;\ in HandleCommonMethods() 4136 MouseEvent aMEvnt(aPos,1,MOUSE_SIMPLECLICK|MOUSE_SELECT,nButton); in HandleCommonMethods() 4155 MouseEvent aMEvt( aPos, 1, MOUSE_SIMPLECLICK|MOUSE_SELECT, nButton ); in HandleCommonMethods() 4176 MouseEvent aMEvt( aPos, 0, MOUSE_SIMPLEMOVE|MOUSE_DRAGMOVE, nButton ); in HandleCommonMethods() 4198 aMEvnt = MouseEvent(aPos,1,MOUSE_SIMPLECLICK|MOUSE_SELECT,nButton); in HandleCommonMethods() 4201 aMEvnt = MouseEvent(aPos,2,MOUSE_SIMPLECLICK|MOUSE_SELECT,nButton); in HandleCommonMethods()
|
/aoo41x/main/vcl/inc/aqua/ |
H A D | salframeview.h | 110 -(void)sendMouseEventToFrame:(NSEvent*)pEvent button:(sal_uInt16)nButton eventtype:(sal_uInt16)nEve… in sendMouseEventToFrame:button:eventtype:()
|