Home
last modified time | relevance | path

Searched refs:nResult (Results 1 – 25 of 222) sorted by relevance

123456789

/AOO41X/main/autodoc/source/ary/cpp/
H A Dusedtype.cxx93 intt nResult = i_r1.size() - i_r2.size(); in compare_PtrLevelVector() local
94 if ( nResult != 0 ) in compare_PtrLevelVector()
95 return nResult; in compare_PtrLevelVector()
103 nResult = compare_ConVol(*it1, *it2); in compare_PtrLevelVector()
104 if ( nResult != 0 ) in compare_PtrLevelVector()
105 return nResult; in compare_PtrLevelVector()
152 intt nResult = compare_bool( bIsAbsolute, i_rType.bIsAbsolute ); in operator <() local
153 if ( nResult != 0 ) in operator <()
154 return result2bool(nResult); in operator <()
156 nResult = static_cast<intt>(nScope.Value()) in operator <()
[all …]
H A Dnamechain.cxx76 intt nResult = strcmp( sName.c_str(), i_rOther.sName.c_str() ); in Compare() local
77 if (nResult != 0) in Compare()
78 return nResult; in Compare()
140 intt nResult = intt(aSegments.size()) - intt(i_rChain.aSegments.size()); in Compare() local
141 if (nResult != 0) in Compare()
142 return nResult; in Compare()
150 nResult = (*it1).Compare(*it2); in Compare()
151 if (nResult != 0) in Compare()
152 return nResult; in Compare()
/AOO41X/main/tools/source/stream/
H A Dstrmos2.cxx222 APIRET nResult; in GetData() local
223 nResult = DosRead( pInstanceData->hFile,(PVOID)pData,nSize,&nCount ); in GetData()
224 if( nResult ) in GetData()
225 SetError(::GetSvError(nResult) ); in GetData()
253 APIRET nResult; in PutData() local
254 nResult = DosWrite( pInstanceData->hFile,(PVOID)pData,nSize,&nCount ); in PutData()
255 if( nResult ) in PutData()
256 SetError(::GetSvError(nResult) ); in PutData()
278 APIRET nResult; in SeekPos() local
281 nResult = DosSetFilePtr( pInstanceData->hFile,(long)nPos, in SeekPos()
[all …]
/AOO41X/main/writerfilter/source/doctok/
H A DWW8Picture.cxx96 sal_uInt32 nResult = 0; in get_FLT() local
105 nResult = pFLD->get_flt(); in get_FLT()
108 return nResult; in get_FLT()
118 sal_uInt32 nResult = lcl_FFDATA_default_offset(rRef); in lcl_FFDATA_formatting_offset() local
124 nResult += 2; in lcl_FFDATA_formatting_offset()
127 nResult += (rRef.getU16(nResult) + 2) * 2; in lcl_FFDATA_formatting_offset()
131 return nResult;; in lcl_FFDATA_formatting_offset()
136 sal_uInt32 nResult = lcl_FFDATA_formatting_offset(rRef); in lcl_FFDATA_help_offset() local
138 nResult += (rRef.getU16(nResult) + 2) * 2; in lcl_FFDATA_help_offset()
140 return nResult;; in lcl_FFDATA_help_offset()
[all …]
H A DDff.cxx70 sal_uInt32 nResult = 0; in calcSize() local
79 nResult = getU32(0x4) + 8; in calcSize()
83 nResult = 8; in calcSize()
87 nResult = getU32(0x4); in calcSize()
90 nResult += 8; in calcSize()
94 return nResult; in calcSize()
210 sal_uInt32 nResult = 0; in getShapeType() local
217 nResult = pDffFSP->get_shptype(); in getShapeType()
220 return nResult; in getShapeType()
225 sal_uInt32 nResult = 0; in getShapeId() local
[all …]
H A DWW8StyleSheet.cxx124 sal_uInt32 nResult = 0; in get_upxstart() local
129 nResult = 0xc + 1 + nCount * 2; in get_upxstart()
131 nResult += nResult % 2; in get_upxstart()
138 nResult = pParentStyleSheet->get_cbSTDBaseInFile() + 2; in get_upxstart()
140 if (nResult < getCount()) in get_upxstart()
142 sal_uInt32 nCountTmp = getU16(nResult); in get_upxstart()
144 nResult += 4 + nCountTmp * 2; in get_upxstart()
148 return nResult; in get_upxstart()
H A DWW8BinTableImpl.cxx37 sal_uInt32 nResult = 0; in getPageNumber() local
49 nResult = getPageNumber(n); in getPageNumber()
50 mPageMap[rFc] = nResult; in getPageNumber()
68 nResult = getPageNumber(left); in getPageNumber()
69 mPageMap[rFc] = nResult; in getPageNumber()
74 nResult = mPageMap[rFc]; in getPageNumber()
76 return nResult; in getPageNumber()
H A DWW8PropertySetImpl.cxx78 sal_uInt32 nResult = 0; in getParam() local
84 nResult = getU8(2); in getParam()
91 nResult = getU16(2); in getParam()
96 nResult = getU32(2); in getParam()
101 nResult = getU16(2) + (getU8(4) << 16); in getParam()
109 return nResult; in getParam()
245 sal_uInt32 nResult = 0; in get_istd() local
248 nResult = getU16(0); in get_istd()
250 return nResult; in get_istd()
H A DXNoteHelperImpl.hxx33 sal_uInt32 nResult = 0; in getCount() local
36 nResult = ( mpCps->getCount() / 4) - 2; in getCount()
38 return nResult; in getCount()
92 sal_uInt32 nResult = getCount(); in getIndexOfCpAndFc() local
94 sal_uInt32 n = nResult; in getIndexOfCpAndFc()
105 nResult = n; in getIndexOfCpAndFc()
110 return nResult; in getIndexOfCpAndFc()
H A DWW8LFOTable.cxx108 sal_uInt32 nResult = WW8LFOLevel::getSize(); in calcSize() local
112 WW8ListLevel aLevel(mpParent, mnOffsetInParent + nResult); in calcSize()
114 nResult += aLevel.calcSize(); in calcSize()
116 sal_uInt32 nXstSize = mpParent->getU16(mnOffsetInParent + nResult); in calcSize()
118 nResult += (nXstSize + 1) * 2; in calcSize()
121 return nResult; in calcSize()
/AOO41X/main/sc/source/core/tool/
H A Ddetfunc.cxx809 sal_uInt16 nResult = DET_INS_EMPTY; in InsertPredLevelArea() local
819 nResult = DET_INS_INSERTED; in InsertPredLevelArea()
822 if (nResult != DET_INS_INSERTED) in InsertPredLevelArea()
823 nResult = DET_INS_CONTINUE; in InsertPredLevelArea()
826 if (nResult == DET_INS_EMPTY) in InsertPredLevelArea()
827 nResult = DET_INS_CIRCULAR; in InsertPredLevelArea()
834 return nResult; in InsertPredLevelArea()
855 sal_uInt16 nResult = DET_INS_EMPTY; in InsertPredLevel() local
863 nResult = DET_INS_INSERTED; // neuer Pfeil eingetragen in InsertPredLevel()
882 nResult = DET_INS_INSERTED; in InsertPredLevel()
[all …]
H A Dcollect.cxx382 short nResult = 0; in Compare() local
390 nResult = 1; in Compare()
392 nResult = -1; in Compare()
399 nResult = 0; in Compare()
401 nResult = -1; in Compare()
403 nResult = 1; in Compare()
411 nResult = (short) ScGlobal::GetCaseTransliteration()->compareString( in Compare()
414 nResult = (short) ScGlobal::GetpTransliteration()->compareString( in Compare()
419 return nResult; in Compare()
/AOO41X/main/sd/source/ui/framework/configuration/
H A DResourceId.cxx292 sal_Int16 nResult (0); in compareTo() local
298 nResult = +1; in compareTo()
300 nResult = 0; in compareTo()
312 nResult = CompareToLocalImplementation(*pId); in compareTo()
318 nResult = CompareToExternalImplementation(rxResourceId); in compareTo()
322 return nResult; in compareTo()
330 sal_Int16 nResult (0); in CompareToLocalImplementation() local
346 nResult = -1; in CompareToLocalImplementation()
348 nResult = +1; in CompareToLocalImplementation()
353 if (nResult == 0) in CompareToLocalImplementation()
[all …]
/AOO41X/main/svtools/source/java/
H A Djavainteractionhandler.cxx136 sal_uInt16 nResult = RET_CANCEL; in handle() local
149 nResult = aWarningBox.Execute(); in handle()
153 nResult = RET_OK; in handle()
166 nResult = aWarningBox.Execute(); in handle()
170 nResult = RET_OK; in handle()
183 nResult = aQueryBox.Execute(); in handle()
184 if ( nResult == RET_YES ) in handle()
189 m_nResult_JavaDisabled = nResult; in handle()
194 nResult = m_nResult_JavaDisabled; in handle()
207 nResult = aErrorBox.Execute(); in handle()
[all …]
/AOO41X/main/sd/source/ui/slidesorter/controller/
H A DSlsAnimationFunction.cxx49 const double nResult (sin(nTime * M_PI/2)); in FastInSlowOut_Sine() local
51 OSL_ASSERT(nResult>=0.0 && nResult<=1.0); in FastInSlowOut_Sine()
52 return nResult; in FastInSlowOut_Sine()
62 const double nResult (sqrt(nTime)); in FastInSlowOut_Root() local
64 OSL_ASSERT(nResult>=0.0 && nResult<=1.0); in FastInSlowOut_Root()
65 return nResult; in FastInSlowOut_Root()
75 const double nResult (sin(nTime * M_PI)); in SlowInSlowOut_0to0_Sine() local
77 OSL_ASSERT(nResult>=0.0 && nResult<=1.0); in SlowInSlowOut_0to0_Sine()
78 return nResult; in SlowInSlowOut_0to0_Sine()
/AOO41X/main/sw/source/core/layout/
H A Dhffrm.cxx443 SwTwips nResult; in GrowFrm() local
447 nResult = 0; in GrowFrm()
451 nResult = SwLayoutFrm::GrowFrm(nDist, bTst, bInfo); in GrowFrm()
455 nResult = 0; in GrowFrm()
510 nResult += nEat; in GrowFrm()
523 nResult += nFrmGrow; in GrowFrm()
531 if ( ( nResult > 0 ) && bNotifyFlys ) in GrowFrm()
537 if ( nResult && !bTst ) in GrowFrm()
540 return nResult; in GrowFrm()
545 SwTwips nResult; in ShrinkFrm() local
[all …]
/AOO41X/main/comphelper/source/misc/
H A Ddocpasswordhelper.cxx181 sal_uInt32 nResult = 0; in GetWordHashAsUINT32() local
212 nResult = ( nHighResult << 16 ) | nLowResult; in GetWordHashAsUINT32()
215 return nResult; in GetWordHashAsUINT32()
237 sal_uInt16 nResult = 0; in GetXLHashAsUINT16() local
245 nResult = ( ( nResult >> 14 ) & 0x01 ) | ( ( nResult << 1 ) & 0x7FFF ); in GetXLHashAsUINT16()
246 nResult ^= aString.getStr()[nInd]; in GetXLHashAsUINT16()
249 nResult = ( ( nResult >> 14 ) & 0x01 ) | ( ( nResult << 1 ) & 0x7FFF ); in GetXLHashAsUINT16()
250 nResult ^= ( 0x8000 | ( 'N' << 8 ) | 'K' ); in GetXLHashAsUINT16()
251 nResult ^= aString.getLength(); in GetXLHashAsUINT16()
254 return nResult; in GetXLHashAsUINT16()
/AOO41X/main/framework/qa/complex/loadAllDocuments/
H A DCheckXComponentLoader.java640 int nResult = RESULT_EMPTY_DOC; in loadURL() local
648 nResult = RESULT_VALID_DOC; in loadURL()
650 nResult = RESULT_EMPTY_DOC; in loadURL()
653 nResult = RESULT_ILLEGALARGUMENTEXCEPTION; in loadURL()
655 nResult = RESULT_IOEXCEPTION; in loadURL()
657 nResult = RESULT_RUNTIMEEXCEPTION; in loadURL()
659 nResult = RESULT_EXCEPTION; in loadURL()
674 if (nResult == nRequiredResult) { in loadURL()
676 convertResult2String(nResult) + "] "); in loadURL()
679 convertResult2String(nResult) + "] " + in loadURL()
[all …]
/AOO41X/main/qadevOOo/runner/convwatch/
H A DPRNCompare.java331 int nResult = identify(sDiffGfx); in createDiffs() local
332 if (nResult == 1) in createDiffs()
371 nResult = identify(sDiff_BM_Gfx); in createDiffs()
372 if (nResult == 1) in createDiffs()
447 int nResult = identify(sDiffGfx); in createDiffs() local
448 if (nResult == 1) in createDiffs()
495 nResult = identify(sDiff_BM_Gfx); in createDiffs()
496 if (nResult == 1) in createDiffs()
594 int nResult = 0; in identify() local
631 nResult = Integer.valueOf(sBack).intValue(); in identify()
[all …]
/AOO41X/main/writerfilter/source/ooxml/
H A DOOXMLFastTokenHandler.cxx45 ::sal_Int32 nResult = OOXML_FAST_TOKENS_END; in getToken()
53 nResult = pToken->nToken; in getToken()
58 << ", " << nResult in getToken()
62 return nResult; in getToken()
106 ::sal_Int32 nResult = OOXML_FAST_TOKENS_END; in getTokenFromUTF8()
114 nResult = pToken->nToken; in getTokenFromUTF8()
120 << ", " << nResult in getTokenFromUTF8()
124 return nResult; in getTokenFromUTF8()
/AOO41X/main/uui/source/
H A Diahndl-locking.cxx89 sal_Int32 nResult = RET_CANCEL; in handleLockedDocumentRequest_() local
103 nResult = xDialog->Execute(); in handleLockedDocumentRequest_()
118 nResult = xDialog->Execute(); in handleLockedDocumentRequest_()
136 nResult = xDialog->Execute(); in handleLockedDocumentRequest_()
139 if ( nResult == RET_YES ) in handleLockedDocumentRequest_()
141 else if ( nResult == RET_NO ) in handleLockedDocumentRequest_()
178 sal_Int32 nResult = xDialog->Execute(); in handleChangedByOthersRequest_() local
180 if ( nResult == RET_YES ) in handleChangedByOthersRequest_()
217 sal_Int32 nResult = xDialog->Execute(); in handleLockFileIgnoreRequest_() local
219 if ( nResult == RET_OK ) in handleLockFileIgnoreRequest_()
/AOO41X/main/soldep/bootstrp/
H A Dsstring.cxx77 StringCompare nResult = pStr->CompareTo( *pString ); in GetPrevString() local
78 if ( nResult == COMPARE_LESS ) in GetPrevString()
83 else if ( nResult == COMPARE_GREATER ) in GetPrevString()
88 else if ( nResult == COMPARE_EQUAL ) in GetPrevString()
237 StringCompare nResult = pStr->CompareTo( *pString ); in GetPrevString() local
238 if ( nResult == COMPARE_LESS ) in GetPrevString()
243 else if ( nResult == COMPARE_GREATER ) in GetPrevString()
248 else if ( nResult == COMPARE_EQUAL ) in GetPrevString()
/AOO41X/main/sc/source/ui/view/
H A Dtabvwsh3.cxx100 sal_uInt16 nResult = rScRange.Parse(aAddress, pDoc); in lcl_ParseRange() local
101 if ( (nResult & SCA_VALID) ) in lcl_ParseRange()
102 return nResult; in lcl_ParseRange()
111 sal_uInt16 nResult = rScAddress.Parse(aAddress, pDoc); in lcl_ParseAddress() local
112 if ( (nResult & SCA_VALID) ) in lcl_ParseAddress()
113 return nResult; in lcl_ParseAddress()
278 sal_uInt16 nResult = lcl_ParseRange(aScRange, aAddress, pDoc, nSlot); in Execute() local
283 if( nResult & SCA_VALID ) in Execute()
285 if ( nResult & SCA_TAB_3D ) in Execute()
297 … else if ( (nResult = lcl_ParseAddress(aScAddress, aAddress, pDoc, nSlot)) & SCA_VALID ) in Execute()
[all …]
/AOO41X/main/sc/source/ui/miscdlgs/
H A Dnamecrea.cxx63 sal_uInt16 nResult = 0; in GetFlags() local
65 nResult |= aTopBox.IsChecked() ? NAME_TOP: 0 ; in GetFlags()
66 nResult |= aLeftBox.IsChecked() ? NAME_LEFT: 0 ; in GetFlags()
67 nResult |= aBottomBox.IsChecked() ? NAME_BOTTOM: 0 ; in GetFlags()
68 nResult |= aRightBox.IsChecked() ? NAME_RIGHT: 0 ; in GetFlags()
70 return nResult; in GetFlags()
/AOO41X/main/package/source/zipapi/
H A DDeflater.cxx84 sal_Int32 nResult; in doDeflateBytes() local
93 nResult = deflateParams(pStream, nLevel, nStrategy); in doDeflateBytes()
95 nResult = z_deflateParams(pStream, nLevel, nStrategy); in doDeflateBytes()
97 switch (nResult) in doDeflateBytes()
119 nResult = deflate(pStream, bFinish ? Z_FINISH : Z_NO_FLUSH); in doDeflateBytes()
121 nResult = z_deflate(pStream, bFinish ? Z_FINISH : Z_NO_FLUSH); in doDeflateBytes()
123 switch (nResult) in doDeflateBytes()

123456789