Home
last modified time | relevance | path

Searched refs:M (Results 1 – 25 of 208) sorted by relevance

123456789

/AOO41X/main/basebmp/inc/basebmp/
H A Daccessorfunctors.hxx48 template< typename T, typename M > struct MaskFunctorBase :
49 public TernaryFunctorBase<T,M,T,T> {};
60 typename M,
61 bool polarity > struct GenericOutputMaskFunctor : public MaskFunctorBase<T,M>
64 T operator()( T v1, M m, T v2 ) const in operator ()()
74 typename M,
77 typename M > struct IntegerOutputMaskFunctor<T,M,true> : public MaskFunctorBase<T,M>
83 T operator()( T v1, M m, T v2 ) const in operator ()()
89 return v1*(M)(1-mask) + v2*mask; in operator ()()
93 typename M > struct IntegerOutputMaskFunctor<T,M,false> : public MaskFunctorBase<T,M>
[all …]
H A Daccessortraits.hxx40 template< typename T, typename M, bool polarity, typename DUMMY > struct outputMaskFunctorSelector …
41 ifBothScalarIntegral< T, M,
42 IntegerOutputMaskFunctor< T, M, polarity >,
43 GenericOutputMaskFunctor< T, M, polarity > >
46 template< typename T, typename M, bool polarity > struct outputMaskFunctorSelector< T, M, polarity,…
47 ifBothScalarIntegral< T, M,
48 FastIntegerOutputMaskFunctor< T, M, polarity >,
49 GenericOutputMaskFunctor< T, M, polarity > >
/AOO41X/main/sc/source/core/tool/
H A Dinterpr3.cxx1743 double M = ::rtl::math::approxFloor(GetDouble()); in ScHypGeomDist() local
1747 if( (x < 0.0) || (n < x) || (M < x) || (N < n) || (N < M) || (x < n - N + M) ) in ScHypGeomDist()
1756 size_t nEstContainerSize = static_cast<size_t>( x + ::std::min( n, M ) ); in ScHypGeomDist()
1767 double fCNumVarUpper = N - n - M + x - 1.0; in ScHypGeomDist()
1769 if ( N - n - M + x >= M - x + 1.0 ) in ScHypGeomDist()
1771 fCNumVarUpper = M - x - 1.0; in ScHypGeomDist()
1772 fCDenomVarLower = N - n - 2.0*(M - x) + 1.0; in ScHypGeomDist()
1778 double fCDenomUpper = N - n - M + x + 1.0 - fCDenomVarLower; in ScHypGeomDist()
1780 double fDNumVarLower = n - M; in ScHypGeomDist()
1782 if ( n >= M + 1.0 ) in ScHypGeomDist()
[all …]
H A Dinterpr5.cxx2222 SCSIZE& nCY, SCSIZE& nRX, SCSIZE& nRY, SCSIZE& M, in CheckMatrix() argument
2230 M = 0; in CheckMatrix()
2273 M = 1; in CheckMatrix()
2292 M = nCX; in CheckMatrix()
2304 M = nRX; in CheckMatrix()
2321 M = 1; in CheckMatrix()
/AOO41X/main/basegfx/source/workbench/
H A Dconvexhull.cxx197 Polygon2D::size_type M; in convexHull() local
198 for( M=3, i=4; i<=N; ++i ) in convexHull()
200 while( ccw(result[M], result[M-1], result[i], cmpFunc) >= 0 ) in convexHull()
201 --M; in convexHull()
203 ++M; in convexHull()
204 ::std::swap( result[M], result[i] ); in convexHull()
208 return Polygon2D( result.begin()+1, result.begin()+M+1 ); in convexHull()
/AOO41X/main/basctl/source/basicide/
H A Dbasidesh.src148 …s zum letzten Modul gesucht. M�chten Sie die Suche beim ersten Modul fortsetzen? : Es wurde bis zu…
192 …/* ### ACHTUNG: Neuer Text in Resource? M�chten Sie das Makro XX l�schen ? : M�chten Sie das Makro…
197 …/* ### ACHTUNG: Neuer Text in Resource? M�chten Sie den Dialog XX l�schen ? : M�chten Sie den Dial…
202 …/* ### ACHTUNG: Neuer Text in Resource? M�chten Sie die Bibliothek XX l�schen ? : M�chten Sie die …
207 …/* ### ACHTUNG: Neuer Text in Resource? M�chten Sie die Referenz auf die Bibliothek XX l�schen ? :…
212 …/* ### ACHTUNG: Neuer Text in Resource? M�chten Sie das Modul XX l�schen ? : M�chten Sie das Modul…
/AOO41X/main/cppu/source/uno/
H A Ddata.cxx417 struct M struct
423 struct N : public M
425 sal_Int16 p CPPU_GCC3_ALIGN( M );
429 M m;
433 struct O : public M
525 BINTEST_VERIFYSIZE( M, 8 ); in BinaryCompatible_Impl()
526 BINTEST_VERIFYOFFSET( M, o, 4 ); in BinaryCompatible_Impl()
/AOO41X/main/icu/
H A Dicu4c-4_0_1-src.patch106 # The #M# is used to delete lines for icu-config
108 #CURR_FULL_DIR=$(shell pwd -W)#M# for MSYS
109 -CURR_FULL_DIR=$(subst \,/,$(shell cmd /c cd | tail --bytes=+3))#M# for Cygwin shell
110 +CURR_FULL_DIR=$(subst \,/,$(shell cmd /c cd))#M# for Cygwin shell
112 #CURR_SRCCODE_FULL_DIR=$(subst /,\\\\,$(shell pwd -W))#M# for MSYS
113 -CURR_SRCCODE_FULL_DIR=$(subst \,/,$(shell cmd /c cd | tail --bytes=+3))#M# for Cygwin shell
114 +CURR_SRCCODE_FULL_DIR=$(subst \,/,$(shell cmd /c cd))#M# for Cygwin shell
H A Dicu4c-4_2_1-src.patch113 #CURR_SRCCODE_FULL_DIR=$(subst /,\\\\,$(shell pwd -W))#M# for MSYS
114 CURR_SRCCODE_FULL_DIR=$(subst \,/,$(shell cmd /c cd))#M# for Cygwin shell
/AOO41X/main/writerperfect/source/filter/
H A DFilterInternal.hxx24 #define WRITER_DEBUG_MSG(M) printf M argument
26 #define WRITER_DEBUG_MSG(M) argument
/AOO41X/main/oox/source/dump/
H A Dbiffdumper.ini142 10=0.00%,0.00E+00,# ?/?,# ??/??,M/D/YYYY
144 20=h:mm,h:mm:ss,M/D/YYYY h:mm,General,General
145 25=General,General,M/D/YYYY,M/D/YYYY,M/D/YYYY
146 30=M/D/YYYY,M/D/YYYY,h:mm:ss,h:mm:ss,h:mm:ss
147 35=h:mm:ss,M/D/YYYY,'#,##0_);(#,##0)','#,##0_);[Red](#,##0)','#,##0.00_);(#,##0.00)'
154 50=M/D/YYYY,M/D/YYYY,M/D/YYYY,M/D/YYYY,M/D/YYYY
155 55=M/D/YYYY,M/D/YYYY,M/D/YYYY,M/D/YYYY,0
158 70=# ??/??,M/D/YYYY,M/D/YYYY,D-MMM-YY,D-MMM
159 75=MMM-YY,h:mm,h:mm:ss,M/D/YYYY h:mm,mm:ss
/AOO41X/extras/l10n/source/vi/
H A Dlocalize.sdf37 …src 0 pushbutton RID_DLG_MANAGE_LANGUAGE PB_MAKE_DEFAULT 0 vi Mặc định …
44 …NGUAGE 0 vi Bạn sắp xoá các tài nguyên cho ngôn ngữ đã chọn. Mọi chuỗi giao diện ng…
46 … Hãy chọn một ngôn ngữ đã xác định ngôn ngữ giao diện người dùng mặc định. Mọi chuỗi hiện thời có…
64 basctl source\basicide\basidesh.src 0 string RID_STR_LIBNAMETOLONG 0 vi Một…
109 basctl source\basicide\basidesh.src 0 string RID_STR_STDMODULENAME 0 vi Mô-…
113 basctl source\basicide\basidesh.src 0 string RID_STR_NEWMOD 0 vi Mô-đun mới …
134 ….RID_INSERT SID_BASICIDE_NEWMODULE CMD_SID_BASICIDE_NEWMODULE 0 vi Mô-đun BASIC …
140 …P_TABBAR SID_BASICIDE_MODULEDLG CMD_SID_BASICIDE_MODULEDLG 0 vi Mô-đun... …
147 basctl source\basicide\basidesh.src 0 string RID_STR_NORMAL_MODULES 80 vi Mô-…
157 …rc 0 pushbutton RID_BASICIDE_BREAKPOINTDLG RID_PB_NEW 50 vi Mới 201306…
[all …]
/AOO41X/main/vcl/source/control/
H A Dfield.cxx1182 #define M *1000000L macro
1188 { 1, 100, 1 K, 100 K, 100 M, 2540, 2540, 2540, 2540,2540*12,2540*12 X },
1189 { 1, 1, 10, 1 K, 1 M, 2540, 2540, 2540, 2540,2540*12,2540*12 X },
1194 { 72, 7200, 7200, 720 K, 720 M, 1, 1, 12, 72, 72*12, 72*12 X },
1195 { 6, 600, 600, 60 K, 60 M, 1, 1, 1, 6, 6*12, 6*12 X },
1196 { 1, 100, 100, 10 K, 10 M, 1, 1, 1, 1, 12, 12 X },
1197 { 1, 100, 100, 10 K, 10 M, 1, 1, 1, 1, 1, 1 X },
1198 { 1, 100, 100, 10 K, 10 M, 1, 1, 1, 1, 1, 1 }
1202 #undef M
/AOO41X/main/offapi/com/sun/star/geometry/
H A DMatrix2D.idl47 Thus, in common matrix language, with M being the
50 vd=M*vs. Concatenation of transformations amounts to
54 this can be shortened to vd=(R*S)*vs=M'*vs. Therefore, a set of
H A DAffineMatrix2D.idl44 Thus, in common matrix language, with M being the
47 vd=M*vs. Concatenation of transformations amounts to
51 this can be shortened to vd=(R*T)*vs=M'*vs. Therefore, a set of
H A DAffineMatrix3D.idl45 Thus, in common matrix language, with M being the
48 vd=M*vs. Concatenation of transformations amounts to
52 this can be shortened to vd=(R*T)*vs=M'*vs. Therefore, a set of
/AOO41X/extras/l10n/source/ku/
H A Dlocalize.sdf234 …rc 0 fixedtext TP_COMMONPRINTOPTIONS FT_OUTPUTTYPE 60 ku Mîhengên a …
339 sfx2 source\dialog\dinfdlg.src 0 string SFX_ST_DURATION_FORMAT 0 ku S: %1 M
358 …nfdlg.src 0 fixedtext RID_EDIT_DURATIONS FT_MSECOND 60 ku Mîlîxu~lek …
371 sfx2 source\dialog\filedlghelper.src 0 string STR_CB_FILTER_OPTIONS 0 ku Mîh…
425 …CTNAME di pergala we de geroka torê ya hatiye barkirin nedît. Ji kerema xwe Mîhengên Sermasê kontr…
434 sfx2 source\doc\doc.src 0 string STR_CONFIG 0 ku Mîheng 2002-02…
570 …NIZE.BTN_EDIT ID_PRINTER_SETUP HID_ORGANIZE_PRINTER_SETUP 0 ku Mîhengên Çaperê... …
597 …i\dlg\dlgpage.src 0 tabdialog RID_PAGEDIALOG_PAGE 289 ku Mîhengên Rûpelê …
600 …gpage.src 0 tabdialog RID_PAGEDIALOG_BACKGROUND 289 ku Mîhengê Beşê …
609 …i\dlg\dlgpage.src 0 tabdialog RID_PAGEDIALOG_CHAR 289 ku Mîhengên Karakterê …
[all …]
/AOO41X/extras/l10n/source/et/
H A Dlocalize.sdf459 sfx2 source\doc\doc.src 0 string STR_HIDDENINFO_NOTES 0 et Märkused …
468 sfx2 source\doc\doc.src 0 string STR_ERROR_DELETE_TEMPLATE_DIR 0 et Mõned m…
562 reportdesign source\ui\dlg\dlgpage.src 0 string RID_PAGEDIALOG_CHAR 1 50 et Mär…
563 …i\dlg\dlgpage.src 0 tabdialog RID_PAGEDIALOG_CHAR 289 et Märgi sätted …
572 … radiobutton RID_PAGENUMBERS RB_PAGE_N_OF_M 0 et Lehekülg N / M 2002-02…
964 extensions source\bibliography\sections.src 0 string ST_NOTE 0 et ~Märkus …
1124 …trlr\formres.src 0 string RID_RSC_ENUM_CHECKED 3 0 et Määramata …
1216 …trlr\formres.src 0 string RID_RSC_ENUM_SCROLLBARS 4 0 et Mõlemad 20…
1290 …mres.src 0 string RID_RSC_ENUM_TEXT_ANCHOR_TYPE 2 0 et Märgina 20…
1293 …mres.src 0 string RID_RSC_ENUM_TEXT_ANCHOR_TYPE 5 0 et Märgile 20…
[all …]
/AOO41X/main/filter/qa/complex/filter/detection/typeDetection/
H A Dfiles.csv10 # W R I T E R D O C U M E N T S
46 # C A L C D O C U M E N T S
84 # I M P R E S S
/AOO41X/main/sc/source/ui/src/
H A Dautofmt.src217 /* ### ACHTUNG: Neuer Text in Resource? M�r : M�r */
/AOO41X/main/sw/source/ui/utlui/
H A Dinitui.src108 Text [en-US] = " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6" ;
/AOO41X/main/cui/source/tabpages/
H A Dautocdlg.src180 Text [ en-US ] = "[M]" ;
190 Text [ en-US ] = "[M]: Replace while modifying existing text" ;
542 Text [ en-US ] = "[M]" ;
/AOO41X/main/sw/source/ui/app/
H A Dmn.src32 /* --------------------- F O R M A T --------------------------------- */
182 /* --------------------- M E N U --------------------------------- */
193 /* --------------------- D O C U M E N T -------------------------- */
/AOO41X/extras/l10n/source/fi/
H A Dlocalize.sdf188 …moduldlg.src 0 fixedtext RID_TP_MODULS RID_STR_LIB 130 fi M~oduuli …
1562 …lcCommands.UserInterface.Commands..uno:ApplyNames Label 0 fi Määritä nimet …
1600 …cCommands.UserInterface.Commands..uno:DefineDBName Label 0 fi ~Määritä tietojen alue.…
1601 …s.UserInterface.Commands..uno:DefineDBName ContextLabel 0 fi ~Määritä alue... …
1602 …mmands.UserInterface.Commands..uno:DefineLabelRange Label 0 fi Määritä ~tunnisteet...…
1605 …s.UserInterface.Commands..uno:DefineName ContextLabel 0 fi ~Määritä... …
1606 …mands.UserInterface.Commands..uno:DefinePrintArea Label 0 fi ~Määritä tulostusalue …
1607 …erInterface.Commands..uno:DefinePrintArea ContextLabel 0 fi ~Määritä …
1624 …mmands.UserInterface.Commands..uno:EditPrintArea Label 0 fi M~uokkaa tulostusaluet…
1625 …serInterface.Commands..uno:EditPrintArea ContextLabel 0 fi M~uokkaa... …
[all …]
/AOO41X/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_8/demoCA/private/
H A Dcakey.pem16 kpZ8Wkigno3ytjpUXWb9TmsRcMNiQdgxlpkvN/eYhk4xsUpwzhA/M/HTkLkn8WtC

123456789