Home
last modified time | relevance | path

Searched refs:nNum (Results 1 – 25 of 146) sorted by path

123456

/trunk/extras/l10n/source/es/
H A Dlocalize.sdf24519 helpcontent2 source\text\sbasic\shared\03080701.xhp 0 help par_id3150767 9 0 es ExpresiónNum 2…
26939 helpcontent2 source\text\sbasic\shared\03090303.xhp 0 help par_id3150769 5 0 es On ExpresiónNum G…
26941nNum:\</emph\> Cualquier expresión numérica entre 0 y 255 que determine a qué línea bifurca el pro…
/trunk/extras/l10n/source/gl/
H A Dlocalize.sdf24519 helpcontent2 source\text\sbasic\shared\03080701.xhp 0 help par_id3150767 9 0 gl ExpresiónNum 2…
26939 helpcontent2 source\text\sbasic\shared\03090303.xhp 0 help par_id3150769 5 0 gl On ExpresiónNum G…
/trunk/main/basic/source/sbx/
H A Dsbxconv.hxx32 extern void ImpCvtNum( double nNum, short nPrec, ::rtl::OUString& rRes, sal_Bool bCoreString=sal_Fa…
H A Dsbxscan.cxx299 if( nNum > 0.0 ) in myftoa()
301 while( nNum < 1.0 ) nNum *= 10.0, nExp--; in myftoa()
302 while( nNum >= 10.0 ) nNum /= 10.0, nExp++; in myftoa()
312 nNum = 1.0; in myftoa()
343 digit = (int) nNum; in myftoa()
345 nNum =( nNum - digit ) * 10.0; in myftoa()
400 if( nNum < 0.0 ) { in ImpCvtNum()
401 nNum = -nNum; in ImpCvtNum()
405 myftoa( nNum, p, nPrec,( nNum &&( nNum < 1E-1 || nNum >= dMaxNumWithoutExp ) ) ? 4:0, in ImpCvtNum()
554 if( nNum < 0.0 ) nNum = -nNum, bNeg = sal_True; in printfmtnum()
[all …]
H A Dsbxvals.cxx50 if( nLen > 4 || (nNum[3] & 0x8000) ) in INT64()
53 p->nLow = ((sal_uInt32)nNum[1] << 16) | (sal_uInt32)nNum[0]; in INT64()
54 p->nHigh = ((sal_uInt32)nNum[3] << 16) | (sal_uInt32)nNum[2]; in INT64()
82 p->nLow = ((sal_uInt32)nNum[1] << 16) | (sal_uInt32)nNum[0]; in UINT64()
83 p->nHigh = ((sal_uInt32)nNum[3] << 16) | (sal_uInt32)nNum[2]; in UINT64()
/trunk/main/comphelper/inc/comphelper/
H A Dsequence.hxx233 …com::sun::star::uno::Sequence< DstType > arrayToSequence( const SrcType* i_pArray, sal_Int32 nNum ) in arrayToSequence() argument
235 ::com::sun::star::uno::Sequence< DstType > result( nNum ); in arrayToSequence()
236 ::std::copy( i_pArray, i_pArray+nNum, result.getArray() ); in arrayToSequence()
/trunk/main/cui/source/options/
H A Doptgdlg.cxx378 sal_uInt16 nNum = (sal_uInt16)aYearValueField.GetText().ToInt32(); in FillItemSet() local
379 if ( pUInt16Item && pUInt16Item->GetValue() != nNum ) in FillItemSet()
382 rSet.Put( SfxUInt16Item( SID_ATTR_YEAR2000, nNum ) ); in FillItemSet()
449 long nNum = aStr.ToInt32(); in IMPL_LINK() local
450 if ( aStr.Len() != 4 || nNum < aYearValueField.GetMin() || nNum > aYearValueField.GetMax() ) in IMPL_LINK()
454 nNum += 99; in IMPL_LINK()
455 aOutput += String::CreateFromInt32( nNum ); in IMPL_LINK()
465 sal_Int64 nNum = aYearValueField.GetValue(); in IMPL_LINK() local
466 String aOutput( String::CreateFromInt64( nNum ) ); in IMPL_LINK()
/trunk/main/embeddedobj/source/msole/
H A Dolecomponent.cxx624 ULONG nNum = 0; in RetrieveObjectDataFlavors_Impl() local
631 HRESULT hr = pFormatEnum->Next( MAX_ENUM_ELE, pElem, &nNum ); in RetrieveObjectDataFlavors_Impl()
644 while( nNum == MAX_ENUM_ELE ); in RetrieveObjectDataFlavors_Impl()
692 DWORD nNum; in InitializeObject_Impl() local
693 while( SUCCEEDED( pEnumSD->Next( 1, &aSD, &nNum ) ) && nNum == 1 ) in InitializeObject_Impl()
1058 ULONG nNum = 0; in GetVerbList() local
1063 HRESULT hr = pEnum->Next( MAX_ENUM_ELE, szEle, &nNum ); in GetVerbList()
1066 m_aVerbList.realloc( nSeqSize += nNum ); in GetVerbList()
1067 for( sal_uInt32 nInd = 0; nInd < nNum; nInd++ ) in GetVerbList()
1069 m_aVerbList[nSeqSize-nNum+nInd].VerbID = szEle[ nInd ].lVerb; in GetVerbList()
[all …]
/trunk/main/extensions/source/update/check/
H A Dupdatecheck.cxx1520 UpdateCheck::storeReleaseNote(sal_Int8 nNum, const rtl::OUString &rURL) in storeReleaseNote() argument
1528 rtl::OUString::valueOf( (sal_Int32) nNum ) + in storeReleaseNote()
H A Dupdatecheck.hxx153 static bool storeReleaseNote(sal_Int8 nNum, const rtl::OUString &rURL);
/trunk/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx477 virtual FASTBOOL GetColorFromPalette(sal_uInt16 nNum, Color& rColor) const;
H A Dsvdfppt.hxx271 Color GetColor( sal_uInt16 nNum ) const;
453 virtual FASTBOOL GetColorFromPalette( sal_uInt16 nNum, Color& rColor ) const;
455 PptFontEntityAtom* GetFontEnityAtom( sal_uInt32 nNum ) const;
456 CharSet GetCharSet( sal_uInt32 nNum ) const;
457 sal_Bool IsFontAvailable( sal_uInt32 nNum ) const;
599 virtual FASTBOOL GetColorFromPalette(sal_uInt16 nNum, Color& rColor) const;
/trunk/main/filter/source/msfilter/
H A Descherex.cxx4794 sal_uInt16 nNum, nAnz = pList->GetCount(); in GetConnectorRule() local
4797 for ( nNum = 0; nNum < nAnz; nNum++ ) in GetConnectorRule()
4799 const SdrGluePoint& rGP = (*pList)[ nNum ]; in GetConnectorRule()
H A Dsvdfppt.cxx421 if ( nNum < 8 ) in GetColor()
423 nNum <<= 2; in GetColor()
424 aRetval.SetRed( aData[ nNum++ ] ); in GetColor()
425 aRetval.SetGreen( aData[ nNum++ ] ); in GetColor()
426 aRetval.SetBlue( aData[ nNum++ ] ); in GetColor()
665 if ( pFonts && ( nNum < pFonts->Count() ) ) in GetFontEnityAtom()
666 pRetValue = (*pFonts)[ (sal_uInt16)nNum ]; in GetFontEnityAtom()
673 if ( pFonts && ( nNum < pFonts->Count() ) ) in GetCharSet()
674 eRetValue = (*pFonts)[ (sal_uInt16)nNum ]->eCharSet; in GetCharSet()
681 if ( pFonts && ( nNum < pFonts->Count() ) ) in IsFontAvailable()
[all …]
/trunk/main/forms/source/component/
H A Dpropertybaghelper.cxx139 sal_Int32 nNum = nFactor; in impl_findFreeHandle() local
140 while ( nNum != 1 ) in impl_findFreeHandle()
142 if ( !rPropInfo.fillPropertyMembersByHandle( NULL, NULL, nNum + NEW_HANDLE_BASE ) ) in impl_findFreeHandle()
145 nHandle = nNum + NEW_HANDLE_BASE; in impl_findFreeHandle()
148 nNum = ( nNum * nFactor ) % nPrime; in impl_findFreeHandle()
/trunk/main/lingucomponent/source/languageguessing/
H A Dguesslang.cxx173 sal_Int32 nNum = sizeof(aDisable) / sizeof(aDisable[0]); in EnsureInitialized() local
174 Sequence< Locale > aDisableSeq( nNum ); in EnsureInitialized()
176 for (sal_Int32 i = 0; i < nNum; ++i) in EnsureInitialized()
184 DBG_ASSERT( nNum == getDisabledLanguages().getLength(), "size mismatch" ); in EnsureInitialized()
/trunk/main/oox/source/dump/
H A Dbiffdumper.cxx2989 sal_uInt16 nNum = dumpDec< sal_uInt16 >( "numerator" ); in implDumpRecordBody() local
2991 …if( nDen > 0 ) writeDecItem( "current-zoom", static_cast< sal_uInt16 >( nNum * 100 / nDen ), "CONV… in implDumpRecordBody()
/trunk/main/oox/source/xls/
H A Dviewsettings.cxx441 sal_uInt16 nNum, nDenom; in importScl() local
442 rStrm >> nNum >> nDenom; in importScl()
445 …maSheetViews.back()->mnCurrentZoom = getLimitedValue< sal_Int32, sal_uInt16 >( (nNum * 100) / nDen… in importScl()
/trunk/main/package/source/package/manifest/
H A DManifestExport.cxx109 for (sal_uInt32 j = 0, nNum = pSequence[nInd].getLength(); j < nNum; j++, pValue++) in ManifestExport() local
205 for (sal_uInt32 j = 0, nNum = pSequence[i].getLength(); j < nNum; j++, pValue++) in ManifestExport() local
/trunk/main/package/source/package/zippackage/
H A DZipPackage.cxx262 for ( sal_Int32 j = 0, nNum = pSequence->getLength(); j < nNum; j++ ) in parseManifest() local
/trunk/main/package/source/xstor/
H A Dxstorage.cxx847 sal_Int32 nNum = 0; in CopyStorageElement() local
853 aStrProps.realloc( ++nNum ); in CopyStorageElement()
854 aStrProps[nNum-1].Name = aSrcPkgProps[ind].Name; in CopyStorageElement()
855 aStrProps[nNum-1].Value = aSrcPkgProps[ind].Value; in CopyStorageElement()
861 aStrProps.realloc( ++nNum ); in CopyStorageElement()
862 …aStrProps[nNum-1].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "UseCommonStoragePasswordEn… in CopyStorageElement()
863 aStrProps[nNum-1].Value <<= (sal_Bool)( pElement->m_pStream->UsesCommonEncryption_Impl() ); in CopyStorageElement()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DPRNCompare.java100 int nNum = nMaxNumber; in getMaxNumOfFileEntry() local
117 nNum = nValue; in getMaxNumOfFileEntry()
120 if (nNum > nMaxNumber) in getMaxNumOfFileEntry()
122 nMaxNumber = nNum; in getMaxNumOfFileEntry()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XSheetConditionalEntries.java45 int nNum = 0; field in _XSheetConditionalEntries
52 nNum = oObj.getCount(); in _addNew()
54 boolean res = (nNum + 1) == oObj.getCount(); in _addNew()
93 tRes.tested("removeByIndex()", pastNum == nNum); in _removeByIndex()
/trunk/main/sc/source/core/data/
H A Dtable4.cxx98 xub_StrLen nNum = 0; in lcl_DecompValueString() local
99 if ( p[nNum] == '-' ) in lcl_DecompValueString()
100 nNum = nNeg = 1; in lcl_DecompValueString()
101 while ( p[nNum] && CharClass::isAsciiNumeric( p[nNum] ) ) in lcl_DecompValueString()
102 nNum++; in lcl_DecompValueString()
116 aValue.Erase( 0, nNum ); in lcl_DecompValueString()
123 while ( nNum && CharClass::isAsciiNumeric( p[nNum] ) ) in lcl_DecompValueString()
124 nNum--; in lcl_DecompValueString()
125 if ( p[nNum] == '-' ) in lcl_DecompValueString()
127 nNum--; in lcl_DecompValueString()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dxiview.cxx187 sal_uInt16 nNum, nDenom; in ReadScl() local
188 rStrm >> nNum >> nDenom; in ReadScl()
191 maData.mnCurrentZoom = limit_cast< sal_uInt16 >( (nNum * 100) / nDenom ); in ReadScl()

Completed in 2212 milliseconds

123456