Home
last modified time | relevance | path

Searched refs:pDraw (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dgridwin3.cxx56 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 Dviewfun6.cxx179 if( FuPoor* pDraw = GetDrawFuncPtr() ) in EditNote() local
180 static_cast< FuSelection* >( pDraw )->ActivateNoteHandles( pCaption ); in EditNote()
/trunk/main/sdext/source/pdfimport/tree/
H A Ddrawtreevisiting.cxx548 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 Dwritertreevisiting.cxx524 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 …]
/trunk/main/sc/source/ui/app/
H A Dclient.cxx54 ScClient::ScClient( ScTabViewShell* pViewShell, Window* pDraw, SdrModel* pSdrModel, SdrOle2Obj* pOb… in ScClient() argument
55 SfxInPlaceClient( pViewShell, pDraw, pObj->GetAspect() ), in ScClient()
/trunk/main/sc/source/ui/inc/
H A Dclient.hxx49 … ScClient( ScTabViewShell* pViewShell, Window* pDraw, SdrModel* pSdrModel, SdrOle2Obj* pObj );
H A Dundocell.hxx317 SdrUndoAction* pDraw, const ScDetOpData* pOperation,
/trunk/main/sfx2/inc/sfx2/
H A Dipclient.hxx67 …SfxInPlaceClient( SfxViewShell* pViewShell, Window* pDraw, sal_Int64 nAspect = com::sun::star::emb…
/trunk/main/sc/source/ui/undo/
H A Dundocell.cxx955 SdrUndoAction* pDraw, const ScDetOpData* pOperation, in ScUndoDetective() argument
960 pDrawUndo ( pDraw ) in ScUndoDetective()
/trunk/main/sfx2/source/view/
H A Dipclient.cxx646 SfxInPlaceClient::SfxInPlaceClient( SfxViewShell* pViewShell, Window *pDraw, sal_Int64 nAspect ) : in SfxInPlaceClient() argument
649 m_pEditWin( pDraw ) in SfxInPlaceClient()

Completed in 66 milliseconds