/aoo41x/main/sw/source/core/text/ |
H A D | portxt.hxx | 36 class SwTxtPortion : public SwLinePortion class 43 inline SwTxtPortion(){ SetWhichPor( POR_TXT ); } in SwTxtPortion() function in SwTxtPortion 44 SwTxtPortion( const SwLinePortion &rPortion ); 62 DECL_FIXEDMEMPOOL_NEWDEL(SwTxtPortion) 66 class SwTxtInputFldPortion : public SwTxtPortion 91 SwHolePortion( const SwTxtPortion &rPor ); 105 class SwFieldMarkPortion : public SwTxtPortion 108 inline SwFieldMarkPortion() : SwTxtPortion() in SwFieldMarkPortion() 114 class SwFieldFormPortion : public SwTxtPortion 117 inline SwFieldFormPortion() : SwTxtPortion() in SwFieldFormPortion() [all …]
|
H A D | portxt.cxx | 232 SwTxtPortion::SwTxtPortion( const SwLinePortion &rPortion ) in SwTxtPortion() function in SwTxtPortion 291 void SwTxtPortion::BreakUnderflow( SwTxtFormatInfo &rInf ) in BreakUnderflow() 311 sal_Bool SwTxtPortion::_Format( SwTxtFormatInfo &rInf ) in _Format() 476 sal_Bool SwTxtPortion::Format( SwTxtFormatInfo &rInf ) in Format() 513 void SwTxtPortion::FormatEOL( SwTxtFormatInfo &rInf ) in FormatEOL() 572 void SwTxtPortion::Paint( const SwTxtPaintInfo &rInf ) const in Paint() 720 : SwTxtPortion() in SwTxtInputFldPortion() 756 bRet = SwTxtPortion::Format( rInf ); in Format() 790 SwTxtPortion::Paint( rInf ); in Paint() 836 return SwTxtPortion::GetViewWidth( rInf ); in GetViewWidth() [all …]
|
H A D | txtio.cxx | 305 IMPL_OUTOP( SwTxtPortion ) 484 SwTxtPortion *pTxtPor = pPortion2->InTxtGrp() ? in DebugPortions() 485 (SwTxtPortion *)pPortion2 : NULL ; in DebugPortions() 519 SvStream &SwTxtPortion::operator<<( SvStream &rOs ) const //$ ostream in operator <<() 731 SwTxtPortion::operator<<( rOs ); in operator <<() 740 SwTxtPortion::operator<<( rOs ); in operator <<() 928 SwTxtPortion::operator<<( rOs ); in operator <<()
|
H A D | txtdrop.cxx | 307 SwTxtPortion::Paint( rInf ); in PaintTxt() 395 SwTxtPortion::Paint( rInf ); in Paint() 409 const sal_Bool bFull = SwTxtPortion::Format( rInf ); in FormatTxt() 449 SwPosSize aPosSize( SwTxtPortion::GetTxtSize( rInf ) ); in GetTxtSize() 1072 bFull = SwTxtPortion::Format( rInf ); in Format() 1081 bFull = SwTxtPortion::Format( rInf ); in Format()
|
H A D | porglue.cxx | 123 SwTxtPortion aBulletPor; in Paint() 256 SwTxtPortion *pNewPor = new SwTxtPortion; in AdjustRight()
|
H A D | itrform2.cxx | 836 class SwMetaPortion : public SwTxtPortion 855 SwTxtPortion::Paint( rInf ); in Paint() 864 SwTxtPortion *SwTxtFormatter::WhichTxtPor( SwTxtFormatInfo &rInf ) const in WhichTxtPor() 866 SwTxtPortion *pPor = 0; in WhichTxtPor() 903 pPor = new SwTxtPortion; in WhichTxtPor() 924 SwTxtPortion *SwTxtFormatter::NewTxtPortion( SwTxtFormatInfo &rInf ) in NewTxtPortion() 930 SwTxtPortion *pPor = WhichTxtPor( rInf ); in NewTxtPortion()
|
H A D | itrform2.hxx | 58 SwTxtPortion *NewTxtPortion( SwTxtFormatInfo &rInf ); 71 SwTxtPortion *WhichTxtPor( SwTxtFormatInfo &rInf ) const;
|
H A D | pormulti.cxx | 252 nBlanks = nBlanks + ((SwTxtPortion*)pPor)->GetSpaceCnt( rInf, nNull ); in GetSpaceCnt() 502 nBlank1 = nBlank1 + ((SwTxtPortion*)pPor)->GetSpaceCnt( rInf, nNull ); in CalcBlanks() 516 nBlank2 = nBlank2 + ((SwTxtPortion*)pPor)->GetSpaceCnt( rInf, nNull ); in CalcBlanks() 725 ((SwTxtPortion*)pPor)->GetSpaceCnt( rInf, nCharCnt ); in _Adjust() 752 pCurr->SetPortion( new SwTxtPortion( *pCurr ) ); in _Adjust()
|
H A D | porref.hxx | 32 class SwRefPortion : public SwTxtPortion
|
H A D | portox.hxx | 34 class SwToxPortion : public SwTxtPortion
|
H A D | txtinit.cxx | 61 IMPL_FIXEDMEMPOOL_NEWDEL( SwTxtPortion, 200, 100 ) //Attributwechsel
|
H A D | porlay.cxx | 258 pPortion = new SwTxtPortion( *(SwLinePortion*)this ); in Insert() 284 pPortion = new SwTxtPortion( *(SwLinePortion*)this ); in Append() 298 return SwTxtPortion::Format( rInf ); in Format() 317 SetPortion( new SwTxtPortion( *(SwLinePortion*)this ) ); in CalcLeftMargin()
|
H A D | porref.cxx | 44 SwTxtPortion::Paint( rInf ); in Paint()
|
H A D | portox.cxx | 44 SwTxtPortion::Paint( rInf ); in Paint()
|
H A D | guess.hxx | 54 sal_Bool Guess( const SwTxtPortion& rPor, SwTxtFormatInfo &rInf,
|
H A D | porexp.hxx | 33 class SwExpandPortion : public SwTxtPortion
|
H A D | pordrop.hxx | 67 class SwDropPortion : public SwTxtPortion
|
H A D | porrst.hxx | 122 class SwHangingPortion : public SwTxtPortion
|
H A D | porexp.cxx | 93 return SwTxtPortion::Format( rInf ); in Format()
|
H A D | porlay.hxx | 94 class SwLineLayout : public SwTxtPortion
|
H A D | guess.cxx | 63 sal_Bool SwTxtGuess::Guess( const SwTxtPortion& rPor, SwTxtFormatInfo &rInf, in Guess()
|
H A D | txtfld.cxx | 413 pRet = new SwTxtPortion; in NewExtraPortion()
|
H A D | txthyph.cxx | 315 sal_Bool SwTxtPortion::CreateHyphen( SwTxtFormatInfo &rInf, SwTxtGuess &rGuess ) in CreateHyphen()
|
H A D | itrcrsr.cxx | 1626 SwTxtSlot aDiffTxt( &aSizeInf, ((SwTxtPortion*)pPor), false, false ); in GetCrsrOfst() 1647 … static_cast<const SwTxtPortion*>(pPor)->GetSpaceCnt( aSizeInf, nCharCnt ) : in GetCrsrOfst()
|
H A D | itradj.cxx | 322 nGluePortion = nGluePortion + ((SwTxtPortion*)pPos)->GetSpaceCnt( GetInfo(), nCharCnt ); in CalcNewBlock()
|