Searched refs:aLineList (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/editeng/source/editeng/ |
H A D | editdoc2.cxx | 262 DBG_ASSERTWARNING( aLineList.Count(), "Leere ParaPortion in GetLine!" ); in GetLineNumber() 265 for ( sal_uInt16 nLine = 0; nLine < aLineList.Count(); nLine++ ) in GetLineNumber() 267 if ( aLineList[nLine]->IsIn( nIndex ) ) in GetLineNumber() 272 DBG_ASSERT( nIndex == aLineList[ aLineList.Count() - 1 ]->GetEnd(), "Index voll daneben!" ); in GetLineNumber() 273 return (aLineList.Count()-1); in GetLineNumber() 283 sal_uInt16 nLines = aLineList.Count(); in CorrectValuesBehindLastFormattedLine() 287 const EditLine* pLastFormatted = aLineList[ nLastFormattedLine ]; in CorrectValuesBehindLastFormattedLine() 288 const EditLine* pUnformatted = aLineList[ nLastFormattedLine+1 ]; in CorrectValuesBehindLastFormattedLine() 303 EditLine* pLine = aLineList[ nL ]; in CorrectValuesBehindLastFormattedLine() 319 …DBG_ASSERT( aLineList[ aLineList.Count()-1 ]->GetEnd() == pNode->Len(), "CorrectLines: Ende stimmt… in CorrectValuesBehindLastFormattedLine()
|
H A D | editdoc.hxx | 552 EditLineList aLineList; member in ParaPortion 578 EditLineList& GetLines() { return aLineList; } in GetLines()
|
/aoo41x/main/svtools/workben/ |
H A D | svdem.cxx | 195 LineListBox aLineList; member in MyWin 693 aLineList( this ), in MyWin() 773 aLineList.SetUnit( FUNIT_POINT ); in MyWin() 776 aLineList.InsertEntry( 1500 ); in MyWin() 777 aLineList.InsertEntry( 3000 ); in MyWin() 778 aLineList.InsertEntry( 4500 ); in MyWin() 779 aLineList.InsertEntry( 6000 ); in MyWin() 780 aLineList.InsertEntry( 7500 ); in MyWin() 781 aLineList.InsertEntry( 9000 ); in MyWin() 788 aLineList.Show(); in MyWin() [all …]
|
/aoo41x/main/filter/source/graphicfilter/icgm/ |
H A D | elements.cxx | 43 DeleteAllBundles( aLineList ); in ~CGMElements() 99 CopyAllBundles( rSource.aLineList, aLineList ); in operator =() 101 pLineBundle = (LineBundle*)GetBundle( aLineList, rSource.pLineBundle->GetIndex() ); in operator =() 215 InsertBundle( aLineList, aLineBundle ); in Init()
|
H A D | elements.hxx | 82 List aLineList; member in CGMElements
|
H A D | class2.cxx | 157 pElement->InsertBundle( pElement->aLineList, aTempLineBundle ); in ImplDoClass2()
|
H A D | class5.cxx | 39 …ement->GetBundleIndex( ImplGetI( pElement->nIndexPrecision ), pElement->aLineList, pElement->aLine… in ImplDoClass5()
|
Completed in 42 milliseconds