Home
last modified time | relevance | path

Searched refs:m (Results 226 – 250 of 398) sorted by last modified time

12345678910>>...16

/trunk/main/ooo_custom_images/industrial/res/commandimagelist/
H A Dlc_grafmode.xcf.bz2
H A Dlc_draw.xcf.bz2
H A Dlc_closedocs.xcf.bz2
H A Dlc_backgroundpatterncontroller.xcf.bz2
H A Dlc_adjust.xcf.bz2
/trunk/main/offapi/com/sun/star/linguistic2/
H A DXHyphenatedWord.idl90 to m-2 (before the last character) where m is the length of
/trunk/main/offapi/com/sun/star/chart2/
H A DLinearScaling.idl36 /** Scaling that scales a value <em>x</em> by calculating <em>m &middot;
39 <p>If not mentioned explicitly, the parameter <em>m</em> is 1.0
/trunk/main/offapi/com/sun/star/awt/
H A DXImageConsumer.idl75 (m,n) is stored in the pixels array at index (n * <var>nScanSize</var>
76 + m + nOffset).</p>
95 (m,n) is stored in the pixels array at index (n * <var>nScanSize</var>
96 + m + nOffset).</p>
/trunk/main/odk/source/unoapploader/unx/
H A Dunoapploader.c141 size_t m; in main() local
149 m = fread(libpath + old, 1, n - old - 1, f); in main()
150 if (m != n - old - 1) { in main()
155 libpath[old + m] = '\0'; in main()
/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
134 m.invoke( null, new Object[] { args } ); in main()
181 Method m = c.getMethod( "getJars", (Class[]) null ); in getCustomLoader() local
182 URL[] jarurls = (URL[]) m.invoke( in getCustomLoader()
/trunk/main/odk/examples/java/Inspector/
H A DUnoNode.java265 for (int m = 0; m < sDelServiceNames.length; m++){ in removeMandatoryServiceNames()
266 if (aVector.contains(sDelServiceNames[m])){ in removeMandatoryServiceNames()
267 int nIndex = aVector.indexOf(sDelServiceNames[m]); in removeMandatoryServiceNames()
/trunk/main/nss/
H A Dnss.patch.mingw132 + sh ./sign.sh $(shell cygpath -m -a $(DIST)) \
133 + $(shell cygpath -m -a $(OBJDIR)) $(OS_TARGET) \
134 + $(shell cygpath -m -a $(NSPR_LIB_DIR)) $(shell cygpath -m -a $<)
/trunk/main/migrationanalysis/src/wizard/
H A Dmakefile.mk82 cd $(@:d) && "$(VB6_LOCATION)$/vb6.exe" /m $(@:b).vbp
/trunk/main/migrationanalysis/src/driver_docs/sources/excel/
H A DMigrationAnalyser.cls2208 Dim m As String
2213 m = Mid(s, I, 1)
2214 Asclong = Asclong + Asc(m)
/trunk/main/linguistic/source/
H A Dlngsvcmgr.cxx252 for (size_t m = 0; m < nAvailSvcs; ++m) in SetAvailableCfgServiceLists() local
254 const SvcInfo &rSvcInfo = *rAvailSvcs[m]; in SetAvailableCfgServiceLists()
/trunk/main/libxmlsec/
H A Dxmlsec1-update-config-sub-and-guess.patch475 - echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
477 + echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
687 FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
744 + # uname -m includes "-pc" on this system.
1114 # uname -m prints for DJGPP always 'pc', but it prints nothing about
1145 mc68k:UNIX:SYSTEM5:3.51m)
1364 # "uname -m" is not consistent, so use $cputype instead. 386
/trunk/main/libtextcat/data/new_fingerprints/lm/
H A Dromansh.lm17 m 686
H A Dsanskrit.lm12 m 1982
148 m.h_ 211
149 m. 211
150 m.h 211
H A Dscots.lm30 m 445
H A Dscots_gaelic.lm28 m 585
H A Dserbian-latin.lm18 m 4663
H A Dspanish.lm20 m 1447
H A Dzulu.lm15 m
H A Dslovak_ascii.lm19 m 1339
/trunk/main/libtextcat/
H A Dlibtextcat-2.2.patch763 char *m = n;
766 - *m++ = *q++;
767 + int decay = charcopy(q, m); /*[modified] previously *q++ = *m++*/
769 + m += decay; /*[modified]*/
770 *m = '\0';
780 - *m++ = *q;
782 + m += decay;
783 *m = '\0';
2218 + echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
2492 + # uname -m includes "-pc" on this system.
[all …]

Completed in 189 milliseconds

12345678910>>...16