Home
last modified time | relevance | path

Searched refs:pWin (Results 251 – 275 of 465) sorted by relevance

1...<<111213141516171819

/trunk/main/sd/source/ui/inc/
H A Dfucon3d.hxx42 …static FunctionReference Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDraw…
60 ::sd::Window* pWin,
H A Dfuconcs.hxx49 …static FunctionReference Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDraw…
71 ::sd::Window* pWin,
H A Dfuconrec.hxx49 …static FunctionReference Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDraw…
70 ::sd::Window* pWin,
H A Dfuformatpaintbrush.hxx42 …static FunctionReference Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDraw…
56 …FuFormatPaintBrush ( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pD…
H A Dfuconbez.hxx45 …static FunctionReference Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDraw…
68 ::sd::Window* pWin,
H A Dfumorph.hxx49 …static FunctionReference Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDraw…
55 ::sd::Window* pWin,
H A Dfusel.hxx44 …static FunctionReference Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDraw…
75 ::sd::Window* pWin,
H A Dfutext.hxx53 …static FunctionReference Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDraw…
89 ::sd::Window* pWin,
/trunk/main/sw/source/core/view/
H A Dviewimp.cxx386 Window *pWin = GetShell()->GetWin(); in UpdateAccessible() local
388 ASSERT( pWin, "no window, no access" ); in UpdateAccessible()
390 if( IsAccessible() && pIDLA->GetCurrentViewShell() && pWin ) //swmod 071108//swmod 071225 in UpdateAccessible()
/trunk/main/sw/source/core/layout/
H A Dlayact.cxx2376 Window *pWin = pImp->GetShell()->GetWin(); in ShowIdle() local
2377 if ( pWin ) in ShowIdle()
2380 aRect = pWin->PixelToLogic( aRect ); in ShowIdle()
2382 pWin->Push( PUSH_FILLCOLOR|PUSH_LINECOLOR ); in ShowIdle()
2383 pWin->SetFillColor( eColorData ); in ShowIdle()
2384 pWin->SetLineColor(); in ShowIdle()
2385 pWin->DrawRect( aRect ); in ShowIdle()
2386 pWin->Pop(); in ShowIdle()
/trunk/main/sw/source/ui/inc/
H A Dactctrl.hxx74 TableNameEdit(Window* pWin, const ResId& rResId) : in TableNameEdit() argument
75 NoSpaceEdit(pWin, rResId) in TableNameEdit()
H A Dnumfmtlb.hxx52 NumFormatListBox( Window* pWin, const ResId& rResId,
56 NumFormatListBox( Window* pWin, SwView* pView, const ResId& rResId,
/trunk/main/svtools/inc/svtools/
H A Dehdl.hxx42 sal_uInt16 nCtxIdP, Window *pWin=0,
45 sal_uInt16 nCtxIdP, const String &aArg1, Window *pWin=0,
/trunk/main/basctl/source/basicide/
H A Dmoduldl2.cxx1192 Window* pWin = static_cast<Window*>( this ); in Export() local
1193 std::auto_ptr< ExportDialog > xNewDlg( new ExportDialog( pWin ) ); in Export()
1604 void createLibImpl( Window* pWin, const ScriptDocument& rDocument, in createLibImpl() argument
1626 std::auto_ptr< NewObjectDialog > xNewDlg( new NewObjectDialog( pWin, NEWOBJECTMODE_LIB ) ); in createLibImpl()
1636 ErrorBox( pWin, WB_OK | WB_DEF_OK, String( IDEResId( RID_STR_LIBNAMETOLONG ) ) ).Execute(); in createLibImpl()
1640 ErrorBox( pWin, WB_OK | WB_DEF_OK, in createLibImpl()
1645 ErrorBox( pWin, WB_OK | WB_DEF_OK, in createLibImpl()
/trunk/main/sd/source/ui/func/
H A Dfuconrec.cxx88 ::sd::Window* pWin, in FuConstructRectangle() argument
92 : FuConstruct(pViewSh, pWin, pView, pDoc, rReq) in FuConstructRectangle()
96 FunctionReference FuConstructRectangle::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View*… in Create() argument
99 FunctionReference xFunc( pFunc = new FuConstructRectangle( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfuinsfil.cxx97 ::sd::Window* pWin, in FuInsertFile() argument
101 : FuPoor(pViewSh, pWin, pView, pDoc, rReq) in FuInsertFile()
105 FunctionReference FuInsertFile::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, … in Create() argument
107 FunctionReference xFunc( new FuInsertFile( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
/trunk/main/extensions/source/bibliography/
H A Dbibcont.hxx101 void createTopFrame( BibShortCutHandler* pWin );
103 void createBottomFrame( BibShortCutHandler* pWin );
/trunk/main/sfx2/source/view/
H A Dframe2.cxx434 Window *pWin = pImp->pExternalContainerWindow; in PositionWindow_Impl() local
451 pWin->SetPosPixel( aPos ); in PositionWindow_Impl()
452 pWin->SetOutputSizePixel( aSz ); in PositionWindow_Impl()
/trunk/main/basctl/source/dlged/
H A Dmanagelang.cxx385 Window* pWin = ( m_pLanguageLB != NULL ) ? dynamic_cast< Window* >( m_pLanguageLB ) in CalcInfoSize() local
387 aSize = pWin->GetSizePixel(); in CalcInfoSize()
389 pWin->SetSizePixel( aSize ); in CalcInfoSize()
/trunk/main/dbaccess/source/ui/dlg/
H A Ddbadmin.cxx114 Window *pWin = GetViewWindow(); in PageCreated() local
115 if(pWin) in PageCreated()
116 pWin->Invalidate(); in PageCreated()
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx250 Window *pWin = pFrame->GetWindow(); in ImplSalGetWorkArea() local
251 while( pWin ) in ImplSalGetWorkArea()
253 … WorkWindow *pWorkWin = (pWin->GetType() == WINDOW_WORKWINDOW) ? (WorkWindow *) pWin : NULL; in ImplSalGetWorkArea()
260 pWin = pWin->ImplGetWindowImpl()->mpParent; in ImplSalGetWorkArea()
3345 Window *pWin = pFrame->GetWindow(); in ImplHandleMouseMsg() local
3346 if( pWin && pWin->ImplGetWindowImpl()->mpFrameData->mnFocusId ) in ImplHandleMouseMsg()
6040 Window *pWin = NULL; in SalFrameWndProc() local
6042 pWin = pFrame->GetWindow(); in SalFrameWndProc()
6053 if( pWin ) in SalFrameWndProc()
6062 if( pWin ) in SalFrameWndProc()
[all …]
/trunk/main/sc/source/ui/navipi/
H A Dcontent.cxx1282 void lcl_DoDragObject( ScDocShell* pSrcShell, const String& rName, sal_uInt16 nType, Window* pWin ) in lcl_DoDragObject() argument
1314 pWin->ReleaseMouse(); in lcl_DoDragObject()
1315 pTransferObj->StartDrag( pWin, DND_ACTION_COPYMOVE | DND_ACTION_LINK ); in lcl_DoDragObject()
1320 void lcl_DoDragCells( ScDocShell* pSrcShell, const ScRange& rRange, sal_uInt16 nFlags, Window* pWin in lcl_DoDragCells() argument
1348 pWin->ReleaseMouse(); in lcl_DoDragCells()
1349 pTransferObj->StartDrag( pWin, DND_ACTION_COPYMOVE | DND_ACTION_LINK ); in lcl_DoDragCells()
/trunk/main/sw/source/ui/uiview/
H A Dscroll.cxx36 SwScrollbar::SwScrollbar( Window *pWin, sal_Bool bHoriz ) : in SwScrollbar() argument
37 ScrollBar( pWin, in SwScrollbar()
/trunk/main/svtools/source/hatchwindow/
H A Dipwin.hxx67 short SelectMove( Window * pWin, const Point & rPos );
72 void Release( Window * pWin );
/trunk/main/dbaccess/source/ui/querydesign/
H A DJoinDesignView.cxx151 void OJoinDesignView::SaveTabWinUIConfig(OTableWindow* pWin) in SaveTabWinUIConfig() argument
153 …getController().SaveTabWinPosSize(pWin, m_pScrollWindow->GetHScrollBar()->GetThumbPos(), m_pScroll… in SaveTabWinUIConfig()

Completed in 135 milliseconds

1...<<111213141516171819