Home
last modified time | relevance | path

Searched refs:pWindow (Results 201 – 225 of 608) sorted by relevance

12345678910>>...25

/aoo41x/main/sd/source/ui/sidebar/
H A DSidebarShellManager.hxx78 void AddSubShell (ShellId nId, SfxShell* pShell, ::Window* pWindow);
109 ShellDescriptor(SfxShell*pShell,::Window*pWindow) : mpShell(pShell),mpWindow(pWindow){} in ShellDescriptor() argument
/aoo41x/main/sd/source/ui/framework/factories/
H A DBasicViewFactory.cxx209 ::Window* pWindow = NULL; in createResource()
211 pWindow = VCLUnoHelper::GetWindow(xPane->getWindow()); in createResource()
218 if (pFrame != NULL && mpBase!=NULL && pWindow!=NULL) in createResource()
226 pDescriptor = CreateView(rxViewId, *pFrame, *pWindow, xPane, pFrameView, bIsCenterPane); in createResource()
237 pWindow->Resize(); in createResource()
H A DTaskPanelResource.cxx42 ::Window* pWindow = NULL; in GetWindowForResource()
48 pWindow = VCLUnoHelper::GetWindow(xWindow); in GetWindowForResource()
50 return pWindow; in GetWindowForResource()
/aoo41x/main/sc/source/ui/drawfunc/
H A Dfuconpol.cxx92 if ( pView->MouseButtonDown(rMEvt, pWindow) ) in MouseButtonDown()
106 pView->MouseMove(rMEvt, pWindow); in MouseMove()
128 pView->MouseButtonUp(rMEvt, pWindow); in MouseButtonUp()
227 aOldPointer = pWindow->GetPointer(); in Activate()
H A Dfuconarc.cxx73 Point aPnt( pWindow->PixelToLogic( rMEvt.GetPosPixel() ) ); in MouseButtonDown()
74 pWindow->CaptureMouse(); in MouseButtonDown()
172 aOldPointer = pWindow->GetPointer(); in Activate()
/aoo41x/main/sfx2/inc/sfx2/
H A Dsfxhelp.hxx44 …SAL_DLLPRIVATE sal_Bool Start_Impl( const String& rURL, const Window* pWindow, const String& rKeyw…
46 SAL_DLLPRIVATE virtual sal_Bool Start( const String& rURL, const Window* pWindow );
58 virtual XubString GetHelpText( const String&, const Window* pWindow );
/aoo41x/main/starmath/source/
H A Drect.cxx165 OutputDevice *pWindow = Application::GetDefaultDevice(); in BuildRect() local
167 pWindow->Push(PUSH_MAPMODE | PUSH_FONT); in BuildRect()
169 pWindow->SetMapMode(rDev.GetMapMode()); in BuildRect()
170 pWindow->SetFont(rDev.GetFontMetric()); in BuildRect()
172 long nDelta = pWindow->GetFontMetric().GetIntLeading(); in BuildRect()
180 pWindow->Pop(); in BuildRect()
/aoo41x/main/cui/source/tabpages/
H A Dmeasure.cxx93 SvxMeasurePage::SvxMeasurePage( Window* pWindow, const SfxItemSet& rInAttrs ) : in SvxMeasurePage() argument
94 SvxTabPage ( pWindow, CUI_RES( RID_SVXPAGE_MEASURE ), in SvxMeasurePage()
621 SfxTabPage* SvxMeasurePage::Create( Window* pWindow, in Create() argument
624 return( new SvxMeasurePage( pWindow, rAttrs ) ); in Create()
644 void SvxMeasurePage::PointChanged( Window* pWindow, RECT_POINT /*eRP*/ ) in PointChanged() argument
646 ChangeAttrHdl_Impl( pWindow ); in PointChanged()
/aoo41x/main/vcl/inc/vcl/
H A Dunowrap.hxx77 …ference< ::com::sun::star::awt::XWindowPeer> GetWindowInterface( Window* pWindow, sal_Bool bCreate…
78 …virtual void SetWindowInterface( Window* pWindow, ::com::sun::star::uno::Reference< ::com::sun:…
80 virtual void WindowDestroyed( Window* pWindow ) = 0;
/aoo41x/main/sd/source/ui/tools/
H A DIdleDetection.cxx44 sal_Int32 IdleDetection::GetIdleState (const ::Window* pWindow) in GetIdleState() argument
47 if (pWindow != NULL) in GetIdleState()
48 nResult |= CheckWindowPainting(*pWindow); in GetIdleState()
/aoo41x/main/sw/source/ui/index/
H A Didxmrk.cxx94 pWindow = pAbstDlg->GetWindow(); in SFX_IMPL_CHILDWINDOW()
95 pWindow->Show(); // at this point,because before pSh has to be initialized in ReInitDlg() in SFX_IMPL_CHILDWINDOW()
130 pWindow = pAbstDlg->GetWindow(); in SFX_IMPL_CHILDWINDOW()
/aoo41x/main/sd/source/ui/inc/
H A DView.hxx92 virtual void DoCut(::Window* pWindow=NULL);
93 virtual void DoCopy(::Window* pWindow=NULL);
94 virtual void DoPaste(::Window* pWindow=NULL);
97 virtual void StartDrag( const Point& rStartPos, ::Window* pWindow );
/aoo41x/main/sd/source/ui/view/
H A DViewTabBar.cxx221 ::Window* pWindow = NULL; in GetAnchorWindow()
242 pWindow = &pBase->GetViewFrame()->GetWindow(); in GetAnchorWindow()
246 if (pWindow == NULL) in GetAnchorWindow()
267 pWindow = pPane->GetWindow()->GetParent(); in GetAnchorWindow()
273 return pWindow; in GetAnchorWindow()
H A Ddrviews4.cxx286 SfxChildWindow* pWindow = GetViewFrame()->GetChildWindow( nId ); in FreshNavigatrEntry() local
287 if( pWindow ) in FreshNavigatrEntry()
289 SdNavigatorWin* pNavWin = (SdNavigatorWin*)( pWindow->GetContextWindow( SD_MOD() ) ); in FreshNavigatrEntry()
298 SfxChildWindow* pWindow = GetViewFrame()->GetChildWindow( nId ); in FreshNavigatrTree() local
299 if( pWindow ) in FreshNavigatrTree()
301 SdNavigatorWin* pNavWin = (SdNavigatorWin*)( pWindow->GetContextWindow( SD_MOD() ) ); in FreshNavigatrTree()
/aoo41x/main/toolkit/source/awt/
H A Dvclxwindow1.cxx52 Window *pWindow = GetWindow(); in SetSystemParent_Impl() local
53 if ( pWindow->GetType() != WINDOW_WORKWINDOW ) in SetSystemParent_Impl()
104 ((WorkWindow*)pWindow)->SetPluginParent( &aSysParentData ); in SetSystemParent_Impl()
H A Dvclxsystemdependentwindow.cxx84 Window* pWindow = GetWindow(); variable
85 if ( pWindow )
87 const SystemEnvData* pSysData = ((SystemChildWindow *)pWindow)->GetSystemData();
/aoo41x/main/sd/source/ui/dlg/
H A DPaneChildWindows.cxx67 pWindow = new PaneDockingWindow ( in SFX_IMPL_DOCKINGWINDOW()
74 static_cast<SfxDockingWindow*>(pWindow)->Initialize(pInfo); in SFX_IMPL_DOCKINGWINDOW()
90 PaneDockingWindow* pDockingWindow = dynamic_cast<PaneDockingWindow*>(pWindow); in ~PaneChildWindow()
/aoo41x/main/svx/source/sdr/contact/
H A Dviewobjectcontactofsdrmediaobj.cxx54 Window* pWindow = getWindow(); in ViewObjectContactOfSdrMediaObj() local
56 if( pWindow ) in ViewObjectContactOfSdrMediaObj()
58 mpMediaWindow = new SdrMediaWindow( pWindow, *this ); in ViewObjectContactOfSdrMediaObj()
/aoo41x/main/vcl/inc/
H A Dsvdata.hxx386 void ImplWindowAutoMnemonic( Window* pWindow );
438 ImplDelData( const Window* pWindow = NULL ) in ImplDelData()
440 { if( pWindow ) AttachToWindow( pWindow ); } in ImplDelData()
/aoo41x/main/framework/source/classes/
H A Dfwktabwindow.cxx125 Window* pWindow = VCLUnoHelper::GetWindow( xWinPeer ); in CreateDialog() local
126 if ( pWindow ) in CreateDialog()
127 pWindow->SetStyle( pWindow->GetStyle() | WB_DIALOGCONTROL | WB_CHILDDLGCTRL ); in CreateDialog()
/aoo41x/main/chart2/source/controller/dialogs/
H A Dtp_SeriesToAxis.cxx48 SchOptionTabPage::SchOptionTabPage(Window* pWindow,const SfxItemSet& rInAttrs) : in SchOptionTabPage() argument
49 SfxTabPage(pWindow, SchResId(TP_OPTIONS), rInAttrs), in SchOptionTabPage()
90 SfxTabPage* SchOptionTabPage::Create(Window* pWindow,const SfxItemSet& rOutAttrs) in Create() argument
92 return new SchOptionTabPage(pWindow, rOutAttrs); in Create()
/aoo41x/main/framework/source/services/
H A Dbackingcomp.cxx500 Window* pWindow = VCLUnoHelper::GetWindow(m_xWindow); in attachFrame() local
527 pWindow->SetHelpId(HID_BACKINGWINDOW); in attachFrame()
530 BackingWindow* pBack = dynamic_cast<BackingWindow*>(pWindow ); in attachFrame()
823 Window* pWindow = new BackingWindow(pParent); in initialize() local
824 m_xWindow = VCLUnoHelper::GetInterface(pWindow); in initialize()
/aoo41x/main/sd/source/ui/unoidl/
H A DDrawController.cxx840 ::sd::Window* pWindow = pViewShell ? pViewShell->GetActiveWindow() : NULL; in getFormController()
843 if ( pFormShell && pSdrView && pWindow ) in getFormController()
844 xController = pFormShell->GetFormController( Form, *pSdrView, *pWindow ); in getFormController()
877 ::sd::Window* pWindow = pViewShell ? pViewShell->GetActiveWindow() : NULL; in getControl()
880 if ( pFormShell && pSdrView && pWindow ) in getControl()
881 pFormShell->GetFormControl( xModel, *pSdrView, *pWindow, xControl ); in getControl()
/aoo41x/main/basic/source/runtime/
H A Diosys.cxx121 IMPL_LINK_INLINE_START( SbiInputDialog, Ok, Window *, pWindow ) in IMPL_LINK_INLINE_START() argument
123 (void)pWindow; in IMPL_LINK_INLINE_START()
129 IMPL_LINK_INLINE_END( SbiInputDialog, Ok, Window *, pWindow ) in IMPL_LINK_INLINE_END() argument
131 IMPL_LINK_INLINE_START( SbiInputDialog, Cancel, Window *, pWindow ) in IMPL_LINK_INLINE_END()
133 (void)pWindow; in IMPL_LINK_INLINE_END()
138 IMPL_LINK_INLINE_END( SbiInputDialog, Cancel, Window *, pWindow ) in IMPL_LINK_INLINE_END() argument
/aoo41x/main/extensions/source/update/ui/
H A Dupdatecheckui.cxx747 Window *pWindow = pEvent->GetWindow(); in IMPL_LINK() local
748 if ( pWindow ) in IMPL_LINK()
750 SystemWindow *pSysWin = pWindow->GetSystemWindow(); in IMPL_LINK()
792 Window *pWindow = static_cast< VclWindowEvent * >(pEvent)->GetWindow(); in IMPL_LINK() local
793 if ( pWindow && pWindow->IsTopWindow() ) in IMPL_LINK()
795 SystemWindow *pSysWin = pWindow->GetSystemWindow(); in IMPL_LINK()

Completed in 110 milliseconds

12345678910>>...25