Home
last modified time | relevance | path

Searched refs:nMethod (Results 1 – 18 of 18) sorted by relevance

/trunk/main/automation/source/server/
H A Drecorder.cxx230 comm_USHORT nMethod; in IMPL_LINK() local
237 default: nMethod = M_Check; in IMPL_LINK()
242 StatementList::pRet->GenReturn( RET_MacroRecorder, pWin->GetUniqueOrHelpId(), nMethod ); in IMPL_LINK()
344 comm_USHORT nMethod; in IMPL_LINK() local
372 if ( nMethod != M_Click ) in IMPL_LINK()
373 StatementList::pRet->GenReturn( RET_MacroRecorder, UID_ACTIVE, nMethod ); in IMPL_LINK()
380 if ( nMethod != M_Click ) in IMPL_LINK()
390 comm_USHORT nMethod; in IMPL_LINK() local
466 comm_USHORT nMethod; in IMPL_LINK() local
474 default: nMethod = M_ToMin; aMethod = CUniString("Unknown"); in IMPL_LINK()
[all …]
H A Dcmdbasestream.cxx113 void CmdBaseStream::GenReturn (comm_USHORT nRet, comm_USHORT nMethod, comm_ULONG nNr ) in GenReturn() argument
117 Write((comm_ULONG)nMethod); //HELPID BACKWARD (no sal_uLong needed) in GenReturn()
126 Write((comm_ULONG)nMethod); //HELPID BACKWARD (no sal_uLong needed) in GenReturn()
131 void CmdBaseStream::GenReturn (comm_USHORT nRet, comm_USHORT nMethod, comm_BOOL bBool ) in GenReturn() argument
135 Write((comm_ULONG)nMethod); //HELPID BACKWARD (no sal_uLong needed) in GenReturn()
144 Write((comm_ULONG)nMethod); //HELPID BACKWARD (no sal_uLong needed) in GenReturn()
157 Write(nMethod); in GenReturn()
166 Write(nMethod); in GenReturn()
176 Write(nMethod); in GenReturn()
187 Write(nMethod); in GenReturn()
[all …]
H A Dretstrm.hxx48 …omm_USHORT nRet, rtl::OString aUId, comm_USHORT nMethod ){CmdBaseStream::GenReturn( nRet, &aUId, n… in GenReturn() argument
49 …RT nRet, rtl::OString aUId, comm_USHORT nMethod, comm_BOOL bBool ){CmdBaseStream::GenReturn( nRet,… in GenReturn() argument
50 …RT nRet, rtl::OString aUId, comm_USHORT nMethod, comm_ULONG nNr ){CmdBaseStream::GenReturn( nRet, … in GenReturn() argument
57 void GenReturn( sal_uInt16 nRet, sal_uInt16 nMethod, SbxValue &aValue );
58 void GenReturn( sal_uInt16 nRet, sal_uInt16 nMethod, String aString );
61 void GenReturn( sal_uInt16 nRet, rtl::OString aUId, comm_USHORT nMethod, String aString );
62 …void GenReturn( sal_uInt16 nRet, rtl::OString aUId, comm_USHORT nMethod, String aString, sal_Bool …
H A Dretstrm.cxx63 void RetStream::GenReturn( sal_uInt16 nRet, rtl::OString aUId, comm_USHORT nMethod, String aString ) in GenReturn() argument
65 CmdBaseStream::GenReturn ( nRet, &aUId, nMethod, &aString ); in GenReturn()
68 void RetStream::GenReturn( sal_uInt16 nRet, rtl::OString aUId, comm_USHORT nMethod, String aString,… in GenReturn() argument
70 CmdBaseStream::GenReturn ( nRet, &aUId, nMethod, &aString, bBool ); in GenReturn()
74 void RetStream::GenReturn ( sal_uInt16 nRet, sal_uInt16 nMethod, SbxValue &aValue ) in GenReturn() argument
78 Write((comm_ULONG)nMethod); //HELPID BACKWARD (no sal_uLong needed) in GenReturn()
83 void RetStream::GenReturn( sal_uInt16 nRet, sal_uInt16 nMethod, String aString ) in GenReturn() argument
85 CmdBaseStream::GenReturn ( nRet, nMethod, &aString ); in GenReturn()
/trunk/main/automation/source/inc/
H A Dcmdbasestream.hxx55 void GenReturn( comm_USHORT nRet, comm_USHORT nMethod, comm_ULONG nNr );
56 void GenReturn( comm_USHORT nRet, comm_USHORT nMethod, comm_String *pString );
57 void GenReturn( comm_USHORT nRet, comm_USHORT nMethod, comm_BOOL bBool );
58 void GenReturn( comm_USHORT nRet, comm_USHORT nMethod, comm_USHORT nNr );
61 …void GenReturn( comm_USHORT nRet, rtl::OString *pUId, comm_USHORT nMethod ); // also used outside …
62 … void GenReturn( comm_USHORT nRet, rtl::OString *pUId, comm_USHORT nMethod, comm_String *pString );
63 …void GenReturn( comm_USHORT nRet, rtl::OString *pUId, comm_USHORT nMethod, comm_String *pString, c…
64 void GenReturn( comm_USHORT nRet, rtl::OString *pUId, comm_USHORT nMethod, comm_BOOL bBool );
65 void GenReturn( comm_USHORT nRet, rtl::OString *pUId, comm_USHORT nMethod, comm_ULONG nNr );
/trunk/main/package/source/package/zipapi/
H A DZipOutputStream.cxx58 , nMethod(DEFLATED) in ZipOutputStream()
74 nMethod = static_cast < sal_Int16 > (nNewMethod); in setMethod()
91 if (rEntry.nMethod == -1) in putNextEntry()
92 rEntry.nMethod = nMethod; in putNextEntry()
124 switch (pEntry->nMethod) in closeEntry()
194 switch (pCurrentEntry->nMethod) in write()
225 if ( pCurrentEntry->nMethod == DEFLATED && ( pCurrentEntry->nFlag & 8 ) ) in rawCloseEntry()
334 aChucker << rEntry.nMethod; in writeCEN()
383 aChucker << rEntry.nMethod; in writeLOC()
H A DZipFile.cxx502 sal_Int32 nSize = rEntry.nMethod == DEFLATED ? rEntry.nCompressedSize : rEntry.nSize; in hasValidPassword()
551 sal_Bool bNeedRawStream = rEntry.nMethod == STORED; in getInputStream()
597 bNeedRawStream = ( rEntry.nMethod == STORED ); in getDataStream()
795 aMemGrabber >> aEntry.nMethod; in readCEN()
797 if ( aEntry.nMethod != STORED && aEntry.nMethod != DEFLATED) in readCEN()
884 aMemGrabber >> aEntry.nMethod; in recover()
886 if ( aEntry.nMethod == STORED || aEntry.nMethod == DEFLATED ) in recover()
896 ( aEntry.nMethod == DEFLATED && ( aEntry.nFlag & 8 ) ) ? in recover()
908 sal_Int32 nDataSize = ( aEntry.nMethod == DEFLATED ) ? aEntry.nCompressedSize : aEntry.nSize; in recover()
965 … sal_Bool bAcceptBlock = ( (*aIter).second.nMethod == STORED && nCompressedSize == nSize ); in recover()
[all …]
H A DXUnbufferedStream.cxx86 mnZipSize = maEntry.nMethod == DEFLATED ? maEntry.nCompressedSize : maEntry.nSize; in XUnbufferedStream()
92 …mnZipEnd = maEntry.nMethod == DEFLATED ? maEntry.nOffset + maEntry.nCompressedSize : maEntry.nOffs… in XUnbufferedStream()
/trunk/main/package/source/package/zippackage/
H A DZipPackageFolder.cxx73 aEntry.nMethod = STORED; in ZipPackageFolder()
174 rDest.nMethod = rSource.nMethod; in copyZipEntry()
298 rEntry.nMethod = STORED; in ImplSetStoredData()
442 pTempEntry->nMethod = STORED; in saveChild()
521 && ( ( rInfo.pStream->aEntry.nMethod == DEFLATED && bToBeCompressed ) in saveChild()
522 || ( rInfo.pStream->aEntry.nMethod == STORED && !bToBeCompressed ) ) ) ) ) in saveChild()
592 pTempEntry->nMethod = DEFLATED; in saveChild()
662 pTempEntry->nMethod = STORED; in saveChild()
H A DZipPackageStream.cxx94 aEntry.nMethod = -1; in ZipPackageStream()
116 aEntry.nMethod = rInEntry.nMethod; in setZipEntryOnLoading()
126 if ( aEntry.nMethod == STORED ) in setZipEntryOnLoading()
916 aEntry.nMethod = DEFLATED; in setSize()
H A DZipPackage.cxx1009 pEntry->nMethod = STORED; in WriteMimetypeMagicFile()
1046 pEntry->nMethod = DEFLATED; in WriteManifest()
1091 pEntry->nMethod = DEFLATED; in WriteContentTypes()
/trunk/main/basctl/source/basicide/
H A Dbaside2.cxx607 for ( sal_uInt16 nMethod = 0; nMethod < xModule->GetMethods()->Count(); nMethod++ ) in ToggleBreakPoint() local
609 SbMethod* pMethod = (SbMethod*)xModule->GetMethods()->Get( nMethod ); in ToggleBreakPoint()
1381 for ( sal_uInt16 nMethod = 0; nMethod < xModule->GetMethods()->Count(); nMethod++ ) in BasicStarted() local
1383 SbMethod* pMethod = (SbMethod*)xModule->GetMethods()->Get( nMethod ); in BasicStarted()
/trunk/main/tools/source/zcodec/
H A Dzcodec.cxx395 sal_uInt8 n1, n2, j, nMethod, nFlags; in ImplInitBuf() local
402 *mpIStm >> nMethod; in ImplInitBuf()
404 if ( nMethod != Z_DEFLATED ) in ImplInitBuf()
/trunk/main/l10ntools/source/help/
H A DHelpIndexerTool.java376 int nMethod = ( aFileName.toLowerCase().endsWith( ".jar" ) ) in addToZipRecursively() local
378 aZipEntry.setMethod( nMethod ); in addToZipRecursively()
/trunk/main/package/inc/
H A DZipEntry.hxx32 sal_Int16 nMethod; member
H A DZipOutputStream.hxx60 sal_Int16 nMethod, nLevel, mnDigested; member in ZipOutputStream
/trunk/main/sw/source/filter/html/
H A Dhtmlform.cxx1337 sal_uInt16 nMethod = FormSubmitMethod_GET; in NewForm() local
1359 nMethod = pOption->GetEnum( aHTMLFormMethodTable, nMethod ); in NewForm()
1443 FormSubmitMethod eMethod = (FormSubmitMethod)nMethod; in NewForm()
/trunk/main/offapi/com/sun/star/packages/zip/
H A DZipEntry.idl66 short nMethod;

Completed in 113 milliseconds