Home
last modified time | relevance | path

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

1234

/AOO42X/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 …]
/AOO42X/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()
/AOO42X/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.
/AOO42X/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'
/AOO42X/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
/AOO42X/main/scp2/source/python/
H A Dfile_python.scp334 //File gid_File_Lib_Python_So_Brand // Fix for system-python-problem on windows
/AOO42X/main/expat/
H A Dexpat-2.5.0.patch97 #616 #649 #650 CVE-2022-43680 -- Fix heap use-after-free after overeager
/AOO42X/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"
/AOO42X/extras/l10n/source/de/
H A Dlocalize.sdf6678 helpcontent2 source\text\sbasic\shared\03080501.xhp 0 help tit 0 de Fix-Fun…
6679 …501.xhp 0 help bm_id3159201 0 de \<bookmark_value\>Fix-Funktion\</bookmark…
6680 … de \<link href=\"text/sbasic/shared/03080501.xhp\" name=\"Fix-Function [Runtime]\"\>Fix-Funkti…
6683 …basic\shared\03080501.xhp 0 help par_id3156152 4 0 de Fix (Ausdruck) …
6690 …shared\03080501.xhp 0 help par_id3156214 11 0 de Print Fix(3.14159) REM ergibt…
6691 …shared\03080501.xhp 0 help par_id3154217 12 0 de Print Fix(0) REM ergibt den W…
6692 …shared\03080501.xhp 0 help par_id3145786 13 0 de Print Fix(-3,14159) REM liefe…
39853 …d\optionen\01040500.xhp 0 help hd_id3149335 17 0 de Fix 2020041…
39855 …d\optionen\01040500.xhp 0 help hd_id3154199 19 0 de Fix, proportional …
41010 …impress\01\02160000.xhp 0 help hd_id3150208 5 0 de Fix 2020041…
[all …]
/AOO42X/extras/l10n/source/ca/
H A Dlocalize.sdf4896 …t RID_POPUPPANEL_PARAPAGE_LINESPACING.LB_LINE_SPACING 7 0 ca Fix 2020041…
7228 sw source\ui\config\optdlg.src 0 radiobutton TP_OPTTABLE_PAGE RB_FIX 70 ca ~Fix
18757 sd source\ui\app\strings.src 0 string STR_FIX 175 ca Fix 20200411 15…
19246 sd source\ui\dlg\dlgfield.src 0 radiobutton DLG_FIELD_MODIFY RBT_FIX 64 ca ~Fix
24070 …ext\sbasic\shared\03080501.xhp 0 help tit 0 ca Funció Fix [Runtime] …
24071 … 0 help bm_id3159201 0 ca \<bookmark_value\>Funció Fix\</bookmark_value\> …
24072 … \<link href=\"text/sbasic/shared/03080501.xhp\" name=\"Funció Fix [Runtime]\"\>Funció Fix [Runtim…
24075 …basic\shared\03080501.xhp 0 help par_id3156152 4 0 ca Fix (Expression) …
24082 …shared\03080501.xhp 0 help par_id3156214 11 0 ca Print Fix(3.14159) REM torna …
24083 …shared\03080501.xhp 0 help par_id3154217 12 0 ca Print Fix(0) REM torna 0. …
[all …]
/AOO42X/extras/l10n/source/id/
H A Dlocalize.sdf23839 …basic\shared\03100900.xhp 0 help par_id3148983 4 0 id Fix (Ekspresi) …
23893 …basic\shared\03102300.xhp 0 help par_id3147573 4 0 id Fix (Ekspresi) …
24564 …basic\shared\03100400.xhp 0 help par_id3156152 4 0 id Fix (Ekspresi) …
24801 …basic\shared\03100070.xhp 0 help par_idN10562 0 id Fix (Ekspresi) …
25764 … 0 help bm_id3159201 0 id \<bookmark_value\>fungsi Fix\</bookmark_value\> …
25765 … id \<link href=\"text/sbasic/shared/03080501.xhp\" name=\"Fix Function [Runtime]\"\>Fix Functi…
25768 …basic\shared\03080501.xhp 0 help par_id3156152 4 0 id Fix (Ekspresi) …
25775 …shared\03080501.xhp 0 help par_id3156214 11 0 id Print Fix(3.14159) REM mengha…
25776 …shared\03080501.xhp 0 help par_id3154217 12 0 id Print Fix(0) REM menghasilkan…
25777 …shared\03080501.xhp 0 help par_id3145786 13 0 id Print Fix(-3.14159) REM mengh…
[all …]
/AOO42X/extras/l10n/source/ca-XV/
H A Dlocalize.sdf4896 …ID_POPUPPANEL_PARAPAGE_LINESPACING.LB_LINE_SPACING 7 0 ca-XV Fix 2020041…
7228 …ptdlg.src 0 radiobutton TP_OPTTABLE_PAGE RB_FIX 70 ca-XV ~Fix 2020…
18757 sd source\ui\app\strings.src 0 string STR_FIX 175 ca-XV Fix 2020041…
19246 …ield.src 0 radiobutton DLG_FIELD_MODIFY RBT_FIX 64 ca-XV ~Fix 2020…
24070 …sbasic\shared\03080501.xhp 0 help tit 0 ca-XV Funció Fix [Runtime] …
24071 … help bm_id3159201 0 ca-XV \<bookmark_value\>Funció Fix\</bookmark_value\> …
24072 … \<link href=\"text/sbasic/shared/03080501.xhp\" name=\"Funció Fix [Runtime]\"\>Funció Fix [Runtim…
24075 …c\shared\03080501.xhp 0 help par_id3156152 4 0 ca-XV Fix (Expression) …
24082 …ed\03080501.xhp 0 help par_id3156214 11 0 ca-XV Print Fix(3.14159) REM torna …
24083 …ed\03080501.xhp 0 help par_id3154217 12 0 ca-XV Print Fix(0) REM torna 0. …
[all …]

1234