Searched refs:SetMoveOutside (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/svx/inc/svx/ |
H A D | fmview.hxx | 144 …void SetMoveOutside( bool _bMoveOutside, ImplAccess ) { E3dView::SetMoveOutside( _bMoveOutside ); } in SetMoveOutside() function in FmFormView 158 using E3dView::SetMoveOutside;
|
H A D | svdhdl.hxx | 250 void SetMoveOutside( bool bMoveOutside ); 498 void SetMoveOutside(sal_Bool bOn);
|
H A D | svdmrkv.hxx | 187 void SetMoveOutside(sal_Bool bOn);
|
/aoo42x/main/svx/source/table/ |
H A D | svdotable.cxx | 2430 …rHdlList.AddHdl( pH = new TableBorderHdl( aRect, !IsTextEditActive() ) ); pH->SetMoveOutside( true… in AddToHdlList() 2431 rHdlList.AddHdl( pH = new SdrHdl(aRect.TopLeft(),HDL_UPLFT) ); pH->SetMoveOutside( true ); in AddToHdlList() 2432 rHdlList.AddHdl( pH = new SdrHdl(aRect.TopCenter(),HDL_UPPER) ); pH->SetMoveOutside( true ); in AddToHdlList() 2433 rHdlList.AddHdl( pH = new SdrHdl(aRect.TopRight(),HDL_UPRGT) ); pH->SetMoveOutside( true ); in AddToHdlList() 2434 rHdlList.AddHdl( pH = new SdrHdl(aRect.LeftCenter(),HDL_LEFT) ); pH->SetMoveOutside( true ); in AddToHdlList() 2435 rHdlList.AddHdl( pH = new SdrHdl(aRect.RightCenter(),HDL_RIGHT) ); pH->SetMoveOutside( true ); in AddToHdlList() 2436 rHdlList.AddHdl( pH = new SdrHdl(aRect.BottomLeft(),HDL_LWLFT) ); pH->SetMoveOutside( true ); in AddToHdlList() 2437 rHdlList.AddHdl( pH = new SdrHdl(aRect.BottomCenter(),HDL_LOWER) ); pH->SetMoveOutside( true ); in AddToHdlList() 2438 rHdlList.AddHdl( pH = new SdrHdl(aRect.BottomRight(),HDL_LWRGT) ); pH->SetMoveOutside( true ); in AddToHdlList()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdedxv.cxx | 692 aHdl.SetMoveOutside(sal_True); in SdrBeginTextEdit() 712 aHdl.SetMoveOutside(sal_False); in SdrBeginTextEdit() 713 aHdl.SetMoveOutside(sal_True); in SdrBeginTextEdit() 840 aHdl.SetMoveOutside(sal_False); in SdrBeginTextEdit() 1079 aHdl.SetMoveOutside(sal_False); in SdrEndTextEdit()
|
H A D | svdhdl.cxx | 354 void SdrHdl::SetMoveOutside( bool bMoveOutside ) in SetMoveOutside() function in SdrHdl 2152 void SdrHdlList::SetMoveOutside(sal_Bool bOn) in SetMoveOutside() function in SdrHdlList
|
H A D | svdmrkv.cxx | 2169 void SdrMarkView::SetMoveOutside(sal_Bool bOn) in SetMoveOutside() function in SdrMarkView 2171 aHdl.SetMoveOutside(bOn); in SetMoveOutside()
|
/aoo42x/main/svx/source/form/ |
H A D | fmview.cxx | 185 SetMoveOutside(sal_False); in MarkListHasChanged() 527 SetMoveOutside(sal_True); in KeyInput()
|
H A D | fmvwimp.cxx | 1881 m_pView->SetMoveOutside( sal_True, FmFormView::ImplAccess() ); in focusGained() 1891 m_pView->SetMoveOutside( sal_False, FmFormView::ImplAccess() ); in focusLost() 1902 m_pView->SetMoveOutside( sal_False, FmFormView::ImplAccess() ); in removeGridWindowListening()
|
Completed in 67 milliseconds