/aoo42x/main/comphelper/inc/comphelper/ |
H A D | unwrapargs.hxx | 91 #define COMPHELPER_UNWRAPARGS_extract(z_, n_, unused_) \ argument 92 detail::extract( seq, n_, BOOST_PP_CAT(v, n_), xErrorContext ); 93 #define COMPHELPER_UNWRAPARGS_args(z_, n_, unused_) \ argument 94 BOOST_PP_CAT(T, n_) & BOOST_PP_CAT(v, n_) 120 #define COMPHELPER_UNWRAPARGS_make(z_, n_, unused_) \ argument 121 template < BOOST_PP_ENUM_PARAMS( BOOST_PP_ADD(n_, 1), typename T) > \ 124 BOOST_PP_ENUM(BOOST_PP_ADD(n_, 1), COMPHELPER_UNWRAPARGS_args, ~), \ 129 BOOST_PP_REPEAT(BOOST_PP_ADD(n_, 1), COMPHELPER_UNWRAPARGS_extract, ~) \
|
H A D | makesequence.hxx | 42 #define COMPHELPER_MAKESEQUENCE_assign(z_, n_, unused_) \ argument 43 p[n_] = BOOST_PP_CAT(element, n_); 58 #define COMPHELPER_MAKESEQUENCE_make(z_, n_, unused_) \ argument 61 BOOST_PP_ENUM_PARAMS(n_, T const& element) ) \ 63 ::com::sun::star::uno::Sequence<T> seq( n_ ); \ 65 BOOST_PP_REPEAT(n_, COMPHELPER_MAKESEQUENCE_assign, ~) \
|
H A D | implbase_var.hxx | 116 #define COMPHELPER_IMPLBASE_classdataList(z_, n_, unused_) \ in BOOST_PP_CAT() argument 117 { { BOOST_PP_CAT(Ifc, n_)::static_type }, \ in BOOST_PP_CAT() 118 reinterpret_cast<sal_IntPtr>( static_cast< BOOST_PP_CAT(Ifc, n_) * >( \ in BOOST_PP_CAT() 274 #define COMPHELPER_IMPLBASE_templctor_args(z_, n_, unused_) \ argument 275 BOOST_PP_CAT(T, n_) const& BOOST_PP_CAT(arg, n_) 276 #define COMPHELPER_IMPLBASE_templctor(z_, n_, classname_) \ argument 277 template< BOOST_PP_ENUM_PARAMS( BOOST_PP_ADD(n_, 1), typename T) > \ 279 BOOST_PP_ENUM(BOOST_PP_ADD(n_, 1), \ 281 : BaseClass( BOOST_PP_ENUM_PARAMS(BOOST_PP_ADD(n_, 1), arg) ) {}
|
H A D | servicedecl.hxx | 311 #define COMPHELPER_SERVICEDECL_getFactory(z_, n_, unused_) \ argument 313 pRet = BOOST_PP_CAT(s, n_).getFactory(pImplName); 330 #define COMPHELPER_SERVICEDECL_make(z_, n_, unused_) \ argument 335 BOOST_PP_ENUM_PARAMS(n_, ServiceDecl const& s) ) \ 338 BOOST_PP_REPEAT(n_, COMPHELPER_SERVICEDECL_getFactory, ~) \
|
/aoo42x/main/libtextcat/data/new_fingerprints/lm/ |
H A D | vietnamese.lm | 15 n_ 4365 138 ên_ 585 228 ân_ 356 317 n_ 284 379 Àn_ 231 381 n_ 229
|
H A D | spanish.lm | 22 n_ 1332 141 ón_ 264 148 ión_ 246 178 ción_ 218
|
H A D | turkish.lm | 20 n_ 1725 177 &i;n_ 271 178 ;n_ 271 179 i;n_ 271
|
H A D | manx_gaelic.lm | 14 n_ 2549 211 'n_ 223 374 a'n_ 129
|
H A D | afrikaans.lm | 16 n_ 1447 156 'n_ 203 157 _'n_ 202
|
H A D | finnish.lm | 13 n_ 2868 189 än_ 216
|
H A D | welsh.lm | 17 n_ 5159 233 'n_ 523
|
H A D | albanian.lm | 47 n_ 480 168 ën_ 155
|
H A D | catalan.lm | 39 n_ 518
|
H A D | croatian.lm | 159 n_ 321
|
H A D | czech.lm | 243 n_ 146
|
H A D | danish.lm | 24 n_ 1032
|
H A D | dutch.lm | 10 n_ 2443
|
H A D | english.lm | 37 n_ 773
|
H A D | esperanto.lm | 25 n_ 2504
|
H A D | estonian.lm | 74 n_ 394
|
H A D | french.lm | 34 n_ 703
|
H A D | frisian.lm | 10 n_ 4595
|
H A D | german.lm | 15 n_ 2848
|
H A D | hungarian.lm | 38 n_ 646
|
/aoo42x/main/canvas/source/directx/ |
H A D | dx_canvasbitmap.cxx | 172 #define BOOST_PP_LOCAL_MACRO(n_) \ in getFastPropertyValue() argument 173 BOOST_PP_COMMA_IF(n_) \ in getFastPropertyValue() 174 {n_,n_,n_,n_} in getFastPropertyValue()
|