Home
last modified time | relevance | path

Searched refs:pWin (Results 126 – 150 of 465) sorted by relevance

12345678910>>...19

/trunk/main/sd/source/ui/func/
H A Dfusnapln.cxx58 FuSnapLine::FuSnapLine(ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, in FuSnapLine() argument
60 FuPoor(pViewSh, pWin, pView, pDoc, rReq) in FuSnapLine()
64 FunctionReference FuSnapLine::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, Sd… in Create() argument
66 FunctionReference xFunc( new FuSnapLine( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfuzoom.cxx65 ::sd::Window* pWin, in FuZoom() argument
69 : FuPoor(pViewSh, pWin, pView, pDoc, rReq), in FuZoom()
93 FunctionReference FuZoom::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDraw… in Create() argument
95 FunctionReference xFunc( new FuZoom( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfusumry.cxx60 ::sd::Window* pWin, in FuSummaryPage() argument
64 : FuPoor(pViewSh, pWin, pView, pDoc, rReq) in FuSummaryPage()
68 FunctionReference FuSummaryPage::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView,… in Create() argument
70 FunctionReference xFunc( new FuSummaryPage( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfuconarc.cxx65 ::sd::Window* pWin, in FuConstructArc() argument
69 : FuConstruct( pViewSh, pWin, pView, pDoc, rReq ) in FuConstructArc()
73 FunctionReference FuConstructArc::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView… in Create() argument
76 FunctionReference xFunc( pFunc = new FuConstructArc( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfuconcs.cxx93 ::sd::Window* pWin, in FuConstructCustomShape() argument
97 FuConstruct(pViewSh, pWin, pView, pDoc, rReq) in FuConstructCustomShape()
101 FunctionReference FuConstructCustomShape::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::Vie… in Create() argument
104 FunctionReference xFunc( pFunc = new FuConstructCustomShape( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfuprlout.cxx87 ::sd::Window* pWin, in FuPresentationLayout() argument
91 : FuPoor(pViewSh, pWin, pView, pDoc, rReq) in FuPresentationLayout()
95 FunctionReference FuPresentationLayout::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View*… in Create() argument
97 FunctionReference xFunc( new FuPresentationLayout( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfuhhconv.cxx72 ::sd::Window* pWin, in FuHangulHanjaConversion() argument
76 : FuPoor(pViewSh, pWin, pView, pDocument, rReq), in FuHangulHanjaConversion()
112 FunctionReference FuHangulHanjaConversion::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::Vi… in Create() argument
114 FunctionReference xFunc( new FuHangulHanjaConversion( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfuexpand.cxx66 ::sd::Window* pWin, in FuExpandPage() argument
70 : FuPoor(pViewSh, pWin, pView, pDoc, rReq) in FuExpandPage()
74 FunctionReference FuExpandPage::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, … in Create() argument
76 FunctionReference xFunc( new FuExpandPage( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
/trunk/main/sfx2/source/control/
H A Ddispatch.cxx862 …SfxChildWindow *pWin = pWorkWin->GetChildWindow_Impl( (sal_uInt16) ( pImp->aChildWins[n] & 0xFFFF … in DoDeactivate_Impl() local
863 if (!pWin || (pWin && pWin->GetAlignment() == SFX_ALIGN_NOALIGNMENT)) in DoDeactivate_Impl()
2630 Window *pWin, const Point *pPos, in ExecutePopup() argument
2633 ExecutePopup( nConfigId, pWin, pPos ); in ExecutePopup()
2636 SfxPopupMenuManager* SfxDispatcher::Popup( sal_uInt16 nConfigId,Window *pWin, const Point *pPos ) in Popup() argument
2649 Window *pWindow = pWin ? pWin : rDisp.pImp->pFrame->GetFrame().GetWorkWindow_Impl()->GetWindow(); in Popup()
2663 void SfxDispatcher::ExecutePopup( sal_uInt16 nConfigId, Window *pWin, const Point *pPos ) in ExecutePopup() argument
2689 … Window *pWindow = pWin ? pWin : rDisp.pImp->pFrame->GetFrame().GetWorkWindow_Impl()->GetWindow(); in ExecutePopup()
2710 void SfxDispatcher::ExecutePopup( const ResId &rId, Window *pWin, const Point *pPos ) in ExecutePopup() argument
2712 Window *pWindow = pWin ? pWin : pImp->pFrame->GetFrame().GetWorkWindow_Impl()->GetWindow(); in ExecutePopup()
/trunk/main/sc/source/ui/view/
H A Dviewfun3.cxx572 Window* pWin = GetActiveWin(); in PasteDraw() local
573 Point aPos = pWin->PixelToLogic( pViewData->GetScrPos( nPosX, nPosY, in PasteDraw()
575 ScDrawTransferObj* pDrawClip = ScDrawTransferObj::GetOwnClipboard( pWin ); in PasteDraw()
585 Window* pWin = GetActiveWin(); in PasteFromSystem() local
586 ScTransferObj* pOwnClip = ScTransferObj::GetOwnClipboard( pWin ); in PasteFromSystem()
587 ScDrawTransferObj* pDrawClip = ScDrawTransferObj::GetOwnClipboard( pWin ); in PasteFromSystem()
601 TransferableDataHelper aDataHelper( TransferableDataHelper::CreateFromSystemClipboard( pWin ) ); in PasteFromSystem()
713 Window* pWin = GetActiveWin(); in PasteFromTransferable() local
793 Window* pWin = GetActiveWin(); in PasteFromSystem() local
794 ScTransferObj* pOwnClip = ScTransferObj::GetOwnClipboard( pWin ); in PasteFromSystem()
[all …]
H A Dviewdata.cxx942 Window* pWin, const ScPatternAttr* pPattern, in GetEditArea() argument
946 pWin, nPPTX, nPPTY, GetZoomX(), GetZoomY() ). in GetEditArea()
952 Window* pWin, SCCOL nNewX, SCROW nNewY ) in SetEditEngine() argument
967 if (pEditView[eWhich]->GetWindow() != pWin) in SetEditEngine()
969 pEditView[eWhich]->SetWindow(pWin); in SetEditEngine()
975 pEditView[eWhich] = new EditView( pNewEngine, pWin ); in SetEditEngine()
998 pWin, nPPTX,nPPTY,GetZoomX(),GetZoomY() ). in SetEditEngine()
1185 Window* pWin = pCurView->GetWindow(); in EditGrowX() local
1348 pWin->Invalidate(aArea); in EditGrowX()
1372 Window* pWin = pCurView->GetWindow(); in EditGrowY() local
[all …]
H A Dcellsh1.cxx1199 Window* pWin = GetViewData()->GetActiveWin(); in ExecuteEdit() local
1200 sal_Bool bCells = ( ScTransferObj::GetOwnClipboard( pWin ) != NULL ); in ExecuteEdit()
1201 sal_Bool bDraw = ( ScDrawTransferObj::GetOwnClipboard( pWin ) != NULL ); in ExecuteEdit()
1228 Window* pWin = GetViewData()->GetActiveWin(); in ExecuteEdit() local
1231 ScTransferObj* pOwnClip = ScTransferObj::GetOwnClipboard( pWin ); in ExecuteEdit()
1384 Window* pWin = GetViewData()->GetActiveWin(); in ExecuteEdit() local
1396 sal_Bool bDraw = ( ScDrawTransferObj::GetOwnClipboard( pWin ) != NULL ); in ExecuteEdit()
1415 if ( ScTransferObj::GetOwnClipboard( pWin ) ) // own cell data in ExecuteEdit()
1446 TransferableDataHelper::CreateFromSystemClipboard( pWin ) ); in ExecuteEdit()
2153 Window* pWin = pViewData->GetActiveWin(); in PasteFromClipboard() local
[all …]
/trunk/main/sfx2/source/dialog/
H A Dpartwnd.cxx94 SfxPartDockWnd_Impl* pWin = (SfxPartDockWnd_Impl*) pWindow; in ~SfxPartChildWnd_Impl() local
103 if ( pWin && xFrame == pWin->GetBindings().GetActiveFrame() ) in ~SfxPartChildWnd_Impl()
104 pWin->GetBindings().SetActiveFrame( NULL ); in ~SfxPartChildWnd_Impl()
/trunk/main/vcl/inc/vcl/
H A Dsvapp.hxx324 … static void ImplCallEventListeners( sal_uLong nEvent, Window* pWin, void* pData );
326 static sal_Bool HandleKey( sal_uLong nEvent, Window *pWin, KeyEvent* pKeyEvent );
328 static sal_uLong PostKeyEvent( sal_uLong nEvent, Window *pWin, KeyEvent* pKeyEvent );
329 …static sal_uLong PostMouseEvent( sal_uLong nEvent, Window *pWin, MouseEvent* pMouseEven…
330 static void RemoveMouseAndKeyEvents( Window *pWin );
/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx551 OutputDevice *pWin = rSh.GetWin() ? in GuessLeading() local
554 if ( pWin ) in GuessLeading()
557 MapMode aOldMap = pWin->GetMapMode( ); in GuessLeading()
558 pWin->SetMapMode( aTmpMap ); in GuessLeading()
559 const Font aOldFnt( pWin->GetFont() ); in GuessLeading()
560 pWin->SetFont( *pPrtFont ); in GuessLeading()
571 pWin->SetFont( rMet ); in GuessLeading()
601 pWin->SetFont( aOldFnt ); in GuessLeading()
602 pWin->SetMapMode( aOldMap ); in GuessLeading()
856 const sal_Bool bBrowse = ( pWin && in DrawText()
[all …]
/trunk/main/extensions/source/bibliography/
H A Dbibcont.cxx184 void BibBookContainer::createTopFrame( BibShortCutHandler* pWin ) in createTopFrame() argument
193 pTopWin=new BibWindowContainer(this,pWin); in createTopFrame()
201 void BibBookContainer::createBottomFrame( BibShortCutHandler* pWin ) in createBottomFrame() argument
211 pBottomWin=new BibWindowContainer(this,pWin); in createBottomFrame()
/trunk/main/sd/source/ui/view/
H A Ddrviews1.cxx565 SvxRuler* DrawViewShell::CreateHRuler (::sd::Window* pWin, sal_Bool bIsFirst) in CreateHRuler() argument
581 pRuler = new Ruler (*this, GetParentWindow(), pWin, nFlags, in CreateHRuler()
583 pRuler->SetSourceUnit(pWin->GetMapMode().GetMapUnit()); in CreateHRuler()
596 Fraction aUIScale(pWin->GetMapMode().GetScaleX()); in CreateHRuler()
609 SvxRuler* DrawViewShell::CreateVRuler(::sd::Window* pWin) in CreateVRuler() argument
615 pRuler = new Ruler(*this, GetParentWindow(), pWin, nFlags, in CreateVRuler()
617 pRuler->SetSourceUnit(pWin->GetMapMode().GetMapUnit()); in CreateVRuler()
627 Fraction aUIScale(pWin->GetMapMode().GetScaleY()); in CreateVRuler()
/trunk/main/basctl/source/basicide/
H A Dbasobj2.cxx196 …IDEBaseWindow* pWin = pIDEShell->FindWindow( rDocument, rLibName, rNewName, BASICIDE_TYPE_MODULE, … in RenameModule() local
197 if ( pWin ) in RenameModule()
200 pWin->SetName( rNewName ); in RenameModule()
203 ModulWindow* pModWin = (ModulWindow*)pWin; in RenameModule()
207 sal_uInt16 nId = (sal_uInt16)(pIDEShell->GetIDEWindowTable()).GetKey( pWin ); in RenameModule()
H A Dbastypes.cxx594 IDEBaseWindow* pWin = aIDEWindowTable.Get( GetCurPageId() ); in Command() local
595 if( pWin && pWin->ISA( ModulWindow ) ) in Command()
597 SbModule* pActiveModule = (SbModule*)pBasic->FindModule( pWin->GetName() ); in Command()
664 IDEBaseWindow* pWin = aIDEWindowTable.Get( nId ); in Sort() local
666 if ( pWin->IsA( TYPE( ModulWindow ) ) ) in Sort()
670 else if ( pWin->IsA( TYPE( DialogWindow ) ) ) in Sort()
/trunk/main/sfx2/inc/sfx2/
H A Dfcontnr.hxx68 SfxFrameWindow( Window *pWin ) in SfxFrameWindow() argument
69 : pWindow( pWin ) in SfxFrameWindow()
76 void SetWindow( Window *pWin ) in SetWindow() argument
77 { pWindow = pWin; } in SetWindow()
/trunk/main/svx/inc/svx/
H A Dsvdsnpv.hxx133 …SetActualWin(const OutputDevice* pWin) { SdrPaintView::SetActualWin(pWin); if (pWin!=NULL) RecalcL… in SetActualWin() argument
/trunk/main/svx/inc/svx/sdr/table/
H A Dtablecontroller.hxx56 SVX_DLLPRIVATE virtual bool onKeyInput(const KeyEvent& rKEvt, Window* pWin);
57 SVX_DLLPRIVATE virtual bool onMouseButtonDown(const MouseEvent& rMEvt, Window* pWin);
58 SVX_DLLPRIVATE virtual bool onMouseButtonUp(const MouseEvent& rMEvt, Window* pWin);
59 SVX_DLLPRIVATE virtual bool onMouseMove(const MouseEvent& rMEvt, Window* pWin);
/trunk/main/svx/source/tbxctrls/
H A DSvxColorChildWindow.cxx46 SvxColorDockingWindow* pWin = new SvxColorDockingWindow( pBindings, this, in SFX_IMPL_DOCKINGWINDOW() local
48 pWindow = pWin; in SFX_IMPL_DOCKINGWINDOW()
52 pWin->Initialize( pInfo ); in SFX_IMPL_DOCKINGWINDOW()
/trunk/main/sw/source/core/view/
H A Dvnew.cxx78 MapMode aMode( pWin->GetMapMode() ); in Init()
82 pWin->SetMapMode( aMode ); in Init()
183 pWin( pWindow ), in ViewShell()
262 pWin( pWindow ), in ViewShell()
/trunk/main/svtools/inc/svtools/
H A Dbrwbox.hxx150 Window* pWin; member in BrowseEvent
163 Window* GetWindow() const { return pWin; } in GetWindow()
178 BrowserMouseEvent( BrowserDataWin* pWin, const MouseEvent& rEvt );
179 BrowserMouseEvent( Window* pWin, const MouseEvent& rEvt,
192 BrowserAcceptDropEvent( BrowserDataWin* pWin, const AcceptDropEvent& rEvt );
203 BrowserExecuteDropEvent( BrowserDataWin* pWin, const ExecuteDropEvent& rEvt );

Completed in 139 milliseconds

12345678910>>...19