Home
last modified time | relevance | path

Searched refs:Fix (Results 1 – 25 of 87) sorted by relevance

1234

/AOO41X/main/svtools/source/dialogs/
H A Dmcvmath.hxx67 class Fix class
79 Fix() { x=0; } in Fix() function in Fix
80 Fix( int i ) { x=(long(i)<<FIX_POST); } in Fix() function in Fix
81 Fix( short l ) { x=(long(l)<<FIX_POST); } in Fix() function in Fix
82 Fix( sal_uInt16 l ) { x=(long(l)<<FIX_POST); } in Fix() function in Fix
83 Fix( long l ) { x=(l<<FIX_POST); } in Fix() function in Fix
84 Fix( long Z, long N ) { x=(Z<<FIX_POST)/N; } in Fix() function in Fix
89 void operator+= ( const Fix& a ) { x+=a.x; } in operator +=()
90 void operator-= ( const Fix& a ) { x-=a.x; } in operator -=()
91 void operator*= ( const Fix& a ) { x=(x*a.x+FIX_ADD)>>FIX_POST; } in operator *=()
[all …]
H A Dmcvmath.cxx62 Fix ImpMultBig2( const Fix& a, const Fix& b ) in ImpMultBig2()
64 Fix f; in ImpMultBig2()
83 Fix rr = ImpMultBig2(ra.r,rb.r)-ImpMultBig2(ra.i,rb.i); in ImpMultBig2()
84 Fix ii = ImpMultBig2(ra.r,rb.i)+ImpMultBig2(ra.i,rb.r); in ImpMultBig2()
164 static sal_uInt16 ImpATanx2( const Fix& rX, const Fix& rY ) in ImpATanx2()
244 Fix rRad = ImpSqrt(sal_uLong(long(x)*x+long(y)*y)); in ImpATan2()
248 Fix fx = x; in ImpATan2()
250 Fix fy = y; in ImpATan2()
266 void ImpCartToPolar( const short x, const short y, Fix& rRad, sal_uInt16& rPhi ) in ImpCartToPolar()
268 rRad = Fix( ImpSqrt( sal_uLong( long(x)*x+long(y)*y ) ) ); in ImpCartToPolar()
[all …]
/AOO41X/main/sw/source/core/text/
H A Dporglue.hxx71 inline void Fix( const KSHORT nNewFix ) { nFix = nNewFix; } in Fix() function in SwFixPortion
72 inline KSHORT Fix() const { return nFix; } in Fix() function in SwFixPortion
H A Dporfly.cxx68 ASSERT( Fix() >= rInf.X(), "SwFlyPortion::Format: rush hour" ); in Format()
75 PrtWidth( static_cast<sal_uInt16>(Fix() - rInf.X() + PrtWidth()) ); in Format()
H A Dtxttab.cxx389 Fix( static_cast<sal_uInt16>(rInf.X()) ); in PreFormat()
545 const KSHORT nDiffWidth = nRight - Fix(); in PostFormat()
H A Ditradj.cxx594 if( pFly->Fix() > nPrtWidth ) in CalcRightMargin()
595 pFly->Width( ( pFly->Fix() - nPrtWidth) + pFly->Width() + 1); in CalcRightMargin()
H A Dpordrop.hxx82 inline void Fix( const KSHORT nNew ) { nFix = nNew; } in Fix() function in SwDropPortion
H A Ditrform2.cxx404 if ( 0 < pFly->Fix() ) in BuildPortions()
1354 … ASSERT( rInf.X() >= pLastTabPortion->Fix(), "Decimal tab stop position cannot be calculated" ) in NewPortion()
1355 … sal_uInt16 nWidthOfPortionsUpToDecimalPosition = (sal_uInt16)(rInf.X() - pLastTabPortion->Fix() ); in NewPortion()
H A Dtxtfly.cxx603 if( pFly->Fix() < rInf.Width() ) in CalcFlyWidth()
604 rInf.Width( pFly->Fix() ); in CalcFlyWidth()
H A Dtxtdrop.cxx1006 Fix( (sal_uInt16)rInf.X() ); in Format()
H A Dtxtftn.cxx1144 nLastLeft = ( (SwFlyPortion*) pPor)->Fix() + in FormatQuoVadis()
/AOO41X/main/toolkit/doc/layout/
H A DChangeLog3 * source/awt/vclxwindow.cxx: Fix compile warning.
134 * doc/layout/TODO, workben/layout/localize.sdf: Fix localize.sdf for
139 * inc/layout/layout-pre.hxx, source/layout/dialogbuttonhbox.cxx: Fix
256 workben/layout/editor.cxx, workben/layout/wordcountdialog.cxx: Fix
267 source/vclcompat/wrapper.hxx, workben/layout/editor.cxx: Fix some
426 * TODO, source/awt/vclxbutton.cxx: Fix l10n for default buttons.
640 * TODO, prj/build.lst: Fix dependency/concurrent make problem.
759 * workben/test.cxx: Fix standalone .xml loading for test.
867 * : Fix indentation of import.cxx.
994 * workben/zoom.cxx: Fix comment. Import from svx.
/AOO41X/main/libxml2/
H A D0e1a49c8907645d2e155f0d89d4d9895ac5112b5.patch4 Subject: [PATCH] Fix infinite loop in xmlStringLenDecodeEntities
H A D7ffcd44d7e6c46704f8af0321d9314cd26e0e18a.patch4 Subject: [PATCH] Fix memory leak in xmlSchemaValidateStream
H A D50f06b3efb638efb0abd95dc62dca05ae67882c2.patch4 Subject: [PATCH] Fix out-of-bounds read with 'xmllint --htmlout'
/AOO41X/main/basic/source/runtime/
H A Drtlproto.hxx171 extern RTLFUNC(Fix);
H A Dstdobj.cxx261 { "Fix", SbxDOUBLE, 1 | _FUNCTION, RTLNAME(Fix),0 },
H A Dmethods.cxx1160 RTLFUNC(Fix) in RTLFUNC() argument
/AOO41X/main/scp2/source/python/
H A Dfile_python.scp334 //File gid_File_Lib_Python_So_Brand // Fix for system-python-problem on windows
/AOO41X/main/expat/
H A Dexpat-2.5.0.patch97 #616 #649 #650 CVE-2022-43680 -- Fix heap use-after-free after overeager
/AOO41X/main/migrationanalysis/src/driver_docs/
H A Dallstrings.ulf944 en-US = "Fix up cost can vary depending on the context in which this is used. Cost 3 - 5"
947 en-US = "Fix up cost can vary depending on the context in which this is used. Cost 2 - 4"
/AOO41X/extras/l10n/source/id/
H A Dlocalize.sdf16498 …basic\shared\03100080.xhp 0 help par_idN10562 0 id Fix (Ekspresi) …
16792 …basic\shared\03120103.xhp 0 help par_id3149497 4 0 id Fix (Ekspresi) …
17267 …basic\shared\03100300.xhp 0 help par_id3148947 4 0 id Fix (Ekspresi) …
17521 …basic\shared\03100050.xhp 0 help par_idN105E8 0 id Fix (Ekspresi) …
17850 …basic\shared\03102300.xhp 0 help par_id3147573 4 0 id Fix (Ekspresi) …
18323 …basic\shared\03100500.xhp 0 help par_id3154142 4 0 id Fix (Ekspresi) …
18412 …basic\shared\03100900.xhp 0 help par_id3148983 4 0 id Fix (Ekspresi) …
18470 … 0 help bm_id3159201 0 id \<bookmark_value\>fungsi Fix\</bookmark_value\> …
18472 …basic\shared\03080501.xhp 0 help par_id3156152 4 0 id Fix (Ekspresi) …
18478 …shared\03080501.xhp 0 help par_id3156214 11 0 id Print Fix(3.14159) REM mengha…
[all …]
/AOO41X/extras/l10n/source/de/
H A Dlocalize.sdf14369 sd source\ui\app\strings.src 0 string STR_FIX 175 de Fix 20130618 17…
20029 …nutzen Sie eines der Symbole \<item type=\"menuitem\"\>Fix\</item\>, \<item type=\"menuitem\"\>Fix
20030 …uide\tablemode.xhp 0 help par_id3149638 9 0 de \<emph\>Fix\</emph\> - Änderung…
20031 …uide\tablemode.xhp 0 help par_id3149613 10 0 de \<emph\>Fix, proportional\</emp…
24002 …\text\swriter\02\04220000.xhp 0 help tit 0 de Tabelle: Fix 2013…
26395 …n\"\>Benutzerschriften\</link\>, \<emph\>Serif, Sans\</emph\> oder \<emph\>Fix\</emph\>. Hiermit e…
30860 helpcontent2 source\text\sbasic\shared\03080501.xhp 0 help tit 0 de Fix-Fun…
30861 …501.xhp 0 help bm_id3159201 0 de \<bookmark_value\>Fix-Funktion\</bookmark…
30862 … de \<link href=\"text/sbasic/shared/03080501.xhp\" name=\"Fix-Funktion [Laufzeit]\"\>Fix-Funkti…
30865 …basic\shared\03080501.xhp 0 help par_id3156152 4 0 de Fix (Ausdruck) …
[all …]
/AOO41X/extras/l10n/source/ca/
H A Dlocalize.sdf10004 … 0 string RID_SVXPAGE_STD_PARAGRAPH ST_LINEDIST_ABS 55 ca Fix 2013061…
14368 sd source\ui\app\strings.src 0 string STR_FIX 175 ca Fix 20130618 17…
14874 sd source\ui\dlg\dlgfield.src 0 radiobutton DLG_FIELD_MODIFY RBT_FIX 64 ca ~Fix
20028 …tem\> o utilitzeu les icones \<item type=\"menuitem\"\>Fix\</item\>, \<item type=\"menuitem\"\>Fix
20029 …uide\tablemode.xhp 0 help par_id3149638 9 0 ca \<emph\>Fix\</emph\>: els canvi…
20030 …uide\tablemode.xhp 0 help par_id3149613 10 0 ca \<emph\>Fix, proporcional\</emp…
30859 …ext\sbasic\shared\03080501.xhp 0 help tit 0 ca Funció Fix [Runtime] …
30860 … 0 help bm_id3159201 0 ca \<bookmark_value\>Funció Fix\</bookmark_value\> …
30861 … \<link href=\"text/sbasic/shared/03080501.xhp\" name=\"Funció Fix [Runtime]\"\>Funció Fix [Runtim…
30864 …basic\shared\03080501.xhp 0 help par_id3156152 4 0 ca Fix (Expression) …
[all …]
/AOO41X/extras/l10n/source/ca-XV/
H A Dlocalize.sdf10005 … string RID_SVXPAGE_STD_PARAGRAPH ST_LINEDIST_ABS 55 ca-XV Fix 2013061…
14369 sd source\ui\app\strings.src 0 string STR_FIX 175 ca-XV Fix 2013061…
14875 …ield.src 0 radiobutton DLG_FIELD_MODIFY RBT_FIX 64 ca-XV ~Fix 2013…
20029 …tem\> o utilitzeu les icones \<item type=\"menuitem\"\>Fix\</item\>, \<item type=\"menuitem\"\>Fix
20030 …\tablemode.xhp 0 help par_id3149638 9 0 ca-XV \<emph\>Fix\</emph\>: els canvi…
20031 …\tablemode.xhp 0 help par_id3149613 10 0 ca-XV \<emph\>Fix, proporcional\</emp…
30860 …sbasic\shared\03080501.xhp 0 help tit 0 ca-XV Funció Fix [Runtime] …
30861 … help bm_id3159201 0 ca-XV \<bookmark_value\>Funció Fix\</bookmark_value\> …
30862 … \<link href=\"text/sbasic/shared/03080501.xhp\" name=\"Funció Fix [Runtime]\"\>Funció Fix [Runtim…
30865 …c\shared\03080501.xhp 0 help par_id3156152 4 0 ca-XV Fix (Expression) …
[all …]

1234