Home
last modified time | relevance | path

Searched refs:maComment (Results 1 – 25 of 53) sorted by relevance

123

/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/inc/
H A Dsdundo.hxx32 void SetComment(const OUString& rStr) { maComment = rStr; } in SetComment()
33 virtual OUString GetComment() const override { return maComment; } in GetComment()
42 OUString maComment; member in SdUndoAction
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/inc/
H A Dsdundo.hxx33 void SetComment(const OUString& rStr) { maComment = rStr; } in SetComment()
34 virtual OUString GetComment() const override { return maComment; } in GetComment()
43 OUString maComment; member in SdUndoAction
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/oox/
H A Dscenariobuffer.cxx66 maModel.maComment = rAttribs.getXString( XML_comment, OUString() ); in importScenario()
88 rStrm >> maModel.maName >> maModel.maComment >> maModel.maUser; in importScenario()
125 …xScenarios->addNewByName( aScenName, AddressConverter::toApiSequence(aRanges), maModel.maComment ); in finalizeImport()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/oox/
H A Dscenariobuffer.cxx67 maModel.maComment = rAttribs.getXString( XML_comment, OUString() ); in importScenario()
89 rStrm >> maModel.maName >> maModel.maComment >> maModel.maUser; in importScenario()
123 …xScenarios->addNewByName( aScenName, AddressConverter::toApiSequence(aRanges), maModel.maComment ); in finalizeImport()
/dports/editors/libreoffice/libreoffice-7.2.6.2/filter/source/xsltdialog/
H A Dxmlfiltertabpagebasic.cxx91 pInfo->maComment = string_encode( m_xEDDescription->get_text() ); in FillInfo()
125 m_xEDDescription->set_text( string_decode( pInfo->maComment ) ); in SetInfo()
H A Dxmlfiltercommon.hxx42 OUString maComment; member in filter_info_impl
H A Dxmlfiltersettingsdialog.cxx1045 pTempFilter->maComment = aUserData[7]; in initFilterList()
1293 maComment == r.maComment && in operator ==()
1317 maComment in getFilterUserData()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/xsltdialog/
H A Dxmlfiltertabpagebasic.cxx91 pInfo->maComment = string_encode( m_xEDDescription->get_text() ); in FillInfo()
125 m_xEDDescription->set_text( string_decode( pInfo->maComment ) ); in SetInfo()
H A Dxmlfiltercommon.hxx46 OUString maComment; member in filter_info_impl
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A Dunmodpg.cxx178 , maComment(SdResId(STR_TITLE_RENAMESLIDE)) in RenameLayoutTemplateUndoAction()
199 return maComment; in GetComment()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/
H A Dunmodpg.cxx178 , maComment(SdResId(STR_TITLE_RENAMESLIDE)) in RenameLayoutTemplateUndoAction()
199 return maComment; in GetComment()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/printer/
H A DQueueInfo.cxx31 const OUString& QueueInfo::GetComment() const { return maComment; } in GetComment()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A DQueueInfo.hxx38 OUString maComment; member in QueueInfo
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/navipi/
H A Dscenwnd.cxx71 aEntry.maComment = *iter; in UpdateEntries()
90 SetComment(pEntry->maComment); in IMPL_LINK_NOARG()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/inc/
H A Dunmodpg.hxx71 const OUString maComment; member in RenameLayoutTemplateUndoAction
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/inc/
H A Dunmodpg.hxx72 const OUString maComment; member in RenameLayoutTemplateUndoAction
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/navipi/
H A Dscenwnd.cxx84 aEntry.maComment = *iter; in UpdateEntries()
103 mrParent.SetComment( pEntry->maComment ); in Select()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dscenariobuffer.hxx44 OUString maComment; /// Comment. member
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dscenariobuffer.hxx46 OUString maComment; /// Comment. member
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/
H A Dsalprn.hxx42 OUString maComment; member
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/
H A Dsalprn.hxx42 OUString maComment; member
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/qt5/
H A DQt5Instance_Print.cxx108 pInfo->maComment = rInfo.m_aComment; in GetPrinterQueueInfo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/qt5/
H A DQt5Instance_Print.cxx100 pInfo->maComment = rInfo.m_aComment; in GetPrinterQueueInfo()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/querydesign/
H A Dquerycontroller.cxx1380 OUString maComment; member
1383 : maComment( rComment), mbLastOnLine( bLastOnLine) {} in CommentStrip()
1482 nBufSize += comment.maComment.getLength(); in concatComment()
1492 aBuf.append( rComments[i].maComment); in concatComment()
1507 aBuf.append( rComments[i].maComment); in concatComment()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/querydesign/
H A Dquerycontroller.cxx1417 OUString maComment; member
1420 : maComment( rComment), mbLastOnLine( bLastOnLine) {} in CommentStrip()
1519 nBufSize += comment.maComment.getLength(); in concatComment()
1529 aBuf.append( rComments[i].maComment); in concatComment()
1544 aBuf.append( rComments[i].maComment); in concatComment()

123