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()
127 void ClassFile::Code::instrAastore() { in instrAastore()
132 void ClassFile::Code::instrAconstNull() { in instrAconstNull()
137 void ClassFile::Code::instrAnewarray(rtl::OString const & type) { in instrAnewarray()
143 void ClassFile::Code::instrAreturn() { in instrAreturn()
148 void ClassFile::Code::instrAthrow() { in instrAthrow()
153 void ClassFile::Code::instrCheckcast(rtl::OString const & type) { in instrCheckcast()
159 void ClassFile::Code::instrDup() { in instrDup()
164 void ClassFile::Code::instrGetstatic( in instrGetstatic()
173 ClassFile::Code::Branch ClassFile::Code::instrIfAcmpne() { in instrIfAcmpne()
[all …]
H A Dclassfile.hxx55 class Code { class in codemaker::javamaker::ClassFile
60 ~Code();
105 Code const * defaultBlock,
106 std::list< std::pair< sal_Int32, Code * > > const & blocks);
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();
[all …]
H A Djavatype.cxx480 sal_uInt16 generateCode(ClassFile::Code & code, Dependencies * dependencies)
484 ClassFile::Code & code, Dependencies * dependencies) const;
547 ClassFile::Code & code, Dependencies * dependencies) const in generateCode()
698 ClassFile::Code & code, Dependencies * dependencies) const in generatePolymorphicUnoTypeCode()
805 std::auto_ptr< ClassFile::Code > code(classFile->newCode()); in addTypeInfo()
898 std::auto_ptr< ClassFile::Code > code(cf->newCode()); in handleEnumType()
942 std::auto_ptr< ClassFile::Code > defCode(cf->newCode()); in handleEnumType()
945 std::list< ClassFile::Code * > blocks; in handleEnumType()
958 std::auto_ptr< ClassFile::Code > blockCode(cf->newCode()); in handleEnumType()
965 {for (std::list< ClassFile::Code * >::iterator i(blocks.begin()); in handleEnumType()
[all …]
/trunk/main/
H A DLICENSE_category_b35 Covered Code available to a third party.
41 Code, prior Modifications used by a Contributor, and the Modifications
44 1.3. "Covered Code" means the Original Code or Modifications or the
45 combination of the Original Code and Modifications, in each case
52 1.5. "Executable" means Covered Code in any form other than Source
53 Code.
56 as the Initial Developer in the Source Code notice required by Exhibit
59 1.7. "Larger Work" means a work which combines Covered Code or
69 substance or structure of either the Original Code or any previous
70 Modifications. When Covered Code is released as a series of files, a
[all …]
/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java469 NO_MODIFICATION_ALLOWED_ERR == e.Code); in testXDocument()
477 NO_MODIFICATION_ALLOWED_ERR == e.Code); in testXDocument()
499 HIERARCHY_REQUEST_ERR == e.Code); in testXDocument()
527 HIERARCHY_REQUEST_ERR == e.Code); in testXDocument()
535 HIERARCHY_REQUEST_ERR == e.Code); in testXDocument()
554 HIERARCHY_REQUEST_ERR == e.Code); in testXDocument()
671 NO_MODIFICATION_ALLOWED_ERR == e.Code); in testXDocumentFragment()
679 NO_MODIFICATION_ALLOWED_ERR == e.Code); in testXDocumentFragment()
701 HIERARCHY_REQUEST_ERR == e.Code); in testXDocumentFragment()
729 HIERARCHY_REQUEST_ERR == e.Code); in testXDocumentFragment()
[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/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/test/testuno/source/api/i18n/
H A DXNumberFormatCodeTest.java102 String str = nfc.Code; in _getDefault()
114 str = nfc.Code; in _getDefault()
141 res &= ( ! nfc.Code.equals("") ); in _getFormatCode()
144 res &= ( ! nfc.Code.equals("") ); in _getFormatCode()
/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/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()
/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()

12345678