Searched refs:pDraw (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/sc/source/ui/view/ |
H A D | gridwin3.cxx | 56 if (pDraw && !pViewData->IsRefMode()) in DrawMouseButtonDown() 58 pDraw->SetWindow( this ); in DrawMouseButtonDown() 89 if (pDraw && !pViewData->IsRefMode()) in DrawMouseButtonUp() 91 pDraw->SetWindow( this ); in DrawMouseButtonUp() 116 if (pDraw && !pViewData->IsRefMode()) in DrawMouseMove() 118 pDraw->SetWindow( this ); in DrawMouseMove() 138 if (pDraw) in DrawEndAction() 139 pDraw->StopDragTimer(); in DrawEndAction() 150 pDraw->SetWindow( this ); in DrawCommand() 167 pDraw->SetWindow( this ); in DrawKeyInput() [all …]
|
H A D | viewfun6.cxx | 179 if( FuPoor* pDraw = GetDrawFuncPtr() ) in EditNote() local 180 static_cast< FuSelection* >( pDraw )->ActivateNoteHandles( pCaption ); in EditNote()
|
/aoo42x/main/sdext/source/pdfimport/tree/ |
H A D | drawtreevisiting.cxx | 548 if( ! pDraw && pLink && ! pLink->Children.empty() ) in visit() 550 if( pDraw ) in visit() 558 if( pDraw->h < fCurLineHeight * 1.5 ) in visit() 564 pDraw->isCharacter = true; in visit() 580 ( ( pDraw->y >= pText->y && pDraw->y <= pText->y+pText->h ) || in visit() 581 ( pDraw->y+pDraw->h >= pText->y && pDraw->y+pDraw->h <= pText->y+pText->h ) in visit() 586 fCurLineHeight = pDraw->h; in visit() 588 line_left = pDraw->x; in visit() 589 line_right = pDraw->x + pDraw->w; in visit() 593 pDraw->isCharacter = true; in visit() [all …]
|
H A D | writertreevisiting.cxx | 524 if( ! pDraw && pLink && ! pLink->Children.empty() ) in visit() 526 if( pDraw ) in visit() 534 if( pDraw->h < fCurLineHeight * 1.5 ) in visit() 540 pDraw->isCharacter = true; in visit() 556 ( ( pDraw->y >= pText->y && pDraw->y <= pText->y+pText->h ) || in visit() 557 ( pDraw->y+pDraw->h >= pText->y && pDraw->y+pDraw->h <= pText->y+pText->h ) in visit() 562 fCurLineHeight = pDraw->h; in visit() 564 line_left = pDraw->x; in visit() 565 line_right = pDraw->x + pDraw->w; in visit() 569 pDraw->isCharacter = true; in visit() [all …]
|
/aoo42x/main/sc/source/ui/app/ |
H A D | client.cxx | 54 ScClient::ScClient( ScTabViewShell* pViewShell, Window* pDraw, SdrModel* pSdrModel, SdrOle2Obj* pOb… in ScClient() argument 55 SfxInPlaceClient( pViewShell, pDraw, pObj->GetAspect() ), in ScClient()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | client.hxx | 49 … ScClient( ScTabViewShell* pViewShell, Window* pDraw, SdrModel* pSdrModel, SdrOle2Obj* pObj );
|
H A D | undocell.hxx | 317 SdrUndoAction* pDraw, const ScDetOpData* pOperation,
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | ipclient.hxx | 67 …SfxInPlaceClient( SfxViewShell* pViewShell, Window* pDraw, sal_Int64 nAspect = com::sun::star::emb…
|
/aoo42x/main/sc/source/ui/undo/ |
H A D | undocell.cxx | 955 SdrUndoAction* pDraw, const ScDetOpData* pOperation, in ScUndoDetective() argument 960 pDrawUndo ( pDraw ) in ScUndoDetective()
|
/aoo42x/main/sfx2/source/view/ |
H A D | ipclient.cxx | 646 SfxInPlaceClient::SfxInPlaceClient( SfxViewShell* pViewShell, Window *pDraw, sal_Int64 nAspect ) : in SfxInPlaceClient() argument 649 m_pEditWin( pDraw ) in SfxInPlaceClient()
|
Completed in 61 milliseconds