Home
last modified time | relevance | path

Searched refs:rComment (Results 1 – 25 of 105) sorted by relevance

12345

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/html/
H A Dhtmlfldw.cxx469 const OUString& rComment = pField->GetPar2(); in OutHTML_SwFormatField() local
472 if( (rComment.getLength() >= 6 && rComment.startsWith("<") && rComment.endsWith(">") && in OutHTML_SwFormatField()
474 (rComment.getLength() >= 7 && in OutHTML_SwFormatField()
475 rComment.startsWith( "<!--" ) && in OutHTML_SwFormatField()
476 rComment.endsWith( "-->" )) ) in OutHTML_SwFormatField()
479 OUString sComment(convertLineEnd(rComment, GetSystemLineEnd())); in OutHTML_SwFormatField()
487 else if( rComment.getLength() >= 7 && in OutHTML_SwFormatField()
488 rComment.endsWith(">") && in OutHTML_SwFormatField()
489 rComment.startsWithIgnoreAsciiCase( "HTML:" ) ) in OutHTML_SwFormatField()
491 OUString sComment(comphelper::string::stripStart(rComment.subView(5), ' ')); in OutHTML_SwFormatField()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/html/
H A Dhtmlfldw.cxx472 const OUString& rComment = pField->GetPar2(); in OutHTML_SwFormatField() local
475 if( (rComment.getLength() >= 6 && rComment.startsWith("<") && rComment.endsWith(">") && in OutHTML_SwFormatField()
477 (rComment.getLength() >= 7 && in OutHTML_SwFormatField()
478 rComment.startsWith( "<!--" ) && in OutHTML_SwFormatField()
479 rComment.endsWith( "-->" )) ) in OutHTML_SwFormatField()
482 OUString sComment(convertLineEnd(rComment, GetSystemLineEnd())); in OutHTML_SwFormatField()
490 else if( rComment.getLength() >= 7 && in OutHTML_SwFormatField()
491 rComment.endsWith(">") && in OutHTML_SwFormatField()
492 rComment.startsWithIgnoreAsciiCase( "HTML:" ) ) in OutHTML_SwFormatField()
494 OUString sComment(comphelper::string::stripStart(rComment.copy(5), ' ')); in OutHTML_SwFormatField()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dsvdedtv.hxx180 void BegUndo(const OUString& rComment) { mpModel->BegUndo(rComment); } // open undo-grouping in BegUndo() argument
181 …BegUndo(const OUString& rComment, const OUString& rObjDescr, SdrRepeatFunc eFunc=SdrRepeatFunc::NO… in BegUndo() argument
185 …void SetUndoComment(const OUString& rComment, const OUString& rObjDescr) { mpModel->SetUndoComment… in SetUndoComment() argument
H A Dsvdmodel.hxx481 void BegUndo(const OUString& rComment); // open Undo group
482 …void BegUndo(const OUString& rComment, const OUString& rObjDescr, SdrRepeatFunc eFunc); // open Un…
487 void SetUndoComment(const OUString& rComment);
488 void SetUndoComment(const OUString& rComment, const OUString& rObjDescr);
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dsvdedtv.hxx179 void BegUndo(const OUString& rComment) { mpModel->BegUndo(rComment); } // open undo-grouping in BegUndo() argument
180 …BegUndo(const OUString& rComment, const OUString& rObjDescr, SdrRepeatFunc eFunc=SdrRepeatFunc::NO… in BegUndo() argument
184 …void SetUndoComment(const OUString& rComment, const OUString& rObjDescr) { mpModel->SetUndoComment… in SetUndoComment() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/dbgui/
H A Dscendlg.cxx92 void ScNewScenarioDlg::GetScenarioData( OUString& rName, OUString& rComment, in GetScenarioData() argument
95 rComment = m_xEdComment->get_text(); in GetScenarioData()
114 void ScNewScenarioDlg::SetScenarioData(const OUString& rName, const OUString& rComment, in SetScenarioData() argument
117 m_xEdComment->set_text(rComment); in SetScenarioData()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/dbgui/
H A Dscendlg.cxx92 void ScNewScenarioDlg::GetScenarioData( OUString& rName, OUString& rComment, in GetScenarioData() argument
95 rComment = m_xEdComment->get_text(); in GetScenarioData()
114 void ScNewScenarioDlg::SetScenarioData(const OUString& rName, const OUString& rComment, in SetScenarioData() argument
117 m_xEdComment->set_text(rComment); in SetScenarioData()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/core/undo/
H A Dundomanager.cxx29 void UndoManager::EnterListAction(const OUString &rComment, const OUString& rRepeatComment, sal_uIn… in EnterListAction() argument
34 SdrUndoManager::EnterListAction( rComment, rRepeatComment, nId, nViewShellId ); in EnterListAction()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/core/undo/
H A Dundomanager.cxx29 void UndoManager::EnterListAction(const OUString &rComment, const OUString& rRepeatComment, sal_uIn… in EnterListAction() argument
34 SdrUndoManager::EnterListAction( rComment, rRepeatComment, nId, nViewShellId ); in EnterListAction()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/control/
H A Dminfitem.cxx32 const OUString &rComment) : in SfxMacroInfoItem() argument
38 aCommentText(rComment) in SfxMacroInfoItem()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/control/
H A Dminfitem.cxx32 const OUString &rComment) : in SfxMacroInfoItem() argument
38 aCommentText(rComment) in SfxMacroInfoItem()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Dscendlg.hxx33 void SetScenarioData( const OUString& rName, const OUString& rComment,
36 void GetScenarioData(OUString& rName, OUString& rComment,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Dscendlg.hxx34 void SetScenarioData( const OUString& rName, const OUString& rComment,
37 void GetScenarioData(OUString& rName, OUString& rComment,
/dports/devel/hapy/Hapy-0.0.8/tests/
H A DTestMaker.cc97 Rule rComment("Comment", &grComment); in grammar() local
126 rComment = in grammar()
142 rTests.trim(*(space_r | rComment)); in grammar()
146 rComment.verbatim(true); in grammar()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/core/
H A DXMLEmbeddedObjectExportFilter.cxx97 void SAL_CALL XMLEmbeddedObjectExportFilter::comment( const OUString& rComment ) in comment() argument
100 xExtHandler->comment( rComment ); in comment()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/core/
H A DXMLEmbeddedObjectExportFilter.cxx97 void SAL_CALL XMLEmbeddedObjectExportFilter::comment( const OUString& rComment ) in comment() argument
100 xExtHandler->comment( rComment ); in comment()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svl/
H A Dundo.hxx133 …const OUString &rComment, const OUString& rRepeatComment, sal_uInt16 nId, ViewShellId nViewShellId…
151 void SetComment(const OUString& rComment);
231 …virtual void EnterListAction(const OUString &rComment, const OUString& rRepeatComment, …
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svl/
H A Dundo.hxx131 …const OUString &rComment, const OUString& rRepeatComment, sal_uInt16 nId, ViewShellId nViewShellId…
149 void SetComment(const OUString& rComment);
229 …virtual void EnterListAction(const OUString &rComment, const OUString& rRepeatComment, …
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/text/
H A DXMLChangedRegionImportContext.cxx137 const OUString& rComment, in SetChangeInfo() argument
144 rType, sID, rAuthor, rComment, aDateTime, bMergeLastPara); in SetChangeInfo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/text/
H A DXMLChangedRegionImportContext.cxx158 const OUString& rComment, in SetChangeInfo() argument
165 rType, sID, rAuthor, rComment, aDateTime, bMergeLastPara); in SetChangeInfo()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/undo/
H A Dundo.cxx905 void SfxUndoManager::EnterListAction( const OUString& rComment, in EnterListAction() argument
917 …SfxListUndoAction* pAction = new SfxListUndoAction( rComment, rRepeatComment, nId, nViewShellId, m… in EnterListAction()
923 aGuard.scheduleNotification( &SfxUndoListener::listActionEntered, rComment ); in EnterListAction()
1264 …Impl( sal_uInt16 nId, ViewShellId nViewShellId, const OUString& rComment, const OUString& rRepeatC… in Impl()
1265 … mnId(nId), mnViewShellId(nViewShellId), maComment(rComment), maRepeatComment(rRepeatComment) {} in Impl()
1283 void SfxListUndoAction::SetComment(const OUString& rComment) in SetComment() argument
1285 mpImpl->maComment = rComment; in SetComment()
1294 const OUString &rComment, in SfxListUndoAction() argument
1299 mpImpl(new Impl(nId, nViewShellId, rComment, rRepeatComment)) in SfxListUndoAction()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/undo/
H A Dundo.cxx904 void SfxUndoManager::EnterListAction( const OUString& rComment, in EnterListAction() argument
916 …SfxListUndoAction* pAction = new SfxListUndoAction( rComment, rRepeatComment, nId, nViewShellId, m… in EnterListAction()
922 aGuard.scheduleNotification( &SfxUndoListener::listActionEntered, rComment ); in EnterListAction()
1263 …Impl( sal_uInt16 nId, ViewShellId nViewShellId, const OUString& rComment, const OUString& rRepeatC… in Impl()
1264 … mnId(nId), mnViewShellId(nViewShellId), maComment(rComment), maRepeatComment(rRepeatComment) {} in Impl()
1282 void SfxListUndoAction::SetComment(const OUString& rComment) in SetComment() argument
1284 mpImpl->maComment = rComment; in SetComment()
1293 const OUString &rComment, in SfxListUndoAction() argument
1298 mpImpl(new Impl(nId, nViewShellId, rComment, rRepeatComment)) in SfxListUndoAction()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/qa/desktop_lib/
H A Dtest_desktop_lib.cxx1991 for (const auto& rComment : aTree.get_child("comments")) in testCommentsWriter() local
1993 CPPUNIT_ASSERT(rComment.second.get<int>("id") > 0); in testCommentsWriter()
1994 CPPUNIT_ASSERT(!rComment.second.get<std::string>("author").empty()); in testCommentsWriter()
1995 CPPUNIT_ASSERT(!rComment.second.get<std::string>("text").empty()); in testCommentsWriter()
2002 if (rComment.second.get<std::string>("text") == "Comment 2") in testCommentsWriter()
2005 nComment2Id = rComment.second.get<int>("id"); in testCommentsWriter()
2008 else if (rComment.second.get<std::string>("text") == "Reply to Comment 2") in testCommentsWriter()
2038 for (const auto& rComment : aTree.get_child("comments")) in testCommentsCalc() local
2088 for (const auto& rComment : aTree.get_child("comments")) in testCommentsImpress() local
2094 CPPUNIT_ASSERT(rComment.second.get<int>("id") > 0); in testCommentsImpress()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/bastyp/
H A Dfrmhtmlw.cxx184 const OUString& rComment = i_xDocProps->getDescription(); in Out_DocInfo() local
185 if( !rComment.isEmpty() ) in Out_DocInfo()
186 OutMeta( rStrm, pIndent, OOO_STRING_SVTOOLS_HTML_META_description, rComment, false, in Out_DocInfo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/bastyp/
H A Dfrmhtmlw.cxx193 const OUString& rComment = i_xDocProps->getDescription(); in Out_DocInfo() local
194 if( !rComment.isEmpty() ) in Out_DocInfo()
195 OutMeta( rStrm, pIndent, OOO_STRING_SVTOOLS_HTML_META_description, rComment, false, in Out_DocInfo()

12345