Searched refs:nInsertMode (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/sw/source/core/doc/ |
H A D | doc.cxx | 839 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()
|
/aoo42x/main/sw/inc/ |
H A D | IDocumentContentOperations.hxx | 118 const enum InsertFlags nInsertMode = INS_EMPTYEXPAND ) = 0;
|
H A D | doc.hxx | 889 const enum InsertFlags nInsertMode = INS_EMPTYEXPAND );
|
Completed in 216 milliseconds