Home
last modified time | relevance | path

Searched refs:pWindow (Results 126 – 150 of 608) sorted by relevance

12345678910>>...25

/aoo41x/main/vcl/unx/gtk/a11y/
H A Datkfactory.cxx124 Window* pWindow = pFrameWindow; in wrapper_factory_create_accessible() local
127 if( WINDOW_BORDERWINDOW == pWindow->GetType() ) in wrapper_factory_create_accessible()
128 pWindow = pFrameWindow->GetAccessibleChildWindow(0); in wrapper_factory_create_accessible()
130 if( pWindow ) in wrapper_factory_create_accessible()
132 … uno::Reference< accessibility::XAccessible > xAccessible = pWindow->GetAccessible(true); in wrapper_factory_create_accessible()
/aoo41x/main/avmedia/source/framework/
H A Dmediaplayer.cxx47 pWindow = new MediaFloater( _pBindings, this, _pParent ); in MediaPlayer()
49 static_cast< MediaFloater* >( pWindow )->Initialize( pInfo ); in MediaPlayer()
120 Window* pWindow = mpMediaWindow->getWindow(); in ToggleFloatingMode() local
122 if( pWindow ) in ToggleFloatingMode()
123 pWindow->SetHelpId( HID_AVMEDIA_PLAYERWINDOW ); in ToggleFloatingMode()
/aoo41x/main/sfx2/inc/sfx2/
H A Dmnumgr.hxx114 … ExecutePopup( const ResId&, SfxViewFrame* pViewFrame, const Point& rPoint, Window* pWindow );
119 …nuManager* Popup( const ResId& rResId, SfxViewFrame* pFrame,const Point& rPoint, Window* pWindow );
121 sal_uInt16 Execute( const Point& rPos, Window *pWindow );
122 …sal_uInt16 Execute( const Point& rPoint, Window* pWindow, va_list pArgs, const SfxPoo…
123 …sal_uInt16 Execute( const Point& rPoint, Window* pWindow, const SfxPoolItem *pArg1 ..…
/aoo41x/main/sfx2/source/dialog/
H A Dprintopt.cxx140 Window* SfxCommonPrintOptionsTabPage::GetParentLabeledBy( const Window* pWindow ) const in GetParentLabeledBy()
142 if ( pWindow == (Window *)&aReduceGradientsStepCountNF ) in GetParentLabeledBy()
144 else if ( pWindow == (Window *)&aReduceBitmapsResolutionLB ) in GetParentLabeledBy()
147 return SfxTabPage::GetParentLabeledBy( pWindow ); in GetParentLabeledBy()
150 Window* SfxCommonPrintOptionsTabPage::GetParentLabelFor( const Window* pWindow ) const in GetParentLabelFor()
152 if ( pWindow == (Window *)&aReduceGradientsStripesRB ) in GetParentLabelFor()
154 else if ( pWindow == (Window *)&aReduceBitmapsResolutionRB ) in GetParentLabelFor()
157 return SfxTabPage::GetParentLabelFor( pWindow ); in GetParentLabelFor()
H A Ddockwin.cxx86 void SetWrappedWindow(Window* const pWindow);
147 pWindow = pTitleDockWindow; in SfxDockingWrapper()
238 pWindow->SetOutputSizePixel( Size( 270, 240 ) ); in SfxDockingWrapper()
297 m_pWrappedWindow = pWindow; in SetWrappedWindow()
315 Window* pWindow = GetWrappedWindow(); in StateChanged() local
316 if ( pWindow ) in StateChanged()
319 pWindow->Show(); in StateChanged()
1870 Window* pWindow = rEvt.GetWindow(); in Notify() local
1872 while ( !sHelpId.getLength() && pWindow ) in Notify()
1874 sHelpId = pWindow->GetHelpId(); in Notify()
[all …]
/aoo41x/main/svx/source/dialog/
H A Dgrfflt.cxx54 …Window* pWindow = ( pViewFrame && pViewFrame->GetViewShell() ) ? pViewFrame->GetViewShell()->Get… in ExecuteGrfFilterSlot() local
190 …AbstractGraphicFilterDialog* aDlg = pFact->CreateGraphicFilterMosaic( pWindow, rGraphic, 4, 4, sal… in ExecuteGrfFilterSlot()
205 …AbstractGraphicFilterDialog* aDlg = pFact->CreateGraphicFilterEmboss( pWindow, rGraphic, RP_MM, RI… in ExecuteGrfFilterSlot()
220 …AbstractGraphicFilterDialog* aDlg = pFact->CreateGraphicFilterPosterSepia( pWindow, rGraphic, 16, … in ExecuteGrfFilterSlot()
260 …AbstractGraphicFilterDialog* aDlg = pFact->CreateGraphicFilterPosterSepia( pWindow, rGraphic, 10, … in ExecuteGrfFilterSlot()
275 …AbstractGraphicFilterDialog* aDlg = pFact->CreateGraphicFilterSolarize( pWindow, rGraphic, 128, sa… in ExecuteGrfFilterSlot()
/aoo41x/main/sc/source/ui/Accessibility/
H A DAccessiblePageHeader.cxx368 Window* pWindow = mpViewShell->GetWindow(); in GetBoundingBoxOnScreen() local
369 if (pWindow) in GetBoundingBoxOnScreen()
371 Rectangle aRect = pWindow->GetWindowExtentsRelative(NULL); in GetBoundingBoxOnScreen()
392 Window* pWindow = mpViewShell->GetWindow(); in GetBoundingBox() local
393 if (pWindow) in GetBoundingBox()
394 aClipRect = pWindow->GetWindowExtentsRelative(pWindow->GetAccessibleParentWindow()); in GetBoundingBox()
/aoo41x/main/vcl/source/window/
H A Dwindow2.cxx274 Window* pWindow = mpWindowImpl->mpFrameData->mpFirstBackWin; in ImplInvalidateAllOverlapBackgrounds() local
275 while ( pWindow ) in ImplInvalidateAllOverlapBackgrounds()
279 Window* pNext = pWindow->mpWindowImpl->mpOverlapData->mpNextBackWin; in ImplInvalidateAllOverlapBackgrounds()
281 if ( ImplIsWindowInFront( pWindow ) ) in ImplInvalidateAllOverlapBackgrounds()
285 Rectangle aRect2( Point( pWindow->mnOutOffX, pWindow->mnOutOffY ), in ImplInvalidateAllOverlapBackgrounds()
286 Size( pWindow->mnOutWidth, pWindow->mnOutHeight ) ); in ImplInvalidateAllOverlapBackgrounds()
290 if ( !pWindow->mpWindowImpl->mpOverlapData->mpSaveBackRgn ) in ImplInvalidateAllOverlapBackgrounds()
292 pWindow->mpWindowImpl->mpOverlapData->mpSaveBackRgn->Exclude( aRect1 ); in ImplInvalidateAllOverlapBackgrounds()
293 if ( pWindow->mpWindowImpl->mpOverlapData->mpSaveBackRgn->IsEmpty() ) in ImplInvalidateAllOverlapBackgrounds()
294 pWindow->ImplDeleteOverlapBackground(); in ImplInvalidateAllOverlapBackgrounds()
[all …]
H A Dscrwnd.cxx385 Window* pWindow = GetParent(); in IMPL_LINK() local
386 … const Point aMousePos( pWindow->OutputToScreenPixel( pWindow->GetPointerPosPixel() ) ); in IMPL_LINK()
387 Point aCmdMousePos( pWindow->ImplFrameToOutput( aMousePos ) ); in IMPL_LINK()
390 NotifyEvent aNCmdEvt( EVENT_COMMAND, pWindow, &aCEvt ); in IMPL_LINK()
396 pWindow->Command( aCEvt ); in IMPL_LINK()
/aoo41x/main/framework/source/uielement/
H A Daddonstoolbarwrapper.cxx139 Window* pWindow = VCLUnoHelper::GetWindow( xFrame->getContainerWindow() ); in initialize() local
140 if ( pWindow ) in initialize()
144 pToolBar = new ToolBar( pWindow, nStyles ); in initialize()
183 Window* pWindow = (Window *)pToolBarManager->GetToolBar(); in getRealInterface() local
184 return Reference< XInterface >( VCLUnoHelper::GetInterface( pWindow ), UNO_QUERY ); in getRealInterface()
/aoo41x/main/sc/source/ui/drawfunc/
H A Dfumark.cxx76 pWindow->CaptureMouse(); in MouseButtonDown()
80 aBeginPos = pWindow->PixelToLogic( rMEvt.GetPosPixel() ); in MouseButtonDown()
100 Point aEndPos = pWindow->PixelToLogic(aPixPos); in MouseMove()
131 Size aZoomSizePixel = pWindow->LogicToPixel(aZoomRect).GetSize(); in MouseButtonUp()
142 pWindow->ReleaseMouse(); in MouseButtonUp()
/aoo41x/main/vcl/source/app/
H A Dsvapp.cxx672 Window* pWindow = ImplGetSVData()->maWinData.mpFirstFrame; in MergeSystemSettings() local
673 if( ! pWindow ) in MergeSystemSettings()
674 pWindow = ImplGetDefaultWindow(); in MergeSystemSettings()
675 if( pWindow ) in MergeSystemSettings()
694 if( ! pWindow ) in ValidateSystemFont()
695 pWindow = ImplGetDefaultWindow(); in ValidateSystemFont()
697 if( pWindow ) in ValidateSystemFont()
700 pWindow->ImplGetFrame()->UpdateSettings( aSettings ); in ValidateSystemFont()
1260 return pWindow->mpWindowImpl->mpFrameData->mpNextFrame; in GetNextTopLevelWindow()
1571 void Application::SetDefDialogParent( Window* pWindow ) in SetDefDialogParent() argument
[all …]
/aoo41x/main/drawinglayer/source/primitive2d/
H A Dcontrolprimitive2d.cxx169 Window* pWindow = pVCLXWindow->GetWindow(); in createBitmapDecomposition() local
171 if(pWindow) in createBitmapDecomposition()
173 pWindow = pWindow->GetParent(); in createBitmapDecomposition()
175 if(pWindow) in createBitmapDecomposition()
177 … if(MAP_100TH_MM == pWindow->GetMapMode().GetMapUnit()) in createBitmapDecomposition()
/aoo41x/main/toolkit/source/awt/
H A Dvclxtabpagemodel.cxx50 Window* pWindow = GetWindow(); in draw() local
52 if ( pWindow ) in draw()
56 pDev = pWindow->GetParent(); in draw()
58 Size aSize = pDev->PixelToLogic( pWindow->GetSizePixel() ); in draw()
61 pWindow->Draw( pDev, aPos, aSize, WINDOW_DRAW_NOCONTROLS ); in draw()
/aoo41x/main/sd/source/ui/view/
H A Dsdview2.cxx301 void View::DoCopy (::Window* pWindow) in DoCopy() argument
310 CreateClipboardDataObject( this, *pWindow ); in DoCopy()
316 void View::DoPaste (::Window* pWindow) in DoPaste() argument
370 if( pWindow ) in DoPaste()
371 aPos = pWindow->PixelToLogic( Rectangle( aPos, pWindow->GetOutputSizePixel() ).Center() ); in DoPaste()
397 void View::StartDrag( const Point& rStartPos, ::Window* pWindow ) in StartDrag() argument
399 if( AreObjectsMarked() && IsAction() && mpViewSh && pWindow && !mpDragSrcMarkList ) in StartDrag()
426 CreateDragDataObject( this, *pWindow, rStartPos ); in StartDrag()
597 ::sd::Window* pWindow = mpViewSh->GetActiveWindow(); in AcceptDrop()
598 Point aPos( pWindow->PixelToLogic( rEvt.maPosPixel ) ); in AcceptDrop()
/aoo41x/main/vcl/inc/vcl/
H A Dfloatwin.hxx112 SAL_DLLPRIVATE sal_Bool ImplIsFloatPopupModeWindow( const Window* pWindow );
115 SAL_DLLPRIVATE static Point ImplCalcPos( Window* pWindow,
140 void AddPopupModeWindow( Window* pWindow );
141 void RemovePopupModeWindow( Window* pWindow );
154 …static Point CalcFloatingPosition( Window* pWindow, const Rectangle& rRect, sal_uLong nFlags, s…
H A Dsplitwin.hxx134 … static SAL_DLLPRIVATE void ImplCalcSet2( SplitWindow* pWindow, ImplSplitSet* pSet, sal_Bool bHide,
136 static SAL_DLLPRIVATE void ImplDrawBack( SplitWindow* pWindow, ImplSplitSet* pSet );
137 static SAL_DLLPRIVATE void ImplDrawBack( SplitWindow* pWindow, const Rectangle& rRect,
142 static SAL_DLLPRIVATE sal_uInt16 ImplTestSplit( SplitWindow* pWindow, const Point& rPos,
172 void InsertItem( sal_uInt16 nId, Window* pWindow, long nSize,
218 sal_uInt16 GetItemId( Window* pWindow ) const;
/aoo41x/main/svtools/source/brwbox/
H A Deditbrowsebox2.cxx146 for (Window* pWindow = Application::GetFocusWindow(); in DetermineFocus() local
147 pWindow && !bFocus; in DetermineFocus()
148 pWindow = pWindow->GetParent()) in DetermineFocus()
149 bFocus = pWindow == this; in DetermineFocus()
/aoo41x/main/vcl/inc/
H A Ddbggui.hxx41 void DbgDialogTest( Window* pWindow );
55 #define DBG_DIALOGTEST( pWindow ) \ argument
57 DbgDialogTest( pWindow );
66 #define DBG_DIALOGTEST( pWindow ) argument
/aoo41x/main/toolkit/workben/
H A Dunodialog.cxx214 MyWin * pWindow; in Main() local
216 pWindow = new MyWin(); in Main()
217 pWindow->Show(); in Main()
224 xDlg->createPeer( xToolkit, pWindow->GetComponentInterface() ); in Main()
227 pWindow->SetXView( xView ); in Main()
237 delete pWindow; in Main()
/aoo41x/main/sfx2/source/appl/
H A Dsfxhelp.cxx858 XubString SfxHelp::GetHelpText( const String& aCommandURL, const Window* pWindow ) in GetHelpText() argument
865 if ( pWindow && !sHelpText.Len() ) in GetHelpText()
868 Window* pParent = pWindow->GetParent(); in GetHelpText()
905 sal_Bool SfxHelp::Start( const String& rURL, const Window* pWindow ) in Start() argument
907 return Start_Impl( rURL, pWindow, String() ); in Start()
910 sal_Bool SfxHelp::Start_Impl( const String& rURL, const Window* pWindow, const String& rKeyword ) in Start_Impl() argument
919 NoHelpErrorBox aErrBox( const_cast< Window* >( pWindow ) ); in Start_Impl()
949 if ( pWindow && SfxContentHelper::IsHelpErrorDocument( aHelpURL ) ) in Start_Impl()
952 Window* pParent = pWindow->GetParent(); in Start_Impl()
H A Dappopen.cxx936 Window *pWindow = SFX_APP()->GetTopWindow(); in OpenDocExec_Impl() local
939 … WarningBox aSecurityWarningBox( pWindow, SfxResId( RID_SECURITY_WARNING_NO_HYPERLINKS )); in OpenDocExec_Impl()
975 Window *pWindow = SFX_APP()->GetTopWindow(); in OpenDocExec_Impl() local
976 ErrorBox( pWindow, SfxResId( MSG_ERR_NO_WEBBROWSER_FOUND )).Execute(); in OpenDocExec_Impl()
981 Window *pWindow = SFX_APP()->GetTopWindow(); in OpenDocExec_Impl() local
982 ErrorBox( pWindow, SfxResId( MSG_ERR_NO_WEBBROWSER_FOUND )).Execute(); in OpenDocExec_Impl()
1062 Window *pWindow = SFX_APP()->GetTopWindow(); in OpenDocExec_Impl() local
1091 Window *pWindow = SFX_APP()->GetTopWindow(); in OpenDocExec_Impl() local
1092 ErrorBox( pWindow, SfxResId( MSG_ERR_NO_WEBBROWSER_FOUND )).Execute(); in OpenDocExec_Impl()
1099 Window *pWindow = SFX_APP()->GetTopWindow(); in OpenDocExec_Impl() local
[all …]
/aoo41x/main/svx/source/sdr/contact/
H A Dviewobjectcontactofunocontrol.cxx298 Window* pWindow = VCLUnoHelper::GetWindow( xPeer ); in invalidate() local
299 OSL_ENSURE( pWindow, "ControlHolder::invalidate: no implementation access!" ); in invalidate()
300 if ( pWindow ) in invalidate()
301 pWindow->Invalidate(); in invalidate()
311 Window* pWindow = VCLUnoHelper::GetWindow( m_xControl->getPeer() ); in getZoom() local
312 OSL_ENSURE( pWindow, "ControlHolder::getZoom: no implementation access!" ); in getZoom()
315 if ( pWindow ) in getZoom()
317 const Fraction& rZoom( pWindow->GetZoom() ); in getZoom()
495 const Window* pWindow = dynamic_cast< const Window* >( &_rDevice ); in getControlContainer() local
497 if ( pWindow ) in getControlContainer()
[all …]
/aoo41x/main/framework/source/loadenv/
H A Dloadenv.cxx1568 if (pWindow && pWindow->IsInModalMode()) in impl_searchRecycleTarget()
1644 Window* pWindow = VCLUnoHelper::GetWindow(xWindow); in impl_reactForLoadingState() local
1646 if (pWindow && pWindow->IsSystemWindow()) in impl_reactForLoadingState()
1647 ((WorkWindow*)pWindow)->Minimize(); in impl_reactForLoadingState()
1755 Window* pWindow = VCLUnoHelper::GetWindow(xWindow); in impl_makeFrameWindowVisible() local
1756 if ( pWindow ) in impl_makeFrameWindowVisible()
1768 pWindow->ToTop(); in impl_makeFrameWindowVisible()
1824 Window* pWindow = VCLUnoHelper::GetWindow(xWindow); in impl_applyPersistentWindowState() local
1825 sal_Bool bSystemWindow = pWindow->IsSystemWindow(); in impl_applyPersistentWindowState()
1826 sal_Bool bWorkWindow = (pWindow->GetType() == WINDOW_WORKWINDOW); in impl_applyPersistentWindowState()
[all …]
/aoo41x/main/chart2/source/controller/dialogs/
H A Dtp_DataLabel.cxx36 DataLabelsTabPage::DataLabelsTabPage(Window* pWindow, const SfxItemSet& rInAttrs) : in DataLabelsTabPage() argument
37 SfxTabPage(pWindow, SchResId(TP_DATA_DESCR), rInAttrs), in DataLabelsTabPage()
47 SfxTabPage* DataLabelsTabPage::Create(Window* pWindow, in Create() argument
50 return new DataLabelsTabPage(pWindow, rOutAttrs); in Create()

Completed in 195 milliseconds

12345678910>>...25