/trunk/main/sc/source/ui/view/ |
H A D | editsh.cxx | 142 pEditView->SetInsertMode( bIsInsertMode ); in SetEditView() 206 pTableView->SetInsertMode( bIsInsertMode ); in Execute() 208 pTopView->SetInsertMode( bIsInsertMode ); in Execute() 216 pTableView->SetInsertMode( bIsInsertMode ); in Execute() 218 pTopView->SetInsertMode( bIsInsertMode ); in Execute()
|
/trunk/main/sw/source/ui/shells/ |
H A D | drformsh.cxx | 242 aHLinkItem.SetInsertMode(HLINK_BUTTON); in GetState() 248 aHLinkItem.SetInsertMode((SvxLinkInsertMode)(aHLinkItem.GetInsertMode() | in GetState()
|
H A D | drwtxtex.cxx | 1056 aHLinkItem.SetInsertMode(HLINK_FIELD); in StateInsert() 1080 aHLinkItem.SetInsertMode((SvxLinkInsertMode)(aHLinkItem.GetInsertMode() | in StateInsert()
|
H A D | textsh.cxx | 914 aHLinkItem.SetInsertMode(HLINK_FIELD); in StateInsert() 926 aHLinkItem.SetInsertMode((SvxLinkInsertMode)(aHLinkItem.GetInsertMode() | in StateInsert()
|
H A D | annotsh.cxx | 1056 aHLinkItem.SetInsertMode(HLINK_FIELD); in StateInsert() 1080 aHLinkItem.SetInsertMode((SvxLinkInsertMode)(aHLinkItem.GetInsertMode() | in StateInsert()
|
H A D | frmsh.cxx | 864 aHLinkItem.SetInsertMode((SvxLinkInsertMode)(aHLinkItem.GetInsertMode() | in GetState()
|
/trunk/main/sc/source/ui/drawfunc/ |
H A D | drawsh5.cxx | 95 aHLinkItem.SetInsertMode(HLINK_FIELD); in GetHLinkState() 148 aHLinkItem.SetInsertMode(HLINK_BUTTON); in GetHLinkState()
|
/trunk/main/sd/source/ui/view/ |
H A D | drviewsf.cxx | 186 aHLinkItem.SetInsertMode(HLINK_BUTTON); in GetCtrlState() 201 aHLinkItem.SetInsertMode(HLINK_BUTTON); in GetCtrlState()
|
/trunk/main/vcl/source/control/ |
H A D | edit.cxx | 1791 SetInsertMode( !mbInsertMode ); in ImplHandleKeyEvent() 2248 SetInsertMode( bInsertMode ); in Command() 2304 SetInsertMode( !pData->IsCursorOverwrite() ); in Command() 2584 void Edit::SetInsertMode( sal_Bool bInsert ) in SetInsertMode() function in Edit 2590 mpSubEdit->SetInsertMode( bInsert ); in SetInsertMode()
|
H A D | field2.cxx | 895 GetField()->SetInsertMode( sal_False ); in Reformat()
|
/trunk/main/svtools/source/edit/ |
H A D | svmedit.cxx | 139 void SetInsertMode( sal_Bool bInsert ); 404 void ImpSvMEdit::SetInsertMode( sal_Bool bInsert ) in SetInsertMode() function in ImpSvMEdit 406 mpTextWindow->GetTextView()->SetInsertMode( bInsert ); in SetInsertMode()
|
H A D | textview.cxx | 769 SetInsertMode( !IsInsertMode() ); in KeyInput() 954 SetInsertMode( bInsertMode ); in Command() 1022 SetInsertMode( !pData->IsCursorOverwrite() ); in Command() 1237 void TextView::SetInsertMode( sal_Bool bInsert ) in SetInsertMode() function in TextView
|
/trunk/main/svx/inc/svx/ |
H A D | hlnkitem.hxx | 89 void SetInsertMode( SvxLinkInsertMode eNew ) { eType = eNew; } in SetInsertMode() function in SvxHyperlinkItem
|
/trunk/main/editeng/inc/editeng/ |
H A D | editview.hxx | 119 void SetInsertMode( sal_Bool bInsert );
|
/trunk/main/svtools/inc/svtools/ |
H A D | textview.hxx | 162 void SetInsertMode( sal_Bool bInsert );
|
/trunk/main/sw/source/ui/docvw/ |
H A D | SidebarWin.cxx | 941 mpOutlinerView->GetEditView().SetInsertMode(mrView.GetWrtShellPtr()->IsInsMode()); in ActivatePostIt() 980 mpOutlinerView->GetEditView().SetInsertMode(!mpOutlinerView->GetEditView().IsInsertMode()); in ToggleInsMode()
|
/trunk/main/vcl/inc/vcl/ |
H A D | edit.hxx | 191 void SetInsertMode( sal_Bool bInsert );
|
/trunk/main/editeng/source/editeng/ |
H A D | editview.cxx | 871 void EditView::SetInsertMode( sal_Bool bInsert ) in SetInsertMode() function in EditView 874 pImpEditView->SetInsertMode( bInsert ); in SetInsertMode()
|
H A D | impedit.hxx | 348 void SetInsertMode( sal_Bool bInsert );
|
H A D | impedit2.cxx | 528 pView->SetInsertMode( !bWasCursorOverwrite ); in Command() 595 pView->SetInsertMode( !pData->IsCursorOverwrite() ); in Command()
|
H A D | impedit.cxx | 1110 void ImpEditView::SetInsertMode( sal_Bool bInsert ) in SetInsertMode() function in ImpEditView
|
H A D | editeng.cxx | 1136 pEditView->SetInsertMode( !pEditView->IsInsertMode() ); in PostKeyEvent()
|
/trunk/main/svx/source/dialog/ |
H A D | hyprlink.cxx | 705 aItem.SetInsertMode( (SvxLinkInsertMode)nType ); in SendToApp()
|
/trunk/main/sc/source/ui/app/ |
H A D | inputwin.cxx | 1130 pEditView->SetInsertMode(bIsInsertMode); in StartEditEngine()
|
/trunk/main/svx/workben/ |
H A D | edittest.cxx | 820 case TB_INSERT: pEditView->SetInsertMode( !pEditView->IsInsertMode() ); in IMPL_LINK()
|