Searched refs:bInsText (Results 1 – 4 of 4) sorted by relevance
52 bInsText = sal_True; in SwExtTextInput()106 if( bInsText ) in ~SwExtTextInput()123 if( bInsText ) in ~SwExtTextInput()134 if( bInsText ) in ~SwExtTextInput()
39 sal_Bool bInsText : 1; member in SwExtTextInput48 void SetInsText( sal_Bool bFlag ) { bInsText = bFlag; } in SetInsText()
907 String DeleteExtTextInput( SwExtTextInput* pDel = 0, sal_Bool bInsText = sal_True);
1088 String SwEditShell::DeleteExtTextInput( SwExtTextInput* pDel, sal_Bool bInsText ) in DeleteExtTextInput() argument1111 pDel->SetInsText( bInsText ); in DeleteExtTextInput()1118 if ( ! bInsText && IsOverwriteCrsr() ) in DeleteExtTextInput()
Completed in 204 milliseconds