Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/ui/view/
H A Dgridwin3.cxx55 FuPoor* pDraw = pViewData->GetView()->GetDrawFuncPtr(); in DrawMouseButtonDown() local
56 if (pDraw && !pViewData->IsRefMode()) in DrawMouseButtonDown()
58 pDraw->SetWindow( this ); in DrawMouseButtonDown()
60 if ( pDraw->IsDetectiveHit( aLogicPos ) ) in DrawMouseButtonDown()
67 bRet = pDraw->MouseButtonDown( rMEvt ); in DrawMouseButtonDown()
88 FuPoor* pDraw = pView->GetDrawFuncPtr(); in DrawMouseButtonUp() local
89 if (pDraw && !pViewData->IsRefMode()) in DrawMouseButtonUp()
91 pDraw->SetWindow( this ); in DrawMouseButtonUp()
92 bRet = pDraw->MouseButtonUp( rMEvt ); in DrawMouseButtonUp()
115 FuPoor* pDraw = pViewData->GetView()->GetDrawFuncPtr(); in DrawMouseMove() local
[all …]
H A Dviewfun6.cxx179 if( FuPoor* pDraw = GetDrawFuncPtr() ) in EditNote() local
180 static_cast< FuSelection* >( pDraw )->ActivateNoteHandles( pCaption ); in EditNote()
/AOO41X/main/sdext/source/pdfimport/tree/
H A Ddrawtreevisiting.cxx547 DrawElement* pDraw = dynamic_cast<DrawElement*>(*page_element); in visit() local
548 if( ! pDraw && pLink && ! pLink->Children.empty() ) in visit()
549 pDraw = dynamic_cast<DrawElement*>(pLink->Children.front() ); in visit()
550 if( pDraw ) in visit()
556 if( pCurPara && pDraw->y < pCurPara->y + pCurPara->h ) in visit()
558 if( pDraw->h < fCurLineHeight * 1.5 ) in visit()
561 … fCurLineHeight = (fCurLineHeight*double(nCurLineElements) + pDraw->h)/double(nCurLineElements+1); in visit()
564 pDraw->isCharacter = true; in visit()
578 pDraw->h < pText->h*1.5 && // and it is approx the same height in visit()
580 ( ( pDraw->y >= pText->y && pDraw->y <= pText->y+pText->h ) || in visit()
[all …]
H A Dwritertreevisiting.cxx523 DrawElement* pDraw = dynamic_cast<DrawElement*>(*page_element); in visit() local
524 if( ! pDraw && pLink && ! pLink->Children.empty() ) in visit()
525 pDraw = dynamic_cast<DrawElement*>(pLink->Children.front() ); in visit()
526 if( pDraw ) in visit()
532 if( pCurPara && pDraw->y < pCurPara->y + pCurPara->h ) in visit()
534 if( pDraw->h < fCurLineHeight * 1.5 ) in visit()
537 … fCurLineHeight = (fCurLineHeight*double(nCurLineElements) + pDraw->h)/double(nCurLineElements+1); in visit()
540 pDraw->isCharacter = true; in visit()
554 pDraw->h < pText->h*1.5 && // and it is approx the same height in visit()
556 ( ( pDraw->y >= pText->y && pDraw->y <= pText->y+pText->h ) || in visit()
[all …]
/AOO41X/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()
/AOO41X/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,
/AOO41X/main/sfx2/inc/sfx2/
H A Dipclient.hxx67 …SfxInPlaceClient( SfxViewShell* pViewShell, Window* pDraw, sal_Int64 nAspect = com::sun::star::emb…
/AOO41X/main/sc/source/ui/undo/
H A Dundocell.cxx955 SdrUndoAction* pDraw, const ScDetOpData* pOperation, in ScUndoDetective() argument
960 pDrawUndo ( pDraw ) in ScUndoDetective()
/AOO41X/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()