Home
last modified time | relevance | path

Searched refs:rNotes (Results 1 – 21 of 21) sorted by relevance

/dports/audio/musescore/MuseScore-3.6.1/importexport/bww/
H A Dparser.cpp600 QRegExp rNotes("(LG|LA|[B-F]|HG|HA)([lr]?)_(1|2|4|8|16|32)"); in parseNote() local
603 if (rNotes.exactMatch(lex.symValue())) in parseNote()
605 caps = rNotes.capturedTexts(); in parseNote()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dcolumn4.cxx717 NoteEntryCollector( std::vector<sc::NoteEntry>& rNotes, SCTAB nTab, SCCOL nCol, in NoteEntryCollector() argument
719 mrNotes(rNotes), mnTab(nTab), mnCol(nCol), in NoteEntryCollector()
748 void ScColumn::GetAllNoteEntries( std::vector<sc::NoteEntry>& rNotes ) const in GetAllNoteEntries()
750 …std::for_each(maCellNotes.begin(), maCellNotes.end(), NoteEntryCollector(rNotes, nTab, nCol, 0, Ge… in GetAllNoteEntries()
754 std::vector<sc::NoteEntry>& rNotes ) const in GetNotesInRange()
766 std::for_each(it, ++itEnd, NoteEntryCollector(rNotes, nTab, nCol, nStartRow, nEndRow)); in GetNotesInRange()
H A Dtable2.cxx1685 void ScTable::GetAllNoteEntries( std::vector<sc::NoteEntry>& rNotes ) const in GetAllNoteEntries()
1688 aCol[nCol].GetAllNoteEntries(rNotes); in GetAllNoteEntries()
1691 void ScTable::GetNotesInRange( const ScRange& rRange, std::vector<sc::NoteEntry>& rNotes ) const in GetNotesInRange()
1698 aCol[nCol].GetNotesInRange(nStartRow, nEndRow, rNotes); in GetNotesInRange()
1702 …nState ScTable::GetAllNoteCaptionsState(const ScRange& rRange, std::vector<sc::NoteEntry>& rNotes ) in GetAllNoteCaptionsState() argument
1716 aCol[nCol].GetNotesInRange(nStartRow, nEndRow, rNotes); in GetAllNoteCaptionsState()
1717 bIsFirstNoteShownState = rNotes.begin()->mpNote->IsCaptionShown(); in GetAllNoteCaptionsState()
1723 aCol[nCol].GetNotesInRange(nStartRow, nEndRow, rNotes); in GetAllNoteCaptionsState()
1725 …bool bIsMixedState = std::any_of(rNotes.begin(), rNotes.end(), [bIsFirstNoteShownState](const sc::… in GetAllNoteCaptionsState()
H A Ddocument.cxx6728 void ScDocument::GetAllNoteEntries( std::vector<sc::NoteEntry>& rNotes ) const in GetAllNoteEntries()
6735 pTab->GetAllNoteEntries(rNotes); in GetAllNoteEntries()
6739 void ScDocument::GetAllNoteEntries( SCTAB nTab, std::vector<sc::NoteEntry>& rNotes ) const in GetAllNoteEntries()
6745 return pTab->GetAllNoteEntries( rNotes ); in GetAllNoteEntries()
6748 void ScDocument::GetNotesInRange( const ScRangeList& rRangeList, std::vector<sc::NoteEntry>& rNotes in GetNotesInRange()
6755 maTabs[nTab]->GetNotesInRange( rRange, rNotes ); in GetNotesInRange()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dcolumn4.cxx722 NoteEntryCollector( std::vector<sc::NoteEntry>& rNotes, SCTAB nTab, SCCOL nCol, in NoteEntryCollector() argument
724 mrNotes(rNotes), mnTab(nTab), mnCol(nCol), in NoteEntryCollector()
753 void ScColumn::GetAllNoteEntries( std::vector<sc::NoteEntry>& rNotes ) const in GetAllNoteEntries()
755 …std::for_each(maCellNotes.begin(), maCellNotes.end(), NoteEntryCollector(rNotes, nTab, nCol, 0, Ge… in GetAllNoteEntries()
759 std::vector<sc::NoteEntry>& rNotes ) const in GetNotesInRange()
771 std::for_each(it, ++itEnd, NoteEntryCollector(rNotes, nTab, nCol, nStartRow, nEndRow)); in GetNotesInRange()
H A Dtable2.cxx1867 void ScTable::GetAllNoteEntries( std::vector<sc::NoteEntry>& rNotes ) const in GetAllNoteEntries()
1870 aCol[nCol].GetAllNoteEntries(rNotes); in GetAllNoteEntries()
1873 void ScTable::GetNotesInRange( const ScRange& rRange, std::vector<sc::NoteEntry>& rNotes ) const in GetNotesInRange()
1880 aCol[nCol].GetNotesInRange(nStartRow, nEndRow, rNotes); in GetNotesInRange()
1884 …nState ScTable::GetAllNoteCaptionsState(const ScRange& rRange, std::vector<sc::NoteEntry>& rNotes ) in GetAllNoteCaptionsState() argument
1898 aCol[nCol].GetNotesInRange(nStartRow, nEndRow, rNotes); in GetAllNoteCaptionsState()
1899 bIsFirstNoteShownState = rNotes.begin()->mpNote->IsCaptionShown(); in GetAllNoteCaptionsState()
1905 aCol[nCol].GetNotesInRange(nStartRow, nEndRow, rNotes); in GetAllNoteCaptionsState()
1907 …bool bIsMixedState = std::any_of(rNotes.begin(), rNotes.end(), [bIsFirstNoteShownState](const sc::… in GetAllNoteCaptionsState()
H A Ddocument.cxx6789 void ScDocument::GetAllNoteEntries( std::vector<sc::NoteEntry>& rNotes ) const in GetAllNoteEntries()
6796 pTab->GetAllNoteEntries(rNotes); in GetAllNoteEntries()
6800 void ScDocument::GetAllNoteEntries( SCTAB nTab, std::vector<sc::NoteEntry>& rNotes ) const in GetAllNoteEntries()
6806 return pTab->GetAllNoteEntries( rNotes ); in GetAllNoteEntries()
6809 void ScDocument::GetNotesInRange( const ScRangeList& rRangeList, std::vector<sc::NoteEntry>& rNotes in GetNotesInRange()
6816 maTabs[nTab]->GetNotesInRange( rRange, rNotes ); in GetNotesInRange()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/Accessibility/
H A DAccessibleDocumentPagePreview.cxx110 …st ScPreviewLocationData& rData, const tools::Rectangle& rVisRect, bool bMark, ScAccNotes& rNotes);
155 …nst ScPreviewLocationData& rData, const tools::Rectangle& rVisRect, bool bMark, ScAccNotes& rNotes) in AddNotes() argument
159 rNotes.reserve(nCount); in AddNotes()
187 rNotes.push_back(aNote); in AddNotes()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/Accessibility/
H A DAccessibleDocumentPagePreview.cxx104 …st ScPreviewLocationData& rData, const tools::Rectangle& rVisRect, bool bMark, ScAccNotes& rNotes);
148 …nst ScPreviewLocationData& rData, const tools::Rectangle& rVisRect, bool bMark, ScAccNotes& rNotes) in AddNotes() argument
152 rNotes.reserve(nCount); in AddNotes()
180 rNotes.push_back(aNote); in AddNotes()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dxeescher.hxx384 XclExpComments( SCTAB nTab, XclExpRecordList< XclExpNote >& rNotes );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dxeescher.hxx388 XclExpComments( SCTAB nTab, XclExpRecordList< XclExpNote >& rNotes );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dcolumn.hxx628 void GetAllNoteEntries( std::vector<sc::NoteEntry>& rNotes ) const;
629 … void GetNotesInRange( SCROW nStartRow, SCROW nEndRow, std::vector<sc::NoteEntry>& rNotes ) const;
H A Dtable.hxx480 void GetAllNoteEntries( std::vector<sc::NoteEntry>& rNotes ) const;
481 void GetNotesInRange( const ScRange& rRange, std::vector<sc::NoteEntry>& rNotes ) const;
482 …tCaptionState GetAllNoteCaptionsState( const ScRange& rRange, std::vector<sc::NoteEntry>& rNotes );
H A Ddocument.hxx1259 SC_DLLPUBLIC void GetAllNoteEntries( std::vector<sc::NoteEntry>& rNotes ) const;
1260 SC_DLLPUBLIC void GetAllNoteEntries( SCTAB nTab, std::vector<sc::NoteEntry>& rNotes ) const;
1261 … GetNotesInRange( const ScRangeList& rRange, std::vector<sc::NoteEntry>& rNotes ) const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Dcolumn.hxx628 void GetAllNoteEntries( std::vector<sc::NoteEntry>& rNotes ) const;
629 … void GetNotesInRange( SCROW nStartRow, SCROW nEndRow, std::vector<sc::NoteEntry>& rNotes ) const;
H A Dtable.hxx470 void GetAllNoteEntries( std::vector<sc::NoteEntry>& rNotes ) const;
471 void GetNotesInRange( const ScRange& rRange, std::vector<sc::NoteEntry>& rNotes ) const;
472 …tCaptionState GetAllNoteCaptionsState( const ScRange& rRange, std::vector<sc::NoteEntry>& rNotes );
H A Ddocument.hxx1237 SC_DLLPUBLIC void GetAllNoteEntries( std::vector<sc::NoteEntry>& rNotes ) const;
1238 SC_DLLPUBLIC void GetAllNoteEntries( SCTAB nTab, std::vector<sc::NoteEntry>& rNotes ) const;
1239 … GetNotesInRange( const ScRangeList& rRange, std::vector<sc::NoteEntry>& rNotes ) const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxeescher.cxx1696 XclExpComments::XclExpComments( SCTAB nTab, XclExpRecordList< XclExpNote >& rNotes ) in XclExpComments() argument
1697 : mnTab( nTab ), mrNotes( rNotes ) in XclExpComments()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxeescher.cxx1701 XclExpComments::XclExpComments( SCTAB nTab, XclExpRecordList< XclExpNote >& rNotes ) in XclExpComments() argument
1702 : mnTab( nTab ), mrNotes( rNotes ) in XclExpComments()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog115839 …(this=0x555556b28340, rRange=..., rNotes=std::__debug::vector of length 2, capacity 2 = {...}) at …
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog377888 …(this=0x555556b28340, rRange=..., rNotes=std::__debug::vector of length 2, capacity 2 = {...}) at …