Home
last modified time | relevance | path

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

123456789

/trunk/main/cppuhelper/inc/cppuhelper/
H A Dimplbase_ex_post.hxx28 #define __DEF_CLASS_DATA_INIT_EX( N, class_cast ) \ argument
30 N +1, sal_False, sal_False, \
33 __IFC_EX_TYPE_INIT##N( class_cast ), \
39 #define __DEF_IMPLHELPER_EX( N ) \ argument
42 struct class_data##N \
48 type_entry m_typeEntries[ N + 1 ]; \
50 template< __CLASS_IFC##N > \
51 class SAL_NO_VTABLE ImplHelper##N \
53 , __PUBLIC_IFC##N \
55 static class_data##N s_cd; \
[all …]
H A Dimplbase.hxx173 #define __DEF_IMPLHELPER_PRE( N ) \ argument
176 struct ClassData##N : public ClassDataBase \
178 Type_Offset arType2Offset[ N ]; \
179 ClassData##N( sal_Int32 nClassCode ) SAL_THROW( () ) \
183 template< __CLASS_IFC##N > \
184 class SAL_NO_VTABLE ImplHelperBase##N \
186 , __PUBLIC_IFC##N \
201 #define __IFC_WRITEOFFSET( N ) \ argument
202 … rCD.writeTypeOffset( ::getCppuType( (const ::com::sun::star::uno::Reference< Ifc##N > *)0 ), \
203 (char *)(Ifc##N *)this - pBase );
[all …]
H A Dcompbase.hxx35 #define __DEF_COMPIMPLHELPER_A( N ) \ argument
38 template< __CLASS_IFC##N > \
39 class SAL_NO_VTABLE WeakComponentImplHelper##N \
41 , public ImplHelperBase##N< __IFC##N > \
43 static ClassData##N s_aCD; \
45 WeakComponentImplHelper##N( ::osl::Mutex & rMutex ) SAL_THROW( () ) \
50 …ar::uno::Any aRet( getClassData( s_aCD ).query( rType, (ImplHelperBase##N< __IFC##N > *)this ) ); \
64 template< __CLASS_IFC##N > \
65 class SAL_NO_VTABLE WeakAggComponentImplHelper##N \
67 , public ImplHelperBase##N< __IFC##N > \
[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
14 ActionText Action N Identifier Name of action to be described.
17 AdminExecuteSequence Action N Identifier Name of action to invoke, eithe…
20 AdminUISequence Action N Identifier Name of action to invoke, either in the…
23 AdvtExecuteSequence Action N Identifier Name of action to invoke, either in…
26 AdvtUISequence Action N Identifier Name of action to invoke, either in the…
30 AppId AppId N Guid
36 AppSearch Property N Identifier The property associated with a Signature
[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
14 ActionText Action N Identifier Name of action to be described.
17 AdminExecuteSequence Action N Identifier Name of action to invoke, eithe…
20 AdminUISequence Action N Identifier Name of action to invoke, either in the…
23 AdvtExecuteSequence Action N Identifier Name of action to invoke, either in…
26 AdvtUISequence Action N Identifier Name of action to invoke, either in the…
30 AppId AppId N Guid
36 AppSearch Property N Identifier The property associated with a Signature
[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
14 ActionText Action N Identifier Name of action to be described.
17 AdminExecuteSequence Action N Identifier Name of action to invoke, eithe…
20 AdminUISequence Action N Identifier Name of action to invoke, either in the…
23 AdvtExecuteSequence Action N Identifier Name of action to invoke, either in…
26 AdvtUISequence Action N Identifier Name of action to invoke, either in the…
30 AppId AppId N Guid
36 AppSearch Property N Identifier The property associated with a Signature
[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
14 ActionText Action N Identifier Name of action to be described.
17 AdminExecuteSequence Action N Identifier Name of action to invoke, eithe…
20 AdminUISequence Action N Identifier Name of action to invoke, either in the…
23 AdvtExecuteSequence Action N Identifier Name of action to invoke, either in…
26 AdvtUISequence Action N Identifier Name of action to invoke, either in the…
30 AppId AppId N Guid
36 AppSearch Property N Identifier The property associated with a Signature
[all …]
/trunk/main/basic/source/comp/
H A Dparser.cxx43 #define N sal_False macro
46 { CALL, &SbiParser::Call, N, Y, }, // CALL
47 { CLOSE, &SbiParser::Close, N, Y, }, // CLOSE
49 { DECLARE, &SbiParser::Declare, Y, N, }, // DECLARE
50 { DEFBOOL, &SbiParser::DefXXX, Y, N, }, // DEFBOOL
51 { DEFCUR, &SbiParser::DefXXX, Y, N, }, // DEFCUR
52 { DEFDATE, &SbiParser::DefXXX, Y, N, }, // DEFDATE
53 { DEFDBL, &SbiParser::DefXXX, Y, N, }, // DEFDBL
54 { DEFERR, &SbiParser::DefXXX, Y, N, }, // DEFERR
55 { DEFINT, &SbiParser::DefXXX, Y, N, }, // DEFINT
[all …]
/trunk/main/sc/source/core/tool/
H A Dinterpr5.cxx2222 SCSIZE& N, ScMatrixRef& pMatX, ScMatrixRef& pMatY) in CheckMatrix() argument
2230 N = 0; in CheckMatrix()
2273 N = nCountY; in CheckMatrix()
2290 N = nRY; in CheckMatrix()
2302 N = nCY; in CheckMatrix()
2319 N = nCountY; in CheckMatrix()
2400 SCSIZE K = 0, N = 0; // K=number of variables X, N=number of data samples in CalulateRGPRKP() local
2401 if ( !CheckMatrix(_bRKP,nCase,nCX,nCY,nRX,nRY,K,N,pMatX,pMatY) ) in CalulateRGPRKP()
2408 if ( (bConstant && (N<K+1)) || (!bConstant && (N<K)) || (N<1) || (K<1) ) in CalulateRGPRKP()
2450 fMeanY = lcl_GetMeanOverAll(pMatY, N); in CalulateRGPRKP()
[all …]
H A Dinterpr3.cxx1742 double N = ::rtl::math::approxFloor(GetDouble()); in ScHypGeomDist() local
1747 if( (x < 0.0) || (n < x) || (M < x) || (N < n) || (N < M) || (x < n - N + M) ) in ScHypGeomDist()
1767 double fCNumVarUpper = N - n - M + x - 1.0; in ScHypGeomDist()
1769 if ( N - n - M + x >= M - x + 1.0 ) in ScHypGeomDist()
1772 fCDenomVarLower = N - n - 2.0*(M - x) + 1.0; in ScHypGeomDist()
1776 double fCNumLower = N - n - fCNumVarUpper; in ScHypGeomDist()
1778 double fCDenomUpper = N - n - M + x + 1.0 - fCDenomVarLower; in ScHypGeomDist()
1784 if ( N - M < n + 1.0 ) in ScHypGeomDist()
1788 if ( N - n < n + 1.0 ) in ScHypGeomDist()
1791 lcl_PutFactorialElements( cnNumer, 0.0, fCNumVarUpper, N - n ); in ScHypGeomDist()
[all …]
/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/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 in operator int() local
240 N = N + LastDayOfGregorianMonth(m, year); in operator int()
242 (N // days this year in operator int()
/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…
243 …nfdlg.src 0 pushbutton TP_DOCINFODOC BTN_SIGNATURE 0 sq Nënshkrimi digjital …
262 …g.src 0 string TP_DOCINFORELOAD STR_FORWARD_ERRMSSG 0 sq Nëse zgjedhni opcionin…
276 sfx2 source\dialog\dinfdlg.src 0 stringlist SFX_CB_PROPERTY_NAME 11 0 sq Në …
342 sfx2 source\menu\menu.src 0 string STR_MENU_ADDONHELP 0 sq Shtesat-Në Ndih…
589 …m RID_MENU_NAVIGATOR SID_PAGEHEADERFOOTER 0 sq Mbititulli/Nëntitulli ka ndryshua…
590 …m RID_MENU_NAVIGATOR SID_REPORTHEADERFOOTER 0 sq Mbititulli/Nëntitulli ka ndryshua…
599 …ing.src 0 stringlist RID_GROUPS_SORTING.LST_ORDER 1 0 sq Në rritje …
600 …ing.src 0 stringlist RID_GROUPS_SORTING.LST_ORDER 2 0 sq Në zvogëlim …
742 …pection.src 0 string RID_STR_REPORTPRINTOPTION_CONST 1 0 sq Në të gjitha faqet …
[all …]
/trunk/main/vigra/
H A Dvigra1.6.0.patch640 +template <bool MustRound, int N>
645 +template <int N>
646 +struct FPAssignWithRound<false, N>
648 - template <int N>
649 static inline int exec(int v) { return v << (-N); }
654 +template <int N>
655 +struct FPAssignWithRound<true, N>
657 - template <int N>
660 return (v + (1 << (N - 1))) >> (N);
/trunk/main/filter/qa/complex/filter/detection/typeDetection/
H A Dfiles.csv3 #** N O T E
10 # W R I T E R D O C U M E N T S
46 # C A L C D O C U M E N T S
/trunk/extras/l10n/source/ku/
H A Dlocalize.sdf129 …string STR_HELP_BUTTON_INDEX_ON 0 ku Paceya Beralîkirinê Nîşan Bide …
141 …0 fixedtext DLG_HELP_ADDBOOKMARK FT_BOOKMARK_TITLE 140 ku Nîşana cîh: …
142 … DLG_HELP_ADDBOOKMARK STR_BOOKMARK_RENAME 0 ku Hêmayên Cih Ji Nû ve Binavîne …
145 … MENU_HELP_BOOKMARKS MID_RENAME HID_HELP_BOOKMARKS_RENAME 0 ku Ji Nû Ve Binavîne... …
149 …EXT 200 ku %PRODUCTNAME %MODULENAME Alîkarî yê di Destpêkê de ~Nîşan Bide …
153 sfx2 source\dialog\taskpane.src 0 string STR_SFX_DOCK 0 ku Nêzî Bike …
166 sfx2 source\dialog\templdlg.src 0 pushbutton RID_STYLECATALOG BT_NEW 50 ku ~Nû…
170 …MPLE HID_TEMPLDLG_NEWBYEXAMPLE 0 ku Ji nav Hilbijartinan Şêwaza Nû 2002-0…
199 … 0 fixedline DLG_VERSIONS GB_NEWVERSIONS 272 ku Guhertoyên Nû 2002-…
200 …dlg.src 0 pushbutton DLG_VERSIONS PB_SAVE 90 ku Guhertoya Nû Tomar Bike …
[all …]

123456789