Searched refs:maLines (Results 1 – 5 of 5) sorted by relevance
89 LineStructure maLines; member in __anonb11140630111::TableStructure104 { return maLines.size(); } in getLineCount()179 maLines( rTable.GetTabLines().Count() ), mnStartCol(USHRT_MAX), in TableStructure()229 maLines.resize( nEndLn - nStartLn + 1 ); in TableStructure()242 BoxStructure::iterator pC = maLines[0].begin(); in TableStructure()243 BoxStructure::iterator pEnd = maLines[0].end(); in TableStructure()277 maLines.resize( maLines.size() + nSize - 1 ); in addLine()283 maLines[rLine].reserve( pStartLn->size() ); in addLine()284 BoxStructure::iterator pSel = maLines[rLine].end(); in addLine()304 maLines[rLine].reserve( rBoxes.Count() ); in addLine()[all …]
200 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()
199 TextLines maLines; member in TEParaPortion230 TextLines& GetLines() { return maLines; } in GetLines()
614 maLines(), in PresenterTextParagraph()674 maLines(), in PresenterTextParagraph()714 for (sal_Int32 nIndex=0,nCount=maLines.size(); in Paint()718 Line& rLine (maLines[nIndex]); in Paint()723 for (sal_Int32 nIndex=0,nCount=maLines.size(); 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()950 aLine.mnLineStartCellIndex = maLines.back().mnLineEndCellIndex; in AddLine()[all …]
204 ::std::vector<Line> maLines;