Home
last modified time | relevance | path

Searched refs:maLines (Results 1 – 14 of 14) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Dtblcpy.cxx82 LineStructure maLines; member in __anon9d3e09320111::TableStructure
97 { return maLines.size(); } in getLineCount()
215 maLines.resize( nEndLn - nStartLn + 1 ); in TableStructure()
229 … mnStartCol = std::accumulate(maLines[0].begin(), maLines[0].begin() + nIdx, sal_uInt16(0), in TableStructure()
255 maLines.resize( maLines.size() + nSize - 1 ); in addLine()
279 maLines[rLine].reserve( rBoxes.size() ); in addLine()
326 maLines[nLine].push_back( aInfo ); in addBox()
332 while( rpSel != maLines[nLine].end() ) in addBox()
340 rpSel = maLines[nLine].end(); in addBox()
356 maLines.resize( nLine + mnAddLine ); in moreLines()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Dtblcpy.cxx82 LineStructure maLines; member in __anon114fd08a0111::TableStructure
97 { return maLines.size(); } in getLineCount()
228 … mnStartCol = std::accumulate(maLines[0].begin(), maLines[0].begin() + nIdx, sal_uInt16(0), in TableStructure()
255 maLines.resize( maLines.size() + nSize - 1 ); in addLine()
279 maLines[rLine].reserve( rBoxes.size() ); in addLine()
326 maLines[nLine].push_back( aInfo ); in addBox()
331 while( rpSel != maLines[nLine].end() ) in addBox()
339 rpSel = maLines[nLine].end(); in addBox()
355 maLines.resize( nLine + mnAddLine ); in moreLines()
419 BoxStructure &rBox = maLines[nLine]; in assignBoxes()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/edit/
H A Dtextdata.cxx216 for ( std::vector<TextLine>::size_type nLine = 0; nLine < maLines.size(); nLine++ ) in GetLineNumber()
218 TextLine& rLine = maLines[ nLine ]; in GetLineNumber()
227 OSL_ENSURE(nChar == maLines.back().GetEnd(), "wrong Index"); in GetLineNumber()
229 return ( maLines.size() - 1 ); in GetLineNumber()
234 sal_uInt16 nLines = maLines.size(); in CorrectValuesBehindLastFormattedLine()
239 const TextLine& rLastFormatted = maLines[ nLastFormattedLine ]; in CorrectValuesBehindLastFormattedLine()
240 const TextLine& rUnformatted = maLines[ nLastFormattedLine+1 ]; in CorrectValuesBehindLastFormattedLine()
255 TextLine& rLine = maLines[ nL ]; in CorrectValuesBehindLastFormattedLine()
H A Dtextdat2.hxx176 std::vector<TextLine> maLines; member in TEParaPortion
205 std::vector<TextLine>& GetLines() { return maLines; } in GetLines()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/edit/
H A Dtextdata.cxx215 for ( std::vector<TextLine>::size_type nLine = 0; nLine < maLines.size(); nLine++ ) in GetLineNumber()
217 TextLine& rLine = maLines[ nLine ]; in GetLineNumber()
226 OSL_ENSURE(nChar == maLines.back().GetEnd(), "wrong Index"); in GetLineNumber()
228 return ( maLines.size() - 1 ); in GetLineNumber()
233 sal_uInt16 nLines = maLines.size(); in CorrectValuesBehindLastFormattedLine()
237 const TextLine& rLastFormatted = maLines[ nLastFormattedLine ]; in CorrectValuesBehindLastFormattedLine()
238 const TextLine& rUnformatted = maLines[ nLastFormattedLine+1 ]; in CorrectValuesBehindLastFormattedLine()
252 TextLine& rLine = maLines[ nL ]; in CorrectValuesBehindLastFormattedLine()
H A Dtextdat2.hxx175 std::vector<TextLine> maLines; member in TEParaPortion
204 std::vector<TextLine>& GetLines() { return maLines; } in GetLines()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/presenter/
H A DPresenterTextView.cxx446 maLines(), in PresenterTextParagraph()
499 Line& rLine (maLines[nIndex]); in Paint()
508 Line& rLine (maLines[nIndex]); in Paint()
547 maLines.clear(); in Format()
671 if ( ! maLines.empty()) in AddWord()
698 if (!maLines.empty()) in AddLine()
720 maLines.push_back(aLine); in AddLine()
727 return maLines.size() * mnLineHeight; in GetTotalTextHeight()
794 auto iLine = std::find_if(maLines.begin(), maLines.end(), in GetTextSegment()
796 if (iLine != maLines.end()) in GetTextSegment()
[all …]
H A DPresenterTextView.hxx183 ::std::vector<Line> maLines;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/presenter/
H A DPresenterTextView.cxx445 maLines(), in PresenterTextParagraph()
498 Line& rLine (maLines[nIndex]); in Paint()
507 Line& rLine (maLines[nIndex]); in Paint()
546 maLines.clear(); in Format()
670 if ( ! maLines.empty()) in AddWord()
697 if (!maLines.empty()) in AddLine()
719 maLines.push_back(aLine); in AddLine()
726 return maLines.size() * mnLineHeight; in GetTotalTextHeight()
793 auto iLine = std::find_if(maLines.begin(), maLines.end(), in GetTextSegment()
795 if (iLine != maLines.end()) in GetTextSegment()
[all …]
H A DPresenterTextView.hxx183 ::std::vector<Line> maLines;
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/editeng/
H A Deditdoc.cxx1037 maLines.clear(); in Reset()
1042 assert(nDelFrom <= (static_cast<sal_Int32>(maLines.size()) - 1)); in DeleteFromLine()
1043 LinesType::iterator it = maLines.begin(); in DeleteFromLine()
1045 maLines.erase(it, maLines.end()); in DeleteFromLine()
1050 sal_Int32 n = maLines.size(); in FindLine()
1053 const EditLine& rLine = *maLines[i]; in FindLine()
1067 return maLines.size(); in Count()
1072 return *maLines[nPos]; in operator []()
1077 return *maLines[nPos]; in operator []()
1082 maLines.push_back(std::unique_ptr<EditLine>(p)); in Append()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/editeng/
H A Deditdoc.cxx1055 maLines.clear(); in Reset()
1060 assert(nDelFrom <= (static_cast<sal_Int32>(maLines.size()) - 1)); in DeleteFromLine()
1061 LinesType::iterator it = maLines.begin(); in DeleteFromLine()
1063 maLines.erase(it, maLines.end()); in DeleteFromLine()
1068 sal_Int32 n = maLines.size(); in FindLine()
1071 const EditLine& rLine = *maLines[i]; in FindLine()
1085 return maLines.size(); in Count()
1090 return *maLines[nPos]; in operator []()
1095 return *maLines[nPos]; in operator []()
1100 maLines.push_back(std::unique_ptr<EditLine>(p)); in Append()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/inc/
H A Deditdoc.hxx555 LinesType maLines; member in EditLineList
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/inc/
H A Deditdoc.hxx543 LinesType maLines; member in EditLineList