| /AOO41X/main/sw/source/ui/ribbar/ |
| H A D | drawbase.cxx | 121 …if (IsCreateObj() && (eHit == SDRHIT_UNMARKEDOBJECT || eHit == SDRHIT_NONE || m_pSh->IsDrawCreate(… in MouseButtonDown() 277 if (IsCreateObj() && !m_pWin->IsDrawSelMode() && pSdrView->IsCreateObj()) in MouseMove() 311 if (IsCreateObj() && m_pSh->IsDrawCreate() && !m_pWin->IsDrawSelMode()) in MouseButtonUp()
|
| /AOO41X/main/sw/source/ui/inc/ |
| H A D | drawbase.hxx | 62 inline sal_Bool IsCreateObj() const { return m_bCreateObj; } in IsCreateObj() function in SwDrawBase
|
| /AOO41X/main/svx/source/svdraw/ |
| H A D | svdcrtv.cxx | 784 if(IsCreateObj() && !aDragStat.IsShown()) in ShowCreateObj() 897 if(IsCreateObj() && aDragStat.IsShown()) in HideCreateObj()
|
| H A D | svdview.cxx | 613 else if (IsCreateObj() || IsInsObjPoint()) in PickAnything() 615 eEvent=IsCreateObj() ? SDREVENT_ENDCREATE : SDREVENT_ENDINSOBJPOINT; in PickAnything() 983 if (IsCreateObj()) in GetPreferedPointer()
|
| /AOO41X/main/sc/source/ui/drawfunc/ |
| H A D | fuconarc.cxx | 105 if ( pView->IsCreateObj() && rMEvt.IsLeft() ) in MouseButtonUp()
|
| H A D | fuconuno.cxx | 107 if ( pView->IsCreateObj() && rMEvt.IsLeft() ) in MouseButtonUp()
|
| H A D | fuconrec.cxx | 123 if ( pView->IsCreateObj() && rMEvt.IsLeft() ) in MouseButtonUp()
|
| H A D | fuconcustomshape.cxx | 130 if ( pView->IsCreateObj() && rMEvt.IsLeft() ) in MouseButtonUp()
|
| H A D | futext.cxx | 427 else if ( pView->IsCreateObj() ) in MouseButtonUp()
|
| /AOO41X/main/reportdesign/source/ui/report/ |
| H A D | dlgedfunc.cxx | 749 if ( m_rView.IsCreateObj() ) in MouseButtonUp() 809 if ( m_rView.IsCreateObj() ) in MouseMove()
|
| /AOO41X/main/sd/source/ui/func/ |
| H A D | fuconuno.cxx | 139 if ( mpView->IsCreateObj() && rMEvt.IsLeft() ) in MouseButtonUp()
|
| H A D | fuconcs.cxx | 186 if(mpView->IsCreateObj() && rMEvt.IsLeft()) in MouseButtonUp()
|
| H A D | fuconarc.cxx | 173 if ( mpView->IsCreateObj() && rMEvt.IsLeft() ) in MouseButtonUp()
|
| H A D | fucon3d.cxx | 386 if ( mpView->IsCreateObj() && rMEvt.IsLeft() ) in MouseButtonUp()
|
| H A D | fuconrec.cxx | 263 if(mpView->IsCreateObj() && rMEvt.IsLeft()) in MouseButtonUp()
|
| H A D | fudraw.cxx | 227 && !mpView->IsCreateObj() in MouseButtonDown()
|
| H A D | futext.cxx | 728 else if( mpView && mpView->IsCreateObj() && rMEvt.IsLeft()) in MouseButtonUp()
|
| /AOO41X/main/svx/inc/svx/ |
| H A D | svdcrtv.hxx | 143 sal_Bool IsCreateObj() const { return pAktCreate!=NULL; } in IsCreateObj() function in SdrCreateView
|
| /AOO41X/main/basctl/source/dlged/ |
| H A D | dlgedfunc.cxx | 428 if ( pView->IsCreateObj() ) in MouseButtonUp()
|
| /AOO41X/main/sw/source/ui/uiview/ |
| H A D | viewdraw.cxx | 665 if (GetDrawFuncPtr() && GetDrawFuncPtr()->IsCreateObj()) in IsFormMode()
|
| /AOO41X/main/chart2/source/controller/main/ |
| H A D | ChartController_Window.cxx | 796 if ( m_eDrawMode == CHARTDRAW_INSERT && pDrawViewWrapper->IsCreateObj() ) in execute_MouseButtonUp()
|
| /AOO41X/main/sw/source/core/frmedt/ |
| H A D | feshview.cxx | 1964 return Imp()->HasDrawView() ? Imp()->GetDrawView()->IsCreateObj() : sal_False; in IsDrawCreate()
|