Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/doc/
H A Dtblcpy.cxx89 LineStructure maLines; member in __anon83dfa9e40111::TableStructure
104 { return maLines.size(); } in getLineCount()
229 maLines.resize( nEndLn - nStartLn + 1 ); in TableStructure()
277 maLines.resize( maLines.size() + nSize - 1 ); in addLine()
304 maLines[rLine].reserve( rBoxes.Count() ); in addLine()
352 maLines[nLine].push_back( aInfo ); in addBox()
357 while( rpSel != maLines[nLine].end() ) in addBox()
365 rpSel = maLines[nLine].end(); in addBox()
381 maLines.resize( nLine + mnAddLine ); in moreLines()
446 BoxStructure &rBox = maLines[nLine]; in assignBoxes()
[all …]
/aoo4110/main/svtools/source/edit/
H A Dtextdata.cxx200 for ( sal_uInt16 nLine = 0; nLine < maLines.Count(); nLine++ ) in GetLineNumber()
202 TextLine* pLine = maLines.GetObject( nLine ); in GetLineNumber()
211 DBG_ASSERT( nChar == maLines[ maLines.Count() - 1 ]->GetEnd(), "Index voll daneben!" ); in GetLineNumber()
213 return ( maLines.Count() - 1 ); in GetLineNumber()
219 sal_uInt16 nLines = maLines.Count(); in CorrectValuesBehindLastFormattedLine()
223 const TextLine* pLastFormatted = maLines[ nLastFormattedLine ]; in CorrectValuesBehindLastFormattedLine()
224 const TextLine* pUnformatted = maLines[ nLastFormattedLine+1 ]; in CorrectValuesBehindLastFormattedLine()
239 TextLine* pLine = maLines[ nL ]; in CorrectValuesBehindLastFormattedLine()
H A Dtextdat2.hxx199 TextLines maLines; member in TEParaPortion
230 TextLines& GetLines() { return maLines; } in GetLines()
/aoo4110/main/sdext/source/presenter/
H A DPresenterTextView.cxx614 maLines(), in PresenterTextParagraph()
674 maLines(), in PresenterTextParagraph()
718 Line& rLine (maLines[nIndex]); in Paint()
727 Line& rLine (maLines[nIndex]); in Paint()
769 maLines.clear(); in Format()
915 if ( ! maLines.empty()) in AddWord()
948 if (maLines.size() > 0) in AddLine()
970 maLines.push_back(aLine); in AddLine()
988 return maLines.size() * mnLineHeight; in GetTotalTextHeight()
1080 iEnd(maLines.end()); in GetTextSegment()
[all …]
H A DPresenterTextView.hxx204 ::std::vector<Line> maLines;

Completed in 39 milliseconds