Home
last modified time | relevance | path

Searched refs:nInsertMode (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Ddoc.cxx839 const enum InsertFlags nInsertMode ) in InsertString() argument
868 pNode->InsertText( rStr, rPos.nContent, nInsertMode ); in InsertString()
873 rPos.nNode, rPos.nContent.GetIndex(), rStr.Len(), nInsertMode)); in InsertString()
882 if (!(nInsertMode & IDocumentContentOperations::INS_FORCEHINTEXPAND)) in InsertString()
900 pUndo = new SwUndoInsert( rPos.nNode, nInsPos, 0, nInsertMode, in InsertString()
905 pNode->InsertText( rStr, rPos.nContent, nInsertMode ); in InsertString()
913 pUndo = new SwUndoInsert( rPos.nNode, nInsPos, 1, nInsertMode, in InsertString()
/trunk/main/sw/inc/
H A DIDocumentContentOperations.hxx118 const enum InsertFlags nInsertMode = INS_EMPTYEXPAND ) = 0;
H A Ddoc.hxx889 const enum InsertFlags nInsertMode = INS_EMPTYEXPAND );

Completed in 39 milliseconds