Home
last modified time | relevance | path

Searched refs:pWindow (Results 151 – 175 of 608) sorted by relevance

12345678910>>...25

/aoo41x/main/chart2/source/controller/dialogs/
H A Dtp_LegendPosition.cxx41 SchLegendPosTabPage::SchLegendPosTabPage(Window* pWindow, in SchLegendPosTabPage() argument
43 : SfxTabPage( pWindow, SchResId(TP_LEGEND_POS), rInAttrs ) in SchLegendPosTabPage()
58 SfxTabPage* SchLegendPosTabPage::Create(Window* pWindow, in Create() argument
61 return new SchLegendPosTabPage(pWindow, rOutAttrs); in Create()
H A Dtp_PointGeometry.cxx43 SchLayoutTabPage::SchLayoutTabPage(Window* pWindow,const SfxItemSet& rInAttrs) in SchLayoutTabPage() argument
44 : SfxTabPage(pWindow, SchResId(TP_LAYOUT), rInAttrs) in SchLayoutTabPage()
59 SfxTabPage* SchLayoutTabPage::Create(Window* pWindow, in Create() argument
62 return new SchLayoutTabPage(pWindow, rOutAttrs); in Create()
H A Dtp_PolarOptions.cxx40 PolarOptionsTabPage::PolarOptionsTabPage( Window* pWindow,const SfxItemSet& rInAttrs ) : in PolarOptionsTabPage() argument
41 SfxTabPage( pWindow, SchResId(TP_POLAROPTIONS), rInAttrs ), in PolarOptionsTabPage()
59 SfxTabPage* PolarOptionsTabPage::Create( Window* pWindow,const SfxItemSet& rOutAttrs ) in Create() argument
61 return new PolarOptionsTabPage( pWindow, rOutAttrs ); in Create()
/aoo41x/main/sw/source/core/access/
H A Daccfrmobj.hxx42 explicit SwAccessibleChild( Window* pWindow );
45 Window* pWindow );
52 SwAccessibleChild& operator=( Window* pWindow );
87 void Init( Window* pWindow );
/aoo41x/main/sfx2/source/dialog/
H A Dnavigat.cxx46 pWindow = new SfxNavigator( pBindings, this, pParentWnd, in SfxNavigatorWrapper()
50 pWindow->SetHelpId ( HID_NAVIGATOR_WINDOW ); in SfxNavigatorWrapper()
51 pWindow->SetOutputSizePixel( Size( 270, 240 ) ); in SfxNavigatorWrapper()
53 ( ( SfxDockingWindow* ) pWindow )->Initialize( pInfo ); in SfxNavigatorWrapper()
/aoo41x/main/sfx2/inc/sfx2/
H A Dfcontnr.hxx66 Window* pWindow; member in SfxFrameWindow
69 : pWindow( pWin ) in SfxFrameWindow()
73 { delete pWindow; } in ~SfxFrameWindow()
75 { return pWindow; } in GetWindow()
77 { pWindow = pWin; } in SetWindow()
/aoo41x/main/sc/source/ui/Accessibility/
H A DAccessiblePreviewHeaderCell.cxx335 Window* pWindow = mpViewShell->GetWindow(); in GetBoundingBoxOnScreen() local
336 if (pWindow) in GetBoundingBoxOnScreen()
338 Rectangle aRect = pWindow->GetWindowExtentsRelative(NULL); in GetBoundingBoxOnScreen()
430 Window* pWindow = mpViewShell->GetWindow(); in FillTableInfo() local
431 if ( pWindow ) in FillTableInfo()
432 aOutputSize = pWindow->GetOutputSizePixel(); in FillTableInfo()
H A DAccessibleEditObject.cxx529 Window* pWindow = mpWindow; in getAccessibleRelationSet() local
532 if ( pWindow ) in getAccessibleRelationSet()
534 Window *pLabeledBy = pWindow->GetAccessibleRelationLabeledBy(); in getAccessibleRelationSet()
535 if ( pLabeledBy && pLabeledBy != pWindow ) in getAccessibleRelationSet()
541 Window* pMemberOf = pWindow->GetAccessibleRelationMemberOf(); in getAccessibleRelationSet()
542 if ( pMemberOf && pMemberOf != pWindow ) in getAccessibleRelationSet()
/aoo41x/main/vcl/source/control/
H A Dbutton.cxx2466 if( pWindow ) in GetRadioButtonGroup()
2467 pFirst = pWindow; in GetRadioButtonGroup()
2490 Window* pWindow; in ImplUncheckAllOther() local
2494 pWindow = GetWindow( WINDOW_PREV ); in ImplUncheckAllOther()
2495 while ( pWindow ) in ImplUncheckAllOther()
2497 nStyle = pWindow->GetStyle(); in ImplUncheckAllOther()
2518 pWindow = pWindow->GetWindow( WINDOW_PREV ); in ImplUncheckAllOther()
2522 pWindow = GetWindow( WINDOW_NEXT ); in ImplUncheckAllOther()
2523 while ( pWindow ) in ImplUncheckAllOther()
2525 nStyle = pWindow->GetStyle(); in ImplUncheckAllOther()
[all …]
/aoo41x/main/svx/source/gallery2/
H A Dgalbrws2.cxx257 void GalleryThemePopup::ExecutePopup( Window *pWindow, const ::Point &aPos ) in ExecutePopup() argument
369 maPopupMenu.Execute( pWindow, aPos ); in ExecutePopup()
726 sal_Bool GalleryBrowser2::KeyInput( const KeyEvent& rKEvt, Window* pWindow ) in KeyInput() argument
733 bRet = pParentBrowser->KeyInput( rKEvt, pWindow ); in KeyInput()
738 bRet = pParentControl->KeyInput(rKEvt, pWindow); in KeyInput()
770 TogglePreview( pWindow ); in KeyInput()
1340 Window* pWindow; in Execute() local
1344 case( GALLERYBROWSERMODE_ICON ): pWindow = (Window*) mpIconView; break; in Execute()
1345 case( GALLERYBROWSERMODE_LIST ): pWindow = (Window*) mpListView; break; in Execute()
1349 pWindow = NULL; in Execute()
[all …]
/aoo41x/main/vcl/inc/vcl/
H A Dmenu.hxx137 Window* pWindow; member in Menu
205 SAL_DLLPRIVATE Window* ImplGetWindow() const { return pWindow; } in ImplGetWindow()
372 Window* GetWindow() const { return pWindow; } in GetWindow()
412 SAL_DLLPRIVATE static Window* ImplCreate( Window* pParent, Window* pWindow, MenuBar* pMenu );
502 …SAL_DLLPRIVATE sal_uInt16 ImplExecute( Window* pWindow, const Rectangle& rRect, sal…
515 sal_uInt16 Execute( Window* pWindow, const Point& rPopupPos );
516 sal_uInt16 Execute( Window* pWindow, const Rectangle& rRect, sal_uInt16 nFlags = 0 );
H A Dwindow.hxx417 SAL_DLLPRIVATE sal_Bool ImplIsRealParentPath( const Window* pWindow ) const;
418 …SAL_DLLPRIVATE sal_Bool ImplIsChild( const Window* pWindow, sal_Bool bSystemWindow …
419 …SAL_DLLPRIVATE sal_Bool ImplIsWindowOrChild( const Window* pWindow, sal_Bool bSyste…
420 SAL_DLLPRIVATE Window* ImplGetSameParent( const Window* pWindow ) const;
481 SAL_DLLPRIVATE void ImplUpdateWindowPtr( Window* pWindow );
526 SAL_DLLPRIVATE void ImplDlgCtrlFocusChanged( Window* pWindow, sal_Bool bGetFocus );
527 SAL_DLLPRIVATE Window* ImplFindDlgCtrlWindow( Window* pWindow );
573 SAL_DLLPRIVATE static void ImplInitAppFontData( Window* pWindow );
986 …sal_Bool IsChild( const Window* pWindow, sal_Bool bSystemWindow = sal_False ) const;
987 …sal_Bool IsWindowOrChild( const Window* pWindow, sal_Bool bSystemWindow = sal_False…
/aoo41x/main/svtools/inc/svtools/
H A Dtransfer.hxx286 void CopyToClipboard( Window *pWindow ) const;
287 void CopyToSelection( Window *pWindow ) const;
288 void StartDrag( Window* pWindow, sal_Int8 nDragSourceActions,
292 static void ClearSelection( Window *pWindow );
403 static TransferableDataHelper CreateFromSystemClipboard( Window * pWindow );
404 static TransferableDataHelper CreateFromSelection( Window * pWindow );
460 DragSourceHelper( Window* pWindow );
530 DropTargetHelper( Window* pWindow );
581 void StartDrag( Window* pWindow, sal_Int8 nDragSourceActions,
/aoo41x/main/framework/source/uielement/
H A Dtoolbarmanager.cxx267 Window* pWindow = m_pToolBar; in DEFINE_XINTERFACE_6() local
268 while ( pWindow && !pWindow->IsSystemWindow() ) in DEFINE_XINTERFACE_6()
269 pWindow = pWindow->GetParent(); in DEFINE_XINTERFACE_6()
271 if ( pWindow ) in DEFINE_XINTERFACE_6()
329 Window* pWindow = m_pToolBar; in Destroy() local
330 while ( pWindow && !pWindow->IsSystemWindow() ) in Destroy()
331 pWindow = pWindow->GetParent(); in Destroy()
333 if ( pWindow ) in Destroy()
2161 Window* pWindow = m_pToolBar->GetItemWindow( nId ); in IMPL_LINK() local
2162 if ( pWindow ) in IMPL_LINK()
[all …]
H A Dtoolbarwrapper.cxx174 Window* pWindow = VCLUnoHelper::GetWindow( xFrame->getContainerWindow() ); in initialize() local
175 if ( pWindow ) in initialize()
179 pToolBar = new ToolBar( pWindow, nStyles ); in initialize()
290 Window* pWindow = (Window *)pToolBarManager->GetToolBar(); in getRealInterface() local
291 return Reference< XInterface >( VCLUnoHelper::GetInterface( pWindow ), UNO_QUERY ); in getRealInterface()
/aoo41x/main/cui/source/inc/
H A Ddlgname.hxx64 SvxNameDialog( Window* pWindow, const String& rName, const String& rDesc );
121 SvxObjectNameDialog(Window* pWindow, const String& rName);
163 SvxObjectTitleDescDialog(Window* pWindow, const String& rTitle, const String& rDesc);
191 SvxMessDialog( Window* pWindow, const String& rText, const String& rDesc, Image* pImg = NULL );
/aoo41x/main/vcl/source/gdi/
H A Doutdev.cxx594 Window* pWindow = (Window*)this; in ImplGetGraphics() local
775 Window* pWindow = (Window*)this; in ImplReleaseGraphics() local
962 Window* pWindow = (Window*)this; in ImplInitClipRegion() local
966 if ( pWindow->mpWindowImpl->mpFrameData->mpFirstBackWin ) in ImplInitClipRegion()
967 pWindow->ImplInvalidateAllOverlapBackgrounds(); in ImplInitClipRegion()
968 if ( pWindow->mpWindowImpl->mbInPaint ) in ImplInitClipRegion()
969 aRegion = *(pWindow->mpWindowImpl->mpPaintRegion); in ImplInitClipRegion()
972 aRegion = *(pWindow->ImplGetWinChildClipRegion()); in ImplInitClipRegion()
1123 Window* pWindow = (Window*)this; in GetActiveClipRegion() local
1124 if ( pWindow->mpWindowImpl->mbInPaint ) in GetActiveClipRegion()
[all …]
H A Dprint.cxx541 void Printer::ImplInitDisplay( const Window* pWindow ) in ImplInitDisplay() argument
549 if ( pWindow ) in ImplInitDisplay()
550 mpDisplayDev = new VirtualDevice( *pWindow ); in ImplInitDisplay()
665 Printer::Printer( const Window* pWindow ) in Printer() argument
668 ImplInitDisplay( pWindow ); in Printer()
846 sal_Bool Printer::Setup( Window* pWindow ) in Setup() argument
856 if ( !pWindow ) in Setup()
857 pWindow = ImplGetDefaultWindow(); in Setup()
858 if( !pWindow ) in Setup()
861 pFrame = pWindow->ImplGetFrame(); in Setup()
/aoo41x/main/sc/source/ui/drawfunc/
H A Dfuconuno.cxx75 Point aPnt( pWindow->PixelToLogic( rMEvt.GetPosPixel() ) ); in MouseButtonDown()
76 pWindow->CaptureMouse(); in MouseButtonDown()
109 Point aPnt( pWindow->PixelToLogic( rMEvt.GetPosPixel() ) ); in MouseButtonUp()
142 aOldPointer = pWindow->GetPointer(); in Activate()
/aoo41x/main/accessibility/source/standard/
H A Dvclxaccessiblemenubar.cxx165 Window* pWindow = m_pMenu->GetWindow(); in getAccessibleIndexInParent() local
166 if ( pWindow ) in getAccessibleIndexInParent()
168 Window* pParent = pWindow->GetAccessibleParentWindow(); in getAccessibleIndexInParent()
174 if ( pChild == pWindow ) in getAccessibleIndexInParent()
/aoo41x/main/svx/source/tbxctrls/
H A Dtbunosearchcontrollers.cxx352 Window* pWindow = VCLUnoHelper::GetWindow( getParent() ); in initialize() local
353 ToolBox* pToolBox = (ToolBox*)pWindow; in initialize()
418 Window* pWindow = VCLUnoHelper::GetWindow( getParent() ); in IMPL_LINK() local
419 ToolBox* pToolBox = (ToolBox*)pWindow; in IMPL_LINK()
529 Window* pWindow = VCLUnoHelper::GetWindow( getParent() ); in execute() local
530 ToolBox* pToolBox = (ToolBox*)pWindow; in execute()
658 Window* pWindow = VCLUnoHelper::GetWindow( getParent() ); in execute() local
659 ToolBox* pToolBox = (ToolBox*)pWindow; in execute()
816 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in dispatch() local
817 ToolBox* pToolBox = (ToolBox*)pWindow; in dispatch()
/aoo41x/main/svtools/source/misc/
H A Dtransfer2.cxx90 DragSourceHelper::DragSourceHelper( Window* pWindow ) : in DragSourceHelper() argument
91 mxDragGestureRecognizer( pWindow->GetDragGestureRecognizer() ) in DragSourceHelper()
265 DropTargetHelper::DropTargetHelper( Window* pWindow ) : in DropTargetHelper() argument
266 mxDropTarget( pWindow->GetDropTarget() ), in DropTargetHelper()
617 Window* pWindow, sal_Int8 nDragSourceActions, in StartDrag() argument
621 TransferableHelper::StartDrag( pWindow, nDragSourceActions, in StartDrag()
/aoo41x/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx897 const Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in getPointerStyle() local
898 if ( pWindow ) in getPointerStyle()
942 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in setCursorHelper() local
943 OSL_ENSURE( pWindow, "ScVbaApplication::setCursor: no window!" ); in setCursorHelper()
944 if ( !pWindow ) in setCursorHelper()
947 pWindow->GetSystemWindow()->SetPointer( rPointer ); in setCursorHelper()
948 pWindow->GetSystemWindow()->EnableChildPointerOverwrite( bOverWrite ); in setCursorHelper()
1123 if( const Window* pWindow = VCLUnoHelper::GetWindow( mxWindow ) ) in implGetSize() local
1125 Rectangle aOuterRect = pWindow->GetWindowExtentsRelative( NULL ); in implGetSize()
1147 if( const Window* pWindow = VCLUnoHelper::GetWindow( mxWindow ) ) in implSetSize() local
[all …]
/aoo41x/main/chart2/source/controller/accessibility/
H A DAccessibleChartView.cxx96 Window* pWindow( VCLUnoHelper::GetWindow( GetInfo().m_xWindow )); in GetWindowPosSize() local
97 if( pWindow ) in GetWindowPosSize()
101 Point aVCLPoint( pWindow->OutputToAbsoluteScreenPixel( Point( 0, 0 ) )); in GetWindowPosSize()
348 Window* pWindow = VCLUnoHelper::GetWindow( m_xWindow ); in initialize() local
353 m_pViewForwarder = new AccessibleViewForwarder( this, pWindow ); in initialize()
/aoo41x/main/sd/source/ui/view/
H A Ddrviewse.cxx349 ::sd::Window* pWindow = GetActiveWindow(); in FuPermanent()
350 InfoBox(pWindow, String(SdResId(STR_ACTION_NOTPOSSIBLE) ) ).Execute(); in FuPermanent()
386 ::sd::Window* pWindow = GetActiveWindow(); in FuPermanent()
387 InfoBox(pWindow, String(SdResId(STR_ACTION_NOTPOSSIBLE) ) ).Execute(); in FuPermanent()
772 ::sd::Window* pWindow = GetActiveWindow(); in FuSupport()
773 InfoBox(pWindow, String(SdResId(STR_ACTION_NOTPOSSIBLE) ) ).Execute(); in FuSupport()
794 ::sd::Window* pWindow = GetActiveWindow(); in FuSupport()
795 InfoBox(pWindow, String(SdResId(STR_ACTION_NOTPOSSIBLE) ) ).Execute(); in FuSupport()
882 ::sd::Window* pWindow = GetActiveWindow(); in FuSupport()
883 InfoBox(pWindow, String(SdResId(STR_ACTION_NOTPOSSIBLE) ) ).Execute(); in FuSupport()

Completed in 228 milliseconds

12345678910>>...25