Home
last modified time | relevance | path

Searched defs:m (Results 1 – 25 of 114) sorted by last modified time

12345

/trunk/main/filter/source/flash/
H A Dswfwriter2.cxx605 …basegfx::B2DHomMatrix m(basegfx::tools::createRotateB2DHomMatrix((maGradient.GetAngle() - 900) * F… in Impl_addGradient() local
H A Dswfwriter1.cxx654 …basegfx::B2DHomMatrix m(basegfx::tools::createRotateB2DHomMatrix(static_cast<double>(nOrientation)… in Impl_writeText() local
/trunk/main/autodoc/source/cosv/strings/
H A Dstreamstr.cxx375 m = io_swap.eMode; in swap() local
/trunk/main/sc/source/core/tool/
H A Dinterpr5.cxx1847 void lcl_MFastMult( ScMatrixRef pA, ScMatrixRef pB, ScMatrixRef pR, SCSIZE n, SCSIZE m, SCSIZE l ) in lcl_MFastMult()
/trunk/main/svtools/source/svrtf/
H A Dparrtf.cxx205 for( sal_uInt8 m = 0; m < nUCharOverread; ++m ) in _GetNextToken() local
434 for( sal_uInt8 m = 0; m < nUCharOverread; ++m ) in ScanText() local
/trunk/main/vcl/source/fontsubset/
H A Dttcr.cxx446 sal_uInt32 m; /* number of allocated translation pairs */ member
453 sal_uInt32 m; /* number of allocated CMAP sub-tables */ member
H A Dsft.cxx628 F16Dot16 a = 0x10000, b = 0, c = 0, d = 0x10000, m, n, abs1, abs2, abs3; in GetCompoundTTOutline() local
2763 int i, n, m; in GetTTRawGlyphData() local
2992 TTSimpleGlyphMetrics *m; in main() local
H A Dlist.cxx248 int m = 0; in listSkipForward() local
286 int m = 0; in listPositionAt() local
/trunk/main/editeng/source/editeng/
H A Dimpedit4.cxx1382 for ( sal_uInt16 m = 0; m < nCount; m++ ) in InsertBinTextObject() local
/trunk/main/starmath/source/
H A Dview.cxx920 xub_StrLen m = aLine.Len(); in GetTextSize() local
1009 xub_StrLen m = aLine.Len(); in DrawText() local
/trunk/main/sal/osl/unx/
H A Dsecurity.c61 long m; in sysconf_SC_GETPW_R_SIZE_MAX() local
/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DUnoDialogSample.java1465 int m = keyEvent.KeyFunc; in keyReleased() 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/sfx2/source/doc/
H A Ddocfile.cxx3591 for ( sal_Int32 m=0; m<nLength; m++ ) in AddVersion_Impl() local
3628 for ( sal_Int32 m=n; m<nLength-1; m++ ) in RemoveVersion_Impl() local
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx1668 for( int m = 0; m < rInfo.GetDotCount(); m++ ) in appendLineInfo() local
/trunk/main/pyuno/source/module/
H A Dpyuno_module.cxx751 PyObject *m; in PyInit_pyuno() local
/trunk/main/pyuno/inc/pyuno/
H A Dpyuno.hxx102 PyObject *m; member in pyuno::PyRef
/trunk/test/testgui/source/bvt/gui/
H A DFileExport.java191 int m = 0; in getcontinuepoint() 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/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/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/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
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx427 #define DMAP( v, m ) ((v % P_DELTA) > m ? (v / P_DELTA) + 1 : (v / P_DELTA)) argument
H A Dsalgdi3.cxx556 cairo_matrix_t m; in DrawCairoAAFontString() local
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx4027 for( sal_Int32 m = 0; m < nEnc; m++ ) in readOverrideMetrics() local
4040 for( sal_Int32 m = 0; m < nEnc; m++ ) in readOverrideMetrics() local
4055 for( sal_Int32 m = 0; m < nInts; m+=3 ) in readOverrideMetrics() local
4070 for( int m = 0; m < nPairs; m++ ) in readOverrideMetrics() local

Completed in 292 milliseconds

12345