Home
last modified time | relevance | path

Searched refs:Code (Results 1 – 25 of 176) sorted by relevance

12345678

/trunk/main/codemaker/source/javamaker/
H A Dclassfile.cxx125 ClassFile::Code::~Code() {} in ~Code()
159 void ClassFile::Code::instrDup() { in instrDup()
173 ClassFile::Code::Branch ClassFile::Code::instrIfAcmpne() { in instrIfAcmpne()
181 ClassFile::Code::Branch ClassFile::Code::instrIfeq() { in instrIfeq()
189 ClassFile::Code::Branch ClassFile::Code::instrIfnull() { in instrIfnull()
243 Code const * defaultBlock, in instrLookupswitch()
301 void ClassFile::Code::instrPop() { in instrPop()
449 ClassFile::Code::Position ClassFile::Code::getPosition() const { in getPosition()
453 ClassFile::Code::Code(ClassFile & classFile): in Code() function in ClassFile::Code
469 void ClassFile::Code::accessLocal( in accessLocal()
[all …]
H A Dclassfile.hxx55 class Code { class in codemaker::javamaker::ClassFile
60 ~Code();
105 Code const * defaultBlock,
127 Code const * defaultBlock, sal_Int32 low,
128 std::list< Code * > const & blocks);
158 Code(Code &); // not implemented
159 void operator =(Code); // not implemented
161 Code(ClassFile & classFile);
184 Code * newCode();
203 rtl::OString const & descriptor, Code const * code,
[all …]
H A Djavatype.cxx898 std::auto_ptr< ClassFile::Code > code(cf->newCode()); in handleEnumType()
945 std::list< ClassFile::Code * > blocks; in handleEnumType()
1059 ClassFile::Code * code) in addFieldInit()
1967 std::auto_ptr< ClassFile::Code > code(cf->newCode()); in handleAggregatingType()
2592 ClassFile::Code::Position start, ClassFile::Code::Position end, in addExceptionHandlers()
2593 ClassFile::Code::Position handler, ClassFile::Code * code) in addExceptionHandlers()
2634 ClassFile::Code::Position tryStart; in addConstructor()
2635 ClassFile::Code::Position tryEnd; in addConstructor()
3097 std::auto_ptr< ClassFile::Code > code(cf->newCode()); in handleSingleton()
3117 ClassFile::Code::Branch branch1 = code->instrIfeq(); in handleSingleton()
[all …]
/trunk/main/
H A DLICENSE_category_b44 1.3. "Covered Code" means the Original Code or Modifications or the
53 Code.
78 1.10. "Original Code" means Source Code of computer software code
87 1.11. "Source Code" means the preferred form of the Covered Code for
108 2. Source Code License.
174 Section 2.2. The Source Code version of Covered Code may be
493 the notices in the Source Code files of the Original Code. You should
495 Original Code Source Code for Your Modifications.]
513 II. "Netscape's Branded Code" means Covered Code that Netscape
1056 1.3. ``Covered Code'' means the Original Code or Modifications or the
[all …]
/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java1413 INDEX_SIZE_ERR == e.Code); in testXText()
1423 INDEX_SIZE_ERR == e.Code); in testXText()
1436 INDEX_SIZE_ERR == e.Code); in testXText()
1586 INDEX_SIZE_ERR == e.Code); in testXCDataSection()
1596 INDEX_SIZE_ERR == e.Code); in testXCDataSection()
1606 INDEX_SIZE_ERR == e.Code); in testXCDataSection()
1619 INDEX_SIZE_ERR == e.Code); in testXCDataSection()
1760 INDEX_SIZE_ERR == e.Code); in testXComment()
1770 INDEX_SIZE_ERR == e.Code); in testXComment()
1780 INDEX_SIZE_ERR == e.Code); in testXComment()
[all …]
/trunk/main/unoxml/source/dom/
H A Dnode.cxx314 e.Code = DOMExceptionType_WRONG_DOCUMENT_ERR; in appendChild()
320 e.Code = DOMExceptionType_HIERARCHY_REQUEST_ERR; in appendChild()
325 e.Code = DOMExceptionType_HIERARCHY_REQUEST_ERR; in appendChild()
330 e.Code = DOMExceptionType_HIERARCHY_REQUEST_ERR; in appendChild()
671 e.Code = DOMExceptionType_WRONG_DOCUMENT_ERR; in insertBefore()
676 e.Code = DOMExceptionType_HIERARCHY_REQUEST_ERR; in insertBefore()
691 e.Code = DOMExceptionType_HIERARCHY_REQUEST_ERR; in insertBefore()
698 e.Code = DOMExceptionType_HIERARCHY_REQUEST_ERR; in insertBefore()
703 e.Code = DOMExceptionType_HIERARCHY_REQUEST_ERR; in insertBefore()
778 e.Code = DOMExceptionType_WRONG_DOCUMENT_ERR; in removeChild()
[all …]
H A Dcharacterdata.cxx95 e.Code = DOMExceptionType_INDEX_SIZE_ERR; in deleteData()
166 e.Code = DOMExceptionType_INDEX_SIZE_ERR; in insertData()
201 e.Code = DOMExceptionType_INDEX_SIZE_ERR; in replaceData()
256 e.Code = DOMExceptionType_INDEX_SIZE_ERR; in subStringData()
H A Delement.cxx497 e.Code = DOMExceptionType_HIERARCHY_REQUEST_ERR; in removeAttributeNode()
503 e.Code = DOMExceptionType_WRONG_DOCUMENT_ERR; in removeAttributeNode()
535 e.Code = DOMExceptionType_WRONG_DOCUMENT_ERR; in setAttributeNode_Impl_Lock()
556 e.Code = DOMExceptionType_INUSE_ATTRIBUTE_ERR; in setAttributeNode_Impl_Lock()
780 e.Code = DOMExceptionType_INVALID_CHARACTER_ERR; in setElementName()
/trunk/main/uui/source/
H A Diahndl-ioexceptions.cxx197 switch (aIoException.Code) in handleInteractiveIOException()
224 nErrorCode = aErrorCode[aIoException.Code][0]; in handleInteractiveIOException()
258 nErrorCode = aErrorCode[aIoException.Code][0]; in handleInteractiveIOException()
277 nErrorCode = aErrorCode[aIoException.Code][1]; in handleInteractiveIOException()
283 nErrorCode = aErrorCode[aIoException.Code][0]; in handleInteractiveIOException()
310 nErrorCode = aErrorCode[aIoException.Code][0]; in handleInteractiveIOException()
320 nErrorCode = aErrorCode[aIoException.Code][1]; in handleInteractiveIOException()
324 nErrorCode = aErrorCode[aIoException.Code][0]; in handleInteractiveIOException()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/i18n/
H A D_XNumberFormatCode.java67 String str = nfc.Code; in _getDefault()
79 str = nfc.Code; in _getDefault()
105 res &= ( ! nfc.Code.equals("") ); in _getFormatCode()
108 res &= ( ! nfc.Code.equals("") ); in _getFormatCode()
/trunk/main/comphelper/source/misc/
H A Dstillreadwriteinteraction.cxx110 (exIO.Code == css::ucb::IOErrorCode_ACCESS_DENIED ) in intercepted()
111 || (exIO.Code == css::ucb::IOErrorCode_LOCKING_VIOLATION ) in intercepted()
112 || (exIO.Code == css::ucb::IOErrorCode_NOT_EXISTING ) in intercepted()
116 || (exIO.Code == css::ucb::IOErrorCode_GENERAL ) in intercepted()
/trunk/main/sfx2/source/doc/
H A Ddocvor.src127 Code = KEY_INSERT ;
135 Code = KEY_DELETE ;
158 Code = KEY_INSERT ;
168 Code = KEY_DELETE ;
H A Ddocfile.cxx254 … ( (aRequest >>= aIoException) && ( aIoException.Code == IOErrorCode_ACCESS_DENIED || aIoException… in handle()
1214 else if ( e.Code == IOErrorCode_INVALID_PARAMETER ) in LockOrigFileOnDemand()
1885 if ( r.Code == IOErrorCode_ACCESS_DENIED ) in TransactedTransferForFS_Impl()
1887 else if ( r.Code == IOErrorCode_NOT_EXISTING ) in TransactedTransferForFS_Impl()
1889 else if ( r.Code == IOErrorCode_CANT_READ ) in TransactedTransferForFS_Impl()
2196 if ( r.Code == IOErrorCode_ACCESS_DENIED ) in Transfer_Impl()
2198 else if ( r.Code == IOErrorCode_NOT_EXISTING ) in Transfer_Impl()
2200 else if ( r.Code == IOErrorCode_CANT_READ ) in Transfer_Impl()
/trunk/main/svx/source/items/
H A Dsvxerr.src60 // Error-Code ------------------------------------------------------------
121 …Text [ en-US ] = "All changes to the Basic Code are lost. The original VBA Macro Code is saved ins…
126 Text [ en-US ] = "The original VBA Basic Code contained in the document will not be saved." ;
/trunk/main/idlc/source/
H A Didlccompile.cxx352 if ( procError || (hInfo.Code != 0) ) in compileFile()
366 exit(hInfo.Code ? hInfo.Code : 99); in compileFile()
/trunk/main/unotools/source/i18n/
H A Dlocaledatawrapper.cxx902 if ( pFormatArr[nElem].Code.indexOf( ';' ) >= 0 ) in getCurrFormatsImpl()
907 if ( (nNeg == -1 || nMedium == -1) && pFormatArr[nElem].Code.indexOf( ';' ) >= 0 ) in getCurrFormatsImpl()
917 if ( nNeg == -1 && pFormatArr[nElem].Code.indexOf( ';' ) >= 0 ) in getCurrFormatsImpl()
929 scanCurrFormatImpl( pFormatArr[nElem].Code, 0, nSign, nPar, nNum, nBlank, nSym ); in getCurrFormatsImpl()
956 const ::rtl::OUString& rCode = pFormatArr[nNeg].Code; in getCurrFormatsImpl()
1207 DateFormat nDF = scanDateFormatImpl( pFormatArr[nEdit].Code ); in getDateFormatsImpl()
1218 nLongDateFormat = scanDateFormatImpl( pFormatArr[nLong].Code ); in getDateFormatsImpl()
/trunk/main/sal/workben/
H A Dtestpipe.cxx149 if( ProcessInfo.Code != 0 ) in main()
150 fail( "client aborted.\n", ProcessInfo.Code ); in main()
/trunk/main/fpicker/source/office/
H A Dfpinteraction.cxx102 (IOErrorCode_NOT_EXISTING == aIoException.Code) in handle()
154 (IOErrorCode_ACCESS_DENIED == aIoException.Code) in wasAccessDenied()
/trunk/main/scripting/
H A DREADME5 Source Code Structure
53 Deprecated Code
/trunk/main/unotools/source/ucbhelper/
H A Ducblockbytes.cxx889 nIOErrorCode = r.Code; in run()
1227 if ( r.Code == IOErrorCode_ACCESS_DENIED || r.Code == IOErrorCode_LOCKING_VIOLATION ) in _UCBOpenContentSync()
1229 else if ( r.Code == IOErrorCode_NOT_EXISTING ) in _UCBOpenContentSync()
1231 else if ( r.Code == IOErrorCode_CANT_READ ) in _UCBOpenContentSync()
/trunk/main/sal/qa/rtl/process/
H A Drtl_Process.cxx140 printf("the exit code is %d.\n", pInfo->Code ); in TEST_F()
141 ASSERT_TRUE(pInfo->Code == 2) << "rtl_getAppCommandArg or rtl_getAppCommandArgCount error."; in TEST_F()
/trunk/main/svl/source/numbers/
H A Dzforlist.cxx1783 String aCodeStr( rCode.Code ); in ImpInsertFormat()
1799 aMsg += String( rCode.Code ); in ImpInsertFormat()
1819 aMsg += String( rCode.Code ); in ImpInsertFormat()
1851 aMsg += String( rCode.Code ); in ImpInsertFormat()
1868 aMsg += String( rCode.Code ); in ImpInsertFormat()
1886 aMsg += String( rCode.Code ); in ImpInsertFormat()
2059 rSeq[0].Code = aTmp; in ImpGetFormatCodeIndex()
2576 aSingleFormatCode.Code = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "# ?/?" ) ); in ImpGenerateFormats()
2583 aSingleFormatCode.Code = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "# ?\?/?\?" ) ); in ImpGenerateFormats()
2589 aSingleFormatCode.Code = rKeyword[NF_KEY_WW]; in ImpGenerateFormats()
/trunk/main/sal/osl/os2/
H A Dprocess.c938 pInfo->Code = pProcImpl->nResultCode; in osl_getProcessInfo()
958 pInfo->Code = pProcImpl->nResultCode; in osl_getProcessInfo()
985 pInfo->Code = pProcImpl->nResultCode; in osl_getProcessInfo()
/trunk/main/framework/source/accelerators/
H A Dkeymapping.cxx160 while(KeyIdentifierMap[i].Code != 0) in KeyMapping()
163 sal_Int16 nCode = KeyIdentifierMap[i].Code; in KeyMapping()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatabasecontext.cxx350 if ( ( e.Code == IOErrorCode_NO_FILE ) in loadObjectFromURL()
351 || ( e.Code == IOErrorCode_NOT_EXISTING ) in loadObjectFromURL()
352 || ( e.Code == IOErrorCode_NOT_EXISTING_PATH ) in loadObjectFromURL()

Completed in 181 milliseconds

12345678