Home
last modified time | relevance | path

Searched refs:pWindow (Results 226 – 250 of 608) sorted by relevance

12345678910>>...25

/aoo42x/main/sfx2/source/view/
H A Dviewfrm.cxx1500 pImp->pWindow = 0; in Construct_Impl()
1563 pImp->pWindow->SetSizePixel( rFrame.GetWindow().GetOutputSizePixel() ); in SfxViewFrame()
1584 delete pImp->pWindow; in ~SfxViewFrame()
1862 Window *pWindow = pSh->GetWindow(); in DoAdjustPosSize() local
1863 Point aPos = pWindow->LogicToPixel(rPos); in DoAdjustPosSize()
1864 Size aSize = pWindow->LogicToPixel(rSize); in DoAdjustPosSize()
1893 Window *pWindow = &GetFrame().GetTopFrame().GetWindow(); in Enable() local
1895 pImp->bWindowWasEnabled = pWindow->IsInputEnabled(); in Enable()
1897 pWindow->EnableInput( bEnable, sal_True ); in Enable()
2028 if (pWindow && pWindow->HasChildPathFocus() && bGrabFocus) in MakeActive_Impl()
[all …]
H A Dviewsh.cxx1287 if( pWindow == pViewPort ) in SetWindow()
1297 sal_Bool bHadFocus = pWindow ? pWindow->HasChildPathFocus( sal_True ) : sal_False; in SetWindow()
1298 pWindow = pViewPort; in SetWindow()
1300 if( pWindow ) in SetWindow()
1303 pWindow->EnableRTL( sal_False ); in SetWindow()
1306 if ( bHadFocus && pWindow ) in SetWindow()
1307 pWindow->GrabFocus(); in SetWindow()
1334 ,pWindow(0) in SfxViewShell()
/aoo42x/main/toolkit/source/awt/
H A Dvclxsystemdependentwindow.cxx84 Window* pWindow = GetWindow(); variable
85 if ( pWindow )
87 const SystemEnvData* pSysData = ((SystemChildWindow *)pWindow)->GetSystemData();
/aoo42x/main/sd/source/ui/view/
H A Ddrviews2.cxx540 ::sd::Window* pWindow = GetActiveWindow(); in FuTemporary()
541 InfoBox(pWindow, String(SdResId(STR_ACTION_NOTPOSSIBLE) ) ).Execute(); in FuTemporary()
585 ::sd::Window* pWindow = GetActiveWindow(); in FuTemporary()
586 InfoBox(pWindow, String(SdResId(STR_ACTION_NOTPOSSIBLE) ) ).Execute(); in FuTemporary()
613 ::sd::Window* pWindow = GetActiveWindow(); in FuTemporary()
614 InfoBox(pWindow, String(SdResId(STR_ACTION_NOTPOSSIBLE) ) ).Execute(); in FuTemporary()
H A DViewShellBase.cxx1635 ::Window* pWindow = pViewShell->GetActiveWindow(); in KeyInput()
1636 if (pWindow != NULL) in KeyInput()
1640 pWindow->GrabFocus(); in KeyInput()
1642 pWindow->KeyInput(rKEvt); in KeyInput()
1655 ::Window* pWindow = pViewShell->GetActiveWindow(); in Command()
1656 if (pWindow != NULL) in Command()
1658 pWindow->Command(rEvent); in Command()
H A Ddrviews8.cxx230 ::sd::Window* pWindow = GetActiveWindow(); in FuTemp01()
231 InfoBox(pWindow, String(SdResId(STR_ACTION_NOTPOSSIBLE) ) ).Execute(); in FuTemp01()
428 ::sd::Window* pWindow = GetActiveWindow(); in FuTemp01()
429 InfoBox(pWindow, String( SdResId( nId ) ) ).Execute(); in FuTemp01()
H A Ddrviewsd.cxx76 SfxChildWindow* pWindow = GetViewFrame()->GetChildWindow( nId ); in ExecNavigatorWin() local
77 if( pWindow ) in ExecNavigatorWin()
79 SdNavigatorWin* pNavWin = (SdNavigatorWin*)( pWindow->GetContextWindow( SD_MOD() ) ); in ExecNavigatorWin()
/aoo42x/main/svtools/source/misc/
H A Dehdl.cxx415 sal_uInt16 nCtxIdP, Window *pWindow, sal_uInt16 nResIdP, ResMgr *pMgrP) in SfxErrorContext() argument
416 : ErrorContext(pWindow), nCtxId(nCtxIdP), nResId(nResIdP), pMgr(pMgrP) in SfxErrorContext()
425 sal_uInt16 nCtxIdP, const String &aArg1P, Window *pWindow, in SfxErrorContext() argument
427 : ErrorContext(pWindow), nCtxId(nCtxIdP), nResId(nResIdP), pMgr(pMgrP), in SfxErrorContext()
/aoo42x/main/sc/source/ui/drawfunc/
H A Dfuconarc.cxx73 Point aPnt( pWindow->PixelToLogic( rMEvt.GetPosPixel() ) ); in MouseButtonDown()
74 pWindow->CaptureMouse(); in MouseButtonDown()
172 aOldPointer = pWindow->GetPointer(); in Activate()
/aoo42x/main/svx/inc/svx/
H A Dgraphctl.hxx179 GraphCtrlView( SdrModel* pModel, GraphCtrl* pWindow) : in GraphCtrlView() argument
180 SdrView ( pModel, pWindow ), in GraphCtrlView()
181 rGraphCtrl ( *pWindow ) {}; in GraphCtrlView()
/aoo42x/main/sd/source/ui/inc/
H A DSlideSorterViewShell.hxx90 virtual void Command (const CommandEvent& rEvent, ::sd::Window* pWindow);
124 ::Window* pWindow );
176 CreateAccessibleDocumentView (::sd::Window* pWindow);
/aoo42x/main/chart2/source/controller/accessibility/
H A DAccessibleTextHelper.cxx90 Window* pWindow( VCLUnoHelper::GetWindow( xWindow )); in initialize() local
91 if( pWindow ) in initialize()
99 … SvxEditSource * pEditSource = new SvxTextEditSource( *pTextObj, 0, *pView, *pWindow ); in initialize()
/aoo42x/main/framework/source/dispatch/
H A Dwindowcommanddispatch.cxx106 Window* pWindow = VCLUnoHelper::GetWindow(xWindow); in impl_startListening() local
107 if ( ! pWindow) in impl_startListening()
110 pWindow->AddEventListener( LINK(this, WindowCommandDispatch, impl_notifyCommand) ); in impl_startListening()
/aoo42x/main/sc/source/ui/unoobj/
H A Dviewuno.cxx345 Window* pWindow( NULL ); in getFormController() local
348 if ( lcl_prepareFormShellCall( pViewShell, nPane, pFormShell, pWindow, pSdrView ) ) in getFormController()
349 xController = pFormShell->GetFormController( _Form, *pSdrView, *pWindow ); in getFormController()
371 Window* pWindow( NULL ); in setFormDesignMode() local
374 if ( lcl_prepareFormShellCall( pViewShell, nPane, pFormShell, pWindow, pSdrView ) ) in setFormDesignMode()
388 Window* pWindow( NULL ); in getControl() local
391 if ( lcl_prepareFormShellCall( pViewShell, nPane, pFormShell, pWindow, pSdrView ) ) in getControl()
392 pFormShell->GetFormControl( xModel, *pSdrView, *pWindow, xRet ); in getControl()
408 ScGridWindow* pWindow = (ScGridWindow*)pViewShell->GetWindowByPos(eWhich); in GetVisArea() local
410 if (pWindow && pDoc) in GetVisArea()
[all …]
/aoo42x/main/avmedia/source/xine/
H A Dplayer.cxx211 ::avmedia::xine::Window* pWindow = new ::avmedia::xine::Window( *this ); in createPlayerWindow()
213 xRet = pWindow; in createPlayerWindow()
215 if( !pWindow->create( aArguments ) ) in createPlayerWindow()
/aoo42x/main/sd/source/ui/dlg/
H A Dtpoption.cxx148 SfxTabPage* SdTpOptionsSnap::Create( Window* pWindow, in Create() argument
151 return( new SdTpOptionsSnap( pWindow, rAttrs ) ); in Create()
228 SfxTabPage* SdTpOptionsContents::Create( Window* pWindow, in Create() argument
231 return( new SdTpOptionsContents( pWindow, rAttrs ) ); in Create()
577 SfxTabPage* SdTpOptionsMisc::Create( Window* pWindow, in Create() argument
580 return( new SdTpOptionsMisc( pWindow, rAttrs ) ); in Create()
/aoo42x/main/sc/source/ui/dbgui/
H A Dpvlaydlg.cxx911 Window* pWindow = pEvent->GetWindow(); in IMPL_LINK() local
913 if( (pEvent->GetId() == VCLEVENT_WINDOW_GETFOCUS) && pWindow && (pWindow->GetParent() == this) ) in IMPL_LINK()
917 ScPivotFieldWindow* pTargetWindow = dynamic_cast< ScPivotFieldWindow* >( pWindow ); in IMPL_LINK()
923 if( (pWindow != &maBtnRemove) && (pWindow != &maBtnOptions) ) in IMPL_LINK()
/aoo42x/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx1384 Window* pWindow = mpViewShell->GetWindowByPos(meSplitPos); in GetBoundingBoxOnScreen() local
1385 if (pWindow) in GetBoundingBoxOnScreen()
1386 aRect = pWindow->GetWindowExtentsRelative(NULL); in GetBoundingBoxOnScreen()
1397 Window* pWindow = mpViewShell->GetWindowByPos(meSplitPos); in GetBoundingBox() local
1398 if (pWindow) in GetBoundingBox()
1400 aRect = pWindow->GetWindowExtentsRelative(pWindow); in GetBoundingBox()
1467 Window* pWindow = pViewShell->GetWindowByPos(eSplitPos); in GetVisArea() local
1468 if (pWindow) in GetVisArea()
1471 aVisArea.SetSize(pWindow->GetSizePixel()); in GetVisArea()
/aoo42x/main/sd/source/ui/animations/
H A DSlideTransitionPane.cxx1330 DialogListBox* pWindow = 0; in createSlideTransitionPanel() local
1335 pWindow = new DialogListBox( pParent, WB_CLIPCHILDREN|WB_TABSTOP|WB_AUTOHSCROLL ); in createSlideTransitionPanel()
1337 Size aMinSize( pWindow->LogicToPixel( Size( 72, 216 ), MAP_APPFONT ) ); in createSlideTransitionPanel()
1338 ::Window* pPaneWindow = new SlideTransitionPane( pWindow, rBase, aMinSize, pDocSh->GetDoc() ); in createSlideTransitionPanel()
1339 pWindow->SetChildWindow( pPaneWindow, aMinSize ); in createSlideTransitionPanel()
1340 pWindow->SetText( pPaneWindow->GetText() ); in createSlideTransitionPanel()
1343 return pWindow; in createSlideTransitionPanel()
/aoo42x/main/sd/source/ui/framework/factories/
H A DViewShellWrapper.cxx149 ::Window* pWindow = VCLUnoHelper::GetWindow(xPane->getWindow()); in relocateToAnchor()
150 if (pWindow != NULL && mpViewShell->RelocateToParentWindow(pWindow)) in relocateToAnchor()
/aoo42x/main/cui/source/inc/
H A Dcuitabarea.hxx172 virtual void PointChanged(Window* pWindow, RECT_POINT eRP);
307 virtual void PointChanged( Window* pWindow, RECT_POINT eRP );
385 virtual void PointChanged( Window* pWindow, RECT_POINT eRP );
565 virtual void PointChanged( Window* pWindow, RECT_POINT eRP );
658 virtual void PointChanged( Window* pWindow, RECT_POINT eRP );
/aoo42x/main/cui/source/tabpages/
H A Dconnect.cxx93 SvxConnectionPage::SvxConnectionPage( Window* pWindow, const SfxItemSet& rInAttrs ) : in SvxConnectionPage() argument
94 SfxTabPage ( pWindow, CUI_RES( RID_SVXPAGE_CONNECTION ), in SvxConnectionPage()
418 SfxTabPage* SvxConnectionPage::Create( Window* pWindow, in Create() argument
421 return( new SvxConnectionPage( pWindow, rAttrs ) ); in Create()
/aoo42x/main/accessibility/source/standard/
H A Dvclxaccessiblebox.cxx173 Window* pWindow = GetWindow(); in ProcessWindowEvent() local
174 if( pWindow && (pWindow->HasFocus() || pWindow->HasChildPathFocus()) ) in ProcessWindowEvent()
/aoo42x/main/vcl/inc/vcl/
H A Dvclevent.hxx221 Window* pWindow; member in VclWindowEvent
225 …VclWindowEvent( Window* pWin, sal_uLong n, void* pDat = NULL ) : VclSimpleEvent(n) { pWindow = pWi… in VclWindowEvent()
228 Window* GetWindow() const { return pWindow; } in GetWindow()
/aoo42x/main/svx/source/svdraw/
H A Dsdrpaintwindow.cxx166 Window* pWindow = dynamic_cast<Window*>(&GetOutputDevice()); in impCreateOverlayManager() local
167 if (pWindow != NULL) in impCreateOverlayManager()
168 pWindow->Invalidate(); in impCreateOverlayManager()

Completed in 208 milliseconds

12345678910>>...25