/aoo4110/main/idlc/test/parser/ |
H A D | constant.tests | 38 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 D | published.tests | 46 published module m {}; 168 exception Exception { E m; }; 182 exception Exception { E m; }; 374 struct S { T m; }; 380 published struct S { T m; }; 386 struct S { T m; }; 392 published struct S { T m; }; 398 struct S { T m; }; 404 published struct S { T m; }; 410 struct S { T m; }; [all …]
|
/aoo4110/main/ridljar/test/com/sun/star/lib/util/ |
H A D | WeakMap_Test.java | 35 WeakMap m = new WeakMap(); in test() local 36 assure("", m.size() == 0); in test() 37 assure("", m.isEmpty()); in test() 41 m.put("key1", u1.get()); in test() 43 m.put("key2", u2.get()); in test() 45 assure("", !m.isEmpty()); in test() 49 assure("", m.containsValue(m.get("key1"))); in test() 50 assure("", m.containsValue(m.get("key2"))); in test() 54 assure("", m.values().contains(m.get("key1"))); in test() 55 assure("", m.values().contains(m.get("key2"))); in test() [all …]
|
/aoo4110/main/solenv/gbuild/ |
H A D | Output.mk | 61 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 71 gb_Output_COLOR_INBUILD_LEVEL1 := $(gb_Output_COLOR_RESETANDESCAPE)[36;40m 73 gb_Output_COLOR_INBUILD_LEVEL3 := $(gb_Output_COLOR_RESETANDESCAPE)[32;40m 78 gb_Output_COLOR_OUTCLEAN_LEVEL1 := $(gb_Output_COLOR_RESETANDESCAPE)[37;40m 85 gb_Output_COLOR_INCLEAN_LEVEL1 := $(gb_Output_COLOR_RESETANDESCAPE)[33;40m 87 gb_Output_COLOR_INCLEAN_LEVEL3 := $(gb_Output_COLOR_RESETANDESCAPE)[31;40m [all …]
|
/aoo4110/extras/l10n/source/vi/ |
H A D | localize.sdf | 13710 …m nút \<emph\>Thêm\</emph\> để thêm một máy phục vụ Wiki mới.\<br/\>Chọn một mục nhập, sau đó bấm … 27495 …màu RGB hoà ánh sáng màu đỏ, lục và xanh để tạo màu sắc trên màn hình của máy tính. Trong mẫu RGB,… 29558 …n của một tập tin, một thư mục, hoặc tất cả các tập tin và thư mục đều nằm trên một đĩa hoặc trong… 39716 …ar_id3150538 67 0 vi Khi một hàm đợi một giá trị riêng lẻ, mà bạn đã nhập một phạm vi ô, thì lấy… 39756 …ar_id3153546 63 0 vi Khi một hàm đợi một giá trị riêng lẻ, mà bạn đã nhập một phạm vi ô, thì lấy… 41054 …4 0 vi Nếu hàm LOOKUP không tìm được tiêu chuẩn tìm kiếm, nó tìm mục tương ứng với véc-tơ tìm n… 49366 …m (proxy), máy phục vụ ủy nhiệm (proxy server) là một máy tính trên mạng nội bộ mà hoạt động như m… 56778 …mẫu trên trang Web, bạn có thể tìm thuộc tính này trong mặt nạ (bộ lọc) tìm kiếm. Đây là mặt nạ ch… 57239 …mẫu con là một thành phần thêm của biểu mẫu chính. Biểu mẫu chính có thể được gọi là « biểu mẫu ch… 58009 …m kiếm qua tất cả các trường.\</ahelp\> Chạy tiến trình tìm kiếm trong bảng thì tìm kiếm qua mọi t… [all …]
|
/aoo4110/main/extras/source/truetype/symbol/OpenSymbol 2.1/ |
H A D | OpenSymbol.sfd | 1222 319 358 m 1,0,-1 1326 143 946 m 1,0,-1 1334 475 946 m 1,9,-1 2457 66 502 m 1,0,-1 2593 0 -25 m 1,0,-1 2747 283 944 m 0,0,1 4466 221 0 m 1,0,-1 6373 72 0 m 1,0,1 7458 31 84 m 0,0,1 29283 0 -2 m 1,0,1 [all …]
|
/aoo4110/main/extras/source/truetype/symbol/OpenSymbol 2.4.3/ |
H A D | OpenSymbol.sfd | 835 68 0 m 1,0,-1 840 136 68 m 1,4,-1 1042 475 946 m 1,0,-1 1050 143 946 m 1,9,-1 1758 743 221 m 1,0,1 1988 766 0 m 1,0,-1 2255 0 -25 m 1,0,-1 3927 0 540 m 1,0,-1 6073 72 0 m 1,0,1 29324 0 -2 m 1,0,1 [all …]
|
/aoo4110/main/tools/inc/tools/ |
H A D | diagnose_ex.h | 103 #define ENSURE_OR_THROW(c, m) if( !(c) ) { \ argument 126 #define ENSURE_OR_RETURN_FALSE(c, m) \ argument 127 ENSURE_OR_RETURN(c, m, false) 132 #define ENSURE_OR_RETURN_VOID( c, m ) \ argument 135 OSL_ENSURE( c, m ); \ 144 #define ENSURE_OR_RETURN_VOID( c, m ) \ argument 147 OSL_ENSURE( c, m ); \ 154 #define ENSURE_OR_CONTINUE( c, m ) \ argument 157 OSL_ENSURE( false, m ); \ 164 #define ENSURE_OR_BREAK( c, m ) \ argument [all …]
|
/aoo4110/main/ |
H A D | set_soenv.in | 370 if (($platform =~ m/^amd64/) || ($platform =~ m/^x86_64/)) 441 elsif ($JDK =~ m/sun/) { 563 elsif ($JDK =~ m/sun/) { 905 if ( $platform =~ m/os2/ ) 915 if ($platform =~ m/cygwin/) 920 if ($platform =~ m/cygwin/) 967 if ($platform =~ m/cygwin/) 999 if ( $platform =~ m/os2/ ) 2053 if ( $platform =~ m/os2/ ) 2090 if ( $platform =~ m/os2/ ) [all …]
|
/aoo4110/main/jvmfwk/plugins/sunmajor/pluginlib/ |
H A D | diagnostics.h | 30 #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 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 62 #define _JFW_ENSURE(c, f, l, m) jfw_ensure(c, f, l, m) argument [all …]
|
/aoo4110/main/sot/source/sdstor/ |
H A D | stg.cxx | 151 if( m == INTERNAL_MODE ) in ValidateMode_Impl() 154 if( ( m & 3 ) == STREAM_READ ) in ValidateMode_Impl() 188 q->nMode = m; in StorageStream() 193 m &= ~STREAM_READWRITE; in StorageStream() 194 m_nMode = m; in StorageStream() 392 m_nMode = m; in Storage() 393 if( pIo->Open( aName, m ) ) in Storage() 399 pEntry->nMode = m; in Storage() 526 m_nMode = m; in Storage() 528 q->nMode = m; in Storage() [all …]
|
/aoo4110/main/slideshow/source/engine/ |
H A D | sp_debug.cxx | 52 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() 128 for(map_type::const_iterator i = m.begin(); i != m.end(); ++i) in find_unreachable_objects_impl() 162 BOOST_ASSERT(i != m.end()); in find_unreachable_objects_impl() 184 map_type const & m = get_map(); in find_unreachable_objects() local 186 find_unreachable_objects_impl(m, m2); in find_unreachable_objects() 193 BOOST_ASSERT(i != m.end()); in find_unreachable_objects() 233 map_type const & m = get_map(); in free_unreachable_objects() local [all …]
|
/aoo4110/main/pyuno/inc/pyuno/ |
H A D | pyuno.hxx | 102 PyObject *m; member in pyuno::PyRef 104 PyRef () : m(0) {} in PyRef() 105 PyRef( PyObject * p ) : m( p ) { Py_XINCREF( m ); } in PyRef() 109 PyRef( const PyRef &r ) : m( r.get() ) { Py_XINCREF( m ); } in PyRef() 118 return m; in getAcquired() 123 PyObject *tmp = m; in operator =() 124 m = r.getAcquired(); in operator =() 138 m = 0; in scratch() 145 Py_XDECREF( m ); in clear() 146 m = 0; in clear() [all …]
|
/aoo4110/main/i18npool/source/calendar/ |
H A D | calendar_jewish.cxx | 145 HebrewDate(sal_Int32 m, sal_Int32 d, sal_Int32 y) { month = m; day = d; year = y; } in HebrewDate() argument 167 sal_Int32 m = 7; member in HebrewDate 170 m++; 172 m = 1; 173 while (m < month) { 175 m++; 179 sal_Int32 m = 7; member in HebrewDate 180 while (m < month) { 182 m++; 223 GregorianDate(int m, int d, int y) { month = m; day = d; year = y; } in GregorianDate() argument [all …]
|
/aoo4110/main/basebmp/inc/basebmp/ |
H A D | accessorfunctors.hxx | 64 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 ()() 130 OSL_ASSERT(m<=1); in operator ()() [all …]
|
H A D | colormisc.hxx | 44 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 ()()
|
/aoo4110/main/canvas/source/directx/ |
H A D | dx_impltools.cxx | 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() 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() 640 aColorMatrix.m[2][0] = 0.0; in setModulateImageAttributes() 641 aColorMatrix.m[2][1] = 0.0; in setModulateImageAttributes() [all …]
|
/aoo4110/main/wizards/com/sun/star/wizards/common/ |
H A D | JavaTools.java | 567 for (int m = 0; m < baselist[n].length; 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() 681 for (int m = n; m < ocurValue.length; m++) in getDuplicateFieldIndex() 683 PropertyValue odetValue = ocurValue[m]; in getDuplicateFieldIndex() [all …]
|
/aoo4110/main/sal/qa/rtl_strings/ |
H A D | rtl_old_teststrbuf.cxx | 53 #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 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 207 sal_Int64 m = -3223372036854775807; in test_OUStringBuffer() local 211 b2.append(m); in test_OUStringBuffer() [all …]
|
/aoo4110/main/store/source/ |
H A D | stortree.cxx | 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() 131 if ((n + m) <= capacityCount()) 134 usageCount (n + m); 154 sal_uInt16 const m = capacityCount(); in truncate() local [all …]
|
/aoo4110/main/sal/inc/osl/ |
H A D | diagnose.h | 91 #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
|
/aoo4110/main/vos/inc/vos/ |
H A D | diagnose.hxx | 44 #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
|
/aoo4110/main/i18npool/source/transliteration/ |
H A D | transliteration_Ignore.cxx | 157 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()
|
/aoo4110/extras/l10n/source/cs/ |
H A D | localize.sdf | 11099 …KNOWLEDGE 0 cs OpenOffice komunita děkuje všem přispívajícím členům, zejména tým zmíněným na … 17210 …02360575 0 cs Poklepáním na legendu: vybrat a měnit tuto legendu. Klepnutím a pak poklepáním na… 18415 …m buňkám nebo celým tabulkám můžete v aplikaci Writer přiřadit mnoho různých druhů ohraničení. Jin… 18528 …captions.xhp 0 help par_id3153156 22 0 cs Obrázkům, tabulkám, rámcům a kresleným objektům v text… 25965 …th\01\03090000.xhp 0 help par_id3153250 7 0 cs Ke stejným funkcím máte přístup také pomocí místn… 37313 …měna dokumentů \<item type=\"productname\"\>%PRODUCTNAME\</item\> Calc mezi uživateli s různým nas… 39253 …tice při měsíčních platbách pěti set měnových jednotek a roční úrokové míře 8 %? Platební období j… 39379 … systém v pořizovací hodnotě 75 000 měnových jednotek má být odepisován každý měsíc po dobu pěti l… 48136 …52886 5 0 cs Jazyk můžete přiřadit označené části textu v odstavci, buď přímým formátováním nebo… 57120 …46794 43 0 cs Nezávisle na uživatelském místním nastavení je datum odesíláno ve výchozím formátu… [all …]
|
/aoo4110/main/unodevtools/source/skeletonmaker/ |
H A D | skeletoncommon.cxx | 543 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 …]
|