Home
last modified time | relevance | path

Searched refs:rInf (Results 1 – 25 of 69) sorted by relevance

123

/AOO41X/main/sw/source/core/txtnode/
H A Dfntcache.cxx88 sal_uInt16 GetDefaultFontHeight( SwDrawTextInfo &rInf ) in GetDefaultFontHeight() argument
90 SwDocShell* pDocShell = rInf.GetShell()->GetDoc()->GetDocShell(); in GetDefaultFontHeight()
208 SwDrawTextInfo& rInf; member
220 rInf( _rInf ), in CalcLinePosData()
243 const long nTmpSpaceAdd = rData.rInf.GetSpace() / SPACING_PRECISION_FACTOR; in lcl_calcLinePos()
246 && CH_BLANK == rData.rInf.GetText().GetChar( rData.rInf.GetIdx() + nEnd ) ) in lcl_calcLinePos()
265 rEnd.X() = nBlank + rData.rInf.GetPos().X() + nKernEnd; in lcl_calcLinePos()
266 rEnd.Y() = rData.rInf.GetPos().Y(); in lcl_calcLinePos()
270 rEnd.X() = rData.rInf.GetPos().X(); in lcl_calcLinePos()
271 rEnd.Y() = nBlank + rData.rInf.GetPos().Y() - nKernEnd; in lcl_calcLinePos()
[all …]
H A Dswfont.cxx745 Size SwSubFont::_GetTxtSize( SwDrawTextInfo& rInf ) in _GetTxtSize() argument
750 !IsSameInstance( rInf.GetpOut()->GetFont() ) ) in _GetTxtSize()
751 ChgFnt( rInf.GetShell(), rInf.GetOut() ); in _GetTxtSize()
753 SwDigitModeModifier aDigitModeModifier( rInf.GetOut(), rInf.GetFont()->GetLanguage() ); in _GetTxtSize()
756 xub_StrLen nLn = ( rInf.GetLen() == STRING_LEN ? rInf.GetText().Len() in _GetTxtSize()
757 : rInf.GetLen() ); in _GetTxtSize()
758 rInf.SetLen( nLn ); in _GetTxtSize()
760 aTxtSize = GetCapitalSize( rInf ); in _GetTxtSize()
764 long nOldKern = rInf.GetKern(); in _GetTxtSize()
765 const XubString &rOldTxt = rInf.GetText(); in _GetTxtSize()
[all …]
H A Dfntcap.cxx126 SwDrawTextInfo &rInf; member in SwDoCapitals
130 SwDoCapitals ( SwDrawTextInfo &rInfo ) : rInf( rInfo ), pCapInf( 0 ) { } in SwDoCapitals()
133 inline OutputDevice& GetOut() { return rInf.GetOut(); } in GetOut()
134 inline SwDrawTextInfo& GetInf() { return rInf; } in GetInf()
162 aTxtSize.Width() += rInf.GetSize().Width(); in Do()
163 if( rInf.GetUpper() ) in Do()
164 aTxtSize.Height() = rInf.GetSize().Height(); in Do()
171 Size SwSubFont::GetCapitalSize( SwDrawTextInfo& rInf ) in GetCapitalSize() argument
174 const long nOldKern = rInf.GetKern(); in GetCapitalSize()
175 rInf.SetKern( CheckKerning() ); in GetCapitalSize()
[all …]
/AOO41X/main/sw/source/core/text/
H A Dportxt.cxx68 sal_uInt16 lcl_AddSpace( const SwTxtSizeInfo &rInf, const XubString* pStr, in lcl_AddSpace() argument
82 nPos = rInf.GetIdx(); in lcl_AddSpace()
83 nEnd = rInf.GetIdx() + rPor.GetLen(); in lcl_AddSpace()
84 pStr = &rInf.GetTxt(); in lcl_AddSpace()
85 pSI = &((SwParaPortion*)rInf.GetParaPortion())->GetScriptInfo(); in lcl_AddSpace()
110 rInf.GetTxtFrm()->GetTxtNode()->GetLang( rInf.GetIdx(), 1, nScript ); in lcl_AddSpace()
147 rInf.GetTxtFrm()->GetTxtNode()->GetLang( rInf.GetIdx(), 1, nScript ); in lcl_AddSpace()
173 rInf.GetTxtFrm() && rInf.GetTxtFrm()->IsRightToLeft(); in lcl_AddSpace()
189 nPos = rInf.GetIdx() + rPor.GetLen(); in lcl_AddSpace()
190 if ( nPos < rInf.GetTxt().Len() ) in lcl_AddSpace()
[all …]
H A Ditrform2.cxx72 bool lcl_BuildHiddenPortion( const SwTxtSizeInfo& rInf, xub_StrLen &rPos );
76 inline void ClearFly( SwTxtFormatInfo &rInf ) in ClearFly() argument
78 if( rInf.GetFly() ) in ClearFly()
80 delete rInf.GetFly(); in ClearFly()
81 rInf.SetFly(0); in ClearFly()
170 SwLinePortion *SwTxtFormatter::UnderFlow( SwTxtFormatInfo &rInf ) in UnderFlow() argument
173 SwLinePortion *pUnderFlow = rInf.GetUnderFlow(); in UnderFlow()
181 const xub_StrLen nSoftHyphPos = rInf.GetSoftHyphPos(); in UnderFlow()
182 const xub_StrLen nUnderScorePos = rInf.GetUnderScorePos(); in UnderFlow()
186 SwFlyPortion *pFly = rInf.GetFly(); in UnderFlow()
[all …]
H A Dguess.cxx63 sal_Bool SwTxtGuess::Guess( const SwTxtPortion& rPor, SwTxtFormatInfo &rInf, in Guess() argument
66 nCutPos = rInf.GetIdx(); in Guess()
69 if( !rInf.GetLen() || !rInf.GetTxt().Len() ) in Guess()
72 ASSERT( rInf.GetIdx() < rInf.GetTxt().Len(), in Guess()
81 ((SwParaPortion*)rInf.GetParaPortion())->GetScriptInfo(); in Guess()
83 sal_uInt16 nMaxComp = ( SW_CJK == rInf.GetFont()->GetActual() ) && in Guess()
85 ! rInf.IsMulti() && in Guess()
91 SwTwips nLineWidth = rInf.Width() - rInf.X(); in Guess()
92 xub_StrLen nMaxLen = rInf.GetTxt().Len() - rInf.GetIdx(); in Guess()
94 if ( rInf.GetLen() < nMaxLen ) in Guess()
[all …]
H A Dporfld.cxx126 KSHORT SwFldPortion::GetViewWidth( const SwTxtSizeInfo &rInf ) const in GetViewWidth()
131 if( !Width() && rInf.OnWin() && !rInf.GetOpt().IsPagePreview() && in GetViewWidth()
132 !rInf.GetOpt().IsReadonly() && SwViewOption::IsFieldShadings() ) in GetViewWidth()
135 pThis->nViewWidth = rInf.GetTxtSize( ' ' ).Width(); in GetViewWidth()
204 void SwFldPortion::CheckScript( const SwTxtSizeInfo &rInf ) in CheckScript() argument
207 if( GetExpTxt( rInf, aTxt ) && aTxt.Len() && pBreakIt->GetBreakIter().is() ) in CheckScript()
209 sal_uInt8 nActual = pFnt ? pFnt->GetActual() : rInf.GetFont()->GetActual(); in CheckScript()
239 const SwScriptInfo& rSI = rInf.GetParaPortion()->GetScriptInfo(); in CheckScript()
244 rSI.DirType( IsFollow() ? rInf.GetIdx() - 1 : rInf.GetIdx() ); in CheckScript()
292 pFnt = new SwFont( *rInf.GetFont() ); in CheckScript()
[all …]
H A Dporexp.cxx67 SwPosSize SwExpandPortion::GetTxtSize( const SwTxtSizeInfo &rInf ) const in GetTxtSize()
69 SwTxtSlot aDiffTxt( &rInf, this, false, false ); in GetTxtSize()
70 return rInf.GetTxtSize(); in GetTxtSize()
79 sal_Bool SwExpandPortion::Format( SwTxtFormatInfo &rInf ) in Format() argument
81 SwTxtSlot aDiffTxt( &rInf, this, true, false ); in Format()
82 const xub_StrLen nFullLen = rInf.GetLen(); in Format()
93 return SwTxtPortion::Format( rInf ); in Format()
100 void SwExpandPortion::Paint( const SwTxtPaintInfo &rInf ) const in Paint()
102 SwTxtSlot aDiffTxt( &rInf, this, true, true ); in Paint()
104 rInf.DrawBackBrush( *this ); in Paint()
[all …]
H A Dtxthyph.cxx153 SwTxtFormatInfo &rInf = GetInfo(); in Hyphenate() local
159 if( !GetNext() && !rInf.GetTxtFly()->IsOn() && !pFrm->GetFollow() ) in Hyphenate()
178 SetParaPortion( &rInf, pPara ); in Hyphenate()
232 SetParaPortion( &rInf, (SwParaPortion*)pOldCurr ); in Hyphenate()
250 pBreakIt->GetBreakIter()->getWordBoundary( rInf.GetTxt(), nWrdStart, in Hyphenate()
251 … pBreakIt->GetLocale( rInf.GetFont()->GetLanguage() ), WordType::DICTIONARY_WORD, sal_True ); in Hyphenate()
257 XubString aSelTxt( rInf.GetTxt().Copy(nWrdStart, nLen) ); in Hyphenate()
281 xHyphWord = rInf.HyphWord( aSelTxt, nMinTrail ); in Hyphenate()
296 if( OPTDBG( rInf ) ) in Hyphenate()
315 sal_Bool SwTxtPortion::CreateHyphen( SwTxtFormatInfo &rInf, SwTxtGuess &rGuess ) in CreateHyphen() argument
[all …]
H A Dtxtdrop.cxx60 sal_Bool lcl_IsDropFlyInter( const SwTxtFormatInfo &rInf, in lcl_IsDropFlyInter() argument
63 const SwTxtFly *pTxtFly = rInf.GetTxtFly(); in lcl_IsDropFlyInter()
66 SwRect aRect( rInf.GetTxtFrm()->Frm().Pos(), Size( nWidth, nHeight) ); in lcl_IsDropFlyInter()
67 aRect.Pos() += rInf.GetTxtFrm()->Prt().Pos(); in lcl_IsDropFlyInter()
68 aRect.Pos().X() += rInf.X(); in lcl_IsDropFlyInter()
69 aRect.Pos().Y() = rInf.Y(); in lcl_IsDropFlyInter()
90 SwDropSave( const SwTxtPaintInfo &rInf );
94 SwDropSave::SwDropSave( const SwTxtPaintInfo &rInf ) : in SwDropSave() argument
95 pInf( ((SwTxtPaintInfo*)&rInf) ), nIdx( rInf.GetIdx() ), in SwDropSave()
96 nLen( rInf.GetLen() ), nX( rInf.X() ), nY( rInf.Y() ) in SwDropSave()
[all …]
H A Dtxttab.cxx83 SwTabPortion *SwTxtFormatter::NewTabPortion( SwTxtFormatInfo &rInf, bool bAuto ) const in NewTabPortion() argument
86 SwTabPortion *pLastTab = rInf.GetLastTab(); in NewTabPortion()
88 if( pLastTab->PostFormat( rInf ) ) in NewTabPortion()
126 SwTwips nTabPos = rInf.GetLastTab() ? rInf.GetLastTab()->GetTabPos() : 0; in NewTabPortion()
127 if( nTabPos < rInf.X() ) in NewTabPortion()
129 nTabPos = rInf.X(); in NewTabPortion()
356 sal_Bool SwTabPortion::Format( SwTxtFormatInfo &rInf ) in Format() argument
358 SwTabPortion *pLastTab = rInf.GetLastTab(); in Format()
360 return PostFormat( rInf ); in Format()
362 pLastTab->PostFormat( rInf ); in Format()
[all …]
H A Dporlin.cxx104 void SwLinePortion::PrePaint( const SwTxtPaintInfo& rInf, in PrePaint() argument
107 ASSERT( rInf.OnWin(), "SwLinePortion::PrePaint: don't prepaint on a printer"); in PrePaint()
110 const KSHORT nViewWidth = GetViewWidth( rInf ); in PrePaint()
118 if ( pLast->InSpaceGrp() && rInf.GetSpaceAdd() ) in PrePaint()
119 nLastWidth = nLastWidth + (sal_uInt16)pLast->CalcSpacing( rInf.GetSpaceAdd(), rInf ); in PrePaint()
122 SwTxtPaintInfo aInf( rInf ); in PrePaint()
124 const sal_Bool bBidiPor = ( rInf.GetTxtFrm()->IsRightToLeft() ) != in PrePaint()
125 ( 0 != ( TEXT_LAYOUT_BIDI_RTL & rInf.GetOut()->GetLayoutMode() ) ); in PrePaint()
129 rInf.GetFont()->GetOrientation( rInf.GetTxtFrm()->IsVertical() ); in PrePaint()
134 nPos = KSHORT( rInf.X() ); in PrePaint()
[all …]
H A Dporfly.cxx66 sal_Bool SwFlyPortion::Format( SwTxtFormatInfo &rInf ) in Format() argument
68 ASSERT( Fix() >= rInf.X(), "SwFlyPortion::Format: rush hour" ); in Format()
70 if( rInf.GetLastTab() ) in Format()
71 ((SwLinePortion*)rInf.GetLastTab())->FormatEOL( rInf ); in Format()
74 rInf.GetLast()->FormatEOL( rInf ); in Format()
75 PrtWidth( static_cast<sal_uInt16>(Fix() - rInf.X() + PrtWidth()) ); in Format()
83 rInf.SetFly( 0 ); in Format()
84 rInf.Width( rInf.RealWidth() ); in Format()
85 rInf.GetParaPortion()->SetFly( sal_True ); in Format()
88 if( rInf.GetIdx() < rInf.GetTxt().Len() && 1 < rInf.GetIdx() in Format()
[all …]
H A Dporrst.cxx73 void SwTmpEndPortion::Paint( const SwTxtPaintInfo &rInf ) const in Paint()
75 if( rInf.OnWin() && rInf.GetOpt().IsParagraph() ) in Paint()
77 SwDefFontSave aSave( rInf ); in Paint()
79 rInf.DrawText( aTmp, *this ); in Paint()
102 void SwBreakPortion::Paint( const SwTxtPaintInfo &rInf ) const in Paint()
104 if( rInf.OnWin() && rInf.GetOpt().IsLineBreak() ) in Paint()
105 rInf.DrawLineBreak( *this ); in Paint()
112 sal_Bool SwBreakPortion::Format( SwTxtFormatInfo &rInf ) in Format() argument
114 const SwLinePortion *pRoot = rInf.GetRoot(); in Format()
118 if ( rInf.GetIdx()+1 == rInf.GetTxt().Len() ) in Format()
[all …]
H A Dpormulti.cxx87 void SwMultiPortion::CalcSize( SwTxtFormatter& rLine, SwTxtFormatInfo &rInf ) in CalcSize() argument
96 pLay->CalcLine( rLine, rInf ); in CalcSize()
223 long SwBidiPortion::CalcSpacing( long nSpaceAdd, const SwTxtSizeInfo& rInf ) const in CalcSpacing()
225 return HasTabulator() ? 0 : GetSpaceCnt(rInf) * nSpaceAdd / SPACING_PRECISION_FACTOR; in CalcSpacing()
241 xub_StrLen SwBidiPortion::GetSpaceCnt( const SwTxtSizeInfo &rInf ) const in GetSpaceCnt()
245 xub_StrLen nTmpStart = rInf.GetIdx(); in GetSpaceCnt()
252 nBlanks = nBlanks + ((SwTxtPortion*)pPor)->GetSpaceCnt( rInf, nNull ); in GetSpaceCnt()
255 nBlanks = nBlanks + ((SwBidiPortion*)pPor)->GetSpaceCnt( rInf ); in GetSpaceCnt()
257 ((SwTxtSizeInfo &)rInf).SetIdx( rInf.GetIdx() + pPor->GetLen() ); in GetSpaceCnt()
259 ((SwTxtSizeInfo &)rInf).SetIdx( nTmpStart ); in GetSpaceCnt()
[all …]
H A Dtxtftn.cxx847 SwFtnPortion *SwTxtFormatter::NewFtnPortion( SwTxtFormatInfo &rInf, in NewFtnPortion() argument
860 if( rInf.IsTest() ) in NewFtnPortion()
891 if( !rInf.IsQuick() ) in NewFtnPortion()
924 rInf.SetStop( sal_True ); in NewFtnPortion()
941 rInf.SetStop( sal_True ); in NewFtnPortion()
969 rInf.SetStop( sal_True ); in NewFtnPortion()
982 rInf.SetFtnInside( sal_True ); in NewFtnPortion()
995 SwNumberPortion *SwTxtFormatter::NewFtnNumPortion( SwTxtFormatInfo &rInf ) const in NewFtnNumPortion()
997 ASSERT( pFrm->IsInFtn() && !pFrm->GetIndPrev() && !rInf.IsFtnDone(), in NewFtnNumPortion()
999 if( rInf.GetTxtStart() != nStart || in NewFtnNumPortion()
[all …]
H A Dtxtfly.cxx337 sal_Bool SwTxtFormatter::ChkFlyUnderflow( SwTxtFormatInfo &rInf ) const in ChkFlyUnderflow()
339 ASSERT( rInf.GetTxtFly()->IsOn(), "SwTxtFormatter::ChkFlyUnderflow: why?" ); in ChkFlyUnderflow()
345 SwRect aLine( GetLeftMargin(), Y(), rInf.RealWidth(), nHeight ); in ChkFlyUnderflow()
350 SwRect aInter( rInf.GetTxtFly()->GetFrm( aLineVert ) ); in ChkFlyUnderflow()
370 aInter = rInf.GetTxtFly()->GetFrm( aLineVert ); in ChkFlyUnderflow()
384 rInf.SetLineHeight( KSHORT(nHeight) ); in ChkFlyUnderflow()
386 rInf.SetLineNettoHeight( KSHORT( pCurr->Height() ) ); in ChkFlyUnderflow()
396 rInf.SetLineHeight( KSHORT(nHeight) ); in ChkFlyUnderflow()
397 rInf.SetLineNettoHeight( KSHORT( pCurr->Height() ) ); in ChkFlyUnderflow()
411 rInf.SetLineHeight( KSHORT(nHeight) ); in ChkFlyUnderflow()
[all …]
H A Dinftxt.cxx218 SwTxtInfo::SwTxtInfo( const SwTxtInfo &rInf ) in SwTxtInfo() argument
219 : pPara( ((SwTxtInfo&)rInf).GetParaPortion() ), in SwTxtInfo()
220 nTxtStart( rInf.GetTxtStart() ) in SwTxtInfo()
229 void ChkOutDev( const SwTxtSizeInfo &rInf ) in ChkOutDev() argument
231 if ( !rInf.GetVsh() ) in ChkOutDev()
234 const OutputDevice* pOut = rInf.GetOut(); in ChkOutDev()
235 const OutputDevice* pRef = rInf.GetRefDev(); in ChkOutDev()
241 inline xub_StrLen GetMinLen( const SwTxtSizeInfo &rInf ) in GetMinLen() argument
243 const xub_StrLen nInfLen = rInf.GetIdx() + rInf.GetLen(); in GetMinLen()
244 return Min( rInf.GetTxt().Len(), nInfLen ); in GetMinLen()
[all …]
H A Ditrform2.hxx57 SwLinePortion *NewPortion( SwTxtFormatInfo &rInf );
58 SwTxtPortion *NewTxtPortion( SwTxtFormatInfo &rInf );
59 SwLinePortion *NewExtraPortion( SwTxtFormatInfo &rInf );
60 SwTabPortion *NewTabPortion( SwTxtFormatInfo &rInf, bool bAuto ) const;
61 SwNumberPortion *NewNumberPortion( SwTxtFormatInfo &rInf ) const;
62 SwDropPortion *NewDropPortion( SwTxtFormatInfo &rInf );
63 SwNumberPortion *NewFtnNumPortion( SwTxtFormatInfo &rInf ) const;
64 SwErgoSumPortion *NewErgoSumPortion( SwTxtFormatInfo &rInf ) const;
65 SwExpandPortion *NewFldPortion( SwTxtFormatInfo &rInf,
67 SwFtnPortion *NewFtnPortion( SwTxtFormatInfo &rInf, SwTxtAttr *pHt );
[all …]
H A Dportxt.hxx38 void BreakCut( SwTxtFormatInfo &rInf, const SwTxtGuess &rGuess );
39 void BreakUnderflow( SwTxtFormatInfo &rInf );
40 sal_Bool _Format( SwTxtFormatInfo &rInf );
45 virtual void Paint( const SwTxtPaintInfo &rInf ) const;
46 virtual sal_Bool Format( SwTxtFormatInfo &rInf );
47 virtual void FormatEOL( SwTxtFormatInfo &rInf );
50 virtual sal_Bool GetExpTxt( const SwTxtSizeInfo &rInf, XubString &rTxt ) const;
51 virtual long CalcSpacing( long nSpaceAdd, const SwTxtSizeInfo &rInf ) const;
54 xub_StrLen GetSpaceCnt( const SwTxtSizeInfo &rInf, xub_StrLen& rCnt ) const;
56 sal_Bool CreateHyphen( SwTxtFormatInfo &rInf, SwTxtGuess &rGuess );
[all …]
H A Dporglue.cxx68 SwPosSize SwGluePortion::GetTxtSize( const SwTxtSizeInfo &rInf ) const in GetTxtSize()
70 if( 1 >= GetLen() || rInf.GetLen() > GetLen() || !Width() || !GetLen() ) in GetTxtSize()
73 return SwPosSize( (Width() / GetLen()) * rInf.GetLen(), Height() ); in GetTxtSize()
80 sal_Bool SwGluePortion::GetExpTxt( const SwTxtSizeInfo &rInf, XubString &rTxt ) const in GetExpTxt() argument
82 if( GetLen() && rInf.OnWin() && in GetExpTxt()
83 rInf.GetOpt().IsBlank() && rInf.IsNoSymbol() ) in GetExpTxt()
95 void SwGluePortion::Paint( const SwTxtPaintInfo &rInf ) const in Paint()
100 if( rInf.GetFont()->IsPaintBlank() ) in Paint()
104 SwTxtPaintInfo aInf( rInf, aTxt ); in Paint()
108 if( rInf.OnWin() && rInf.GetOpt().IsBlank() && rInf.IsNoSymbol() ) in Paint()
[all …]
H A Dtxtfld.cxx88 SwExpandPortion *SwTxtFormatter::NewFldPortion( SwTxtFormatInfo &rInf, in NewFldPortion() argument
94 const sal_Bool bName = rInf.GetOpt().IsFldName(); in NewFldPortion()
101 ((SwTxtFormatter*)this)->SeekAndChg( rInf ); in NewFldPortion()
110 ViewShell *pSh = rInf.GetVsh(); in NewFldPortion()
328 pFrm->GetTxtNode()->GetAttr(aSet,rInf.GetIdx(),rInf.GetIdx()+1); in NewFldPortion()
407 SwLinePortion *SwTxtFormatter::NewExtraPortion( SwTxtFormatInfo &rInf ) in NewExtraPortion() argument
409 SwTxtAttr *pHint = GetAttr( rInf.GetIdx() ); in NewExtraPortion()
415 rInf.SetLen( 1 ); in NewExtraPortion()
423 pRet = NewFlyCntPortion( rInf, pHint ); in NewExtraPortion()
428 pRet = NewFtnPortion( rInf, pHint ); in NewExtraPortion()
[all …]
H A Dporrst.hxx41 virtual void Paint( const SwTxtPaintInfo &rInf ) const;
55 virtual void Paint( const SwTxtPaintInfo &rInf ) const;
56 virtual sal_Bool Format( SwTxtFormatInfo &rInf );
57 virtual KSHORT GetViewWidth( const SwTxtSizeInfo &rInf ) const;
90 virtual void FormatEOL( SwTxtFormatInfo &rInf );
91 virtual void Paint( const SwTxtPaintInfo &rInf ) const;
106 SwArrowPortion( const SwTxtPaintInfo &rInf );
107 virtual void Paint( const SwTxtPaintInfo &rInf ) const;
143 virtual void Paint( const SwTxtPaintInfo &rInf ) const;
144 virtual sal_Bool Format( SwTxtFormatInfo &rInf );
[all …]
H A Dportox.cxx39 void SwToxPortion::Paint( const SwTxtPaintInfo &rInf ) const in Paint()
43 rInf.DrawViewOpt( *this, POR_TOX ); in Paint()
44 SwTxtPortion::Paint( rInf ); in Paint()
64 KSHORT SwIsoToxPortion::GetViewWidth( const SwTxtSizeInfo &rInf ) const in GetViewWidth()
70 if( !Width() && rInf.OnWin() && in GetViewWidth()
71 !rInf.GetOpt().IsPagePreview() && in GetViewWidth()
72 !rInf.GetOpt().IsReadonly() && SwViewOption::IsFieldShadings() ) in GetViewWidth()
75 pThis->nViewWidth = rInf.GetTxtSize( ' ' ).Width(); in GetViewWidth()
86 sal_Bool SwIsoToxPortion::Format( SwTxtFormatInfo &rInf ) in Format() argument
88 const sal_Bool bFull = SwLinePortion::Format( rInf ); in Format()
[all …]
/AOO41X/main/sw/source/filter/html/
H A Dhtmlnum.hxx45 inline void Set( const SwHTMLNumRuleInfo& rInf );
55 SwHTMLNumRuleInfo( const SwHTMLNumRuleInfo& rInf ) : in SwHTMLNumRuleInfo() argument
56 pNumRule( rInf.pNumRule ), nDeep( rInf.nDeep ), in SwHTMLNumRuleInfo()
57 bRestart( rInf.bRestart ), bNumbered( rInf.bNumbered ) in SwHTMLNumRuleInfo()
59 memcpy( &aNumStarts, &rInf.aNumStarts, sizeof( aNumStarts ) ); in SwHTMLNumRuleInfo()
63 inline SwHTMLNumRuleInfo& operator=( const SwHTMLNumRuleInfo& rInf );
88 const SwHTMLNumRuleInfo& rInf ) in operator =() argument
90 Set( rInf ); in operator =()
94 inline void SwHTMLNumRuleInfo::Set( const SwHTMLNumRuleInfo& rInf ) in Set() argument
96 pNumRule = rInf.pNumRule; in Set()
[all …]

123