Home
last modified time | relevance | path

Searched refs:nRes (Results 51 – 75 of 94) sorted by relevance

1234

/trunk/main/migrationanalysis/src/wizard/
H A DWizard.bas314 Function GetResString(nRes As Integer) As String
322 nRet = LoadString(ghInst, nRes, sRes, 1024)
330 nRes = nRes + 1
/trunk/main/extensions/source/scanner/
H A Dsanedlg.cxx225 for ( int nRes = (long) pDouble[0] * 2; nRes < (long) pDouble[1]; nRes = nRes * 2 ) in InitFields() local
227 if ( !bGot300 && nRes > 300 ) { in InitFields()
228 nRes = 300; bGot300 = 1; in InitFields()
230 maReslBox.InsertValue(nRes); in InitFields()
/trunk/main/svtools/source/filter/
H A Dfilter.cxx1372 sal_uInt16 nRes = ImpTestOrFindFormat( rMainUrl, rIStream, nFormat ); in CanImportGraphic() local
1376 if( nRes==GRFILTER_OK && pDeterminedFormat!=NULL ) in CanImportGraphic()
1379 return (sal_uInt16) ImplSetError( nRes, &rIStream ); in CanImportGraphic()
2314 int nRes = GRFILTER_OK; in LoadGraphic() local
2316 nRes = pFilter->ImportGraphic( rGraphic, aURL, nFilter, pDeterminedFormat ); in LoadGraphic()
2318 nRes = pFilter->ImportGraphic( rGraphic, rPath, *pStream, nFilter, pDeterminedFormat ); in LoadGraphic()
2321 if( nRes ) in LoadGraphic()
2322 DBG_WARNING2( "GrafikFehler [%d] - [%s]", nRes, rPath.GetBuffer() ); in LoadGraphic()
2325 return nRes; in LoadGraphic()
/trunk/main/winaccessibility/source/service/
H A DResIDGenerator.cxx48 long nRes = *(subList.begin()); in GenerateNewResID() local
50 return nRes; in GenerateNewResID()
/trunk/main/linguistic/source/
H A Ddlistimp.cxx819 xub_StrLen nRes = STRING_LEN; in lcl_GetToken() local
827 nRes = rText.Len(); in lcl_GetToken()
842 nRes = i + 1; // continue after found delimeter in lcl_GetToken()
845 return nRes; in lcl_GetToken()
H A Ddicimp.cxx510 int nRes = 0; in cmpDicEntry() local
560 nRes = nDiff; in cmpDicEntry()
577 nRes = ((sal_Int32) nLen1 - nNumIgnChar1) - ((sal_Int32) nLen2 - nNumIgnChar2); in cmpDicEntry()
580 return nRes; in cmpDicEntry()
H A Dspelldsp.cxx141 size_t nRes = 0; in Count() local
146 ++nRes; in Count()
148 return nRes; in Count()
/trunk/main/svl/source/numbers/
H A Dzforfind.cxx901 sal_uInt16 nRes = 0; in ImplGetDay() local
907 nRes = nNum; in ImplGetDay()
910 return nRes; in ImplGetDay()
920 sal_uInt16 nRes = pFormatter->GetCalendar()->getNumberOfMonthsInYear(); in ImplGetMonth() local
925 if ( 0 < nNum && nNum <= nRes ) in ImplGetMonth()
926 nRes = nNum - 1; // zero based for CalendarFieldIndex::MONTH in ImplGetMonth()
929 return nRes; in ImplGetMonth()
/trunk/main/lingucomponent/source/spellcheck/macosxspell/
H A Dmacspellimp.cxx241 sal_Int16 nRes = -1; in GetSpellFailure() local
283 nRes = SpellFailure::SPELLING_ERROR; in GetSpellFailure()
288 return nRes; in GetSpellFailure()
/trunk/main/connectivity/source/drivers/dbase/
H A DDNoException.cxx382 sal_Int32 nRes = getValue().getString().compareTo(rKey.getValue()); in Compare() local
383 eResult = (nRes > 0) ? COMPARE_GREATER : (nRes == 0) ? COMPARE_EQUAL : COMPARE_LESS; in Compare()
H A Ddindexnode.cxx808 sal_Int32 nRes = getValue().getString().compareTo(rKey.getValue()); in Compare() local
809 eResult = (nRes > 0) ? COMPARE_GREATER : (nRes == 0) ? COMPARE_EQUAL : COMPARE_LESS; in Compare()
/trunk/main/lingucomponent/source/spellcheck/spell/
H A Dsspellimp.cxx305 sal_Int16 nRes = -1; in GetSpellFailure() local
372 nRes = SpellFailure::SPELLING_ERROR; in GetSpellFailure()
380 return nRes; in GetSpellFailure()
/trunk/main/connectivity/source/drivers/flat/
H A DETable.cxx655 …double nRes = m_xNumberFormatter->convertStringToNumber(::com::sun::star::util::NumberFormat::ALL,… in fetchRow() local
660 …[i] = ::dbtools::DBTypeConversion::toDouble(::dbtools::DBTypeConversion::toDate(nRes,m_aNullDate)); in fetchRow()
663 …= ::dbtools::DBTypeConversion::toDouble(::dbtools::DBTypeConversion::toDateTime(nRes,m_aNullDate)); in fetchRow()
666 …rRow->get())[i] = ::dbtools::DBTypeConversion::toDouble(::dbtools::DBTypeConversion::toTime(nRes)); in fetchRow()
/trunk/main/sc/source/core/tool/
H A Drangelst.cxx90 sal_uInt16 nRes = aRange.Parse( aOne, pDoc, eConv ); in Parse() local
91 if ( (nRes & nMask) == nMask ) in Parse()
93 nResult &= nRes; // alle gemeinsamen Bits bleiben erhalten in Parse()
/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxf2mtf.cxx39 sal_uLong nRes; in CountEntities() local
41 nRes=0; in CountEntities()
42 for (pBE=rEntities.pFirst; pBE!=NULL; pBE=pBE->pSucc) nRes++; in CountEntities()
43 return nRes; in CountEntities()
/trunk/main/cui/source/options/
H A Doptlingu.cxx601 sal_Int32 nRes = -1; in lcl_SeqGetIndex() local
604 for (sal_Int32 i = 0; i < nLen && nRes == -1; ++i) in lcl_SeqGetIndex()
607 nRes = i; in lcl_SeqGetIndex()
609 return nRes; in lcl_SeqGetIndex()
1450 sal_uLong nRes = 0; in GetDicUserData() local
1462 nRes = DicUserData( nIdx, in GetDicUserData()
1465 return nRes; in GetDicUserData()
/trunk/main/sw/source/ui/uiview/
H A Dsrcview.cxx921 sal_uLong nRes = aWriter.Write(xWriter, &sWriteName); in Load() local
922 if(nRes) in Load()
924 ErrorHandler::HandleError(ErrCode(nRes)); in Load()
H A Dview2.cxx215 int nRes = GRFILTER_OK; in InsertGraphic() local
222 nRes = GraphicFilter::LoadGraphic( rPath, rFilter, aGrf, pFlt /*, nFilter*/ ); in InsertGraphic()
225 if( GRFILTER_OK == nRes ) in InsertGraphic()
267 return nRes; in InsertGraphic()
/trunk/main/sw/source/core/graphic/
H A Dndgrf.cxx787 int nRes = GRFILTER_OK; in ReleaseLink() local
790 nRes = GraphicFilter::LoadGraphic( aFileName, String(), aNew, pFlt ); in ReleaseLink()
792 if ( GRFILTER_OK == nRes ) in ReleaseLink()
/trunk/main/sw/source/core/unocore/
H A Dunostyle.cxx3879 const sal_uInt16 nRes, in lcl_makeHeaderFooter() argument
3887 if (SFX_ITEM_SET == rSet.GetItemState(nRes, sal_True, &pItem)) in lcl_makeHeaderFooter()
3938 sal_uInt16 nRes = 0; in GetPropertyValues_Impl() local
4069 … case FN_UNO_HEADER: bHeader = true; nRes = RES_HEADER; bAll = sal_True; break; in GetPropertyValues_Impl()
4070 … case FN_UNO_HEADER_LEFT: bHeader = true; nRes = RES_HEADER; bLeft = sal_True; break; in GetPropertyValues_Impl()
4071 … case FN_UNO_HEADER_RIGHT: bHeader = true; nRes = RES_HEADER; bRight = sal_True; break; in GetPropertyValues_Impl()
4072 … case FN_UNO_FOOTER: bHeader = false; nRes = RES_FOOTER; bAll = sal_True; break; in GetPropertyValues_Impl()
4073 … case FN_UNO_FOOTER_LEFT: bHeader = false; nRes = RES_FOOTER; bLeft = sal_True; break; in GetPropertyValues_Impl()
4074 … case FN_UNO_FOOTER_RIGHT: bHeader = false; nRes = RES_FOOTER; bRight = sal_True; break; in GetPropertyValues_Impl()
4094 lcl_makeHeaderFooter(nRes, bHeader, pFrmFmt); in GetPropertyValues_Impl()
/trunk/main/sot/source/sdstor/
H A Dstgcache.cxx493 sal_uLong nRes = pStrm->Write( pBuf, nBytes ); in Write() local
494 if( nRes != nBytes ) in Write()
/trunk/main/sc/source/ui/docshell/
H A Darealink.cxx501 long nRes = Refresh( aFileName, aFilterName, aSourceArea, in IMPL_LINK() local
503 return nRes; in IMPL_LINK()
H A Dtablink.cxx440 long nRes = Refresh( aFileName, aFilterName, NULL, GetRefreshDelay() ) != 0; in IMPL_LINK() local
441 return nRes; in IMPL_LINK()
/trunk/main/sc/source/filter/excel/
H A Dimpop.cxx572 sal_uInt32 nRes; in Externname25() local
575 aIn >> nOpt >> nRes; in Externname25()
586 pExcRoot->pExtNameBuff->AddOLE( aName, mnLastRefIdx, nRes ); // nRes is storage ID in Externname25()
/trunk/main/basctl/source/basicide/
H A Dbastype3.hxx50 ExtendedEdit( Window* pParent, IDEResId nRes );

Completed in 212 milliseconds

1234