Lines Matching refs:sMsg
666 ::rtl::OUStringBuffer sMsg(256); in addProperty()
667 sMsg.appendAscii("The property \"" ); in addProperty()
668 sMsg.append (sName ); in addProperty()
669 sMsg.appendAscii("\" " ); in addProperty()
671 …sMsg.appendAscii(" already exists as a fix property. Please have a look into the IDL documentation… in addProperty()
674 sMsg.makeStringAndClear(), in addProperty()
692 ::rtl::OUStringBuffer sMsg(256); in removeProperty()
693 sMsg.appendAscii("The property \"" ); in removeProperty()
694 sMsg.append (sName ); in removeProperty()
695 sMsg.appendAscii("\" can't be removed. Its a fix property of the DocumentInfo service."); in removeProperty()
698 sMsg.makeStringAndClear(), in removeProperty()