Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dsallayout.cxx1003 for( int n = 0; n < nCharCount; ++n ) in GetCharWidths()
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()
1748 for( int i = 0; i < nCharCount; ++i ) in AdjustLayout()
2150 for( int i = 0; i < nCharCount; ++i ) in GetTextBreak()
2159 for( int i = 0; i < nCharCount; ++i ) in GetTextBreak()
2181 for( int i = 0; i < nCharCount; ++i ) in FillDXArray()
[all …]
/trunk/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()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx5084 sal_uInt32 nCharCount, in Read() local
5089 rIn >> nCharCount; in Read()
5090 nCharIdx += nCharCount; in Read()
5195 nCharCount--; in ReadParaProps()
5300 if ( nCharCount ) in ReadParaProps()
5333 nCharCount = nDummy16; in ReadCharProps()
5503 sal_uInt32 nCharCount; in Init() local
5528 sal_uInt32 nCharCount; in Init() local
5553 while( nCharCount ) in Init()
5582 nCharCount -= nLen; in Init()
[all …]
/trunk/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()
/trunk/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()
/trunk/main/sal/qa/OStringBuffer/
H A Drtl_String_Const.h432 static const sal_Int32 nCharCount=15; variable
433 static const sal_Unicode expValChar[nCharCount] =
/trunk/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()
/trunk/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx997 sal_uInt32& nCharCount, sal_Bool& bTextPropAtom );
999 sal_uInt32& nCharCount, sal_uInt32 nCharAnzRead,
/trunk/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()
/trunk/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()
/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx2517 sal_uInt16 nCharCount = aRoman.Len(); in ScArabic() local
2520 while( bValid && (nCharIndex < nCharCount) ) in ScArabic()
2527 if( bValid && (nCharIndex + 1 < nCharCount) ) in ScArabic()
/trunk/main/svl/inc/svl/
H A Dzformat.hxx242 bool GetOutputString( double fNumber, sal_uInt16 nCharCount, String& rOutString ) const;
/trunk/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()

Completed in 257 milliseconds