Home
last modified time | relevance | path

Searched refs:m (Results 151 – 175 of 398) sorted by path

12345678910>>...16

/trunk/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
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 …]
/trunk/main/filter/source/flash/
H A Dswfwriter.cxx82 ::basegfx::B2DHomMatrix m; // #i73264# in Writer()
91 mpTag->addMatrix( m ); // identity matrix in Writer()
H A Dswfwriter1.cxx654 …basegfx::B2DHomMatrix m(basegfx::tools::createRotateB2DHomMatrix(static_cast<double>(nOrientation)… in Impl_writeText() local
655 m.translate( double(aPt.X() / scale), double(aPt.Y()) ); in Impl_writeText()
656 m.scale( scale, scale ); in Impl_writeText()
666 mpTag->addMatrix( m ); in Impl_writeText()
1013 ::basegfx::B2DHomMatrix m; // #i73264# in Impl_writeImage()
1014 m.scale(1.0/XScale, 1.0/YScale ); in Impl_writeImage()
1016 m.translate(destRect.Left(), destRect.Top()); in Impl_writeImage()
1018 FillStyle aFillStyle( nBitmapId, true, m ); in Impl_writeImage()
H A Dswfwriter2.cxx620 m.scale( 1.2, 1.2 ); in Impl_addGradient()
626 m.translate( tx, scale_move * ty ); in Impl_addGradient()
629 m.scale( scalex, scalex ); in Impl_addGradient()
635 m.translate( scale_move * tx, ty ); in Impl_addGradient()
638 m.scale( scaley, scaley ); in Impl_addGradient()
653 m.translate( tx, ty ); in Impl_addGradient()
654 m.scale( scalex, scaley ); in Impl_addGradient()
666 m.scale( scalex, scaley ); in Impl_addGradient()
668 m.translate( maBoundRect.GetWidth() / 2.0, maBoundRect.GetHeight() / 2.0 ); in Impl_addGradient()
674 m.translate( maBoundRect.nLeft, maBoundRect.nTop ); in Impl_addGradient()
[all …]
/trunk/main/graphite/
H A Dgraphite-2.3.1.patch.mingw8 + absdir=`cygpath -m -a "$dir"`
/trunk/main/helpcontent2/source/text/shared/01/
H A Dmakefile.mk190 05110600m.xhp \
/trunk/main/helpcontent2/source/text/simpress/01/
H A Dmakefile.mk71 04030000m.xhp \
73 04040000m.xhp \
89 05090000m.xhp \
91 05110500m.xhp \
94 05120500m.xhp \
/trunk/main/helpcontent2/util/sbasic/
H A Dmakefile.mk537 text$/shared$/01$/05110600m.xhp \
/trunk/main/helpcontent2/util/scalc/
H A Dmakefile.mk550 text$/shared$/01$/05110600m.xhp \
/trunk/main/helpcontent2/util/schart/
H A Dmakefile.mk238 text$/shared$/01$/05110600m.xhp \
/trunk/main/helpcontent2/util/sdatabase/
H A Dmakefile.mk236 text$/shared$/01$/05110600m.xhp \
/trunk/main/helpcontent2/util/sdraw/
H A Dmakefile.mk126 text$/simpress$/01$/04030000m.xhp \
128 text$/simpress$/01$/04040000m.xhp \
144 text$/simpress$/01$/05090000m.xhp \
146 text$/simpress$/01$/05110500m.xhp \
149 text$/simpress$/01$/05120500m.xhp \
470 text$/shared$/01$/05110600m.xhp \
/trunk/main/helpcontent2/util/simpress/
H A Dmakefile.mk128 text$/simpress$/01$/04030000m.xhp \
130 text$/simpress$/01$/04040000m.xhp \
146 text$/simpress$/01$/05090000m.xhp \
148 text$/simpress$/01$/05110500m.xhp \
151 text$/simpress$/01$/05120500m.xhp \
480 text$/shared$/01$/05110600m.xhp \
/trunk/main/helpcontent2/util/smath/
H A Dmakefile.mk316 text$/shared$/01$/05110600m.xhp \
/trunk/main/helpcontent2/util/swriter/
H A Dmakefile.mk628 text$/shared$/01$/05110600m.xhp \
/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() argument
86 m = nMillis / (60 * 1000); in debug_cal_millis_to_time()
87 nMillis -= m * (60 * 1000); in debug_cal_millis_to_time()
95 long nMillis, h, m, s, f; in debug_i18n_cal_dump() local
104 debug_cal_millis_to_time( nMillis, h, m, s, f); in debug_i18n_cal_dump()
105 fprintf( stderr, " (%ld:%02ld:%02ld.%ld)", h, m, s, f); in debug_i18n_cal_dump()
108 debug_cal_millis_to_time( nMillis, h, m, s, f); in debug_i18n_cal_dump()
109 fprintf( stderr, " (%ld:%02ld:%02ld.%ld)", h, m, s, f); in debug_i18n_cal_dump()
319 sal_Int16 e, y, m, d; in mapFromGregorian() local
323 m = fieldValue[CalendarFieldIndex::MONTH] + 1; in mapFromGregorian()
[all …]
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; 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 …]
/trunk/main/i18npool/source/localedata/
H A Dlocaledata.cxx269 …LookupTableItem(const sal_Char *name, osl::Module* m, const sal_Char* lname) : dllName(name), modu… in LocaleDataLookupTableItem()
/trunk/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()
/trunk/main/idl/source/objects/
H A Dmodule.cxx606 for( sal_uLong m=0; m<rClassList.Count(); m++ ) in Write() local
608 SvClassElement *pEle = rClassList.GetObject(m); in Write()
611 if ( m+1 == rClassList.Count() ) in Write()
H A Dslot.cxx1048 sal_uLong m; // for inner "for" loop in Insert() local
1119 for( m=0; m<rBase.GetAttrList().Count(); m++ ) in Insert()
1121 SvMetaAttribute * pAttr = rBase.GetAttrList().GetObject( m ); in Insert()
1130 if ( m == rBase.GetAttrList().Count() ) in Insert()
/trunk/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 Dconstructor.tests159 interface X { void m(); };
168 interface XInterface { void m(); };
178 interface XInterface { void m(); };
188 interface XInterface { void m(); };
H A Dpublished.tests46 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 …]
H A Dstruct.tests23 struct S { void m; };
27 struct S { sequence<void> m; };
32 struct S { E m; };
37 struct S { sequence<E> m; };
41 struct S { S m; };
45 struct S { sequence<S> m; };
49 struct S { sequence<sequence<S> > m; };

Completed in 356 milliseconds

12345678910>>...16