Home
last modified time | relevance | path

Searched refs:n2 (Results 76 – 100 of 108) sorted by relevance

12345

/trunk/main/xmloff/source/transform/
H A DOOo2Oasis.cxx79 #define ENTRY3QQN( n, l, a, n1, l1, n2, l2, p3 ) \ argument
81 XMLTransformerActionInit::QNameParam( n2, l2 ), p3 )
85 #define ENTRY2QQ( n, l, a, n1, l1, n2, l2 ) \ argument
87 XMLTransformerActionInit::QNameParam( n2, l2 ) )
H A DOasis2OOo.cxx96 #define ENTRY2QQ( n, l, a, n1, l1, n2, l2 ) \ argument
98 XMLTransformerActionInit::QNameParam( n2, l2 ) )
/trunk/main/sw/source/core/tox/
H A Dtox.cxx76 sal_uInt16 n2; member
123 nVals[1] = aIni.n2; in lcl_GetAuthPattern()
/trunk/main/sal/qa/osl/socket/
H A Dosl_Socket2.cxx970 … sal_Int32 n2 = asAcceptorSocket.getOption( osl_Socket_OptionDontRoute, pGetBuffer, nBufferLen ); in TEST_F() local
971 ASSERT_TRUE(( n2 == nBufferLen )) << "getOption function failed."; in TEST_F()
H A Dosl_Socket.cxx2170 … sal_Int32 n2 = asAcceptorSocket.getOption( osl_Socket_OptionDontRoute, pGetBuffer, nBufferLen ); in TEST_F() local
2171 ASSERT_TRUE(( n2 == nBufferLen )) << "getOption function failed."; in TEST_F()
/trunk/main/svl/inc/svl/
H A Ditemset.hxx96 …SVL_DLLPRIVATE void InitRanges_Impl(va_list pWhich, sal_uInt16 n1, sal_uInt16 n2, sal_uInt16 …
/trunk/main/sw/source/filter/xml/
H A Dxmltexti.cxx90 sal_uInt16 n2, n3; member
269 aClassName = SvGlobalName( pEntry->n1, pEntry->n2, in createAndInsertOLEObject()
/trunk/main/comphelper/inc/comphelper/
H A Dmimeconfighelper.hxx133 …n::star::uno::Sequence< sal_Int8 > GetSequenceClassID( sal_uInt32 n1, sal_uInt16 n2, sal_uInt16 n3,
/trunk/main/formula/source/ui/dlg/
H A Dformula.cxx518 const xub_StrLen n2=aFormString.Search(')',nTokPos); in GetFunctionPos() local
520 if(n1<n2) in GetFunctionPos()
526 nTokPos=n2; in GetFunctionPos()
/trunk/main/sc/source/core/data/
H A Dtable3.cxx115 SCSIZE n2 = static_cast<SCSIZE>(nInd2 - nStart); in Swap() local
120 ppInfo[n1] = ppInfo[n2]; in Swap()
121 ppInfo[n2] = pTmp; in Swap()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx4150 sal_uInt32 i, nTmp, n1, n2; in EscherBlibEntry() local
4151 n1 = n2 = 0; in EscherBlibEntry()
4154 nTmp = n2 >> 28; // rotating 4 bit in EscherBlibEntry()
4155 n2 <<= 4; in EscherBlibEntry()
4156 n2 |= n1 >> 28; in EscherBlibEntry()
4162 mnIdentifier[ 3 ] = n2; in EscherBlibEntry()
H A Dmsdffimp.cxx7184 sal_uInt16 n2, n3; in CheckForConvertToSOObj() member
7221 SvGlobalName aTypeName( pArr->n1, pArr->n2, pArr->n3, in CheckForConvertToSOObj()
H A Dsvdfppt.cxx1971 …xObjStor->SetClass( SvGlobalName( aId.n1, aId.n2, aId.n3, aId.n4, aId.n5, aId.n6, aId.n7, aId.n8, … in ImportOLE()
/trunk/main/external/mingwheaders/
H A Dmingw_headers.patch1278 #define V_UNION(X, Y) ((X)->n1.n2.n3.Y)
1279 #define V_VT(X) ((X)->n1.n2.vt)
1280 #define V_RECORDINFO(X) ((X)->n1.n2.n3.brecVal.pRecInfo)
/trunk/main/sot/inc/sot/
H A Dstg.hxx65 sal_Int16 n2, n3; member
/trunk/main/nss/
H A Dnss_win.patch826 + uint32_t n2;
843 - uint32_t n2 = load32_le(x0);
844 - vec v1 = vec_load_32x4(c, n0, n10, n2);
849 + n2 = load32_le(x0);
850 + v1 = vec_load_32x4(c, n0, n10, n2);
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx650 const long n2 = aMetric2.GetSize().Width(); in Impl_writeText() local
651 scale = (double)n1 / (double)n2; in Impl_writeText()
/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx2187 NameRecord n2 = {3, 1, 1033, 6, 28, 0}; in CreateTTFromTTGlyphs() local
2188 n2.sptr = (sal_uInt8 *) ptr; in CreateTTFromTTGlyphs()
2191 nameAdd(name, &n2); in CreateTTFromTTGlyphs()
/trunk/main/svx/source/svdraw/
H A Dsvdopath.cxx379 sal_uInt16 n2=nAnz-nNum-1; in GetCirclePoly() local
381 aXP[nNum]=aXP[n2]; in GetCirclePoly()
382 aXP[n2]=aPt; in GetCirclePoly()
/trunk/main/sw/source/core/doc/
H A Ddoctxm.cxx1422 sal_uInt16 n2, n3; in lcl_IsSOObject() member
1451 SvGlobalName aGlbNm( rId.n1, rId.n2, rId.n3, in lcl_IsSOObject()
/trunk/main/sd/source/filter/eppt/
H A Deppt.cxx1944 sal_uInt32 n1, n2; in ImplWriteAtomEnding() local
1948 >> n2; in ImplWriteAtomEnding()
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx2186 sal_uInt16 n2, n3; in Init() member
2194 SvGlobalName aGlbNm( rId.n1, rId.n2, rId.n3, in Init()
/trunk/extras/l10n/source/es/
H A Dlocalize.sdf24170 …03070200.xhp 0 help par_id3150358 4 0 es Resultado = Expresión1 * Expresión2 20200411 15:09:53
24583 …060600.xhp 0 help par_id3150400 4 0 es Resultado = Expresión1 Xor Expresión2 20200411 15:09:53
25861 …060300.xhp 0 help par_id3149656 4 0 es Resultado = Expresión1 Imp Expresión2 20200411 15:09:53
26319 …03070300.xhp 0 help par_id3150358 4 0 es Resultado = Expresión1 + Expresión2 20200411 15:09:53
26875 …r_id3149177 4 0 es Resultado = Expresión1 { = | < | > | <= | >= } Expresión2 20200411 15:09:53
27833 …060100.xhp 0 help par_id3156344 4 0 es Resultado = Expresión1 And Expresión2 20200411 15:09:53
28212 …3060500.xhp 0 help par_id3150358 4 0 es Resultado = Expresión1 Or Expresión2 20200411 15:09:53
28377 …060200.xhp 0 help par_id3154910 4 0 es Resultado = Expresión1 Eqv Expresión2 20200411 15:09:53
29346 …03070400.xhp 0 help par_id3153360 4 0 es Resultado = Expresión1 / Expresión2 20200411 15:09:53
29366 …070600.xhp 0 help par_id3147560 4 0 es Resultado = Expresión1 MOD Expresión2 20200411 15:09:53
[all …]
/trunk/extras/l10n/source/gl/
H A Dlocalize.sdf24170 …03070200.xhp 0 help par_id3150358 4 0 gl Resultado = Expresión1 * Expresión2 20200411 15:09:53
24583 …060600.xhp 0 help par_id3150400 4 0 gl Resultado = Expresión1 Xor Expresión2 20200411 15:09:53
25861 …060300.xhp 0 help par_id3149656 4 0 gl Resultado = Expresión1 Imp Expresión2 20200411 15:09:53
26319 …03070300.xhp 0 help par_id3150358 4 0 gl Resultado = Expresión1 + Expresión2 20200411 15:09:53
26875 …r_id3149177 4 0 gl Resultado = Expresión1 { = | < | > | <= | >= } Expresión2 20200411 15:09:53
27833 …060100.xhp 0 help par_id3156344 4 0 gl Resultado = Expresión1 And Expresión2 20200411 15:09:53
28212 …3060500.xhp 0 help par_id3150358 4 0 gl Resultado = Expresión1 Or Expresión2 20200411 15:09:53
28377 …060200.xhp 0 help par_id3154910 4 0 gl Resultado = Expresión1 Eqv Expresión2 20200411 15:09:53
29346 …03070400.xhp 0 help par_id3153360 4 0 gl Resultado = Expresión1 / Expresión2 20200411 15:09:53
29366 …070600.xhp 0 help par_id3147560 4 0 gl Resultado = Expresión1 MOD Expresión2 20200411 15:09:53
[all …]
/trunk/extras/l10n/source/kid/
H A Dlocalize.sdf3495 dbaccess source\core\resource\strings.src 0 string RID_STR_OBJECT_CONTAINER_MISMATCH 0 kid n2=12…
3918 …pushbutton TAB_PAGE_USERADMIN PB_CHANGEPWD HID_TAB_PAGE_PBCHGPWD 70 kid 24n2+n‖Change ~Password..…
5124 extensions source\propctrlr\formres.src 0 string RID_STR_MULTILINE 0 kid f5+1n2‖Multiline input …
42455 helpcontent2 source\text\simpress\04\01020000.xhp 0 help par_id3154653 8 0 kid n2[9t-‖Edit text. …
46803 helpcontent2 source\text\swriter\01\04090001.xhp 0 help hd_id3145595 41 0 kid 5n2]i5‖Format 20…
54562 …sCommands.UserInterface.Commands..uno:MasterLayoutsNotes Label 0 kid ybh]n2‖Notes Master Layout.…
55841 …..CalcCommands.UserInterface.Commands..uno:DefineLabelRange Label 0 kid 2n2+sp‖Define ~Labels...…
59652 ….src 0 string RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_F_DIST 2 0 kid fz=4n2‖Number 20130829 2…
59803 sc source\ui\src\scfuncs.src 0 string RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_ROW 3 0 kid j0b[n2‖…
60525 sc source\ui\src\globstr.src 0 string RID_GLOBSTR STR_OVERVIEW 0 kid n2]jlr‖Overview 20130829 …
[all …]

Completed in 3424 milliseconds

12345