Home
last modified time | relevance | path

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

1234567

/aoo41x/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 …]
/aoo41x/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 …]
/aoo41x/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 …]
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/qadevOOo/tests/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()
/aoo41x/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()
/aoo41x/main/svx/source/items/
H A Dsvxerr.src67 // Error-Code ------------------------------------------------------------
139 // TEXT = "Der Basic-Code wurde ver�ndert und kann somit nicht mehr als Original gespeichert werde…
140 // TEXT [ English ] = "The Basic-Code is modified and so it can not be saved as original." ;
141 …Text [ en-US ] = "All changes to the Basic Code are lost.The original VBA Macro Code is saved inst…
146 Text [ en-US ] = "The original VBA Basic Code contained in the document will not be saved.";
/aoo41x/main/sfx2/source/doc/
H A Ddocvor.src130 Code = KEY_INSERT ;
138 Code = KEY_DELETE ;
161 Code = KEY_INSERT ;
173 Code = KEY_DELETE ;
/aoo41x/main/sd/source/ui/app/
H A Daccelids_tmpl.src31 Key = KeyCode { Code = c ; \
39 Key[ language ] = KeyCode { Code = c ; \
43 Key = KeyCode { Code = c ; \
/aoo41x/main/idlc/source/
H A Didlccompile.cxx352 if ( procError || (hInfo.Code != 0) ) in compileFile()
366 exit(hInfo.Code ? hInfo.Code : 99); in compileFile()
/aoo41x/main/sal/workben/
H A Dtestpipe.cxx149 if( ProcessInfo.Code != 0 ) in main()
150 fail( "client aborted.\n", ProcessInfo.Code ); in main()
/aoo41x/main/fpicker/source/office/
H A Dfpinteraction.cxx102 (IOErrorCode_NOT_EXISTING == aIoException.Code) in handle()
154 (IOErrorCode_ACCESS_DENIED == aIoException.Code) in wasAccessDenied()
/aoo41x/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()
/aoo41x/main/scripting/
H A DREADME5 Source Code Structure
53 Deprecated Code
/aoo41x/main/sal/qa/rtl/process/
H A Drtl_Process.cxx148 t_print("the exit code is %d.\n", pInfo->Code ); in getAppCommandArg_001()
149 …CPPUNIT_ASSERT_MESSAGE("rtl_getAppCommandArg or rtl_getAppCommandArgCount error.", pInfo->Code == … in getAppCommandArg_001()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/framework/source/accelerators/
H A Dkeymapping.cxx160 while(KeyIdentifierMap[i].Code != 0) in KeyMapping()
163 sal_Int16 nCode = KeyIdentifierMap[i].Code; in KeyMapping()
/aoo41x/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 182 milliseconds

1234567