Home
last modified time | relevance | path

Searched refs:z (Results 1 – 25 of 253) sorted by relevance

1234567891011

/AOO41X/main/chart2/source/tools/
H A DThreeDHelper.cxx434 double& z = rfZAngleRad; in convertElevationRotationDegToXYZAngleRad() local
443 z = 0.0; in convertElevationRotationDegToXYZAngleRad()
456 z = F_PI/2; in convertElevationRotationDegToXYZAngleRad()
471 z = 0.0; in convertElevationRotationDegToXYZAngleRad()
479 z = 0.0; in convertElevationRotationDegToXYZAngleRad()
494 z = 0.0; in convertElevationRotationDegToXYZAngleRad()
506 z = atan(sin(R)/(cos(R)*sin(E))); in convertElevationRotationDegToXYZAngleRad()
508 if( (sin(R)*sin(z))>0.0 ) in convertElevationRotationDegToXYZAngleRad()
513 if( (sin(R)*sin(E)*sin(z))>0.0) in convertElevationRotationDegToXYZAngleRad()
521 z = 0.0; in convertElevationRotationDegToXYZAngleRad()
[all …]
/AOO41X/main/scaddins/source/analysis/
H A Danalysis.cxx1115 Complex z( aNum ); in getImpower() local
1117 z.Power( f ); in getImpower()
1119 return z.GetString(); in getImpower()
1132 Complex z( aNum ); in getImcos() local
1134 z.Cos(); in getImcos()
1136 return z.GetString(); in getImcos()
1142 Complex z( aDivid ); in getImdiv() local
1144 z.Div( Complex( aDivis ) ); in getImdiv()
1146 return z.GetString(); in getImdiv()
1152 Complex z( aNum ); in getImexp() local
[all …]
/AOO41X/main/cosv/source/service/
H A Dcomfunc.cxx65 const char * z = str; in str2date() local
70 while (isdigit(*z)) in str2date()
71 out_day = 10*out_day + *(z++) - '0'; in str2date()
72 if (*z == 0) in str2date()
74 z++; in str2date()
75 while (isdigit(*z)) in str2date()
76 out_month = 10*out_month + *(z++) - '0'; in str2date()
77 if (*z == 0) in str2date()
79 z++; in str2date()
80 while (isdigit(*z)) in str2date()
[all …]
/AOO41X/main/libxmlsec/
H A Dxmlsec1-mingw32.patch11 if test "z$dir" = "z/usr/lib" ; then
23 + if test "z$dir" = "z/usr/lib" ; then
26 + if test "z$with_gnu_ld" = "zyes" ; then
47 + if test "z$dir" = "z/usr/lib" ; then
50 + if test "z$with_gnu_ld" = "zyes" ; then
63 if test "z$dir" = "z/usr/lib" ; then
95 if test "z$XMLSEC_CRYPTO" = "z" ; then
109 if test "z$dir" = "z/usr/lib" ; then
121 + if test "z$dir" = "z/usr/lib" ; then
124 + if test "z$with_gnu_ld" = "zyes" ; then
[all …]
H A Dxmlsec1-configure.patch199 if test -z "$ac_file"; then :
459 +if test "z$MOZ_FLAVOUR" = "zfirefox" ; then
550 + if test "z$NSS_FOUND" = "zno" ; then
581 if test "z$dir" = "z/usr/lib" ; then
590 if test "z$dir" = "z/usr/lib" ; then
595 if test "z$NSS_INCLUDES_FOUND" = "zyes" -a "z$NSS_LIBS_FOUND" = "zyes" ; then
680 +if test "z$MOZ_FLAVOUR" = "zfirefox" ; then
708 if test "z$NSS_FOUND" = "zno" ; then
713 + if test "z$NSS_FOUND" = "zno" ; then
735 if test "z$dir" = "z/usr/lib" ; then
[all …]
H A Dxmlsec1-configure-libxml-libxslt.patch24 if test "z$LIBXML_FOUND" = "zno" ; then
25 if test "z$with_libxml" != "zyes" ; then
33 if test "z$LIBXSLT_FOUND" = "zno" ; then
34 if test "z$with_libxslt" != "zyes" ; then
/AOO41X/ext_libraries/coinmp/
H A Dcoinmp-1.7.6.patch3 @@ -9151,7 +9151,7 @@ if test -z "$aix_libpath"; then aix_libp
12 @@ -9167,7 +9167,7 @@ if test -z "$aix_libpath"; then aix_libp
48 @@ -12238,7 +12238,7 @@ if test -z "$aix_libpath"; then aix_libp
84 @@ -15698,7 +15698,7 @@ if test -z "$aix_libpath"; then aix_libp
93 @@ -15714,7 +15714,7 @@ if test -z "$aix_libpath"; then aix_libp
129 @@ -18297,7 +18297,7 @@ if test -z "$aix_libpath"; then aix_libp
138 @@ -18313,7 +18313,7 @@ if test -z "$aix_libpath"; then aix_libp
217 @@ -9121,7 +9121,7 @@ if test -z "$aix_libpath"; then aix_libp
226 @@ -9137,7 +9137,7 @@ if test -z "$aix_libpath"; then aix_libp
262 @@ -12208,7 +12208,7 @@ if test -z "$aix_libpath"; then aix_libp
[all …]
/AOO41X/main/scp2/inc/
H A Dmacros.inc32 #define DOCONCAT3( x, y, z ) x##y##z
33 #define CONCAT3( x, y, z ) DOCONCAT3(x,y,z)
34 #define DOCONCAT4( x, y, z, a ) x##y##z##a
35 #define CONCAT4( x, y, z, a ) DOCONCAT4(x,y,z,a)
36 #define DOCONCAT5( x, y, z, a, b ) x##y##z##a##b
37 #define CONCAT5( x, y, z, a, b ) DOCONCAT5(x,y,z,a,b)
38 #define DOCONCAT6( x, y, z, a, b, c ) x##y##z##a##b##c
39 #define CONCAT6( x, y, z, a, b, c ) DOCONCAT6(x,y,z,a,b,c)
40 #define DOCONCAT7( x, y, z, a, b, c, u) x##y##z##a##b##c##u
41 #define CONCAT7( x, y, z, a, b, c, u) DOCONCAT7(x,y,z,a,b,c,u)
[all …]
/AOO41X/main/editeng/source/editeng/
H A Deditdbg.cxx350 sal_uInt16 z; in ShowEditEngineData() local
351 for ( z = 0; z < pPPortion->GetNode()->GetCharAttribs().Count(); z++ ) in ShowEditEngineData()
353 … EditCharAttrib* pAttr = pPPortion->GetNode()->GetCharAttribs().GetAttribs().GetObject( z ); in ShowEditEngineData()
384 for ( z = 0; z < nTextPortions; z++ ) in ShowEditEngineData()
386 TextPortion* pPortion = pPPortion->GetTextPortions().GetObject( z ); in ShowEditEngineData()
490 sal_uInt16 z; in GetPortionInfo() local
496 for ( z = 0; z < pPPortion->GetNode()->GetCharAttribs().Count(); z++ ) in GetPortionInfo()
498 EditCharAttrib* pAttr = pPPortion->GetNode()->GetCharAttribs().GetAttribs().GetObject( z ); in GetPortionInfo()
509 for ( z = 0; z < pPPortion->GetTextPortions().Count(); z++ ) in GetPortionInfo()
511 TextPortion* pPortion = pPPortion->GetTextPortions().GetObject( z ); in GetPortionInfo()
[all …]
/AOO41X/main/i18npool/source/search/
H A Dlevdis.cxx421 inline int WLevDistance::Min3( int x, int y, int z ) in Min3() argument
424 return( x < z ? x : z ); in Min3()
426 return( y < z ? y : z ); in Min3()
432 int WLevDistance::Mid3( int x, int y, int z ) in Mid3() argument
434 int min = Min3(x,y,z); in Mid3()
436 return( y < z ? y : z); in Mid3()
438 return( x < z ? x : z); in Mid3()
446 int WLevDistance::Max3( int x, int y, int z ) in Max3() argument
449 return( x > z ? x : z ); in Max3()
451 return( y > z ? y : z ); in Max3()
/AOO41X/main/
H A Dconfigure.ac988 if test -z "$AWK"; then
993 if test -z "$SED"; then
998 if test -z "$with_local_solenv"; then
1087 if test -z "$GNUTAR"; then
1303 if test -z "$enable_symbols"; then
1378 if test -z "$DISABLE_STRIP"; then
1474 if test -z $TARFILE_LOCATION; then
1479 if test -z "$enable_fetch_external" || test "$enable_fetch_external" = "yes" \
1480 && test -z "$with_system_libs" -a "$with_system_jars" != "no"; then
1621 if test -z "$CC"; then
[all …]
H A DRepositoryFixes.mk76 gb_Library_FILENAMES := $(patsubst z:iz%,z:zlib%,$(gb_Library_FILENAMES))
101 gb_Library_DLLFILENAMES := $(patsubst z:z%,z:zlib%,$(gb_Library_DLLFILENAMES))
121 gb_Library_FILENAMES := $(patsubst z:iz%,z:zlib%,$(gb_Library_FILENAMES))
157 gb_Library_DLLFILENAMES := $(patsubst z:z%,z:zlib%,$(gb_Library_DLLFILENAMES))
/AOO41X/main/offapi/com/sun/star/chart/
H A DChartAxisZSupplier.idl37 /** A helper service for chart documents which supply a z-axis.
47 /** Determines if the z-axis is shown or hidden.@see ChartAxis
53 /** Determines if the description of the z-axis
60 /** Determines if the major grid of the z-axis
67 /** Determines if the minor grid of the z-axis is shown
74 /** Determines if the title of the z-axis is shown
H A DXAxisZSupplier.idl45 /** gives access to the <i>z</i>-axis of a chart.
54 the <i>z</i>-axis title shape.
64 <i>z</i>-axis of the diagram.
74 <i>z</i>-axis of the diagram.
83 the properties of the <i>z</i>-axis of the diagram.
/AOO41X/main/sal/rtl/source/
H A Drandom.c42 #define RTL_RANDOM_RNG(x, y, z) \ argument
50 (z) = 172 * ((z) % 176) - 35 * ((z) / 176); \
51 if ((z) < 0) (z) += 30307L; \
/AOO41X/extras/l10n/source/hu/
H A Dlocalize.sdf38 …ennyi karakterlánca átmásolódik az újonnan hozzáadott nyelvek erőforrásai közé. 201306…
92 …ring RID_STR_QUERYDELLIBREF 0 hu Biztosan törölni akarja a(z) XX programkönyvtárr…
100 … RID_STR_CANNOTCLOSE 0 hu A BASIC futása közben az ablak nem zárható be. …
142 … 0 string RID_STR_QUERYREPLACEMACRO 80 hu Felülírja a(z) XX makrót? …
303 … value ..FormWizard.FormWizard.Styles.style8 Name 0 hu Víz 20130618…
310 …ScreenSettings.ToolBars.ToolBar.Entries.a.Normal Text 0 hu Előző 20130…
319 …s.a Left 0 hu Bal kattintás, jobbra vagy lefelé nyíl, szóköz billentyű, Page Down…
322 …ScreenSettings.HelpView.HelpStrings.b Right 0 hu Előző dia, vagy előző hatás …
332 …resenterScreenSettings.HelpView.HelpStrings.g Right 0 hu Előző dia hatások nélkül …
362 …lpView.HelpStrings.v Right 0 hu Megjeleníti a bemutatóhoz fűzött jegyzeteket …
[all …]
/AOO41X/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dhash.cxx46 sal_uInt32 f1( sal_uInt32 x, sal_uInt32 y, sal_uInt32 z ) in f1() argument
48 return z ^ ( x & ( y ^ z ) ); in f1()
51 sal_uInt32 f2( sal_uInt32 x, sal_uInt32 y, sal_uInt32 z ) in f2() argument
53 return x ^ y ^ z; in f2()
56 sal_uInt32 f3( sal_uInt32 x, sal_uInt32 y, sal_uInt32 z ) in f3() argument
58 return ( x & y ) + ( z & ( x ^ y ) ); in f3()
/AOO41X/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dhash.cxx47 sal_uInt32 f1( sal_uInt32 x, sal_uInt32 y, sal_uInt32 z ) in f1() argument
49 return z ^ ( x & ( y ^ z ) ); in f1()
52 sal_uInt32 f2( sal_uInt32 x, sal_uInt32 y, sal_uInt32 z ) in f2() argument
54 return x ^ y ^ z; in f2()
57 sal_uInt32 f3( sal_uInt32 x, sal_uInt32 y, sal_uInt32 z ) in f3() argument
59 return ( x & y ) + ( z & ( x ^ y ) ); in f3()
/AOO41X/extras/l10n/source/pl/
H A Dlocalize.sdf38 …nika jest nieobecna, zostanie użyty język domyślny. Ponadto wszystkie ciągi z języka domyślnego zo…
64 …ETOLONG 0 pl Nazwa biblioteki może się składać maksymalnie z 30 znaków. …
65 …sh.src 0 string RID_STR_ERRORCHOOSEMACRO 0 pl Makra z innych dokumentów ni…
156 …y językowe, które zapewnia okno dialogowe, lub pomiń je, aby pracować dalej z bieżącymi językami b…
165 … fixedtext RID_MACROCHOOSER RID_TXT_MACROFROM 100 pl Ma~kro z 20130…
365 …lidePreview Title 0 pl Bieżący slajd (%CURRENT_SLIDE_NUMBER% z %SLIDE_COUNT%) …
366 … 0 pl Bieżący slajd, %CURRENT_SLIDE_NAME%, %CURRENT_SLIDE_NUMBER% z %SLIDE_COUNT% …
371 … 0 pl Przegląd slajdu, %CURRENT_SLIDE_NAME%, %CURRENT_SLIDE_NUMBER% z %SLIDE_COUNT% …
1478 …ebWizard.WebWizard.Layouts.frame_left Name 0 pl Ramka HTML z lewej 2…
1479 …ebWizard.WebWizard.Layouts.frame_right Name 0 pl Ramka HTML z prawej 2…
[all …]
/AOO41X/extras/l10n/source/cs/
H A Dlocalize.sdf38 …hraní ve zvoleném jazyce. Navíc se do nově přidaných jazyků zkopírují texty z výchozího jazyka. …
59 …jový text je příliš velký a nemůže být přeložen ani uložen.\nSmažte některé z komentářů nebo převe…
65 …sh.src 0 string RID_STR_ERRORCHOOSEMACRO 0 cs Makra z jiných dokumentů nej…
165 … fixedtext RID_MACROCHOOSER RID_TXT_MACROFROM 100 cs Makro z 20130618…
1357 …private.Tables.accounts.Fields.accountname ShortName 0 cs NázÚčt 2013…
1545 …rInterface.Commands..uno:Bib/DeleteRecord Label 0 cs Odstranit záznam …
1575 …erface.Commands..uno:ClearArrowDependents Label 0 cs Odstranit závislosti …
1621 …erface.Commands..uno:EditHeaderAndFooter Label 0 cs Záhlaví a zápatí... …
1679 …rface.Commands..uno:InsertObjectStarImage Label 0 cs Vložit z editoru obrázků …
1741 ….UserInterface.Commands..uno:SetTabBgColor Label 0 cs Barva záložky... …
[all …]
/AOO41X/main/vcl/source/fontsubset/
H A Dttcr.cxx1407 sal_Int16 z; in ProcessTables() local
1419 z = GetInt16(gd->ptr, 2, 1); in ProcessTables()
1420 if (z < xMin) xMin = z; in ProcessTables()
1422 z = GetInt16(gd->ptr, 4, 1); in ProcessTables()
1423 if (z < yMin) yMin = z; in ProcessTables()
1425 z = GetInt16(gd->ptr, 6, 1); in ProcessTables()
1426 if (z > xMax) xMax = z; in ProcessTables()
1428 z = GetInt16(gd->ptr, 8, 1); in ProcessTables()
1429 if (z > yMax) yMax = z; in ProcessTables()
/AOO41X/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Dexceptions.cxx98 static sal_uInt32 f1(sal_uInt32 x, sal_uInt32 y, sal_uInt32 z) in f1() argument
99 { return z ^ (x & (y ^ z)); } in f1()
101 static sal_uInt32 f2(sal_uInt32 x, sal_uInt32 y, sal_uInt32 z) in f2() argument
102 { return x ^ y ^ z; } in f2()
104 static sal_uInt32 f3(sal_uInt32 x, sal_uInt32 y, sal_uInt32 z) in f3() argument
105 { return (x & y) + (z & (x ^ y)); } in f3()
/AOO41X/extras/l10n/source/sl/
H A Dlocalize.sdf43 …G_MANAGE_LANGUAGE HID_BASICIDE_MANAGE_LANGUAGE 0 sl Upravljaj z jeziki uporabniškega…
73 … 0 string RID_STR_SBXNAMEALLREADYUSED2 0 sl Predmet z istim imenom že obst…
79 … string RID_STR_SEARCHFROMSTART 0 sl Iskanje se je končalo z zadnjim modulom. Ali…
152 …DLGIMP_CLASH_TEXT 80 sl Knjižnica že vsebuje pogovorno okno z imenom:\n\n$(ARG1)\n…
227 …n.xcu 0 value ..Common.Menus.New.m0 Title 0 sl Dokument z ~besedilom …
1431 …asses.com.sun.star.text.TextDocument DisplayName 0 sl Dokumenti z besedilom …
1474 …ue ..WebWizard.WebWizard.Layouts.table_2 Name 0 sl Tabela z dvema stolpca …
1676 …ace.Commands..uno:InsertExternalDataSource Label 0 sl Povezava z ~zunanjimi podatki .…
1821 …source/toolbar/formtextobjectbar UIName 0 sl Oblikovanje polja z besedilom …
2259 …erface.Commands..uno:SolidCreate Label 0 sl Spremeni predmet z atributi …
[all …]
/AOO41X/main/libtextcat/data/new_fingerprints/lm/
H A Dhungarian.lm11 z 2399
185 zá 163
280 zé 112
367 öz 84
/AOO41X/main/basegfx/source/color/
H A Dbcolortools.cxx225 const double x=rXYZColor.getRed(), y=rXYZColor.getGreen(), z=rXYZColor.getBlue(); in ciexyz2rgb() local
227 3.240479*x - 1.53715*y - 0.498535*z, in ciexyz2rgb()
228 -0.969256*x + 1.875991*y + 0.041556*z, in ciexyz2rgb()
229 0.055648*x - 0.204043*y + 1.057311*z ); in ciexyz2rgb()

1234567891011