Home
last modified time | relevance | path

Searched refs:m (Results 1 – 25 of 389) sorted by relevance

12345678910>>...16

/AOO41X/main/idlc/test/parser/
H A Dconstant.tests38 module m {
59 module m {
71 module m {
81 module m {
125 module m { const byte C = -129; };
129 module m { const byte C = -0201; };
133 module m { const byte C = -0x81; };
137 module m { const byte C = 256; };
141 module m { const byte C = 0400; };
145 module m { const byte C = 0x100; };
[all …]
H A Dpublished.tests46 published module m {};
168 exception Exception { E m; };
175 published exception Exception { E m; };
182 exception Exception { E m; };
189 published exception Exception { E m; };
215 interface I1 { [attribute] E m; };
220 published interface I1 { [attribute] E m; };
225 interface I1 { [attribute] E m; };
230 published interface I1 { [attribute] E m; };
236 interface I1 { [attribute] long m { get raises (Exception); }; };
[all …]
/AOO41X/main/ridljar/test/com/sun/star/lib/util/
H A DWeakMap_Test.java35 WeakMap m = new WeakMap(); in test() local
36 assure("", m.size() == 0); in test()
37 assure("", m.isEmpty()); in test()
38 assure("", !m.containsKey("key1")); in test()
39 assure("", !m.containsValue(null)); in test()
41 m.put("key1", u1.get()); in test()
43 m.put("key2", u2.get()); in test()
44 assure("", m.size() == 2); in test()
45 assure("", !m.isEmpty()); in test()
46 assure("", m.containsKey("key1")); in test()
[all …]
/AOO41X/main/solenv/gbuild/
H A DOutput.mk61 gb_Output_COLOR_RESET := $(gb_Output_ESCAPE)[0m
64 gb_Output_COLOR_OUTBUILD_LEVEL1 := $(gb_Output_COLOR_RESETANDESCAPE)[37;40m
65 gb_Output_COLOR_OUTBUILD_LEVEL2 := $(gb_Output_COLOR_RESETANDESCAPE)[37;40m
66 gb_Output_COLOR_OUTBUILD_LEVEL3 := $(gb_Output_COLOR_RESETANDESCAPE)[37;40m
67 gb_Output_COLOR_OUTBUILD_LEVEL4 := $(gb_Output_COLOR_RESETANDESCAPE)[37;40m
68 gb_Output_COLOR_OUTBUILD_LEVEL5 := $(gb_Output_COLOR_RESETANDESCAPE)[37;1;46m
69 gb_Output_COLOR_OUTBUILD_LEVEL6 := $(gb_Output_COLOR_RESETANDESCAPE)[37;1;44m
71 gb_Output_COLOR_INBUILD_LEVEL1 := $(gb_Output_COLOR_RESETANDESCAPE)[36;40m
72 gb_Output_COLOR_INBUILD_LEVEL2 := $(gb_Output_COLOR_RESETANDESCAPE)[36;1;40m
73 gb_Output_COLOR_INBUILD_LEVEL3 := $(gb_Output_COLOR_RESETANDESCAPE)[32;40m
[all …]
/AOO41X/extras/l10n/source/vi/
H A Dlocalize.sdf35 ….src 0 pushbutton RID_DLG_MANAGE_LANGUAGE PB_ADD_LANG 0 vi Thêm... 20130…
38mặc định được dùng nếu không có sẵn bản địa hoá cho miền địa phương của giao diện người dùng. Hơn …
40 … string RID_DLG_MANAGE_LANGUAGE STR_DEF_LANG 0 vi [Ngôn ngữ mặc định] …
42 … RID_DLG_MANAGE_LANGUAGE STR_CREATE_LANG 0 vi <Click vào nút 'Thêm' để tạo các tài nguy…
45 …ixedtext RID_DLG_SETDEF_LANGUAGE FT_DEF_LANGUAGE 0 vi Ngôn ngữ mặc định …
46 …F_LANGUAGE FT_DEF_INFO 0 vi Hãy chọn một ngôn ngữ đã xác định ngôn ngữ giao diện người …
47 … 0 string RID_DLG_SETDEF_LANGUAGE STR_ADDLANG_TITLE 0 vi Thêm ngôn ngữ giao diện n…
49m. Các tài nguyên cho những ngôn ngữ này sẽ được tạo trong thư viện. Các chuỗi của ngôn ngữ giao d…
50 …SICIDE_SETDEFAULT_LANGUAGE 0 vi Đặt ngôn ngữ giao diện người dùng mặc định …
51 …icprint.src 0 itemlist RID_PRINTDLG_STRLIST 1 0 vi Phạm vi in dữ liệu …
[all …]
/AOO41X/main/extras/source/truetype/symbol/OpenSymbol 2.1/
H A DOpenSymbol.sfd832 728.164 1091.24 m 1,0,-1
836 768.182 1367 m 1,3,-1
982 509.595 1265.17 m 132,-1,1
993 501.584 659.66 m 132,-1,15
1005 274 1123 m 6,29,30
1115 1213.33 998 m 5,0,-1
1222 319 358 m 1,0,-1
1231 299 193 m 128,-1,14
1326 143 946 m 1,0,-1
1334 475 946 m 1,9,-1
[all …]
/AOO41X/main/extras/source/truetype/symbol/OpenSymbol 2.4.3/
H A DOpenSymbol.sfd835 68 0 m 1,0,-1
840 136 68 m 1,4,-1
941 299 193 m 128,-1,1
950 319 358 m 1,15,-1
1042 475 946 m 1,0,-1
1050 143 946 m 1,9,-1
1387 369 551 m 1,0,-1
1392 102 -25 m 1,4,-1
1565 1278 621 m 0,0,1
1570 1278 674 m 0,7,8
[all …]
/AOO41X/main/tools/inc/tools/
H A Ddiagnose_ex.h85 #define ENSURE_ARG_OR_THROW(c, m) if( !(c) ) { \ argument
86 OSL_ENSURE(c, m); \
89 ::rtl::OUString::createFromAscii( ",\n" m), \
92 #define ENSURE_ARG_OR_THROW2(c, m, ifc, arg) if( !(c) ) { \ argument
93 OSL_ENSURE(c, m); \
96 ::rtl::OUString::createFromAscii( ",\n" m), \
103 #define ENSURE_OR_THROW(c, m) if( !(c) ) { \ argument
104 OSL_ENSURE(c, m); \
107 ::rtl::OUString::createFromAscii( ",\n" m), \
109 #define ENSURE_OR_THROW2(c, m, ifc) if( !(c) ) { \ argument
[all …]
/AOO41X/main/
H A Dset_soenv.in216 if ( $platform =~ m/solaris/ )
218 if ($platform =~ m/^i[3456]86/)
267 elsif ( $platform =~ m/netbsd/ )
270 if ($platform =~ m/^i[3456]86/)
280 elsif ($platform =~ m/^sparc/)
290 elsif ($platform =~ m/powerpc/)
318 elsif ( $platform =~ m/kfreebsd/ )
333 if ($platform =~ m/^i[3456]86/)
345 elsif ($platform =~ m/^x86_64/)
359 elsif ( $platform =~ m/freebsd/ )
[all …]
/AOO41X/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Ddiagnostics.h30 #define JFW_ENSURE(c, m) _JFW_ENSURE(c, OSL_THIS_FILE, __LINE__, m) argument
32 #define JFW_ENSURE(c, m) ((void) 0) argument
36 #define JFW_WARNING2(c, m) _JFW_WARNING2(c, OSL_THIS_FILE, __LINE__, m) argument
38 #define JFW_WARNING2(c, m) ((void) 0) argument
43 #define JFW_TRACE0(m) jfw_trace(m) argument
45 #define JFW_TRACE0(m) ((void) 0) argument
49 #define JFW_TRACE1(m) jfw_trace(m) argument
51 #define JFW_TRACE1(m) ((void) 0) argument
55 #define JFW_TRACE2(m) jfw_trace(m) argument
57 #define JFW_TRACE2(m) ((void) 0) argument
[all …]
/AOO41X/main/sot/source/sdstor/
H A Dstg.cxx149 sal_Bool OLEStorageBase::ValidateMode_Impl( StreamMode m, StgDirEntry* p ) const in ValidateMode_Impl() argument
151 if( m == INTERNAL_MODE ) in ValidateMode_Impl()
154 if( ( m & 3 ) == STREAM_READ ) in ValidateMode_Impl()
157 if( ( ( m & STREAM_SHARE_DENYWRITE ) in ValidateMode_Impl()
159 || ( ( m & STREAM_SHARE_DENYALL ) in ValidateMode_Impl()
168 if( ( m & STREAM_SHARE_DENYALL ) in ValidateMode_Impl()
180 StorageStream::StorageStream( StgIo* p, StgDirEntry* q, StreamMode m ) in StorageStream() argument
188 q->nMode = m; in StorageStream()
193 m &= ~STREAM_READWRITE; in StorageStream()
194 m_nMode = m; in StorageStream()
[all …]
/AOO41X/main/slideshow/source/engine/
H A Dsp_debug.cxx52 static map_type m; in get_map() local
53 return m; in get_map()
60 static mutex_type m; in get_mutex() local
61 return m; in get_mutex()
88 static void scan_and_count(void const * area, size_t size, map_type const & m, map2_type & m2) in scan_and_count() argument
96 if(q->pn.id == boost::detail::shared_count_id && q->pn.pi != 0 && m.count(q->pn.pi) != 0) in scan_and_count()
121 static void find_unreachable_objects_impl(map_type const & m, map2_type & m2) in find_unreachable_objects_impl() argument
126 std::cout << "... " << m.size() << " objects in m.\n"; in find_unreachable_objects_impl()
128 for(map_type::const_iterator i = m.begin(); i != m.end(); ++i) in find_unreachable_objects_impl()
132 scan_and_count(i->second.first, i->second.second, m, m2); in find_unreachable_objects_impl()
[all …]
/AOO41X/main/pyuno/inc/pyuno/
H A Dpyuno.hxx102 PyObject *m; member in pyuno::PyRef
104 PyRef () : m(0) {} in PyRef()
105 PyRef( PyObject * p ) : m( p ) { Py_XINCREF( m ); } in PyRef()
107 PyRef( PyObject * p, __sal_NoAcquire ) : m( p ) {} in PyRef()
109 PyRef( const PyRef &r ) : m( r.get() ) { Py_XINCREF( m ); } in PyRef()
111 ~PyRef() { Py_XDECREF( m ); } in ~PyRef()
113 PyObject *get() const { return m; } in get()
117 Py_XINCREF( const_cast< PyObject*> (m) ); in getAcquired()
118 return m; in getAcquired()
123 PyObject *tmp = m; in operator =()
[all …]
/AOO41X/main/i18npool/source/calendar/
H A Dcalendar_jewish.cxx145 HebrewDate(sal_Int32 m, sal_Int32 d, sal_Int32 y) { month = m; day = d; year = y; } in HebrewDate() argument
167 sal_Int32 m = 7; in operator int() local
168 while (m <= (LastMonthOfHebrewYear(year))) { in operator int()
169 DayInYear = DayInYear + LastDayOfHebrewMonth(m, year); in operator int()
170 m++; in operator int()
172 m = 1; in operator int()
173 while (m < month) { in operator int()
174 DayInYear = DayInYear + LastDayOfHebrewMonth(m, year); in operator int()
175 m++; in operator int()
179 sal_Int32 m = 7; in operator int() local
[all …]
/AOO41X/main/basebmp/inc/basebmp/
H A Daccessorfunctors.hxx64 T operator()( T v1, M m, T v2 ) const in operator ()()
66 return !m == polarity ? v1 : v2; in operator ()()
83 T operator()( T v1, M m, T v2 ) const in operator ()()
88 const T mask( unsigned_cast<T>(m | -m) >> (sizeof(unsigned_T)*8 - 1) ); in operator ()()
99 T operator()( T v1, M m, T v2 ) const in operator ()()
104 const T mask( unsigned_cast<T>(m | -m) >> (sizeof(unsigned_T)*8 - 1) ); in operator ()()
117 T operator()( T v1, M m, T v2 ) const in operator ()()
119 OSL_ASSERT(m<=1); in operator ()()
121 return v1*(M)(1-m) + v2*m; in operator ()()
128 T operator()( T v1, M m, T v2 ) const in operator ()()
[all …]
H A Dcolormisc.hxx44 Color operator()( Color v1, sal_uInt8 m, Color v2 ) const in operator ()()
46 OSL_ASSERT(m<=1); in operator ()()
48 return Color(v1.toInt32()*(sal_uInt8)(1-m) + v2.toInt32()*m); in operator ()()
53 Color operator()( Color v1, sal_uInt8 m, Color v2 ) const in operator ()()
55 OSL_ASSERT(m<=1); in operator ()()
57 return Color(v1.toInt32()*m + v2.toInt32()*(sal_uInt8)(1-m)); in operator ()()
/AOO41X/main/canvas/source/directx/
H A Ddx_impltools.cxx628 aColorMatrix.m[0][0] = static_cast<Gdiplus::REAL>(nRedModulation); in setModulateImageAttributes()
629 aColorMatrix.m[0][1] = 0.0; in setModulateImageAttributes()
630 aColorMatrix.m[0][2] = 0.0; in setModulateImageAttributes()
631 aColorMatrix.m[0][3] = 0.0; in setModulateImageAttributes()
632 aColorMatrix.m[0][4] = 0.0; in setModulateImageAttributes()
634 aColorMatrix.m[1][0] = 0.0; in setModulateImageAttributes()
635 aColorMatrix.m[1][1] = static_cast<Gdiplus::REAL>(nGreenModulation); in setModulateImageAttributes()
636 aColorMatrix.m[1][2] = 0.0; in setModulateImageAttributes()
637 aColorMatrix.m[1][3] = 0.0; in setModulateImageAttributes()
638 aColorMatrix.m[1][4] = 0.0; in setModulateImageAttributes()
[all …]
/AOO41X/main/wizards/com/sun/star/wizards/common/
H A DJavaTools.java567 for (int m = 0; m < baselist[n].length; m++) in removeOutdatedFields()
569 if (FieldInList(_complist, baselist[n][m].Name) > -1) in removeOutdatedFields()
571 secdimvector.add(baselist[n][m]); in removeOutdatedFields()
605 for (int m = 0; m < fieldcount; m++) in getDuplicateFieldIndex()
611 sDescList[m] = ""; in getDuplicateFieldIndex()
613 sDescList[m] += _scomplist[n][m]; in getDuplicateFieldIndex()
631 for (int m = n; m < scomplist.length; m++) in getDuplicateFieldIndex()
633 if (m != n) in getDuplicateFieldIndex()
635 if (scurvalue.equals(scomplist[m])) in getDuplicateFieldIndex()
637 return m; in getDuplicateFieldIndex()
[all …]
/AOO41X/main/sal/qa/rtl_strings/
H A Drtl_old_teststrbuf.cxx53 #define TEST_ENSURE(c, m) CPPUNIT_ASSERT_MESSAGE((m), (c)) argument
108 sal_Int64 m = -3223372036854775807LL; in test_OStringBuffer() local
110 sal_Int64 m; in test_OStringBuffer() local
111 sal_setInt64(&m, 3965190145L, -750499787L); in test_OStringBuffer()
113 sal_Int64 m = -3223372036854775807; in test_OStringBuffer() local
117 b2.append(m); in test_OStringBuffer()
143 b2.insert(26, m); in test_OStringBuffer()
202 sal_Int64 m = -3223372036854775807LL; in test_OUStringBuffer() local
204 sal_Int64 m; in test_OUStringBuffer() local
205 sal_setInt64(&m, 3965190145L, -750499787L); in test_OUStringBuffer()
[all …]
/AOO41X/main/store/source/
H A Dstortree.cxx71 register sal_Int32 const m = ((l + r) >> 1); in find() local
73 if (t.m_aKey == m_pData[m].m_aKey) in find()
74 return ((sal_uInt16)(m)); in find()
75 if (t.m_aKey < m_pData[m].m_aKey) in find()
76 r = m - 1; in find()
78 l = m + 1; in find()
94 sal_uInt16 const m = capacityCount(); in insert() local
95 if ((n < m) && (i < m)) in insert()
130 sal_uInt16 const m = rPageR.usageCount();
131 if ((n + m) <= capacityCount())
[all …]
/AOO41X/main/sal/inc/osl/
H A Ddiagnose.h91 #define OSL_ENSURE(c, m) _OSL_ENSURE(c, OSL_THIS_FILE, __LINE__, m) argument
94 #define OSL_PRECOND(c, m) OSL_ENSURE(c, m) argument
95 #define OSL_POSTCOND(c, m) OSL_ENSURE(c, m) argument
123 #define _OSL_ENSURE(c, f, l, m) \ argument
126 if (!(c) && _OSL_GLOBAL osl_assertFailedLine(f, l, m)) \
134 #define _OSL_ENSURE(c, f, l, m) ((void)0) argument
/AOO41X/main/vos/inc/vos/
H A Ddiagnose.hxx44 #define VOS_ENSHURE(c, m) _OSL_ENSURE(c, VOS_THIS_FILE, __LINE__, m) argument
45 #define VOS_ENSURE(c, m) _OSL_ENSURE(c, VOS_THIS_FILE, __LINE__, m) argument
47 #define VOS_PRECOND(c, m) VOS_ENSHURE(c, m) argument
48 #define VOS_POSTCOND(c, m) VOS_ENSHURE(c, m) argument
/AOO41X/extras/l10n/source/cs/
H A Dlocalize.sdf38 …použije, pokud není k dispozici lokalizace uživatelského rozhraní ve zvoleném jazyce. Navíc se do …
64 …c 0 string RID_STR_LIBNAMETOLONG 0 cs Název knihovny může obsahovat maximál…
73 … string RID_STR_SBXNAMEALLREADYUSED2 0 cs Objekt s takovým názvem již existuje …
321 …eenSettings.HelpView.HelpStrings.b Left 0 cs Kliknutí pravým tlačítkem, šipka vle…
343 … 0 value ..PresenterScreen.PresenterScreenSettings.HelpView.HelpStrings.m Left 0…
344 … 0 value ..PresenterScreen.PresenterScreenSettings.HelpView.HelpStrings.m Right 0…
367 …eview.Strings.ClickToExitPresentationText String 0 cs Kliknutím ukončíte prezentaci.…
374 …esenter.Accessibility.Preview String 0 cs Informace o aktuálním snímku …
1559 …serInterface.Commands..uno:AdjustPrintZoom Label 0 cs Upravit měřítko 20…
1699 …ormatDecDecimals Label 0 cs Formát čísla: odstranit desetinné místo 2013…
[all …]
/AOO41X/main/i18npool/source/transliteration/
H A Dtransliteration_Ignore.cxx157 Mapping *m; in folding() local
158 for (m = map; m->replaceChar; m++) { in folding()
159 if (previousChar == m->previousChar && currentChar == m->currentChar ) { in folding()
161 if (! m->two2one) in folding()
166 *dst++ = m->replaceChar; in folding()
167 if (!m->two2one) in folding()
175 if (! m->replaceChar) { in folding()
/AOO41X/main/unodevtools/source/skeletonmaker/
H A Dskeletoncommon.cxx543 for ( sal_uInt16 m = 0; m < reader.getMethodCount(); ++m ) { in checkAddInTypes() local
544 OString sMethod(codemaker::convertString(reader.getMethodName(m))); in checkAddInTypes()
547 reader.getMethodReturnTypeName(m))); in checkAddInTypes()
560 for ( sal_uInt16 p = 0; p < reader.getMethodParameterCount(m); ++p ) { in checkAddInTypes()
563 reader.getMethodParameterTypeName(m, p))); in checkAddInTypes()
630 for ( sal_uInt16 m = 0; m < reader.getMethodCount(); ++m ) { in generateFunctionParamterMap() local
631 OString sMethod(codemaker::convertString(reader.getMethodName(m))); in generateFunctionParamterMap()
658 for ( sal_uInt16 p = 0; p < reader.getMethodParameterCount(m); ++p ) { in generateFunctionParamterMap()
662 << codemaker::convertString(reader.getMethodParameterName(m, p)) in generateFunctionParamterMap()
669 reader.getMethodParameterName(m, p)) in generateFunctionParamterMap()
[all …]

12345678910>>...16