/aoo41x/main/svx/source/sdr/contact/ |
H A D | sdrmediawindow.cxx | 55 Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow(); in MouseMove() local 71 Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow(); in MouseButtonDown() local 86 Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow(); in MouseButtonUp() local 101 Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow(); in KeyInput() local 111 Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow(); in KeyUp() local 121 Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow(); in Command() local 136 Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow(); in AcceptDrop() local 156 Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow(); in ExecuteDrop() local 176 Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow(); in StartDrag() local
|
/aoo41x/main/toolkit/source/awt/ |
H A D | vclxtopwindow.cxx | 97 Window* pWindow = GetWindowImpl(); in getWindowHandle() local 150 Window* pWindow = GetWindowImpl(); in toFront() local 173 SystemWindow* pWindow = (SystemWindow*) GetWindowImpl(); in setMenuBar() local 192 const WorkWindow* pWindow = dynamic_cast< const WorkWindow* >( GetWindowImpl() ); in getIsMaximized() local 204 WorkWindow* pWindow = dynamic_cast< WorkWindow* >( GetWindowImpl() ); in setIsMaximized() local 216 const WorkWindow* pWindow = dynamic_cast< const WorkWindow* >( GetWindowImpl() ); in getIsMinimized() local 228 WorkWindow* pWindow = dynamic_cast< WorkWindow* >( GetWindowImpl() ); in setIsMinimized() local 240 const SystemWindow* pWindow = dynamic_cast< const SystemWindow* >( GetWindowImpl() ); in getDisplay() local 255 SystemWindow* pWindow = dynamic_cast< SystemWindow* >( GetWindowImpl() ); in setDisplay() local
|
H A D | vclxdialog.cxx | 202 Window* pWindow = GetWindow(); in setTitle() local 211 Window* pWindow = GetWindow(); in setHelpId() local 221 Window* pWindow = GetWindow(); in getTitle() local
|
/aoo41x/main/vcl/source/window/ |
H A D | taskpanelist.cxx | 86 static void ImplTaskPaneListGrabFocus( Window *pWindow ) in ImplTaskPaneListGrabFocus() 107 void TaskPaneList::AddWindow( Window *pWindow ) in AddWindow() 167 void TaskPaneList::RemoveWindow( Window *pWindow ) in RemoveWindow() 180 sal_Bool TaskPaneList::IsInList( Window *pWindow ) in IsInList() 281 Window* TaskPaneList::FindNextPane( Window *pWindow, sal_Bool bForward ) in FindNextPane() 316 Window* TaskPaneList::FindNextSplitter( Window *pWindow, sal_Bool bForward ) in FindNextSplitter() 355 Window* TaskPaneList::FindNextFloat( Window *pWindow, sal_Bool bForward ) in FindNextFloat()
|
H A D | winproc.cxx | 93 Window* pWindow = rEvt.GetWindow(); in ImplCallEvent() local 326 Window* pWindow; member 914 static Window* ImplGetKeyInputWindow( Window* pWindow ) in ImplGetKeyInputWindow() 1246 static long ImplHandleExtTextInput( Window* pWindow, in ImplHandleExtTextInput() 1374 static void ImplHandleExtTextInputPos( Window* pWindow, in ImplHandleExtTextInputPos() 1592 static void KillOwnPopups( Window* pWindow ) in KillOwnPopups() 1675 static void ImplHandleMove( Window* pWindow ) in ImplHandleMove() 1842 static void ImplHandleGetFocus( Window* pWindow ) in ImplHandleGetFocus() 1864 static void ImplHandleLoseFocus( Window* pWindow ) in ImplHandleLoseFocus() 1910 Window* pWindow; member [all …]
|
H A D | dlgctrl.cxx | 46 static sal_Bool ImplHasIndirectTabParent( Window* pWindow ) in ImplHasIndirectTabParent() 206 Window* pWindow = NULL; in ImplGetDlgWindow() local 413 Window* pWindow; in ImplFindAccelWindow() local 799 Window* pWindow = pSWindow; in ImplDlgCtrl() local 826 Window* pWindow; in ImplDlgCtrl() local 1027 Window* Window::ImplFindDlgCtrlWindow( Window* pWindow ) in ImplFindDlgCtrlWindow() 1071 Window* pWindow = NULL; in ImplGetLabelFor() local 1140 Window* pWindow = NULL; in GetAccessibleRelationLabelFor() local 1167 Window* pWindow = NULL; in ImplGetLabeledBy() local 1228 Window* pWindow = NULL; in GetAccessibleRelationLabeledBy() local [all …]
|
H A D | dndevdis.cxx | 357 sal_Int32 DNDEventDispatcher::fireDragEnterEvent( Window *pWindow, in fireDragEnterEvent() 393 sal_Int32 DNDEventDispatcher::fireDragOverEvent( Window *pWindow, in fireDragOverEvent() 426 sal_Int32 DNDEventDispatcher::fireDragExitEvent( Window *pWindow ) throw(RuntimeException) in fireDragExitEvent() 453 sal_Int32 DNDEventDispatcher::fireDropActionChangedEvent( Window *pWindow, in fireDropActionChangedEvent() 486 sal_Int32 DNDEventDispatcher::fireDropEvent( Window *pWindow, in fireDropEvent() 531 sal_Int32 DNDEventDispatcher::fireDragGestureEvent( Window *pWindow, in fireDragGestureEvent()
|
H A D | syswin.cxx | 242 Window* pWindow = this; in SetZLevel() local 276 const Window* pWindow = this; in SetRepresentedURL() local 302 const Window* pWindow = this; in SetIcon() local 315 const Window* pWindow = this; in GetZLevel() local 331 Window* pWindow = this; in EnableSaveBackground() local 346 const Window* pWindow = this; in IsSaveBackgroundEnabled() local 720 Window* pWindow = this; in SetWindowStateData() local 875 const Window* pWindow = this; in GetWindowStateData() local
|
H A D | dockmgr.cxx | 374 sal_Bool DockingManager::IsDockable( const Window *pWindow ) in IsDockable() 385 sal_Bool DockingManager::IsFloating( const Window *pWindow ) in IsFloating() 394 sal_Bool DockingManager::IsLocked( const Window *pWindow ) in IsLocked() 403 void DockingManager::Lock( const Window *pWindow ) in Lock() 410 void DockingManager::Unlock( const Window *pWindow ) in Unlock() 439 sal_Bool DockingManager::IsInPopupMode( const Window *pWindow ) in IsInPopupMode() 459 void DockingManager::AddWindow( const Window *pWindow ) in AddWindow() 470 void DockingManager::RemoveWindow( const Window *pWindow ) in RemoveWindow() 487 void DockingManager::SetPosSizePixel( Window *pWindow, long nX, long nY, in SetPosSizePixel() 496 Rectangle DockingManager::GetPosSizePixel( const Window *pWindow ) in GetPosSizePixel() [all …]
|
/aoo41x/main/framework/source/inc/pattern/ |
H A D | window.hxx | 76 Window* pWindow = VCLUnoHelper::GetWindow(xWindow); in getWindowState() local 104 Window* pWindow = VCLUnoHelper::GetWindow(xWindow); in setWindowState() local 136 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in isTopWindow() local
|
/aoo41x/main/vcl/aqua/source/a11y/ |
H A D | aqua11yfocustracker.cxx | 134 void AquaA11yFocusTracker::toolbox_open_floater(Window *pWindow) in toolbox_open_floater() 169 void AquaA11yFocusTracker::toolbox_highlight_on(Window *pWindow) in toolbox_highlight_on() 184 void AquaA11yFocusTracker::toolbox_highlight_off(Window *pWindow) in toolbox_highlight_off() 195 void AquaA11yFocusTracker::tabpage_activated(Window *pWindow) in tabpage_activated() 225 void AquaA11yFocusTracker::window_got_focus(Window *pWindow) in window_got_focus()
|
/aoo41x/main/toolkit/source/helper/ |
H A D | unowrapper.cxx | 47 …m::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer > CreateXWindow( Window* pWindow ) in CreateXWindow() 160 … ::com::sun::star::awt::XWindowPeer> UnoWrapper::GetWindowInterface( Window* pWindow, sal_Bool bCr… in GetWindowInterface() 171 void UnoWrapper::SetWindowInterface( Window* pWindow, ::com::sun::star::uno::Reference< ::com::sun:… in SetWindowInterface() 248 Window* pWindow = ( pPossibleChild != pParentWindow ) ? pPossibleChild : NULL; in lcl_ImplIsParent() local 255 void UnoWrapper::WindowDestroyed( Window* pWindow ) in WindowDestroyed()
|
/aoo41x/main/accessibility/source/standard/ |
H A D | floatingwindowaccessible.cxx | 40 FloatingWindowAccessible::FloatingWindowAccessible(VCLXWindow* pWindow) : in FloatingWindowAccessible() 55 Window* pWindow = GetWindow(); in FillAccessibleRelationSet() local
|
H A D | accessiblemenucomponent.cxx | 120 Window* pWindow = m_pMenu->GetWindow(); in implGetBounds() local 192 Window* pWindow = m_pMenu->GetWindow(); in getAccessibleParent() local 222 Window* pWindow = m_pMenu->GetWindow(); in getAccessibleDescription() local 280 Window* pWindow = m_pMenu->GetWindow(); in getLocationOnScreen() local 299 Window* pWindow = m_pMenu->GetWindow(); in grabFocus() local 338 Window* pWindow = m_pMenu->GetWindow(); in getFont() local
|
/aoo41x/main/basctl/source/dlged/ |
H A D | dlgedfunc.cxx | 39 Window* pWindow = pParent->GetWindow(); in IMPL_LINK_INLINE_START() local 53 Window* pWindow = pParent->GetWindow(); in IMPL_LINK_INLINE_END() local 136 Window* pWindow = pParent->GetWindow(); in KeyInput() local 382 Window* pWindow= pParent->GetWindow(); in MouseButtonDown() local 422 Window* pWindow= pParent->GetWindow(); in MouseButtonUp() local 457 Window* pWindow= pParent->GetWindow(); in MouseMove() local 494 Window* pWindow = pParent->GetWindow(); in MouseButtonDown() local 560 Window* pWindow= pParent->GetWindow(); in MouseButtonUp() local 613 Window* pWindow= pParent->GetWindow(); in MouseMove() local
|
/aoo41x/main/vcl/inc/ |
H A D | dbggui.hxx | 55 #define DBG_DIALOGTEST( pWindow ) \ argument 66 #define DBG_DIALOGTEST( pWindow ) argument
|
/aoo41x/main/sfx2/source/sidebar/ |
H A D | AccessibleTitleBar.cxx | 40 VCLXWindow* pWindow = rTitleBar.GetWindowPeer(); in Create() local 50 AccessibleTitleBar::AccessibleTitleBar (VCLXWindow* pWindow) in AccessibleTitleBar()
|
/aoo41x/main/chart2/source/controller/dialogs/ |
H A D | tp_LegendPosition.cxx | 41 SchLegendPosTabPage::SchLegendPosTabPage(Window* pWindow, in SchLegendPosTabPage() 58 SfxTabPage* SchLegendPosTabPage::Create(Window* pWindow, in Create()
|
H A D | tp_DataLabel.cxx | 36 DataLabelsTabPage::DataLabelsTabPage(Window* pWindow, const SfxItemSet& rInAttrs) : in DataLabelsTabPage() 47 SfxTabPage* DataLabelsTabPage::Create(Window* pWindow, in Create()
|
H A D | tp_PolarOptions.cxx | 40 PolarOptionsTabPage::PolarOptionsTabPage( Window* pWindow,const SfxItemSet& rInAttrs ) : in PolarOptionsTabPage() 59 SfxTabPage* PolarOptionsTabPage::Create( Window* pWindow,const SfxItemSet& rOutAttrs ) in Create()
|
H A D | tp_PointGeometry.cxx | 43 SchLayoutTabPage::SchLayoutTabPage(Window* pWindow,const SfxItemSet& rInAttrs) in SchLayoutTabPage() 59 SfxTabPage* SchLayoutTabPage::Create(Window* pWindow, in Create()
|
H A D | res_BarGeometry.cxx | 41 BarGeometryResources::BarGeometryResources( Window* pWindow ) in BarGeometryResources() 52 Window* pWindow( m_aFT_Geometry.GetParent() ); in SetPosPixel() local
|
/aoo41x/main/cui/source/dialogs/ |
H A D | dlgname.cxx | 48 SvxNameDialog::SvxNameDialog( Window* pWindow, const String& rName, const String& rDesc ) : in SvxNameDialog() 95 Window* pWindow, in SvxObjectNameDialog() 131 Window* pWindow, in SvxObjectTitleDescDialog() 162 SvxMessDialog::SvxMessDialog( Window* pWindow, const String& rText, const String& rDesc, Image* pIm… in SvxMessDialog()
|
/aoo41x/main/framework/source/uielement/ |
H A D | progressbarwrapper.cxx | 140 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in start() local 178 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in end() local 208 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in setText() local 261 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in setValue() local
|
/aoo41x/main/vcl/source/control/ |
H A D | morebtn.cxx | 149 Window* pWindow = (mpMBData->mpItemList) ? mpMBData->mpItemList->First() : NULL; in Click() local 201 void MoreButton::AddWindow( Window* pWindow ) in AddWindow() 216 void MoreButton::RemoveWindow( Window* pWindow ) in RemoveWindow()
|