Home
last modified time | relevance | path

Searched refs:sComment (Results 1 – 25 of 57) sorted by last modified time

123

/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx176 String sComment; member
198 String sComment; member in SwEntryBrowseBox
4346 sComment( ResId(ST_COMMENT, *rId.GetResMgr() )), in SwEntryBrowseBox()
4374 &sComment, in SwEntryBrowseBox()
4410 case ITEM_COMMENT :pRet = &pEntry->sComment ; break; in GetCellText()
4465 case ITEM_COMMENT : pEntry->sComment = sNew; break; in SaveModified()
4548 pToInsert->sComment = sLine; in ReadEntries()
4549 pToInsert->sComment.Erase(0, 1); in ReadEntries()
4576 if(pEntry->sComment.Len()) in WriteEntries()
4579 sWrite += pEntry->sComment; in WriteEntries()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx1386 ByteString sComment( ((MetaCommentAction*)pMA)->GetComment() ); in ImplWriteActions() local
1387 if ( sComment.Equals( sSeqEnd ) ) in ImplWriteActions()
/trunk/main/filter/source/msfilter/
H A Dmsvbasic.hxx95 String sComment; member in VBA_Impl
/trunk/main/sw/source/core/unocore/
H A Dunocrsrhelper.cxx1050 ::rtl::OUString sComment; in makeRedline()
1055 if( aCommentValue >>= sComment ) in makeRedline()
1056 aRedlineData.SetComment( sComment ); in makeRedline()
/trunk/main/crashrep/source/win32/
H A Dsoreport.cpp231 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()
2945 WriteCommentFile( Params.sComment.c_str() ); in WinMain()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx762 ByteString sComment( ((MetaCommentAction*)pAction)->GetComment() ); in playMetafile() local
763 if ( sComment.Equals( sSeqEnd ) ) in playMetafile()
/trunk/main/sw/source/ui/misc/
H A Dredlndlg.cxx565 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 …]
/trunk/main/svl/source/undo/
H A Dundo.cxx685 String sComment; in GetUndoActionComment() local
690 sComment = pUndoArray->aUndoActions[ pUndoArray->nCurUndoAction - 1 - nNo ].pAction->GetComment(); in GetUndoActionComment()
692 return sComment; in GetUndoActionComment()
858 String sComment; in GetRedoActionComment() local
863sComment = pUndoArray->aUndoActions[ pUndoArray->nCurUndoAction + nNo ].pAction->GetComment(); in GetRedoActionComment()
865 return sComment; in GetRedoActionComment()
/trunk/main/l10ntools/source/
H A Dxmlparse.cxx1025 sComment( obj.sComment ){} in XMLComment()
1032 sComment = obj.sComment; in operator =()
/trunk/main/xmloff/source/transform/
H A DTransformerBase.hxx119 virtual void SAL_CALL comment(const ::rtl::OUString& sComment)
/trunk/main/xmloff/source/text/
H A DXMLRedlineExport.cxx509 OUString sComment; in ExportChangeInfo() local
527 rVal.Value >>= sComment; in ExportChangeInfo()
553 WriteComment( sComment ); in ExportChangeInfo()
/trunk/main/xmloff/inc/xmloff/
H A Dxmlimp.hxx238 virtual void SAL_CALL comment(const ::rtl::OUString& sComment)
H A DXMLEmbeddedObjectExportFilter.hxx71 virtual void SAL_CALL comment(const ::rtl::OUString& sComment)
/trunk/main/tools/source/communi/
H A Dparser.cxx159 ByteString sComment( sCurrentComment ); in ReadKey() local
194 pInfo->SetComment( sComment ); in ReadKey()
201 pInfo->SetComment( sComment ); in ReadKey()
/trunk/main/tools/inc/tools/
H A Dgeninfo.hxx47 ByteString sComment; member in GenericInformation
68 ByteString &GetComment() { return sComment; } in GetComment()
69 void SetComment( const ByteString &rComment ) { sComment = rComment; } in SetComment()
/trunk/main/tools/bootstrp/
H A Dmkcreate.cxx851 ByteString sComment( in CreateRecursiveMakefile() local
857 aMakefile.WriteLine( sComment ); in CreateRecursiveMakefile()
/trunk/main/sw/source/ui/shells/
H A Dtextfld.cxx422 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()
/trunk/main/sw/source/ui/inc/
H A Dredlndlg.hxx54 String sComment; // Redline-Kommentar member
/trunk/main/sw/source/filter/xml/
H A DXMLRedlineImportHelper.cxx225 OUString sComment; /// change comment string member in RedlineInfo
250 sComment(), in RedlineInfo()
442 pInfo->sComment = rComment; in Add()
750 pRedlineInfo->sComment, in ConvertRedline()
/trunk/main/sw/source/filter/html/
H A Dhtmlfldw.cxx462 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 …]
/trunk/main/sw/source/core/undo/
H A Dundraw.cxx73 String sComment( pUndo->GetComment() ); in IMPL_LINK() local
/trunk/main/sw/source/core/doc/
H A Ddocredln.cxx3021 , sComment( rCpy.sComment ) in SwRedlineData()
3032 : pNext(pNxt), pExtraData(pData), sComment(rCmnt), aStamp(rDT), in SwRedlineData()
3786 return GetRedlineData(nPos).sComment; in GetComment()
/trunk/main/sw/inc/
H A Dredline.hxx94 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()
/trunk/main/svx/source/svdraw/
H A Dsvdundo.cxx981 String sComment; in GetComment() local
982 GetDescriptionStringForObject( _rForObject, STR_UndoInsertObj, sComment ); in GetComment()
983 return sComment; in GetComment()
/trunk/main/svl/source/numbers/
H A Dzformat.cxx538 sComment = rFormat.sComment; in ImpCopyNumberformat()
1647 String aComment( sComment ); in Save()

Completed in 244 milliseconds

123