/aoo42x/main/vcl/source/gdi/ |
H A D | sallayout.cxx | 1003 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 …]
|
/aoo42x/main/oox/source/xls/ |
H A D | biffhelper.cxx | 273 …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() 279 … nCharCount = ::std::min( nCharCount, static_cast< sal_Int32 >( rStrm.getRemaining() / 2 ) ); in readString() 280 aString = rStrm.readUnicodeArray( nCharCount, bAllowNulChars ); in readString()
|
/aoo42x/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 5084 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 …]
|
/aoo42x/main/sal/qa/rtl_strings/ |
H A D | rtl_String_Const.h | 740 static const sal_Int32 nCharCount=15; variable 741 static const sal_Char *inputChar[nCharCount] = 748 static const sal_Unicode expValChar[nCharCount] =
|
H A D | rtl_OUString.cxx | 3303 test_toData<sal_Unicode>((const char**)inputChar,nCharCount, in test_rtl_OUString_toChar()
|
/aoo42x/main/svl/source/numbers/ |
H A D | zformat.cxx | 2006 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()
|
/aoo42x/main/sal/qa/OStringBuffer/ |
H A D | rtl_String_Const.h | 432 static const sal_Int32 nCharCount=15; variable 433 static const sal_Unicode expValChar[nCharCount] =
|
/aoo42x/main/vcl/win/source/gdi/ |
H A D | winlayout.cxx | 1473 int nCharCount = rVisualItem.mnEndCharPos - rVisualItem.mnMinCharPos; local 1476 nCharCount, 1501 nCharCount, 1596 nCharCount, nGlyphCount,
|
H A D | salgdi3.cxx | 3014 int nCharCount = pMap->GetCharCount(); in GetGlyphWidths() local 3016 for( int i = 0; i < nCharCount; i++ ) in GetGlyphWidths()
|
/aoo42x/main/filter/inc/filter/msfilter/ |
H A D | svdfppt.hxx | 997 sal_uInt32& nCharCount, sal_Bool& bTextPropAtom ); 999 sal_uInt32& nCharCount, sal_uInt32 nCharAnzRead,
|
/aoo42x/main/sd/source/filter/eppt/ |
H A D | epptso.cxx | 1331 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()
|
/aoo42x/main/vcl/os2/source/gdi/ |
H A D | salgdi3.cxx | 1792 int nCharCount = pMap->GetCharCount(); in GetGlyphWidths() local 1794 for( int i = 0; i < nCharCount; i++ ) in GetGlyphWidths()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | interpr2.cxx | 2517 sal_uInt16 nCharCount = aRoman.Len(); in ScArabic() local 2520 while( bValid && (nCharIndex < nCharCount) ) in ScArabic() 2527 if( bValid && (nCharIndex + 1 < nCharCount) ) in ScArabic()
|
/aoo42x/main/svl/inc/svl/ |
H A D | zformat.hxx | 242 bool GetOutputString( double fNumber, sal_uInt16 nCharCount, String& rOutString ) const;
|
/aoo42x/main/vcl/aqua/source/gdi/ |
H A D | salgdi.cxx | 2224 int nCharCount = pMap->GetCharCount(); in GetGlyphWidths() local 2226 for(; --nCharCount >= 0; nChar = pMap->GetNextChar( nChar ) ) in GetGlyphWidths()
|