/aoo4110/main/sw/source/filter/html/ |
H A D | htmlfldw.cxx | 462 String sComment( rComment ); in OutHTML_SwFmtFld() local 463 sComment.ConvertLineEnd( GetSystemLineEnd() ); in OutHTML_SwFmtFld() 466 ByteString sTmp( sComment, ((SwHTMLWriter&)rWrt).eDestEnc ); in OutHTML_SwFmtFld() 474 String sComment( rComment.Copy(5) ); in OutHTML_SwFmtFld() local 475 sComment.EraseLeadingChars(); in OutHTML_SwFmtFld() 476 if( '<' == sComment.GetChar(0) ) in OutHTML_SwFmtFld() 478 sComment.ConvertLineEnd( GetSystemLineEnd() ); in OutHTML_SwFmtFld() 482 ByteString sTmp( sComment, ((SwHTMLWriter&)rWrt).eDestEnc ); in OutHTML_SwFmtFld() 493 String sComment( rComment ); in OutHTML_SwFmtFld() local 494 sComment.ConvertLineEnd( GetSystemLineEnd() ); in OutHTML_SwFmtFld() [all …]
|
/aoo4110/main/sc/source/filter/xml/ |
H A D | XMLChangeTrackingImportHelper.cxx | 485 String sComment (pAction->aInfo.sComment); in CreateInsertAction() local 488 pAction->aBigRange, aUser, aDateTime, sComment, pAction->nActionType); in CreateInsertAction() 498 String sComment (pAction->aInfo.sComment); in CreateDeleteAction() local 501 pAction->aBigRange, aUser, aDateTime, sComment, pAction->nActionType, pAction->nD, pTrack); in CreateDeleteAction() 514 String sComment (pAction->aInfo.sComment); in CreateMoveAction() local 517 …pAction->pMoveRanges->aTargetRange, aUser, aDateTime, sComment, pAction->pMoveRanges->aSourceRange… in CreateMoveAction() 529 String sComment (pAction->aInfo.sComment); in CreateRejectionAction() local 532 pAction->aBigRange, aUser, aDateTime, sComment); in CreateRejectionAction() 546 String sComment (pAction->aInfo.sComment); in CreateContentAction() local 549 pAction->aBigRange, aUser, aDateTime, sComment, pCell, pDoc, pAction->pCellInfo->sInputString); in CreateContentAction()
|
H A D | xmlsceni.cxx | 115 sComment = sValue; in ScXMLTableScenarioContext() 158 pDoc->SetScenarioData( nCurrTable, String( sComment ), aBorderColor, nFlags ); in EndElement()
|
H A D | XMLChangeTrackingExportHelper.cxx | 140 rtl::OUString sComment(pAction->GetComment()); in WriteChangeInfo() local 141 if (sComment.getLength()) in WriteChangeInfo() 145 rExport.GetTextParagraphExport()->exportText(sComment, bPrevCharWasSpace); in WriteChangeInfo()
|
/aoo4110/main/sw/inc/ |
H A D | redline.hxx | 94 String sComment; member in SwRedlineData 114 sComment == rCmp.sComment && in operator ==() 128 const String& GetComment() const { return sComment; } in GetComment() 132 void SetComment( const String& rS ) { sComment = rS; } in SetComment() 141 sComment == rCmp.sComment && in CanCombine()
|
/aoo4110/main/soltools/giparser/ |
H A D | gen_info.cxx | 36 sComment(i_sComment), in GenericInfo() 44 sComment(i_rInfo.sComment), in GenericInfo() 64 sComment = i_rInfo.sComment; in operator =()
|
H A D | st_gilrw.cxx | 75 Simstr sComment(i_sComment, i_nCommentLength); in AddKey() local 77 pCurKey = new GenericInfo(sKey, sValue, sComment); in AddKey()
|
/aoo4110/main/framework/inc/macros/debug/ |
H A D | memorymeasure.hxx | 76 ::rtl::OString sComment ; 94 inline void makeSnapshot( const ::rtl::OString& sComment ) in makeSnapshot() argument 97 aInfo.sComment = sComment; in makeSnapshot() 120 sBuffer.append( pItem1->sComment ); in getLog()
|
/aoo4110/main/sw/source/ui/misc/ |
H A D | redlndlg.cxx | 565 if(!rRedln.GetComment().Equals(pParent->sComment)) in Activate() 570 String sComment(rRedln.GetComment()); in Activate() local 571 sComment.SearchAndReplaceAll((sal_Unicode)_LF,(sal_Unicode)' '); in Activate() 572 pTable->SetEntryText(sComment, pParent->pTLBParent, 3); in Activate() 574 pParent->sComment = rRedln.GetComment(); in Activate() 862 String sComment(rRedln.GetComment()); in InsertParents() local 863 sComment.SearchAndReplaceAll((sal_Unicode)_LF,(sal_Unicode)' '); in InsertParents() 864 pRedlineParent->sComment = sComment; in InsertParents() 1232 String sComment; in IMPL_LINK() local 1253 sComment = rRedline.GetComment(); in IMPL_LINK() [all …]
|
/aoo4110/main/sw/source/ui/shells/ |
H A D | textfld.cxx | 422 String sComment; in ExecField() local 427 sComment = pRedline->GetComment(); in ExecField() 437 aSet.Put(SvxPostItTextItem(sComment.ConvertLineEnd(), SID_ATTR_POSTIT_TEXT)); in ExecField() 851 String sComment; in IMPL_LINK() local 880 sComment = pRedline->GetComment(); in IMPL_LINK() 882 pDlg->SetNote( sComment.ConvertLineEnd() ); in IMPL_LINK() 906 String sComment; in IMPL_LINK() local 929 sComment = pRedline->GetComment(); in IMPL_LINK() 931 pDlg->SetNote(sComment.ConvertLineEnd()); in IMPL_LINK()
|
/aoo4110/main/sc/source/filter/xcl97/ |
H A D | xcl97rec.cxx | 892 sComment.Assign( sTmpComm, EXC_STR_DEFAULT, 255 ); in ExcEScenario() 893 if( sComment.Len() ) in ExcEScenario() 894 nRecLen += sComment.GetSize(); in ExcEScenario() 956 << (sal_uInt8) sComment.Len() // length of comment in SaveCont() 963 if( sComment.Len() ) in SaveCont() 964 rStrm << sComment; in SaveCont() 994 XML_comment, XESTRING_TO_PSZ( sComment ), in SaveXml()
|
/aoo4110/main/tools/inc/tools/ |
H A D | geninfo.hxx | 47 ByteString sComment; member in GenericInformation 68 ByteString &GetComment() { return sComment; } in GetComment() 69 void SetComment( const ByteString &rComment ) { sComment = rComment; } in SetComment()
|
/aoo4110/main/filter/source/msfilter/ |
H A D | msvbasic.cxx | 65 sComment(RTL_CONSTASCII_USTRINGPARAM("Rem ")), in VBA_Impl() 132 nLen + ((nLines+nTmp) * sComment.Len()) >= STRING_MAXLEN) in Output() 526 sTempStringb+=sComment; in Decompress() 531 aVBAStrings.Get(i)->Insert(sComment,0); in Decompress()
|
/aoo4110/main/svl/inc/svl/ |
H A D | zformat.hxx | 388 { SetComment( rStr, sFormatstring, sComment ); } in SetComment() 390 { sComment = rStr; } 392 const String& GetComment() const { return sComment; } in GetComment() 468 String sComment; // Comment, since number formatter version 6 member in SvNumberformat
|
/aoo4110/main/svl/source/undo/ |
H A D | undo.cxx | 677 String sComment; in GetUndoActionComment() local 682 sComment = pUndoArray->aUndoActions[ pUndoArray->nCurUndoAction - 1 - nNo ].pAction->GetComment(); in GetUndoActionComment() 684 return sComment; in GetUndoActionComment() 850 String sComment; in GetRedoActionComment() local 855 … sComment = pUndoArray->aUndoActions[ pUndoArray->nCurUndoAction + nNo ].pAction->GetComment(); in GetRedoActionComment() 857 return sComment; in GetRedoActionComment()
|
/aoo4110/main/sw/source/filter/xml/ |
H A D | XMLRedlineImportHelper.cxx | 225 OUString sComment; /// change comment string member in RedlineInfo 250 sComment(), in RedlineInfo() 442 pInfo->sComment = rComment; in Add() 750 pRedlineInfo->sComment, in ConvertRedline()
|
/aoo4110/main/tools/source/communi/ |
H A D | parser.cxx | 159 ByteString sComment( sCurrentComment ); in ReadKey() local 194 pInfo->SetComment( sComment ); in ReadKey() 201 pInfo->SetComment( sComment ); in ReadKey()
|
/aoo4110/main/l10ntools/inc/ |
H A D | xmlparse.hxx | 435 String sComment; member in XMLComment 443 : XMLChildNode( Parent ), sComment( rComment ) {} in XMLComment() 452 const String &GetComment() { return sComment; } in GetComment()
|
/aoo4110/main/crashrep/source/win32/ |
H A D | soreport.cpp | 231 tstring sComment; member 288 sComment = TEXT(""); in CrashReportParams() 442 sComment = TEXT(""); in ReadFromEnvironment() 450 sComment += aBuffer; in ReadFromEnvironment() 908 aString.append( pParams->sComment ); in PreviewDialogProc() 1236 Edit_SetText( GetDlgItem(hwndDlg, IDC_EDIT_DESCRIPTION), pParams->sComment.c_str() ); in ReportDialogProc() 1262 pParams->sComment = szBuffer; in ReportDialogProc() 1469 pParams->sComment = szBuffer; in DialogProc() 1487 WriteCommentFile( pParams->sComment.c_str() ); in DialogProc() 2944 WriteCommentFile( Params.sComment.c_str() ); in WinMain()
|
/aoo4110/main/soltools/inc/ |
H A D | gen_info.hxx | 63 const Simstr & Comment() const { return sComment; } in Comment() 79 Simstr sComment; member in GenericInfo
|
/aoo4110/main/sax/source/expatwrap/ |
H A D | saxwriter.cxx | 985 virtual void SAL_CALL comment(const OUString& sComment) 1380 void SAXWriter::comment(const OUString& sComment) throw(SAXException, RuntimeException) in comment() argument 1391 nLength += calcXMLByteLength( sComment.getStr(), sComment.getLength(), sal_False, sal_False); in comment() 1400 if (!mp_SaxWriterHelper->comment(sComment)) in comment()
|
/aoo4110/main/sc/inc/ |
H A D | chgtrack.hxx | 492 const String &sComment, 592 const String &sComment, 692 const String &sComment, 836 const String &sComment, 959 const String &sComment); // only to use in the XML import
|
/aoo4110/main/xmloff/source/text/ |
H A D | XMLRedlineExport.cxx | 509 OUString sComment; in ExportChangeInfo() local 527 rVal.Value >>= sComment; in ExportChangeInfo() 553 WriteComment( sComment ); in ExportChangeInfo()
|
/aoo4110/main/framework/source/fwe/helper/ |
H A D | undomanagerhelper.cxx | 123 String sComment; in GetComment() local 126 sComment = m_xUndoAction->getTitle(); in GetComment() 132 return sComment; in GetComment()
|
/aoo4110/main/l10ntools/source/ |
H A D | xmlparse.cxx | 1025 sComment( obj.sComment ){} in XMLComment() 1032 sComment = obj.sComment; in operator =()
|