Home
last modified time | relevance | path

Searched refs:N (Results 1 – 25 of 231) sorted by relevance

12345678910

/trunk/main/cppuhelper/inc/cppuhelper/
H A Dimplbase_ex_post.hxx65 class_data##N ImplHelper##N< __IFC##N >::s_cd = \
66 __DEF_CLASS_DATA_INIT_EX( N, (ImplHelper##N< __IFC##N > *) ); \
87 class_data##N WeakImplHelper##N< __IFC##N >::s_cd = \
88 __DEF_CLASS_DATA_INIT_EX( N, (WeakImplHelper##N< __IFC##N > *) ); \
111 class_data##N WeakAggImplHelper##N< __IFC##N >::s_cd = \
112 __DEF_CLASS_DATA_INIT_EX( N, (WeakAggImplHelper##N< __IFC##N > *) ); \
137 class_data##N ImplInheritanceHelper##N< BaseClass, __IFC##N >::s_cd = \
165 class_data##N AggImplInheritanceHelper##N< BaseClass, __IFC##N >::s_cd = \
196 class_data##N WeakComponentImplHelper##N< __IFC##N >::s_cd = \
197 __DEF_CLASS_DATA_INIT_EX( N, (WeakComponentImplHelper##N< __IFC##N > *) ); \
[all …]
H A Dimplbase.hxx183 template< __CLASS_IFC##N > \
186 , __PUBLIC_IFC##N \
214 template< __CLASS_IFC##N > \
216 : public ImplHelperBase##N< __IFC##N > \
227 template< __CLASS_IFC##N > \
230 , public ImplHelperBase##N< __IFC##N > \
248 template< __CLASS_IFC##N > \
251 , public ImplHelperBase##N< __IFC##N > \
277 ClassData##N ImplHelper##N< __IFC##N >::s_aCD = ClassData##N( 0 ); \
279 ClassData##N WeakImplHelper##N< __IFC##N >::s_aCD = ClassData##N( 1 ); \
[all …]
H A Dcompbase.hxx38 template< __CLASS_IFC##N > \
41 , public ImplHelperBase##N< __IFC##N > \
43 static ClassData##N s_aCD; \
64 template< __CLASS_IFC##N > \
67 , public ImplHelperBase##N< __IFC##N > \
69 static ClassData##N s_aCD; \
96 template< __CLASS_IFC##N > \
97 ClassData##N WeakComponentImplHelper##N< __IFC##N >::s_aCD = ClassData##N( 4 ); \
98 template< __CLASS_IFC##N > \
99 ClassData##N WeakAggComponentImplHelper##N< __IFC##N >::s_aCD = ClassData##N( 3 );
[all …]
H A Dimplbase_ex_pre.hxx30 #define __IFC_EX_TYPE_INIT( class_cast, N ) __IFC_EX_TYPE_INIT_NAME( class_cast, Ifc##N ) argument
/trunk/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/
H A D_Validat.idt5 _Validation Column N Identifier Name of column
11 _Validation Nullable N Y;N Whether the column is nullable
13 _Validation Table N Identifier Name of table
30 AppId AppId N Guid
43 BBControl Type N Identifier The type of the control.
51 Binary Data N Binary The unformatted binary data.
61 Class CLSID N Guid The CLSID of an OLE factory.
97 Control Type N Identifier The type of the control.
121 Dialog Dialog N Identifier Name of the dialog.
411 SFPCatalog Catalog N Binary SFP Catalog
[all …]
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_templates/
H A D_Validat.idt5 _Validation Column N Identifier Name of column
11 _Validation Nullable N Y;N Whether the column is nullable
13 _Validation Table N Identifier Name of table
30 AppId AppId N Guid
43 BBControl Type N Identifier The type of the control.
51 Binary Data N Binary The unformatted binary data.
61 Class CLSID N Guid The CLSID of an OLE factory.
97 Control Type N Identifier The type of the control.
121 Dialog Dialog N Identifier Name of the dialog.
411 SFPCatalog Catalog N Binary SFP Catalog
[all …]
/trunk/main/instsetoo_native/inc_sdkoo/windows/msi_templates/
H A D_Validat.idt5 _Validation Column N Identifier Name of column
11 _Validation Nullable N Y;N Whether the column is nullable
13 _Validation Table N Identifier Name of table
30 AppId AppId N Guid
43 BBControl Type N Identifier The type of the control.
51 Binary Data N Binary The unformatted binary data.
61 Class CLSID N Guid The CLSID of an OLE factory.
97 Control Type N Identifier The type of the control.
121 Dialog Dialog N Identifier Name of the dialog.
411 SFPCatalog Catalog N Binary SFP Catalog
[all …]
/trunk/main/instsetoo_native/inc_ure/windows/msi_templates/
H A D_Validat.idt5 _Validation Column N Identifier Name of column
11 _Validation Nullable N Y;N Whether the column is nullable
13 _Validation Table N Identifier Name of table
30 AppId AppId N Guid
43 BBControl Type N Identifier The type of the control.
51 Binary Data N Binary The unformatted binary data.
61 Class CLSID N Guid The CLSID of an OLE factory.
97 Control Type N Identifier The type of the control.
121 Dialog Dialog N Identifier Name of the dialog.
411 SFPCatalog Catalog N Binary SFP Catalog
[all …]
/trunk/main/basic/source/comp/
H A Dparser.cxx45 #define N sal_False macro
64 { DO, &SbiParser::DoLoop, N, Y, }, // DO
65 { ELSE, &SbiParser::NoIf, N, Y, }, // ELSE
68 { END, &SbiParser::Stop, N, Y, }, // END
69 { ENUM, &SbiParser::Enum, Y, N, }, // TYPE
72 { EXIT, &SbiParser::Exit, N, Y, }, // EXIT
73 { FOR, &SbiParser::For, N, Y, }, // FOR
78 { IF, &SbiParser::If, N, Y, }, // IF
88 { ON, &SbiParser::On, N, Y, }, // ON
100 { SET, &SbiParser::Set, N, Y, }, // SET
[all …]
/trunk/main/sc/source/core/tool/
H A Dinterpr5.cxx2230 N = 0; in CheckMatrix()
2273 N = nCountY; in CheckMatrix()
2290 N = nRY; in CheckMatrix()
2302 N = nCY; in CheckMatrix()
2319 N = nCountY; in CheckMatrix()
2408 if ( (bConstant && (N<K+1)) || (!bConstant && (N<K)) || (N<1) || (K<1) ) in CalulateRGPRKP()
2451 for (SCSIZE i=0; i<N; i++) in CalulateRGPRKP()
2488 double fDegreesFreedom =static_cast<double>( (bConstant) ? N-2 : N-1 ); in CalulateRGPRKP()
2620 double fDegreesFreedom =static_cast<double>( (bConstant) ? N-K-1 : N-K ); in CalulateRGPRKP()
2779 double fDegreesFreedom =static_cast<double>( (bConstant) ? N-K-1 : N-K ); in CalulateRGPRKP()
[all …]
H A Dinterpr3.cxx1747 if( (x < 0.0) || (n < x) || (M < x) || (N < n) || (N < M) || (x < n - N + M) ) in ScHypGeomDist()
1792 lcl_PutFactorialElements( cnDenom, 0.0, N - n - 1.0, N ); in ScHypGeomDist()
1798 lcl_PutFactorialElements( cnNumer, N - 2.0*n, fCNumVarUpper, N - n ); in ScHypGeomDist()
1806 lcl_PutFactorialElements( cnNumer, 1.0, N - M - n + x, N - M + 1.0 ); in ScHypGeomDist()
1836 lcl_PutFactorialElements( cnNumer, N - M - n + 1.0, N - M - n + x, N - M + 1.0 ); in ScHypGeomDist()
1839 … lcl_PutFactorialElements( cnNumer, N - M - n + 1.0, N - M - fCDenomUpper, N - M + 1.0 ); in ScHypGeomDist()
1857 lcl_PutFactorialElements( cnDenom, 0.0, N - M - 1.0, N ); in ScHypGeomDist()
1861 lcl_PutFactorialElements( cnNumer, N - n - M, fCNumVarUpper, N - n ); in ScHypGeomDist()
1884 if ( N - n < N - M + 1.0 ) in ScHypGeomDist()
1901 lcl_PutFactorialElements( cnNumer, N - 2.0*M + 1.0, N - M - n + x, N - M + 1.0 ); in ScHypGeomDist()
[all …]
/trunk/main/ooo_custom_images/industrial/res/commandimagelist/
H A Dlc_adjust.xcf.bz2
H A Dlc_draw.xcf.bz2
/trunk/main/scaddins/source/analysis/
H A Dbessel.cxx71 double BesselJ( double x, sal_Int32 N ) throw (IllegalArgumentException, NoConvergenceException) in BesselJ() argument
74 if( N < 0 ) in BesselJ()
77 return (N==0) ? 1.0 : 0.0; in BesselJ()
82 double fSign = (N % 2 == 1 && x < 0) ? -1.0 : 1.0; in BesselJ()
86 double fEstimateIteration = fX * 1.5 + N; in BesselJ()
87 bool bAsymptoticPossible = pow(fX,0.4) > N; in BesselJ()
91 return fSign * sqrt(f_2_DIV_PI/fX)* cos(fX-N*f_PI_DIV_2-f_PI_DIV_4); in BesselJ()
112 if (N==0) in BesselJ()
130 for (k =1.0; k<= N-1; k = k + 1.0) in BesselJ()
/trunk/main/basegfx/source/workbench/
H A Dconvexhull.cxx163 const Polygon2D::size_type N( rPoly.size() ); in convexHull() local
164 Polygon2D result( N + 1 ); in convexHull()
169 for( min=1, i=2; i<=N; ++i ) in convexHull()
176 for( i=1; i<=N; ++i ) in convexHull()
194 result[0] = result[N]; in convexHull()
198 for( M=3, i=4; i<=N; ++i ) in convexHull()
/trunk/main/animations/source/animcore/
H A Dfactreg.hxx29 #define DECL_NODE_FACTORY(N)\ argument
30 …o::Reference< ::com::sun::star::uno::XInterface > SAL_CALL createInstance_##N( const ::com::sun::s…
31 extern ::rtl::OUString getImplementationName_##N();\
32 extern ::com::sun::star::uno::Sequence< ::rtl::OUString> getSupportedServiceNames_##N(void)
H A Dfactreg.cxx45 #define IMPLEMENTATION_ENTRY(N)\ argument
47 createInstance_##N, getImplementationName_##N ,\
48 getSupportedServiceNames_##N, createSingleComponentFactory ,\
/trunk/main/vcl/aqua/source/res/MainMenu.nib/
H A Dkeyedobjects.nib2 …pX$objects_NSKeyedArchiver������ ]IB.objectdata��\� � �1�5�9�@�C�F�J�N�U�]�m�t�u�v�{�|�}���…
6 �� �8�)�"�.� �=��G�V�ίWXYZ[\]^_`abcdef�H�I�J�K�L�M�N�O�P�Q�R�S�T�U�V�W�=��…
7 (1:?NWjlu����������������������"0DLVanpuz|~����…
8 ';HJLNajoz������������
9   9JLNPRsuwy{}����������������
/trunk/main/udkapi/com/sun/star/connection/
H A DSocketPermission.idl45 The port or portrange is optional. A port specification of the form <code>"N-"</code>,
46 where <code>N</code> is a port number, signifies all ports numbered <code>N</code> and above,
47 while a specification of the form <code>"-N"</code> indicates all ports numbered
48 <code>N</code> and below.
/trunk/main/i18npool/source/calendar/
H A Dcalendar_jewish.cxx238 int N = day; // days this month member in GregorianDate
240 N = N + LastDayOfGregorianMonth(m, year);
242 (N // days this year
/trunk/main/rsc/doku/schriftw.16/
H A Dchange.doc17 N 383284761 Mm
20 N 383996714 Mm
23 N 384006675 Mm
26 N 384133637 Mm
/trunk/main/icc/source/create_sRGB_profile/
H A Dcreate_sRGB_profile.cpp433 int N = 1024; // number of points in LUTs in main() local
434 CIccTagCurve* colorTRCTag = new CIccTagCurve(N); in main()
437 for (int i = 0; i < N; ++i) in main()
438 (*colorTRCTag)[i] = computeIEC_RGBtoXYZ( (icFloatNumber)i/(N-1)); in main()
/trunk/main/cppu/source/uno/
H A Ddata.cxx423 struct N : public M struct
443 struct P : public N
527 BINTEST_VERIFYSIZE( N, 12 ); in BinaryCompatible_Impl()
528 BINTEST_VERIFYOFFSET( N, p, 8 ); in BinaryCompatible_Impl()
/trunk/main/libtextcat/data/new_fingerprints/lm/
H A Dmingo.lm49 N 103
261 "N 23
269 _"N 23
/trunk/extras/l10n/source/sq/
H A Dlocalize.sdf94 sfx2 source\appl\app.src 0 string RID_XMLSEC_DOCUMENTSIGNED 0 sq (Nënshkruar) 2002-02-02 02:0…
342 sfx2 source\menu\menu.src 0 string STR_MENU_ADDONHELP 0 sq Shtesat-Në Ndihmë 2002-02-02 02:02…
5919 helpcontent2 source\text\shared\01\05110300.xhp 0 help tit 0 sq Nënvizim 2002-02-02 02:02:02
18299 starmath source\smres.src 0 string RID_DISTANCEDIALOG.2 3 0 sq Nënshkrim 2002-02-02 02:02:02
22930 sw source\ui\frmdlg\cption.src 0 string DLG_CAPTION STR_END 0 sq Nën 2002-02-02 02:02:02
23349 sw source\ui\utlui\attrdesc.src 0 string STR_VERT_TOP 0 sq Në majë 2002-02-02 02:02:02
23351 sw source\ui\utlui\attrdesc.src 0 string STR_VERT_BOTTOM 0 sq Në fund 2002-02-02 02:02:02
23359 sw source\ui\utlui\attrdesc.src 0 string STR_HORI_LEFT 0 sq Në të majtë 2002-02-02 02:02:02
23766 sw source\ui\fldui\fldui.src 0 string FMT_REF_UPDOWN 0 sq Mbi/Nën 2002-02-02 02:02:02
24483 sw source\ui\docvw\annotation.src 0 string STR_REPLY 0 sq Në lakore 2002-02-02 02:02:02
[all …]

Completed in 513 milliseconds

12345678910