Home
last modified time | relevance | path

Searched refs:mpWindow (Results 51 – 75 of 96) sorted by relevance

1234

/trunk/main/sd/source/ui/func/
H A Dfuconcs.cxx138 Point aPnt( mpWindow->PixelToLogic( rMEvt.GetPosPixel() ) ); in MouseButtonDown()
140 mpWindow->CaptureMouse(); in MouseButtonDown()
141 sal_uInt16 nDrgLog = sal_uInt16 ( mpWindow->PixelToLogic(Size(DRGPIX,0)).Width() ); in MouseButtonDown()
H A Dfuhhconv.cxx165 mpWindow = mpViewShell->GetActiveWindow(); in StartConversion()
170 mpWindow = NULL; in StartConversion()
272 Font aTargetFont = mpWindow->GetDefaultFont( in StartChineseConversion()
H A Dfuconrec.cxx209 Point aPnt( mpWindow->PixelToLogic( rMEvt.GetPosPixel() ) ); in MouseButtonDown()
211 mpWindow->CaptureMouse(); in MouseButtonDown()
212 sal_uInt16 nDrgLog = sal_uInt16 ( mpWindow->PixelToLogic(Size(DRGPIX,0)).Width() ); in MouseButtonDown()
H A Dfuconbez.cxx144 mpView->MouseButtonDown(rMEvt, mpWindow); in MouseButtonDown()
193 mpView->MouseButtonUp(rMEvt, mpWindow); in MouseButtonUp()
H A Dfuoutl.cxx70 static_cast<OutlineView*>(mpView)->GetViewByWindow(mpWindow); in Command()
H A Dfuvect.cxx88 …AbstractSdVectorizeDlg* pDlg = pFact ? pFact->CreateSdVectorizeDlg( mpWindow, ( (SdrGrafObj*) pObj… in DoExecute()
/trunk/main/vcl/inc/
H A Dsvdata.hxx435 const Window* mpWindow; member
439 : mpNext( NULL ), mpWindow( NULL ), mbDel( sal_False ) in ImplDelData()
464 Window* mpWindow; member
H A Dtoolbox.h55 Window* mpWindow; member
/trunk/main/vcl/source/window/
H A Dwindow3.cxx35 if ( mpWindow ) in ~WaitObject()
36 mpWindow->LeaveWait(); in ~WaitObject()
H A Dsplitwin.cxx65 Window* mpWindow; member
386 if ( pItems[i].mpWindow == pWindow ) in ImplFindItem()
953 pItems[i].mpWindow->SetPosSizePixel( aPos, aSize ); in ImplCalcSet2()
956 pItems[i].mpWindow->Hide(); in ImplCalcSet2()
963 if ( pItems[i].mpWindow && pItems[i].mnWidth && pItems[i].mnHeight && !bHide ) in ImplCalcSet2()
964 pItems[i].mpWindow->Show(); in ImplCalcSet2()
2906 pItem->mpWindow = pWindow; in InsertItem()
3024 Window* pWindow = pItem->mpWindow; in RemoveItem()
3624 if ( pItem->mpWindow ) in SetItemBits()
3657 return pSet->mpItems[nPos].mpWindow; in GetItemWindow()
H A Dwindow.cxx128 Window* mpWindow; member
309 if( !mbDel && mpWindow ) in ~ImplDelData()
312 const_cast<Window*>(mpWindow)->ImplRemoveDel( this ); in ~ImplDelData()
313 mpWindow = NULL; in ~ImplDelData()
1665 if( !pDel->mpWindow ) in ImplAddDel()
3596 pData->mpWindow = this; in ImplCalcToTop()
5521 pSVEvent->mpWindow = this; in PostUserEvent()
5546 pSVEvent->mpWindow = this; in PostUserEvent()
5569 DBG_ASSERT( pSVEvent->mpWindow == this, in RemoveUserEvent()
5574 if ( pSVEvent->mpWindow ) in RemoveUserEvent()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dcursor.hxx53 Window* mpWindow; // Window (only for shadow cursor) member in Cursor
84 Window* GetWindow() const { return mpWindow; } in GetWindow()
/trunk/main/sd/source/ui/inc/
H A Dfupoor.hxx96 void SetWindow(::sd::Window* pWin) { mpWindow = pWin; } in SetWindow()
166 ::sd::Window* mpWindow;
/trunk/main/vcl/source/app/
H A Dsvapp.cxx1117 pSVEvent->mpWindow = NULL; in PostUserEvent()
1139 pSVEvent->mpWindow = NULL; in PostUserEvent()
1161 DBG_ASSERT( !pSVEvent->mpWindow, in RemoveUserEvent()
1166 if ( pSVEvent->mpWindow ) in RemoveUserEvent()
1169 pSVEvent->mpWindow->ImplRemoveDel( &(pSVEvent->maDelData) ); in RemoveUserEvent()
1170 pSVEvent->mpWindow = NULL; in RemoveUserEvent()
/trunk/main/sc/source/ui/inc/
H A DAccessibleText.hxx159 Window* mpWindow; member in ScAccessibleEditObjectTextData
325 Window* mpWindow; member in ScAccessibleCsvTextData
/trunk/main/sd/source/ui/framework/factories/
H A DBasicViewFactory.cxx139 mpWindow(new WorkWindow(NULL,WB_STDWORK)), in BasicViewFactory()
141 mxLocalPane(new Pane(Reference<XResourceId>(), mpWindow.get())) in BasicViewFactory()
/trunk/main/toolkit/source/awt/
H A Dvclxplugin.hxx39 Window *mpWindow; member in layoutimpl::VCLXPlugin
H A Dvclxplugin.cxx40 , mpWindow( p ) in VCLXPlugin()
/trunk/main/sw/source/core/access/
H A Daccfrmobj.hxx83 Window* mpWindow; member in sw::access::SwAccessibleChild
/trunk/main/sd/source/ui/slidesorter/inc/view/
H A DSlsPageObjectLayouter.hxx119 SharedSdWindow mpWindow; member in sd::slidesorter::view::PageObjectLayouter
H A DSlsLayouter.hxx236 SharedSdWindow mpWindow; member in sd::slidesorter::view::Layouter
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleFilterTopWindow.cxx43 mpWindow(pWin), in ScAccessibleFilterTopWindow()
/trunk/main/basctl/source/basicide/
H A Dbasicrenderable.hxx39 IDEBaseWindow* mpWindow; member in basicide::BasicRenderable
/trunk/main/sc/inc/
H A DAccessibleFilterTopWindow.hxx90 ScDPFieldPopupWindow* mpWindow; member in ScAccessibleFilterTopWindow
/trunk/main/svx/inc/svx/
H A DAccessibleShapeTreeInfo.hxx202 Window* mpWindow; member in accessibility::AccessibleShapeTreeInfo

Completed in 212 milliseconds

1234