Home
last modified time | relevance | path

Searched refs:nCharCount (Results 1 – 15 of 15) sorted by relevance

/AOO41X/main/vcl/source/gdi/
H A Dsallayout.cxx1002 int nCharCount = mnEndCharPos - mnMinCharPos; in GetCharWidths() local
1003 for( int n = 0; n < nCharCount; ++n ) in GetCharWidths()
1134 const int nCharCount = rArgs.mnEndCharPos - rArgs.mnMinCharPos; in ApplyDXArray() local
1135 int* pLogCluster = (int*)alloca( nCharCount * sizeof(int) ); in ApplyDXArray()
1140 for( i = 0; i < nCharCount; ++i ) in ApplyDXArray()
1146 if( (n < 0) || (nCharCount <= n) ) in ApplyDXArray()
1155 for( n = 0; n < nCharCount; ++n ) in ApplyDXArray()
1158 if( n >= nCharCount ) in ApplyDXArray()
1160 for( n = 0; n < nCharCount; ++n ) in ApplyDXArray()
1177 if( (n < 0) || (nCharCount <= n) ) continue; in ApplyDXArray()
[all …]
/AOO41X/main/oox/source/xls/
H A Dbiffhelper.cxx273 …sal_Int32 nCharCount = b32BitLen ? rStrm.readValue< sal_Int32 >() : rStrm.readValue< sal_Int16 >(); in readString() local
275 …OSL_ENSURE( !rStrm.isEof() && (nCharCount >= -1), "BiffHelper::readString - invalid string length"… in readString()
276 if( !rStrm.isEof() && (nCharCount > 0) ) in readString()
279nCharCount = ::std::min( nCharCount, static_cast< sal_Int32 >( rStrm.getRemaining() / 2 ) ); in readString()
280 aString = rStrm.readUnicodeArray( nCharCount, bAllowNulChars ); in readString()
/AOO41X/main/filter/source/msfilter/
H A Dsvdfppt.cxx5085 sal_uInt32 nCharCount, in Read() local
5090 rIn >> nCharCount; in Read()
5091 nCharIdx += nCharCount; in Read()
5171 sal_uInt32& nCharCount, sal_Bool& bTextPropAtom ) in ReadParaProps() argument
5189 rIn >> nCharCount in ReadParaProps()
5196 nCharCount--; in ReadParaProps()
5277 nCharCount = nStringLen; in ReadParaProps()
5287 if ( ( nCharCount > nStringLen ) || ( nStringLen < nCharAnzRead + nCharCount ) ) in ReadParaProps()
5290 nCharCount = nStringLen - nCharAnzRead; in ReadParaProps()
5301 if ( nCharCount ) in ReadParaProps()
[all …]
/AOO41X/main/sal/qa/rtl_strings/
H A Drtl_String_Const.h740 static const sal_Int32 nCharCount=15; variable
741 static const sal_Char *inputChar[nCharCount] =
748 static const sal_Unicode expValChar[nCharCount] =
H A Drtl_OUString.cxx3303 test_toData<sal_Unicode>((const char**)inputChar,nCharCount, in test_rtl_OUString_toChar()
/AOO41X/main/svl/source/numbers/
H A Dzformat.cxx2006 double fNumber, sal_uInt16 nCharCount, const SvNumberFormatter& rFormatter, String& rOutString) in lcl_GetOutputStringScientific() argument
2011 sal_uInt16 nPrec = nCharCount > 7 ? nCharCount - 7 : 0; in lcl_GetOutputStringScientific()
2024 bool SvNumberformat::GetOutputString(double fNumber, sal_uInt16 nCharCount, String& rOutString) con… in GetOutputString() argument
2038 lcl_GetOutputStringScientific(fNumber, nCharCount, GetFormatter(), rOutString); in GetOutputString()
2048 lcl_GetOutputStringScientific(fNumber, nCharCount, GetFormatter(), rOutString); in GetOutputString()
2052 sal_uInt16 nPrec = nCharCount >= nDigitPre ? nCharCount - nDigitPre : 0; in GetOutputString()
2061 if (rOutString.Len() > nCharCount) in GetOutputString()
2063 lcl_GetOutputStringScientific(fNumber, nCharCount, GetFormatter(), rOutString); in GetOutputString()
/AOO41X/main/sal/qa/OStringBuffer/
H A Drtl_String_Const.h432 static const sal_Int32 nCharCount=15; variable
433 static const sal_Unicode expValChar[nCharCount] =
/AOO41X/main/vcl/win/source/gdi/
H A Dwinlayout.cxx1473 int nCharCount = rVisualItem.mnEndCharPos - rVisualItem.mnMinCharPos; local
1476 nCharCount,
1501 nCharCount,
1596 nCharCount, nGlyphCount,
H A Dsalgdi3.cxx3014 int nCharCount = pMap->GetCharCount(); in GetGlyphWidths() local
3016 for( int i = 0; i < nCharCount; i++ ) in GetGlyphWidths()
/AOO41X/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx997 sal_uInt32& nCharCount, sal_Bool& bTextPropAtom );
999 sal_uInt32& nCharCount, sal_uInt32 nCharAnzRead,
/AOO41X/main/sd/source/filter/eppt/
H A Depptso.cxx1331 sal_uInt32 nCharCount; in ImplWriteParagraphs() local
1340 nCharCount = pPara->Count(); in ImplWriteParagraphs()
1419 rOut << nCharCount in ImplWriteParagraphs()
1635 sal_uInt32 nCharCount = pPortion->Count(); in ImplWritePortions() local
1637 rOut << nCharCount in ImplWritePortions()
5043 sal_uInt32 nCharCount = pPara->Count(); in ImplWritePage() local
5048 *mpStrm << nCharCount in ImplWritePage()
/AOO41X/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx1792 int nCharCount = pMap->GetCharCount(); in GetGlyphWidths() local
1794 for( int i = 0; i < nCharCount; i++ ) in GetGlyphWidths()
/AOO41X/main/svl/inc/svl/
H A Dzformat.hxx242 bool GetOutputString( double fNumber, sal_uInt16 nCharCount, String& rOutString ) const;
/AOO41X/main/sc/source/core/tool/
H A Dinterpr2.cxx2515 sal_uInt16 nCharCount = aRoman.Len(); in ScArabic() local
2518 while( bValid && (nCharIndex < nCharCount) ) in ScArabic()
2525 if( bValid && (nCharIndex + 1 < nCharCount) ) in ScArabic()
/AOO41X/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx2224 int nCharCount = pMap->GetCharCount(); in GetGlyphWidths() local
2226 for(; --nCharCount >= 0; nChar = pMap->GetNextChar( nChar ) ) in GetGlyphWidths()