Home
last modified time | relevance | path

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

1234567891011

/trunk/main/chart2/source/tools/
H A DThreeDHelper.cxx443 z = 0.0; in convertElevationRotationDegToXYZAngleRad()
471 z = 0.0; in convertElevationRotationDegToXYZAngleRad()
479 z = 0.0; in convertElevationRotationDegToXYZAngleRad()
494 z = 0.0; in convertElevationRotationDegToXYZAngleRad()
521 z = 0.0; in convertElevationRotationDegToXYZAngleRad()
752 double f13 = sin(x)*sin(z)+cos(x)*cos(z)*sin(y); in convertXYZAngleRadToElevationRotationDeg()
758 double f22 = cos(x)*cos(z)+sin(x)*sin(y)*sin(z); in convertXYZAngleRadToElevationRotationDeg()
846 R = atan( sin(x)*sin(z)/(cos(y)*cos(z)) ); in convertXYZAngleRadToElevationRotationDeg()
889 double f13 = sin(x)*sin(z)+cos(x)*cos(z)*sin(y); in convertXYZAngleRadToElevationRotationDeg()
893 double f22 = cos(x)*cos(z)+sin(x)*sin(y)*sin(z); in convertXYZAngleRadToElevationRotationDeg()
[all …]
/trunk/main/scaddins/source/analysis/
H A Danalysis.cxx1119 z.Cos(); in getImcos()
1139 z.Exp(); in getImexp()
1159 z.Ln(); in getImln()
1169 z.Log10(); in getImlog10()
1179 z.Log2(); in getImlog2()
1217 z.Sin(); in getImsin()
1259 z.Sqrt(); in getImsqrt()
1269 z.Tan(); in getImtan()
1279 z.Sec(); in getImsec()
1289 z.Csc(); in getImcsc()
[all …]
/trunk/main/autodoc/source/cosv/service/
H A Dcomfunc.cxx70 while (isdigit(*z)) in str2date()
72 if (*z == 0) in str2date()
74 z++; in str2date()
75 while (isdigit(*z)) in str2date()
77 if (*z == 0) in str2date()
79 z++; in str2date()
80 while (isdigit(*z)) in str2date()
120 if (*z == 0) in str2time()
122 z++; in str2time()
125 if (*z == 0) in str2time()
[all …]
/trunk/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
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
146 + if test "z$dir" = "z/usr/lib" ; then
163 if test "z$dir" = "z/usr/lib" ; 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
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
744 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
/trunk/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
418 @@ -9148,7 +9148,7 @@ if test -z "$aix_libpath"; then aix_libp
[all …]
/trunk/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 …]
/trunk/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()
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()
537 for ( sal_uInt16 z = 0; z < rPortions.Count(); z++ ) in GetTextPortionInfo() local
[all …]
/trunk/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()
/trunk/main/
H A Dconfigure.ac985 if test -z "$GREP"; then
990 if test -z "$AWK"; then
995 if test -z "$SED"; then
1858 if test -z "$with_dmake_path" && test -z "$with_dmake_url"; then
2947 if test "z$with_build_version" != "z"; then
3639 if test "z$enable_odk" = "z" -o "$enable_odk" != "no"; then
3825 if test -z "$with_system_libxml" -a -z "$with_system_libs" || \
3835 if test -z "$with_system_libxslt" -a -z "$with_system_libs" || \
4029 if test "z$HOME" = "z"; then
5698 if test -z "$ZIP" -o -z "$UNZIP"; then
[all …]
H A DRepositoryFixes.mk105 gb_Library_FILENAMES := $(patsubst z:iz%,z:zlib%,$(gb_Library_FILENAMES))
133 gb_Library_DLLFILENAMES := $(patsubst z:z%,z:zlib%,$(gb_Library_DLLFILENAMES))
163 gb_Library_FILENAMES := $(patsubst z:z%,z:zlib%,$(gb_Library_FILENAMES))
172 gb_Library_DLLFILENAMES := $(patsubst z:z%,z:zlib%,$(gb_Library_DLLFILENAMES))
/trunk/main/vcl/aqua/source/res/MainMenu.nib/
H A Dkeyedobjects.nib5 …tionQq��w��2�x�y�z^NSResourceName���WNSImage_NSMenuCheckmark��:�;�~������?_NSCustomResou…
7 (1:?NWjlu����������������������"0DLVanpuz|~����…
8 ';HJLNajoz������������
10 #+4KMOQSUWY[]_actvxz|������������������%/8:<>@BD…
11     ( 1 4 6 8 D M R [ r t v x z | ~ � � � � � � � � � � � � � � � � � � � � � � � � � � � � � �
35 z
/trunk/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.
/trunk/extras/l10n/source/hu/
H A Dlocalize.sdf4366 svx source\svdraw\svdstr.src 0 string SIP_EE_CHAR_WLM 0 hu Aláhúzás nélküli szóközök 20200411…
6974 sw source\ui\chrdlg\paradlg.src 0 pageitem DLG_PARA.1 TP_PARA_STD 0 hu Behúzás és térköz 20200…
7237 sw source\ui\config\optdlg.src 0 checkbox TP_OPTSHDWCRSR CB_SPACE 108 hu S~zóközök 20200411 15…
29724 …\"visible\"\>Kijelöli a két összetartozó zárójel közé zárt szöveget. Vigye a szövegkurzort egy kez…
38926 …só térközét a következő bekezdés felső térközével a teljes térköz kiszámításához a két bekezdés kö
40212 helpcontent2 source\text\shared\01\05030100.xhp 0 help tit 0 hu Behúzás és térköz 20200411 15…
40214 …u \<link href=\"text/shared/01/05030100.xhp\" name=\"Behúzások és térköz\"\>Behúzások és térköz\</…
40554zást érvényesít a csillagok (*) közé zárt szövegre, és aláhúzottat az aláhúzásjelek ( _ ) közé zár…
44054 …u \<link href=\"text/shared/01/05030100.xhp\" name=\"Behúzások és térköz\"\>Behúzások és térköz\</…
54606 …\05\02140000.xhp 0 help par_id3149129 29 0 hu Hiányzó zárójel, például bezáró zárójelek nyitó zá…
[all …]
/trunk/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; \
/trunk/extras/l10n/source/pl/
H A Dlocalize.sdf173 basic source\sbx\format.src 0 string STR_BASICKEY_FORMAT_CURRENCY 0 pl @0,00 zł;@(0.00 zł) 20…
7518 sw source\ui\utlui\initui.src 0 string STR_AUTH_TYPE_INCOLLECTION 0 pl Wyciąg z książki z tytułe…
11867 sc source\ui\miscdlgs\instbdlg.src 0 checkbox RID_SCDLG_INSERT_TABLE CB_LINK 60 pl Łąc~z z plikie…
20314 …ections.src 0 string RID_TP_GENERAL ST_TYPE_INCOLLECTION 0 pl Wyciąg z książki z tytułem 2020…
30007 …klientów z Nowego Jorku, kliknij nazwę pola z pozycją "Nowy Jork". AutoFiltr filtruje dane z bazy …
33563 …ę dokumentami z użytkownikami korzystającymi z OpenOffice.org 1 lub StarOffice 7, należy zapisać d…
40869 … Drukowanie składa się z trzech głównych części: podglądu z przyciskami nawigacyjnymi, kilku stron…
51213z dwóch punktów węzłowych oraz z dwóch punktów kontrolnych. Linia kontrolna łączy punkt kontrolny
51220złowy, aby zmienić długość linii. Jeżeli punkt kontrolny przesłania punkt węzłowy, najpierw przesu…
64459 … 0 pl Kliknij ikonę \<emph\>Nowy styl z zaznaczenia\</emph\> i wybierz \<emph\>Nowy styl z zaznac…
[all …]
/trunk/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()
/trunk/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()
/trunk/extras/l10n/source/cs/
H A Dlocalize.sdf9555 …NCTION_DESCRIPTIONS2.SC_OPCODE_Z_TEST 3 0 cs Daný vzorek, získaný z normálního rozložení základn…
30007 … zobrazit všechny zákazníky z Prahy, klepněte na pole obsahující "Praha". Automatický filtr poté z
31364 …ky určující umístění záznamu.\</ahelp\> Jsou to následující prvky: Popisek záznamu, Umístění zázna…
52544 … 0 cs \<bookmark_value\>záhlaví a zápatí;předloha stránky\</bookmark_value\>\<bookmark_value\>pře…
54606 …xhp 0 help par_id3149129 29 0 cs Chybějící závorka, např. uzavírající závorka bez odpovídající o…
58157 …D_SC_HF_TABLE\"\>Do vybrané oblasti záhlaví/zápatí vloží zástupný znak, který bude nahrazen jménem…
58169 …\"\>Do vybrané oblasti záhlaví/zápatí vloží zástupný znak, který bude nahrazen aktuálním datem, kt…
64383záhlavím/nad zápatím\</bookmark_value\> \<bookmark_value\>čáry; pod záhlavím/nad zápatím\</bo…
64385 …v záhlaví a zápatí je možné použít přímé formátování. Můžete také měnit řádkování textu vzhledem k…
65688 …90200.xhp 0 help par_id3147515 17 0 cs Jakýkoliv záznam a Další záznam: řídí přístup k databázov…
[all …]
/trunk/main/vcl/source/fontsubset/
H A Dttcr.cxx1408 sal_Int16 z; in ProcessTables() local
1420 z = GetInt16(gd->ptr, 2, 1); in ProcessTables()
1421 if (z < xMin) xMin = z; in ProcessTables()
1423 z = GetInt16(gd->ptr, 4, 1); in ProcessTables()
1424 if (z < yMin) yMin = z; in ProcessTables()
1426 z = GetInt16(gd->ptr, 6, 1); in ProcessTables()
1427 if (z > xMax) xMax = z; in ProcessTables()
1429 z = GetInt16(gd->ptr, 8, 1); in ProcessTables()
1430 if (z > yMax) yMax = z; in ProcessTables()
/trunk/extras/l10n/source/sl/
H A Dlocalize.sdf30706z regularnimi izrazi ponuja več možnosti kot iskanje z izrazi z nadomestnimi znaki. Če iščete z re…
30707 helpcontent2 source\text\shared\02\12100200.xhp 0 help par_id3153705 68 0 sl Iskanje z izrazom z
31177 …par_id3150829 98 0 sl Vnesete lahko znake a-z in A-Z. Znaki z velikimi črkami niso pretvorjeni v…
31181 …_id3148873 102 0 sl Vnesete lahko znake a-z, A-Z in 0-9. Znaki z velikimi črkami niso pretvorjen…
36938 …link href=\"text/swriter/guide/main.xhp\" name=\"Delo z dokumenti z besedilom\"\>Delo z dokumenti
42977 ….xhp 0 help par_id3148487 128 0 sl Letnica v neki dobi, z ničlo na prvem mestu pri letnicah z en…
56163 …81.xhp 0 help par_id3151316 157 0 sl Verjetnost, določeno z CHIDIST, lahko določimo tudi z CHITE…
57283 …0 z maslom namazanih kosov kruha z mize na tla z namazano stranjo navzdol in če zatem spustimo na …
61207 … 0 help par_id3145785 0 sl Celice z besedilom so oblikovane s črno barvo, formule z zeleno, cel…
61284z besedilom lahko vnesete obseg tiskanja s sklicom ali z imenom. Če je kazalka v oknu z besedilom …
[all …]
/trunk/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()
/trunk/main/libtextcat/data/new_fingerprints/lm/
H A Dhungarian.lm11 z 2399
185 zá 163
280 zé 112
367 öz 84

Completed in 4882 milliseconds

1234567891011