Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/doc/
H A Ddoc.cxx852 const enum InsertFlags nInsertMode ) in InsertString() argument
881 pNode->InsertText( rStr, rPos.nContent, nInsertMode ); in InsertString()
886 rPos.nNode, rPos.nContent.GetIndex(), rStr.Len(), nInsertMode)); in InsertString()
895 if (!(nInsertMode & IDocumentContentOperations::INS_FORCEHINTEXPAND)) in InsertString()
913 pUndo = new SwUndoInsert( rPos.nNode, nInsPos, 0, nInsertMode, in InsertString()
918 pNode->InsertText( rStr, rPos.nContent, nInsertMode ); in InsertString()
926 pUndo = new SwUndoInsert( rPos.nNode, nInsPos, 1, nInsertMode, in InsertString()
/aoo4110/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 30 milliseconds