Home
last modified time | relevance | path

Searched refs:bInsText (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Dextinput.cxx52 bInsText = sal_True; in SwExtTextInput()
106 if( bInsText ) in ~SwExtTextInput()
123 if( bInsText ) in ~SwExtTextInput()
134 if( bInsText ) in ~SwExtTextInput()
/trunk/main/sw/inc/
H A Dextinput.hxx39 sal_Bool bInsText : 1; member in SwExtTextInput
48 void SetInsText( sal_Bool bFlag ) { bInsText = bFlag; } in SetInsText()
H A Deditsh.hxx907 String DeleteExtTextInput( SwExtTextInput* pDel = 0, sal_Bool bInsText = sal_True);
/trunk/main/sw/source/core/edit/
H A Deditsh.cxx1088 String SwEditShell::DeleteExtTextInput( SwExtTextInput* pDel, sal_Bool bInsText ) in DeleteExtTextInput() argument
1111 pDel->SetInsText( bInsText ); in DeleteExtTextInput()
1118 if ( ! bInsText && IsOverwriteCrsr() ) in DeleteExtTextInput()

Completed in 32 milliseconds