Home
last modified time | relevance | path

Searched refs:pWin (Results 176 – 200 of 465) sorted by relevance

12345678910>>...19

/trunk/main/sd/source/ui/func/
H A Dfuediglu.cxx61 ::sd::Window* pWin, in FuEditGluePoints() argument
65 : FuDraw(pViewSh, pWin, pView, pDoc, rReq) in FuEditGluePoints()
73 FunctionReference FuEditGluePoints::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pVi… in Create() argument
76 FunctionReference xFunc( pFunc = new FuEditGluePoints( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfucon3d.cxx71 ::sd::Window* pWin, in FuConstruct3dObject() argument
75 : FuConstruct(pViewSh, pWin, pView, pDoc, rReq) in FuConstruct3dObject()
79 FunctionReference FuConstruct3dObject::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* … in Create() argument
82 FunctionReference xFunc( pFunc = new FuConstruct3dObject( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfuconbez.cxx71 ::sd::Window* pWin, in FuConstructBezierPolygon() argument
75 : FuConstruct(pViewSh, pWin, pView, pDoc, rReq), in FuConstructBezierPolygon()
80 FunctionReference FuConstructBezierPolygon::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::V… in Create() argument
83 …FunctionReference xFunc( pFunc = new FuConstructBezierPolygon( pViewSh, pWin, pView, pDoc, rReq ) … in Create()
H A Dfutempl.cxx98 ::sd::Window* pWin, in FuTemplate() argument
102 : FuPoor( pViewSh, pWin, pView, pDoc, rReq ) in FuTemplate()
106 FunctionReference FuTemplate::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, Sd… in Create() argument
108 FunctionReference xFunc( new FuTemplate( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfumorph.cxx66 ::sd::Window* pWin, in FuMorph() argument
70 : FuPoor(pViewSh, pWin, pView, pDoc, rReq) in FuMorph()
74 FunctionReference FuMorph::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDra… in Create() argument
76 FunctionReference xFunc( new FuMorph( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
/trunk/main/sd/source/ui/view/
H A Dsdruler.cxx100 Ruler::Ruler( DrawViewShell& rViewSh, ::Window* pParent, ::sd::Window* pWin, sal_uInt16 nRulerFlags… in Ruler() argument
101 : SvxRuler(pParent, pWin, nRulerFlags, rBindings, nWinStyle) in Ruler()
102 , pSdWin(pWin) in Ruler()
H A Ddrviews5.cxx463 void DrawViewShell::Paint(const Rectangle& rRect, ::sd::Window* pWin) in Paint() argument
491 mpDrawView->CompleteRedraw( pWin, Region( rRect ) ); in Paint()
493 if( pWin ) in Paint()
496 GetDocSh()->GetDocShellFunction()->Paint( rRect, pWin ); in Paint()
499 GetCurrentFunction()->Paint( rRect, pWin ); in Paint()
/trunk/main/sfx2/source/menu/
H A Dvirtmenu.cxx964 Window* pWin = VCLUnoHelper::GetWindow( xFrame->getContainerWindow() ); in IMPL_LINK() local
965 if ( pWin && pWin->IsVisible() ) in IMPL_LINK()
967 aNewWindowListVector.push_back( pWin->GetText() ); in IMPL_LINK()
1121 Window* pWin = VCLUnoHelper::GetWindow( xFrame->getContainerWindow() ); in IMPL_LINK() local
1122 pWin->GrabFocus(); in IMPL_LINK()
1123 pWin->ToTop( TOTOP_RESTOREWHENMIN ); in IMPL_LINK()
/trunk/main/framework/source/classes/
H A Dmenumanager.cxx799 Window* pWin = VCLUnoHelper::GetWindow( xFrame->getContainerWindow() ); in UpdateSpecialWindowMenu() local
800 if ( pWin && pWin->IsVisible() ) in UpdateSpecialWindowMenu()
802 aNewWindowListVector.push_back( pWin->GetText() ); in UpdateSpecialWindowMenu()
1041 Window* pWin = VCLUnoHelper::GetWindow( xFrame->getContainerWindow() ); in IMPL_LINK() local
1042 pWin->GrabFocus(); in IMPL_LINK()
1043 pWin->ToTop( TOTOP_RESTOREWHENMIN ); in IMPL_LINK()
/trunk/main/tools/inc/tools/
H A Derrinf.hxx171 Window* pWin; member in ErrorContext
174 ErrorContext(Window *pWin=0);
178 Window* GetParent() { return pWin; } in GetParent()
/trunk/main/sc/source/ui/inc/
H A Ddrawview.hxx81 ::Window* pWin = 0L,
116 void VCAddWin( Window* pWin );
117 void VCRemoveWin( Window* pWin );
/trunk/main/sw/source/ui/utlui/
H A Dnumfmtlb.cxx69 NumFormatListBox::NumFormatListBox( Window* pWin, const ResId& rResId, in NumFormatListBox() argument
72 ListBox ( pWin, rResId ), in NumFormatListBox()
89 NumFormatListBox::NumFormatListBox( Window* pWin, SwView* pView, in NumFormatListBox() argument
92 ListBox ( pWin, rResId ), in NumFormatListBox()
/trunk/main/basctl/source/basicide/
H A Dbaside2.hxx174 void SetModulWindow( ModulWindow* pWin ) in SetModulWindow() argument
175 { pModulWindow = pWin; } in SetModulWindow()
212 void SetModulWindow( ModulWindow* pWin ) in SetModulWindow() argument
213 { pModulWindow = pWin; } in SetModulWindow()
H A Dobjdlg.cxx133 Window* pWin = GetParent(); in ObjectCatalog() local
134 aPos = pWin->OutputToScreenPixel( Point( 0, 0 ) ); in ObjectCatalog()
135 Size aAppWinSz = pWin->GetSizePixel(); in ObjectCatalog()
/trunk/main/dbaccess/source/ui/dlg/
H A DUserAdminDlg.cxx139 Window *pWin = GetViewWindow(); in PageCreated() local
140 if(pWin) in PageCreated()
141 pWin->Invalidate(); in PageCreated()
/trunk/main/sw/source/ui/smartmenu/
H A Dstmenu.cxx147 sal_uInt16 SwSmartTagPopup::Execute( const Rectangle& rWordPos, Window* pWin ) in Execute() argument
149 sal_uInt16 nId = PopupMenu::Execute(pWin, pWin->LogicToPixel(rWordPos)); in Execute()
/trunk/main/svx/source/form/
H A Dfmview.cxx502 sal_Bool FmFormView::KeyInput(const KeyEvent& rKEvt, Window* pWin) in KeyInput() argument
511 if ( pWin in KeyInput()
520 Reference< awt::XWindow > xWindow( pObj->GetUnoControl( *this, *pWin ), UNO_QUERY ); in KeyInput()
548 bDone = E3dView::KeyInput(rKEvt,pWin); in KeyInput()
/trunk/main/svx/source/svdraw/
H A Dsvdcrtv.cxx350 sal_Bool SdrCreateView::MouseMove(const MouseEvent& rMEvt, Window* pWin) in MouseMove() argument
352 if(CheckEdgeMode() && pWin) in MouseMove()
359 Point aPos(pWin->PixelToLogic(rMEvt.GetPosPixel())); in MouseMove()
362 if (!bMarkHit) SdrEdgeObj::ImpFindConnector(aPos,*pPV,aCon,NULL,pWin); in MouseMove()
366 return SdrDragView::MouseMove(rMEvt,pWin); in MouseMove()
/trunk/main/sc/source/ui/drawfunc/
H A Dfuins2.cxx215 FuInsertOLE::FuInsertOLE(ScTabViewShell* pViewSh, Window* pWin, ScDrawView* pViewP, in FuInsertOLE() argument
217 : FuPoor(pViewSh, pWin, pViewP, pDoc, rReq) in FuInsertOLE()
288 SvxPluginFileDlg aPluginFileDialog(pWin, nSlot); in FuInsertOLE()
476 FuInsertChart::FuInsertChart(ScTabViewShell* pViewSh, Window* pWin, ScDrawView* pViewP, in FuInsertChart() argument
478 : FuPoor(pViewSh, pWin, pViewP, pDoc, rReq) in FuInsertChart()
/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx1154 FmGridControl* pWin = imp_CreateControl(pParent, nStyle); in Create() local
1158 pWin->SetSlotExecutor(LINK(this, FmXGridPeer, OnExecuteGridSlot)); in Create()
1161 pWin->setGridListener( m_pGridListener ); in Create()
1164 pWin->Init(); in Create()
1165 pWin->SetComponentInterface(this); in Create()
1786 Window* pWin = GetWindow(); in setDesignMode() local
1787 if (pWin) in setDesignMode()
1788 ((FmGridControl*) pWin)->SetDesignMode(bOn); in setDesignMode()
1800 Window* pWin = GetWindow(); in isDesignMode() local
1801 if (pWin) in isDesignMode()
[all …]
/trunk/main/sc/source/ui/app/
H A Dclient.cxx244 Window* pWin = pViewSh->GetActiveWin(); in ViewChanged() local
245 if ( pWin->LogicToPixel( aVisSize ) != pWin->LogicToPixel( aLogicRect.GetSize() ) ) in ViewChanged()
/trunk/main/dbaccess/source/ui/querydesign/
H A DJoinTableView.cxx996 OTableWindow* pWin = pConn->GetSourceWin(); in DeselectConn() local
997 if (pWin && pWin->GetListBox()) in DeselectConn()
998 pWin->GetListBox()->SelectAll(sal_False); in DeselectConn()
1000 pWin = pConn->GetDestWin(); in DeselectConn()
1001 if (pWin && pWin->GetListBox()) in DeselectConn()
1002 pWin->GetListBox()->SelectAll(sal_False); in DeselectConn()
/trunk/main/cui/source/options/
H A Dfontsubs.cxx294 IMPL_LINK(SvxFontSubstTabPage, SelectHdl, Window*, pWin) in IMPL_LINK() argument
296 if (pWin == &aNewDelTBX) in IMPL_LINK()
344 if (pWin == &aCheckLB) in IMPL_LINK()
355 if (pWin == &aFont1CB) in IMPL_LINK()
/trunk/main/sw/source/core/view/
H A Dviewsh.cxx567 if( pWin ) in MakeVisible()
607 Window *pWin = pChWin ? pChWin->GetWindow() : NULL; in CareChildWin() local
608 if ( pWin && pWin->IsVisible() ) in CareChildWin()
609 return pWin; in CareChildWin()
1079 if ( !pWin ) in SizeChgNotify()
1407 Window* pOldWin = pWin; in SmoothScroll()
1408 pWin = 0; in SmoothScroll()
1410 pWin = pOldWin; in SmoothScroll()
/trunk/main/sc/source/ui/view/
H A Dcellsh4.cxx285 ScInputWindow* pWin = pHdl->GetInputWindow(); in ExecuteMove() local
286 if (pWin) in ExecuteMove()
287 pWin->SwitchToTextWin(); in ExecuteMove()

Completed in 150 milliseconds

12345678910>>...19