Home
last modified time | relevance | path

Searched refs:m_pWindow (Results 1 – 24 of 24) sorted by path

/trunk/main/accessibility/inc/accessibility/extended/
H A Dlistboxaccessible.hxx48 SvTreeListBox* m_pWindow; member in accessibility::ListBoxAccessibleBase
53 return const_cast< ListBoxAccessibleBase* >( this )->m_pWindow; in getListBox()
56 inline bool isAlive() const { return NULL != m_pWindow; } in isAlive()
/trunk/main/accessibility/inc/accessibility/standard/
H A Dvclxaccessiblemenubar.hxx41 Window* m_pWindow; member in VCLXAccessibleMenuBar
/trunk/main/accessibility/source/extended/
H A Dlistboxaccessible.cxx39 :m_pWindow( &_rWindow ) in ListBoxAccessibleBase()
41 m_pWindow->AddEventListener( LINK( this, ListBoxAccessibleBase, WindowEventListener ) ); in ListBoxAccessibleBase()
47 if ( m_pWindow ) in ~ListBoxAccessibleBase()
63 …DBG_ASSERT( static_cast< VclWindowEvent* >( pEvent )->GetWindow() == m_pWindow, "ListBoxAccessible… in IMPL_LINK()
73 if ( m_pWindow ) in disposing()
74 m_pWindow->RemoveEventListener( LINK( this, ListBoxAccessibleBase, WindowEventListener ) ); in disposing()
75 m_pWindow = NULL; in disposing()
87 if ( m_pWindow ) in ProcessWindowEvent()
88 m_pWindow->RemoveEventListener( LINK( this, ListBoxAccessibleBase, WindowEventListener ) ); in ProcessWindowEvent()
89 m_pWindow = NULL; in ProcessWindowEvent()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblemenubar.cxx49 m_pWindow = pMenu->GetWindow(); in VCLXAccessibleMenuBar()
51 if ( m_pWindow ) in VCLXAccessibleMenuBar()
52 m_pWindow->AddEventListener( LINK( this, VCLXAccessibleMenuBar, WindowEventListener ) ); in VCLXAccessibleMenuBar()
60 if ( m_pWindow ) in ~VCLXAccessibleMenuBar()
61 m_pWindow->RemoveEventListener( LINK( this, VCLXAccessibleMenuBar, WindowEventListener ) ); in ~VCLXAccessibleMenuBar()
70 if ( m_pWindow && m_pWindow->HasFocus() && !IsChildHighlighted() ) in IsFocused()
106 if ( m_pWindow ) in ProcessWindowEvent()
109 m_pWindow = NULL; in ProcessWindowEvent()
128 if ( m_pWindow ) in disposing()
130 m_pWindow->RemoveEventListener( LINK( this, VCLXAccessibleMenuBar, WindowEventListener ) ); in disposing()
[all …]
/trunk/main/chart2/source/controller/accessibility/
H A DAccessibleViewForwarder.cxx40 ,m_pWindow( pWindow ) in AccessibleViewForwarder()
59 if ( m_pWindow ) in GetVisibleArea()
62 aVisibleArea.SetSize( m_pWindow->GetOutputSizePixel() ); in GetVisibleArea()
63 aVisibleArea = m_pWindow->PixelToLogic( aVisibleArea, m_aMapMode ); in GetVisibleArea()
71 if ( m_pAccChartView && m_pWindow ) in LogicToPixel()
75 aPoint = m_pWindow->LogicToPixel( rPoint, m_aMapMode ) + aTopLeft; in LogicToPixel()
83 if ( m_pWindow ) in LogicToPixel()
85 aSize = m_pWindow->LogicToPixel( rSize, m_aMapMode ); in LogicToPixel()
93 if ( m_pAccChartView && m_pWindow ) in PixelToLogic()
105 if ( m_pWindow ) in PixelToLogic()
[all …]
H A DAccessibleViewForwarder.hxx55 Window* m_pWindow; member in chart::AccessibleViewForwarder
/trunk/main/chart2/source/controller/dialogs/
H A Dres_DataLabel.cxx133 m_pWindow(pWindow), in DataLabelResources()
257 NumberFormatDialog aDlg(m_pWindow, aNumberSet); in IMPL_LINK()
H A Dres_DataLabel.hxx88 Window* m_pWindow; member in chart::DataLabelResources
/trunk/main/sc/source/ui/inc/
H A Danyrefdg.hxx67 Window* m_pWindow; member in ScFormulaReferenceHelper
102 inline void SetWindow(Window* _pWindow) { m_pWindow = _pWindow; } in SetWindow()
111 Window * GetWindow(){ return m_pWindow; } in GetWindow()
/trunk/main/sc/source/ui/miscdlgs/
H A Danyrefdg.cxx64 , m_pWindow(NULL) in ScFormulaReferenceHelper()
384 m_pWindow->SetText(sOldDialogText); in RefInputDone()
387 m_pWindow->SetOutputSizePixel(aOldDialogSize); in RefInputDone()
400 sal_uInt16 nChildren = m_pWindow->GetChildCount(); in RefInputDone()
404 m_pWindow->GetChild(i)->GetWindow( WINDOW_CLIENT )->Show(); in RefInputDone()
422 sOldDialogText = m_pWindow->GetText(); in RefInputStart()
427 sal_uInt16 nChildren = m_pWindow->GetChildCount(); in RefInputStart()
432 Window* pWin = m_pWindow->GetChild(i); in RefInputStart()
448 aOldDialogSize = m_pWindow->GetOutputSizePixel(); in RefInputStart()
481 m_pWindow->SetOutputSizePixel(aNewDlgSize); in RefInputStart()
[all …]
/trunk/main/sfx2/source/appl/
H A Dhelpinterceptor.cxx103 m_pWindow->UpdateToolbox(); in addURL()
128 m_pWindow->UpdateToolbox(); in SetStartURL()
277m_pWindow->loadHelpContent(pEntry->aURL, sal_False); // false => dont add item to history again! in dispatch()
280 m_pWindow->UpdateToolbox(); in dispatch()
H A Dhelpinterceptor.hxx73 SfxHelpWindow_Impl* m_pWindow; member in HelpInterceptor_Impl
120 { m_pWindow = pWindow; } in InitWaiter()
121 SfxHelpWindow_Impl* GetHelpWindow() const { return m_pWindow; } in GetHelpWindow()
/trunk/main/svtools/workben/toolpanel/
H A Dtoolpaneltest.cxx161 m_pWindow;
216 ENSURE_OR_RETURN_VOID( m_pWindow.get(), "disposed!" ); in Activate()
221 m_pWindow->Show(); in Activate()
227 ENSURE_OR_RETURN_VOID( m_pWindow.get(), "disposed!" ); in Deactivate()
228 m_pWindow->Hide(); in Deactivate()
234 ENSURE_OR_RETURN_VOID( m_pWindow.get(), "disposed!" ); in SetSizePixel()
235 m_pWindow->SetSizePixel( i_rPanelWindowSize ); in SetSizePixel()
241 ENSURE_OR_RETURN_VOID( m_pWindow.get(), "disposed!" ); in GrabFocus()
242 m_pWindow->GrabFocus(); in GrabFocus()
249 m_pWindow.reset(); in Dispose()
[all …]
/trunk/main/svx/inc/svx/
H A Dfmshell.hxx101 Window* m_pWindow; member in FmFormShell::FormShellWaitObject
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx559 ,m_pWindow( NULL ) in TYPEINIT1()
646 delete m_pWindow; in ~DbCellControl()
656 if ( m_pWindow ) in implValuePropertyChanged()
822 if (m_pWindow) in ImplInitWindow()
838 if ( m_pWindow && _rxModel.is() ) in implAdjustReadOnly()
858 if ( m_pWindow && _rxModel.is() ) in implAdjustEnabled()
862 m_pWindow->Enable( bEnable ); in implAdjustEnabled()
871 if ( m_pWindow ) in Init()
926 if (m_pWindow) in SetTextLineColor()
935 if (m_pWindow) in SetTextLineColor()
[all …]
/trunk/main/svx/source/form/
H A Dfmvwimp.cxx178 m_pWindow( dynamic_cast< Window* >( &_rWindow.GetPaintWindow().GetOutputDevice() ) ) in DBG_NAME()
289 if ( xWindow.is() && m_pViewImpl->getView() && m_pWindow ) in makeVisible()
293 aNewRect = m_pWindow->PixelToLogic( aNewRect ); in makeVisible()
294 m_pViewImpl->getView()->MakeVisible( aNewRect, *m_pWindow ); in makeVisible()
354 ShowServiceNotAvailableError( m_pWindow, FM_FORM_CONTROLLER, sal_True ); in setController()
/trunk/main/svx/source/inc/
H A Dfmvwimp.hxx93 Window* m_pWindow; member in FormViewPageWindowAdapter
127 Window* getWindow() const {return m_pWindow;} in getWindow()
H A Dgridcell.hxx231 Window* m_pWindow; member in DbCellControl
285 ENSURE_OR_THROW( m_pWindow, "no window" ); in GetWindow()
286 return *m_pWindow; in GetWindow()
/trunk/main/vcl/inc/
H A Dsalframe.hxx145 Window* m_pWindow; member in SalFrame
148 SalFrame() : m_pWindow( NULL ), m_pProc( NULL ) {} in SalFrame()
272 { m_pWindow = pWindow; m_pProc = pProc; } in SetCallback()
275 Window* GetWindow() const { return m_pWindow; } in GetWindow()
281 { return m_pProc ? m_pProc( m_pWindow, const_cast<SalFrame*>(this), nEvent, pEvent ) : 0; } in CallCallback()
/trunk/main/vcl/inc/unx/gtk/
H A Dgtkframe.hxx160 GtkWidget* m_pWindow; member in GtkSalFrame
280 GtkWidget* getWindow() const { return m_pWindow; } in getWindow()
H A Dgtkgdi.hxx37 GtkWidget *m_pWindow; member in GtkSalGraphics
42 : m_pWindow( window ), in GtkSalGraphics()
47 inline GtkWidget* GetGtkWidget() const { return m_pWindow; } in GetGtkWidget()
48 inline GdkWindow* GetGdkWindow() const { return m_pWindow->window; } in GetGdkWindow()
50 void SetWindow( GtkWidget* window ) { m_pWindow = window; } in SetWindow()
/trunk/main/vcl/test/
H A Ddndtest.cxx86 Window * m_pWindow; member in MyDragAndDropListener
90 MyDragAndDropListener( Window * pWindow ) : m_pWindow( pWindow ) {}; in MyDragAndDropListener()
304 …er::drop called ( Window: %p, %"SAL_PRIdINT32", %"SAL_PRIdINT32" ).\n", m_pWindow, dtde.LocationX,… in drop()
321 printf( "XDropTargetListener::dragExit called ( Window: %p ).\n", m_pWindow ); in dragExit()
328 …dragOver called ( Window: %p, %"SAL_PRIdINT32", %"SAL_PRIdINT32" ).\n", m_pWindow, dtde.LocationX,… in dragOver()
344 …printf( "XDragSourceListener::dropDropEnd called ( Window: %p, %s ).\n", m_pWindow, dsde.DropSucce… in dragDropEnd()
351 printf( "XDragSourceListener::dragEnter called ( Window: %p ).\n", m_pWindow ); in dragEnter()
358 printf( "XDragSourceListener::dragExit called ( Window: %p ).\n", m_pWindow ); in dragExit()
365 printf( "XDragSourceListener::dragOver called ( Window: %p ).\n", m_pWindow ); in dragOver()
372 printf( "XDragSourceListener::dropActionChanged called ( Window: %p ).\n", m_pWindow ); in dropActionChanged()
[all …]
/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx492 if( pFrame && m_pWindow ) in copyBits()
495 GdkWindow* pWin = GTK_WIDGET(m_pWindow)->window; in copyBits()
1161 &clipRect, m_pWindow, "base", x, y, w, h ); in NWPaintGTKButton()
1596 m_pWindow, "base", x, y, in NWPaintGTKScrollbar()
2156 &clipRect, m_pWindow, "base", in NWPaintGTKComboBox()
2322 gtk_paint_flat_box( m_pWindow->style, pixmap, GTK_STATE_NORMAL, in NWPaintGTKTabItem()
2438 &clipRect, m_pWindow, "base", x, y, in NWPaintGTKListBox()
2672 GTK_WIDGET(m_pWindow), in NWPaintGTKMenubar()
2759 GTK_WIDGET(m_pWindow), in NWPaintGTKPopupMenu()
3312 gtk_widget_ensure_style( m_pWindow ); in updateSettings()
[all …]
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx441 if( m_pWindow ) in ~GtkSalFrame()
995 if( m_pWindow ) in GetGraphics()
1108 || ! m_pWindow ) in SetIcon()
1300 if( m_pWindow ) in Show()
1487 if( m_pWindow ) in SetMinClientSize()
2080 if( m_pWindow ) in ToTop()
2137 if( m_pWindow ) in grabPointer()
2302 if( !m_pWindow ) in SnapShot()
2318 if( ! m_pWindow ) in UpdateSettings()
2416 if( m_pWindow ) in createNewWindow()
[all …]

Completed in 154 milliseconds