Home
last modified time | relevance | path

Searched refs:aInf (Results 1 – 25 of 50) sorted by relevance

12

/dports/lang/newlisp/newlisp-10.7.5/qa-specific-tests/
H A Dqa-float16 (set 'aInf (div 1.0 0))
47 (= (* 1 aInf) 9223372036854775807)
48 (= (- aInf 1) 9223372036854775806)
49 (= (+ aInf 1) -9223372036854775808) ; wrap around
51 (= (/ 1 aInf) 0)
52 (= (div 1 aInf) 0)
54 (= aInf aInf)
55 (NaN? (sub aInf aInf))
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Dfrminf.cxx103 SwTextSizeInfo aInf( const_cast<SwTextFrame*>(m_pFrame) ); in GetLineStart() local
104 SwTextCursor aLine( const_cast<SwTextFrame*>(m_pFrame), &aInf ); in GetLineStart()
114 SwTextSizeInfo aInf( const_cast<SwTextFrame*>(m_pFrame) ); in GetCharPos() local
160 SwTextSizeInfo aInf( const_cast<SwTextFrame*>(m_pFrame) ); in GetSpaces() local
197 SwTextSizeInfo aInf( const_cast<SwTextFrame*>(m_pFrame) ); in IsBullet() local
199 aInf.SetIdx( nTextStart ); in IsBullet()
209 SwTextSizeInfo aInf( const_cast<SwTextFrame*>(m_pFrame) ); in GetFirstIndent() local
242 SwTextSizeInfo aInf( const_cast<SwTextFrame*>(m_pFrame) ); in GetBigIndent() local
272 const OUString& rText = aInf.GetText(); in GetBigIndent()
276 aInf.HasHint( rFndPos ) ) ) in GetBigIndent()
[all …]
H A Ditrcrsr.cxx479 SwTextSizeInfo aInf( GetInfo(), &aText, m_nStart ); in GetCharRect_() local
666 aInf.SetIdx( aInf.GetIdx() + pPor->GetLen() ); in GetCharRect_()
719 m_nStart = aInf.GetIdx(); in GetCharRect_()
890 SeekAndChg( aInf ); in GetCharRect_()
916 if( aInf.GetIdx() < nOfst && nOfst < aInf.GetIdx() + pPor->GetLen() ) in GetCharRect_()
1061 aInf.GetIdx() == nOfst ) in GetCharRect_()
1082 SeekAndChg( aInf ); in GetCharRect_()
1085 aInf.SetKanaIdx( nKanaIdx ); in GetCharRect_()
1087 aInf.SetOnWin( bOldOnWin ); in GetCharRect_()
1139 aInf.SetIdx(nLastBidiIdx); in GetCharRect_()
[all …]
H A Dporlin.cxx94 SwTextPaintInfo aInf( rInf ); in PrePaint() local
112 aInf.X( nPos ); in PrePaint()
117 aInf.Y( nPos ); in PrePaint()
122 aInf.X( nPos ); in PrePaint()
127 aInf.Y( nPos ); in PrePaint()
134 Paint( aInf ); in PrePaint()
144 SwTextSizeInfo aInf( rInf ); in CalcTextSize() local
145 aInf.SetLen( GetLen() ); in CalcTextSize()
146 *static_cast<SwPosSize*>(this) = GetTextSize( aInf ); in CalcTextSize()
H A Dfrmcrsr.cxx276 SwTextSizeInfo aInf( pFrame ); in GetCharRect() local
426 SwTextSizeInfo aInf( pFrame ); in GetAutoPos() local
427 SwTextCursor aLine( pFrame, &aInf ); in GetAutoPos()
684 SwTextSizeInfo aInf( pFrame ); in LeftMargin() local
685 SwTextCursor aLine( pFrame, &aInf ); in LeftMargin()
716 SwTextSizeInfo aInf( pFrame ); in RightMargin() local
717 SwTextCursor aLine( pFrame, &aInf ); in RightMargin()
800 bool bSecondOfDouble = ( aInf.IsMulti() && ! aInf.IsFirstMulti() ); in UnitUp_()
1053 SwTextSizeInfo aInf(this); in PrepareVisualMove() local
1054 SwTextCursor aLine(this, &aInf); in PrepareVisualMove()
[all …]
H A Dfrmform.cxx521 SwTextFormatter aLine( this, &aInf ); in GetTabStopInfo()
522 SwTextCursor TextCursor( this, &aInf ); in GetTabStopInfo()
928 … FormatAdjust( aLine, aFrameBreak, TextFrameIndex(aInf.GetText().getLength()), aInf.IsStop() ); in CalcPreps()
935 TextFrameIndex(aInf.GetText().getLength()), aInf.IsStop() ); in CalcPreps()
1477 SwTextSizeInfo aInf( pMaster ); in Format_() local
1729 SwTextFormatter aLine( this, &aInf ); in Format_()
1733 Format_( aLine, aInf ); in Format_()
1736 FormatOnceMore( aLine, aInf ); in Format_()
1862 SwTextSizeInfo aInf( pMaster ); in Format() local
2017 SwTextFormatter aLine( this, &aInf ); in FormatQuick()
[all …]
H A Dporglue.cxx75 SwTextPaintInfo aInf( rInf, &aText ); in Paint() local
76 aInf.DrawText(*this, TextFrameIndex(aText.getLength()), true); in Paint()
93 SwTextPaintInfo aInf( rInf, &aBullet ); in Paint() local
94 aInf.SetPos( aPos ); in Paint()
99 aInf.DrawText(aBulletPor, TextFrameIndex(aBullet.getLength()), true); in Paint()
H A Dfrmpaint.cxx352 SwTextPaintInfo aInf( const_cast<SwTextFrame*>(this), rRect ); in PaintExtraData() local
356 SwTextPainter aLine( const_cast<SwTextFrame*>(this), &aInf ); in PaintExtraData()
711 SwTextPaintInfo aInf( const_cast<SwTextFrame*>(this), rRect ); in PaintSwFrame() local
717 aInf.SetWrongList( &iterWrong ); in PaintSwFrame()
721 aInf.SetGrammarCheckList( &iterGrammar ); in PaintSwFrame()
725 aInf.SetSmartTags( &iterSmartTags ); in PaintSwFrame()
727 aInf.GetTextFly().SetTopRule(); in PaintSwFrame()
729 SwTextPainter aLine( const_cast<SwTextFrame*>(this), &aInf ); in PaintSwFrame()
732 aInf.GetTextFly().Relax(); in PaintSwFrame()
734 OutputDevice* pOut = aInf.GetOut(); in PaintSwFrame()
H A Dtxthyph.cxx82 …SwTextFormatInfo aInf( getRootFrame()->GetCurrShell()->GetOut(), this, true ); // true for interac… in Hyphenate() local
83 SwTextFormatter aLine( this, &aInf ); in Hyphenate()
268 SwTextSizeInfo aInf( rInf ); in CreateHyphen() local
327 aInf.SetLen( nPorEnd - rInf.GetIdx() ); in CreateHyphen()
329 SetLen( aInf.GetLen() ); in CreateHyphen()
330 CalcTextSize( aInf ); in CreateHyphen()
H A Dpormulti.cxx2026 FormatReset( aInf ); in BuildMultiPortion()
2027 aInf.X( nTmpX ); in BuildMultiPortion()
2060 aInf.SetRest( pField ); in BuildMultiPortion()
2067 aInf.SetSnapToGrid( false ); in BuildMultiPortion()
2071 BuildPortions( aInf ); in BuildMultiPortion()
2075 rMulti.CalcSize( *this, aInf ); in BuildMultiPortion()
2080 pNextFirst = aInf.GetRest(); in BuildMultiPortion()
2093 m_nStart = aInf.GetIdx(); in BuildMultiPortion()
2094 aInf.X( nTmpX ); in BuildMultiPortion()
2113 aInf.SetRest( nullptr ); in BuildMultiPortion()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Dfrminf.cxx100 SwTextSizeInfo aInf( const_cast<SwTextFrame*>(pFrame) ); in GetLineStart() local
101 SwTextCursor aLine( const_cast<SwTextFrame*>(pFrame), &aInf ); in GetLineStart()
111 SwTextSizeInfo aInf( const_cast<SwTextFrame*>(pFrame) ); in GetCharPos() local
157 SwTextSizeInfo aInf( const_cast<SwTextFrame*>(pFrame) ); in GetSpaces() local
194 SwTextSizeInfo aInf( const_cast<SwTextFrame*>(pFrame) ); in IsBullet() local
196 aInf.SetIdx( nTextStart ); in IsBullet()
206 SwTextSizeInfo aInf( const_cast<SwTextFrame*>(pFrame) ); in GetFirstIndent() local
239 SwTextSizeInfo aInf( const_cast<SwTextFrame*>(pFrame) ); in GetBigIndent() local
269 const OUString& rText = aInf.GetText(); in GetBigIndent()
273 aInf.HasHint( rFndPos ) ) ) in GetBigIndent()
[all …]
H A Ditrcrsr.cxx475 SwTextSizeInfo aInf( GetInfo(), &aText, m_nStart ); in GetCharRect_() local
662 aInf.SetIdx( aInf.GetIdx() + pPor->GetLen() ); in GetCharRect_()
715 m_nStart = aInf.GetIdx(); in GetCharRect_()
886 SeekAndChg( aInf ); in GetCharRect_()
912 if( aInf.GetIdx() < nOfst && nOfst < aInf.GetIdx() + pPor->GetLen() ) in GetCharRect_()
1057 aInf.GetIdx() == nOfst ) in GetCharRect_()
1078 SeekAndChg( aInf ); in GetCharRect_()
1081 aInf.SetKanaIdx( nKanaIdx ); in GetCharRect_()
1083 aInf.SetOnWin( bOldOnWin ); in GetCharRect_()
1135 aInf.SetIdx(nLastBidiIdx); in GetCharRect_()
[all …]
H A Dporlin.cxx99 SwTextPaintInfo aInf( rInf ); in PrePaint() local
114 aInf.X( nPos ); in PrePaint()
120 aInf.Y( nPos ); in PrePaint()
126 aInf.X( nPos ); in PrePaint()
132 aInf.Y( nPos ); in PrePaint()
138 Paint( aInf ); in PrePaint()
148 SwTextSizeInfo aInf( rInf ); in CalcTextSize() local
149 aInf.SetLen( GetLen() ); in CalcTextSize()
150 *static_cast<SwPosSize*>(this) = GetTextSize( aInf ); in CalcTextSize()
H A Dfrmcrsr.cxx277 SwTextSizeInfo aInf( pFrame ); in GetCharRect() local
427 SwTextSizeInfo aInf( pFrame ); in GetAutoPos() local
428 SwTextCursor aLine( pFrame, &aInf ); in GetAutoPos()
685 SwTextSizeInfo aInf( pFrame ); in LeftMargin() local
686 SwTextCursor aLine( pFrame, &aInf ); in LeftMargin()
717 SwTextSizeInfo aInf( pFrame ); in RightMargin() local
718 SwTextCursor aLine( pFrame, &aInf ); in RightMargin()
793 bool bSecondOfDouble = ( aInf.IsMulti() && ! aInf.IsFirstMulti() ); in UnitUp_()
1046 SwTextSizeInfo aInf(this); in PrepareVisualMove() local
1047 SwTextCursor aLine(this, &aInf); in PrepareVisualMove()
[all …]
H A Dfrmform.cxx527 SwTextFormatter aLine( this, &aInf ); in GetTabStopInfo()
528 SwTextCursor TextCursor( this, &aInf ); in GetTabStopInfo()
934 … FormatAdjust( aLine, aFrameBreak, TextFrameIndex(aInf.GetText().getLength()), aInf.IsStop() ); in CalcPreps()
941 TextFrameIndex(aInf.GetText().getLength()), aInf.IsStop() ); in CalcPreps()
1467 SwTextSizeInfo aInf( pMaster ); in Format_() local
1721 SwTextFormatter aLine( this, &aInf ); in Format_()
1725 Format_( aLine, aInf ); in Format_()
1728 FormatOnceMore( aLine, aInf ); in Format_()
1854 SwTextSizeInfo aInf( pMaster ); in Format() local
2009 SwTextFormatter aLine( this, &aInf ); in FormatQuick()
[all …]
H A Dporglue.cxx77 SwTextPaintInfo aInf( rInf, &aText ); in Paint() local
78 aInf.DrawText(*this, TextFrameIndex(aText.getLength()), true); in Paint()
94 SwTextPaintInfo aInf( rInf, &aBullet ); in Paint() local
95 aInf.SetPos( aPos ); in Paint()
100 aInf.DrawText(aBulletPor, TextFrameIndex(aBullet.getLength()), true); in Paint()
H A Dfrmpaint.cxx328 SwTextPaintInfo aInf( const_cast<SwTextFrame*>(this), rRect ); in PaintExtraData() local
332 SwTextPainter aLine( const_cast<SwTextFrame*>(this), &aInf ); in PaintExtraData()
651 SwTextPaintInfo aInf( const_cast<SwTextFrame*>(this), rRect ); in PaintSwFrame() local
657 aInf.SetWrongList( &iterWrong ); in PaintSwFrame()
661 aInf.SetGrammarCheckList( &iterGrammar ); in PaintSwFrame()
665 aInf.SetSmartTags( &iterSmartTags ); in PaintSwFrame()
667 aInf.GetTextFly().SetTopRule(); in PaintSwFrame()
669 SwTextPainter aLine( const_cast<SwTextFrame*>(this), &aInf ); in PaintSwFrame()
672 aInf.GetTextFly().Relax(); in PaintSwFrame()
674 OutputDevice* pOut = aInf.GetOut(); in PaintSwFrame()
H A Dtxthyph.cxx84 …SwTextFormatInfo aInf( getRootFrame()->GetCurrShell()->GetOut(), this, true ); // true for interac… in Hyphenate() local
85 SwTextFormatter aLine( this, &aInf ); in Hyphenate()
270 SwTextSizeInfo aInf( rInf ); in CreateHyphen() local
329 aInf.SetLen( nPorEnd - rInf.GetIdx() ); in CreateHyphen()
331 SetLen( aInf.GetLen() ); in CreateHyphen()
332 CalcTextSize( aInf ); in CreateHyphen()
H A Dpormulti.cxx2023 FormatReset( aInf ); in BuildMultiPortion()
2024 aInf.X( nTmpX ); in BuildMultiPortion()
2038 aInf.SetRest( pField ); in BuildMultiPortion()
2045 aInf.SetSnapToGrid( false ); in BuildMultiPortion()
2049 BuildPortions( aInf ); in BuildMultiPortion()
2053 rMulti.CalcSize( *this, aInf ); in BuildMultiPortion()
2058 pNextFirst = aInf.GetRest(); in BuildMultiPortion()
2071 m_nStart = aInf.GetIdx(); in BuildMultiPortion()
2072 aInf.X( nTmpX ); in BuildMultiPortion()
2091 aInf.SetRest( nullptr ); in BuildMultiPortion()
[all …]
H A Dporfld.cxx694 SwTextPaintInfo aInf( rInf ); in Paint() local
710 aInf.X( aInf.X() + nOffset ); in Paint()
711 SwExpandPortion::Paint( aInf ); in Paint()
717 SwTextPaintInfo aInf( rInf ); in Paint() local
718 aInf.X( aInf.X() + nSpaceOffs ); in Paint()
723 const Point aNewPos( aInf.GetPos().X(), rInf.GetUnderFnt()->GetPos().Y() ); in Paint()
729 SwTextSlot aDiffText( &aInf, this, true, false, " " ); in Paint()
730 aInf.DrawText( *this, aInf.GetLen(), true ); in Paint()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/misc/
H A Dlinenum.cxx183 SwLineNumberInfo aInf(m_pSh->GetLineNumberInfo()); in IMPL_LINK_NOARG() local
200 aInf.SetCharFormat(pCharFormat); in IMPL_LINK_NOARG()
205 aInf.SetNumType(aType); in IMPL_LINK_NOARG()
208 aInf.SetPos(static_cast<LineNumberPosition>(m_xPosLB->get_active())); in IMPL_LINK_NOARG()
214 aInf.SetCountBy(o3tl::narrowing<sal_uInt16>(m_xNumIntervalNF->get_value())); in IMPL_LINK_NOARG()
217 aInf.SetDivider(m_xDivisorED->get_text()); in IMPL_LINK_NOARG()
223 aInf.SetCountBlankLines(m_xCountEmptyLinesCB->get_active()); in IMPL_LINK_NOARG()
224 aInf.SetCountInFlys(m_xCountFrameLinesCB->get_active()); in IMPL_LINK_NOARG()
225 aInf.SetRestartEachPage(m_xRestartEachPageCB->get_active()); in IMPL_LINK_NOARG()
227 aInf.SetPaintLineNumbers(m_xNumberingOnCB->get_active()); in IMPL_LINK_NOARG()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/misc/
H A Dlinenum.cxx184 SwLineNumberInfo aInf(m_pSh->GetLineNumberInfo()); in IMPL_LINK_NOARG() local
201 aInf.SetCharFormat(pCharFormat); in IMPL_LINK_NOARG()
206 aInf.SetNumType(aType); in IMPL_LINK_NOARG()
209 aInf.SetPos(static_cast<LineNumberPosition>(m_xPosLB->get_active())); in IMPL_LINK_NOARG()
215 aInf.SetCountBy(static_cast<sal_uInt16>(m_xNumIntervalNF->get_value())); in IMPL_LINK_NOARG()
218 aInf.SetDivider(m_xDivisorED->get_text()); in IMPL_LINK_NOARG()
224 aInf.SetCountBlankLines(m_xCountEmptyLinesCB->get_active()); in IMPL_LINK_NOARG()
225 aInf.SetCountInFlys(m_xCountFrameLinesCB->get_active()); in IMPL_LINK_NOARG()
226 aInf.SetRestartEachPage(m_xRestartEachPageCB->get_active()); in IMPL_LINK_NOARG()
228 aInf.SetPaintLineNumbers(m_xNumberingOnCB->get_active()); in IMPL_LINK_NOARG()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/embedserv/source/embed/
H A Ded_ipersiststr.cxx511 sal_Int32 aInf[EXT_STREAM_LENGTH]; in Load() local
512 hr = m_pExtStream->Read( aInf, sizeof aInf, &nRead ); in Load()
513 if ( nRead != sizeof aInf ) hr = E_FAIL; in Load()
521 aSizeToSet.cx = aInf[2] - aInf[0]; in Load()
522 aSizeToSet.cy = aInf[3] - aInf[1]; in Load()
643 sal_Int32 aInf[EXT_STREAM_LENGTH] = {0, 0, aSize.cx, aSize.cy}; in Save() local
645 hr = pNewExtStream->Write( aInf, sizeof aInf, &nWritten ); in Save()
646 if ( nWritten != sizeof aInf ) hr = E_FAIL; in Save()
813 sal_Int32 aInf[EXT_STREAM_LENGTH] = {0, 0, aSize.cx, aSize.cy}; in Load() local
815 hr = m_pExtStream->Write( aInf, sizeof aInf, &nWritten ); in Load()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/embedserv/source/embed/
H A Ded_ipersiststr.cxx514 sal_Int32 aInf[EXT_STREAM_LENGTH]; in Load() local
515 hr = m_pExtStream->Read( aInf, sizeof aInf, &nRead ); in Load()
516 if ( nRead != sizeof aInf ) hr = E_FAIL; in Load()
524 aSizeToSet.cx = aInf[2] - aInf[0]; in Load()
525 aSizeToSet.cy = aInf[3] - aInf[1]; in Load()
646 sal_Int32 aInf[EXT_STREAM_LENGTH] = {0, 0, aSize.cx, aSize.cy}; in Save() local
648 hr = pNewExtStream->Write( aInf, sizeof aInf, &nWritten ); in Save()
649 if ( nWritten != sizeof aInf ) hr = E_FAIL; in Save()
816 sal_Int32 aInf[EXT_STREAM_LENGTH] = {0, 0, aSize.cx, aSize.cy}; in Load() local
818 hr = m_pExtStream->Write( aInf, sizeof aInf, &nWritten ); in Load()
[all …]
/dports/security/hs-cryptol/cryptol-2.11.0/src/Cryptol/TypeCheck/
H A DTypePat.hs2 ( aInf, aNat, aNat'
71 aInf :: Pat Type ()
72 aInf = tc TCInf ar0 function
80 aNat' = \a -> (Inf <$ aInf a)

12