/aoo41x/main/codemaker/source/javamaker/ |
H A D | classfile.cxx | 125 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 D | classfile.hxx | 55 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 D | javatype.cxx | 898 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 D | LICENSE_category_b | 44 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 D | DOMTest.java | 1413 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 D | node.cxx | 314 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 D | characterdata.cxx | 95 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 D | element.cxx | 497 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 D | iahndl-ioexceptions.cxx | 197 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.java | 67 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 D | stillreadwriteinteraction.cxx | 110 (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 D | svxerr.src | 67 // 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 D | docvor.src | 130 Code = KEY_INSERT ; 138 Code = KEY_DELETE ; 161 Code = KEY_INSERT ; 173 Code = KEY_DELETE ;
|
/aoo41x/main/sd/source/ui/app/ |
H A D | accelids_tmpl.src | 31 Key = KeyCode { Code = c ; \ 39 Key[ language ] = KeyCode { Code = c ; \ 43 Key = KeyCode { Code = c ; \
|
/aoo41x/main/idlc/source/ |
H A D | idlccompile.cxx | 352 if ( procError || (hInfo.Code != 0) ) in compileFile() 366 exit(hInfo.Code ? hInfo.Code : 99); in compileFile()
|
/aoo41x/main/sal/workben/ |
H A D | testpipe.cxx | 149 if( ProcessInfo.Code != 0 ) in main() 150 fail( "client aborted.\n", ProcessInfo.Code ); in main()
|
/aoo41x/main/fpicker/source/office/ |
H A D | fpinteraction.cxx | 102 (IOErrorCode_NOT_EXISTING == aIoException.Code) in handle() 154 (IOErrorCode_ACCESS_DENIED == aIoException.Code) in wasAccessDenied()
|
/aoo41x/main/unotools/source/i18n/ |
H A D | localedatawrapper.cxx | 902 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 D | README | 5 Source Code Structure 53 Deprecated Code
|
/aoo41x/main/sal/qa/rtl/process/ |
H A D | rtl_Process.cxx | 148 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 D | ucblockbytes.cxx | 889 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 D | zforlist.cxx | 1783 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 D | process.c | 938 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 D | keymapping.cxx | 160 while(KeyIdentifierMap[i].Code != 0) in KeyMapping() 163 sal_Int16 nCode = KeyIdentifierMap[i].Code; in KeyMapping()
|
/aoo41x/main/dbaccess/source/core/dataaccess/ |
H A D | databasecontext.cxx | 350 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()
|