Home
last modified time | relevance | path

Searched defs:m (Results 26 – 50 of 114) sorted by relevance

12345

/trunk/main/store/source/
H A Dstortree.cxx71 sal_Int32 const m = ((l + r) >> 1); in find() local
94 sal_uInt16 const m = capacityCount(); in insert() local
154 sal_uInt16 const m = capacityCount(); in truncate() local
/trunk/main/vcl/unx/generic/app/
H A Dkeysymnames.cxx427 for( int m = aKeyboards[n].nReplacements ; m ; ) in getKeysymReplacementName() local
436 for( int m = sizeof(aImplReplacements_English)/sizeof(aImplReplacements_English[0]) ; m ; ) in getKeysymReplacementName() local
/trunk/main/odk/source/com/sun/star/lib/loader/
H A DLoader.java133 Method m = c.getMethod( "main", new Class[] { String[].class } ); in main() local
181 Method m = c.getMethod( "getJars", (Class[]) null ); in getCustomLoader() local
/trunk/main/stoc/source/registry_tdprovider/
H A Drdbtdp_tdenumeration.cxx396 for ( sal_Int32 m = 0; in queryMore() local
478 for ( sal_Int32 m = 0; m < m_aTypes.getLength(); ++m ) in queryMore() local
/trunk/main/stoc/test/
H A Dtestsmgr_cpnt.cxx58 #define TEST_ENSHURE(c, m) OSL_ENSURE(c, m) argument
60 #define TEST_ENSHURE(c, m) OSL_VERIFY(c) argument
H A Dtestregistry.cxx62 #define TEST_ENSHURE(c, m) OSL_ENSURE(c, m) argument
64 #define TEST_ENSHURE(c, m) OSL_VERIFY(c) argument
/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DDataAware.java294 Method m = null; in createGetMethod() local
332 Method m = null; in createSetMethod() local
/trunk/main/ure/source/uretest/
H A Dcppmain.cc101 osl::Mutex m; in run() local
/trunk/main/xmerge/java/aportisdoc/src/main/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/
H A DDocDecoder.java170 int m = (c & 0x3fff) >> COUNT_BITS; in decompress() local
/trunk/main/jurt/test/com/sun/star/lib/uno/bridges/java_remote/
H A DProxyFactory_Test.java110 int m; in sendRequest() local
/trunk/main/odk/source/unoapploader/unx/
H A Dunoapploader.c141 size_t m; in main() local
/trunk/main/sc/source/ui/optdlg/
H A Dtpcalc.cxx150 sal_uInt16 d,m,y; in Reset() local
/trunk/main/vcl/source/gdi/
H A Dconfigsettings.cxx148 for( int m = 0; m < aKeys.getLength(); m++ ) in getValues() local
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWSDecoder.java230 int m = (c & 0x3fff) >> COUNT_BITS; in decompress() local
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DDumper.java188 Iterator m = properties.entrySet().iterator(); in dumpAllProperties() local
/trunk/main/bridges/source/jni_uno/
H A Djni_helper.h88 jmethodID m; in find_class() local
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/util/
H A DWeakMap.java78 public WeakMap(Map m) { in WeakMap()
/trunk/main/pyuno/inc/pyuno/
H A Dpyuno.hxx102 PyObject *m; member in pyuno::PyRef
/trunk/main/autodoc/inc/ary/idl/
H A Di_types4idl.hxx114 m, enumerator
/trunk/main/vcl/source/fontsubset/
H A Dlist.cxx248 int m = 0; in listSkipForward() local
286 int m = 0; in listPositionAt() local
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DProductDescription.java74 Iterator m = map.entrySet().iterator(); in setNewMacro() local
/trunk/main/i18npool/source/calendar/
H A Dcalendar_gregorian.cxx80 static void debug_cal_millis_to_time( long nMillis, long & h, long & m, long & s, long & f ) in debug_cal_millis_to_time()
95 long nMillis, h, m, s, f; in debug_i18n_cal_dump() local
319 sal_Int16 e, y, m, d; in mapFromGregorian() local
/trunk/main/desktop/win32/source/QuickStart/
H A DQuickStart.cpp378 … int m = TrackPopupMenuEx(popupMenu, TPM_RETURNCMD|TPM_LEFTALIGN|TPM_RIGHTBUTTON, in WndProc() local
/trunk/main/sc/source/ui/miscdlgs/
H A Dsimpref.cxx57 #define QUERYBOX(m) QueryBox(this,WinBits(WB_YES_NO|WB_DEF_YES),m).Execute() argument
/trunk/main/cppu/source/uno/
H A Ddata.cxx364 #define OFFSET_OF( s, m ) reinterpret_cast< std::size_t >((char *)&((s *)16)->m -16) argument
368 #define BINTEST_VERIFYOFFSET( s, m, n ) \ argument
429 M m; member

Completed in 111 milliseconds

12345