Home
last modified time | relevance | path

Searched refs:nResult (Results 26 – 50 of 220) sorted by relevance

123456789

/trunk/main/unotools/source/misc/
H A Dfontcvt.cxx1236 const char *SymbolFontToString(int nResult) in SymbolFontToString() argument
1240 while (nI <= nResult) in SymbolFontToString()
1242 if (!(nI & nResult)) in SymbolFontToString()
1280 int nTotal = 0, nResult = 0; in ConvertString() local
1302 nResult = nTotal; in ConvertString()
1303 if (nResult) //Don't bother storing a series of failures in ConvertString()
1308 if (nResult) in ConvertString()
1311 while (nI <= nResult) in ConvertString()
1313 if (!(nI & nResult)) in ConvertString()
/trunk/main/writerfilter/source/doctok/
H A DWW8ListTable.cxx138 sal_uInt32 nResult = WW8ListLevel::getSize(); in calcSize() local
140 nResult += get_cbGrpprlPapx(); in calcSize()
141 nResult += get_cbGrpprlChpx(); in calcSize()
142 nResult += 2 + getU16(nResult) * 2; in calcSize()
144 return nResult; in calcSize()
H A DWW8Clx.cxx53 sal_uInt32 nResult = getU32(nOffsetPieceTable + 5 + in getFc() local
57 if (nResult & 0x40000000) in getFc()
58 nResult = (nResult & ~0x40000000) / 2; in getFc()
60 return nResult; in getFc()
H A DWW8StructBase.cxx100 sal_uInt32 nResult = getU8(rSeq, nOffset); in getU32() local
101 nResult |= (getU8(rSeq, nOffset + 1) << 8); in getU32()
102 nResult |= (getU8(rSeq, nOffset + 2) << 16); in getU32()
103 nResult |= (getU8(rSeq, nOffset + 3) << 24); in getU32()
105 return nResult; in getU32()
H A DDffImpl.cxx290 sal_uInt32 nResult; in get_extraoffset() local
295 nResult = 0x8 + nCount * WW8FOPTE::getSize(); in get_extraoffset()
304 nResult += nValue; in get_extraoffset()
309 nResult = getCount(); in get_extraoffset()
311 return nResult; in get_extraoffset()
H A DWW8FKPImpl.cxx56 sal_uInt32 nResult = getEntryCount(); in getIndex() local
58 while (rFc < getFc(nResult)) in getIndex()
59 nResult--; in getIndex()
61 return nResult; in getIndex()
/trunk/main/package/qa/storages/
H A DTest09.java107 int nResult = m_aTestHelper.ChangeStreamPass( xTempFileStorage, "SubStream1", sPass1, sPass2 ); in test() local
108 if ( nResult == 0 ) in test()
110 else if ( nResult == -1 ) in test()
114 nResult = m_aTestHelper.ChangeStreamPass( xTempFileStorage, "BigSubStream1", sPass1, sPass2 ); in test()
115 if ( nResult == 0 ) in test()
117 else if ( nResult == -1 ) in test()
/trunk/main/sc/source/ui/dbgui/
H A Dsfiltdlg.cxx339 sal_uInt16 nResult = theAdrCopy.Parse( theCopyStr, pDoc, eConv ); in IMPL_LINK() local
341 if ( SCA_VALID != (nResult & SCA_VALID) ) in IMPL_LINK()
354 sal_uInt16 nResult = ScRange().Parse( theAreaStr, pDoc, eConv ); in IMPL_LINK() local
356 if ( SCA_VALID != (nResult & SCA_VALID) ) in IMPL_LINK()
372 sal_uInt16 nResult = theFilterArea.Parse( theAreaStr, pDoc, eConv ); in IMPL_LINK() local
374 if ( SCA_VALID == (nResult & SCA_VALID) ) in IMPL_LINK()
503 sal_uInt16 nResult = ScRange().Parse( theCurAreaStr, pDoc ); in IMPL_LINK() local
505 if ( SCA_VALID == (nResult & SCA_VALID) ) in IMPL_LINK()
/trunk/main/sfx2/source/doc/
H A Dguisaveas.cxx119 sal_uInt16 nResult = 0; in getSlotIDFromMode() local
121 nResult = SID_EXPORTDOC; in getSlotIDFromMode()
127 nResult = SID_SAVEASDOC; in getSlotIDFromMode()
132 return nResult; in getSlotIDFromMode()
138 sal_uInt8 nResult = 0; in getStoreModeFromSlotName() local
140 nResult = EXPORT_REQUESTED; in getStoreModeFromSlotName()
146 nResult = SAVE_REQUESTED; in getStoreModeFromSlotName()
148 nResult = SAVEAS_REQUESTED; in getStoreModeFromSlotName()
154 return nResult; in getStoreModeFromSlotName()
663 return nResult; in CheckSaveAcceptable()
[all …]
H A Dgraphhelp.cxx500 sal_uInt16 nResult = 0; in getThumbnailReplacementIDByFactoryName_Impl() local
504 nResult = BMP_128X128_CALC_DOC; in getThumbnailReplacementIDByFactoryName_Impl()
508 nResult = BMP_128X128_DRAW_DOC; in getThumbnailReplacementIDByFactoryName_Impl()
512 nResult = BMP_128X128_IMPRESS_DOC; in getThumbnailReplacementIDByFactoryName_Impl()
516 nResult = BMP_128X128_MATH_DOC; in getThumbnailReplacementIDByFactoryName_Impl()
520 nResult = BMP_128X128_WRITER_DOC; in getThumbnailReplacementIDByFactoryName_Impl()
523 return nResult; in getThumbnailReplacementIDByFactoryName_Impl()
/trunk/main/chart2/source/controller/main/
H A DChartDropTargetHelper.cxx88 sal_Int8 nResult = DND_ACTION_NONE; in AcceptDrop() local
96 nResult = rEvt.mnAction; in AcceptDrop()
99 return nResult; in AcceptDrop()
104 sal_Int8 nResult = DND_ACTION_NONE; in ExecuteDrop() local
176 nResult = DND_ACTION_COPY; in ExecuteDrop()
186 return nResult; in ExecuteDrop()
/trunk/main/dbaccess/source/ui/uno/
H A Ddbinteraction.cxx192 sal_Int16 nResult = aDlg.Execute(); in implHandle() local
195 switch (nResult) in implHandle()
249 sal_Int16 nResult = aDialog.Execute(); in implHandle() local
252 switch (nResult) in implHandle()
259 … OSL_ENSURE( nResult != RET_YES, "BasicInteractionHandler::implHandle: no handler for YES!" ); in implHandle()
328 sal_Int16 nResult = aDlg.Execute(); in implHandle() local
331 switch (nResult) in implHandle()
/trunk/main/sc/source/ui/unoobj/
H A Daddruno.cxx77 sal_uInt16 nResult = aRange.ParseAny( rUIString, pDoc, eConv ); in ParseUIString() local
78 if ( nResult & SCA_VALID ) in ParseUIString()
80 if ( ( nResult & SCA_TAB_3D ) == 0 ) in ParseUIString()
82 if ( ( nResult & SCA_TAB2_3D ) == 0 ) in ParseUIString()
91 sal_uInt16 nResult = aRange.aStart.Parse( rUIString, pDoc, eConv ); in ParseUIString() local
92 if ( nResult & SCA_VALID ) in ParseUIString()
94 if ( ( nResult & SCA_TAB_3D ) == 0 ) in ParseUIString()
/trunk/main/desktop/win32/source/setup/
H A Dsetup.cpp872 if( ERROR_SUCCESS != nResult ) in LaunchInstaller()
875 SetError( nResult ); in LaunchInstaller()
881 SetError( nResult ); in LaunchInstaller()
883 if ( nResult != ERROR_SUCCESS ) in LaunchInstaller()
1349 DWORD nResult = NOERROR; in WaitForProcess() local
1375 nResult = WIN::GetLastError(); in WaitForProcess()
1381 return nResult; in WaitForProcess()
1945 if( ERROR_SUCCESS != nResult ) in InstallRuntimes()
1948 SetError( nResult ); in InstallRuntimes()
1954 SetError( nResult ); in InstallRuntimes()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dxestring.cxx51 int nResult = 0; in lclCompareVectors() local
56 …for( CIT aItL = rLeft.begin(), aItR = rRight.begin(); !nResult && (aItL != aEndL) && (aItR != aEnd… in lclCompareVectors()
57 nResult = static_cast< int >( *aItL ) - static_cast< int >( *aItR ); in lclCompareVectors()
60 if( !nResult ) in lclCompareVectors()
61 nResult = static_cast< int >( rLeft.size() ) - static_cast< int >( rRight.size() ); in lclCompareVectors()
63 return nResult; in lclCompareVectors()
297 int nResult = mbIsBiff8 ? in IsLessThan() local
300 return (nResult != 0) ? (nResult < 0) : (maFormats < rCmp.maFormats); in IsLessThan()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DJPEGComparator.java435 int nResult = identify(sDifference); in compareJPEG() local
443 if (nResult <= nAcceptedTolerance) in compareJPEG()
445 nResult = 1; in compareJPEG()
451 if (nResult != 1) in compareJPEG()
731 int nResult = 0; in identify() local
775 nResult = Integer.valueOf(sBack).intValue(); in identify()
780 nResult = 0; in identify()
782 return nResult; in identify()
/trunk/main/dbaccess/source/ui/dlg/
H A Dodbcconfig.cxx259 SQLRETURN nResult = NSQLAllocHandle(SQL_HANDLE_ENV, SQL_NULL_HANDLE, &m_pImpl->hEnvironment); in allocEnv() local
260 if (SQL_SUCCESS != nResult) in allocEnv()
300 SQLRETURN nResult = SQL_SUCCESS; in getDatasourceNames() local
303 …for ( nResult = NSQLDataSources(m_pImpl->hEnvironment, SQL_FETCH_FIRST, szDSN, sizeof(szDSN), &pcb… in getDatasourceNames()
305nResult = NSQLDataSources(m_pImpl->hEnvironment, SQL_FETCH_NEXT, szDSN, sizeof(szDSN), &pcbDSN, sz… in getDatasourceNames()
308 if (nResult != SQL_SUCCESS) in getDatasourceNames()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsClipboard.cxx786 sal_Int8 nResult = DND_ACTION_NONE; in ExecuteDrop() local
835 nResult = rEvent.mnAction; in ExecuteDrop()
853 DragFinished(nResult); in ExecuteDrop()
866 nResult = ExecuteOrAcceptShapeDrop( in ExecuteDrop()
881 return nResult; in ExecuteDrop()
991 sal_Int8 nResult = 0; in ExecuteOrAcceptShapeDrop() local
1025 nResult = pDrawViewShell->AcceptDrop( in ExecuteOrAcceptShapeDrop()
1034 nResult = pDrawViewShell->ExecuteDrop( in ExecuteOrAcceptShapeDrop()
1044 return nResult; in ExecuteOrAcceptShapeDrop()
/trunk/main/connectivity/source/drivers/dbase/
H A DDResultSet.cxx130 sal_Int32 nFirst(0),nSecond(0),nResult(0); in compareBookmarks() local
141 nResult = -1; in compareBookmarks()
143 nResult = 1; in compareBookmarks()
145 nResult = 0; in compareBookmarks()
147 return nResult; in compareBookmarks()
/trunk/main/chart2/source/controller/dialogs/
H A Dres_ErrorBar.cxx57 sal_uInt16 nResult = 0; in lcl_getLbEntryPosByErrorKind() local
65 nResult = CHART_LB_FUNCTION_STD_DEV; in lcl_getLbEntryPosByErrorKind()
68 nResult = CHART_LB_FUNCTION_VARIANCE; in lcl_getLbEntryPosByErrorKind()
71 nResult = CHART_LB_FUNCTION_STD_DEV; in lcl_getLbEntryPosByErrorKind()
74 nResult = CHART_LB_FUNCTION_ERROR_MARGIN; in lcl_getLbEntryPosByErrorKind()
77 nResult = CHART_LB_FUNCTION_STD_ERROR; in lcl_getLbEntryPosByErrorKind()
80 return nResult; in lcl_getLbEntryPosByErrorKind()
/trunk/main/sal/osl/unx/
H A Dinterlck.c142 int nResult; in osl_incrementInterlockedCount() local
150 : "=&r" (nCount), "=&r" (nResult), "=m" (*pCount) in osl_incrementInterlockedCount()
164 int nResult; in osl_decrementInterlockedCount() local
172 : "=&r" (nCount), "=&r" (nResult), "=m" (*pCount) in osl_decrementInterlockedCount()
/trunk/main/package/source/package/zipapi/
H A DInflater.cxx130 sal_Int32 nResult = ::inflate(pStream, Z_PARTIAL_FLUSH); in doInflateBytes() local
132 sal_Int32 nResult = ::z_inflate(pStream, Z_PARTIAL_FLUSH); in doInflateBytes() local
135 switch (nResult) in doInflateBytes()
153 nLastInflateError = nResult; in doInflateBytes()
/trunk/main/sc/source/core/data/
H A Ddpglobal.cxx132 sal_Int32 nResult = getDataId( aData ); in insertData() local
134 if( nResult < 0 ) in insertData()
136 maItemIds.insert( DataHash::value_type( aData, nResult = maItems.size() ) ); in insertData()
140 return nResult; in insertData()
/trunk/main/framework/source/fwi/helper/
H A Dnetworkdomain.cxx117 DWORD nResult; in GetUserDomain() local
120 nResult = GetUserDomainW_WINDOWS( reinterpret_cast<LPWSTR>(aBuffer), sizeof( aBuffer ) ); in GetUserDomain()
122 nResult = GetUserDomainW_NT( reinterpret_cast<LPWSTR>(aBuffer), sizeof( aBuffer ) ); in GetUserDomain()
124 if ( nResult > 0 ) in GetUserDomain()
/trunk/main/formula/source/ui/dlg/
H A Dfuncutl.cxx863 long nResult=sal_True; in PreNotify() local
865 if(pMEdit==NULL) return nResult; in PreNotify()
874 nResult=GetParent()->Notify(rNEvt); in PreNotify()
878 nResult=Control::PreNotify(rNEvt); in PreNotify()
885 nResult=Control::PreNotify(rNEvt); in PreNotify()
893 return nResult; in PreNotify()

Completed in 136 milliseconds

123456789