Home
last modified time | relevance | path

Searched refs:nRunCount (Results 1 – 7 of 7) sorted by relevance

/trunk/main/filter/source/graphicfilter/ipsd/
H A Dipsd.cxx344 char nRunCount = 0; in ImplReadBody() local
359 *mpPSD >> nRunCount; in ImplReadBody()
361 if ( nRunCount & 0x80 ) // a run length packet in ImplReadBody()
412 *mpPSD >> nRunCount; in ImplReadBody()
414 if ( nRunCount & 0x80 ) // a run length packet in ImplReadBody()
461 *mpPSD >> nRunCount; in ImplReadBody()
502 *mpPSD >> nRunCount; in ImplReadBody()
544 *mpPSD >> nRunCount; in ImplReadBody()
590 *mpPSD >> nRunCount; in ImplReadBody()
676 *mpPSD >> nRunCount; in ImplReadBody()
[all …]
/trunk/main/filter/source/graphicfilter/itga/
H A Ditga.cxx283 sal_uInt8 nRed, nGreen, nBlue, nRunCount, nDummy, nDepth; in ImplReadBody() local
317 *mpTGA >> nRunCount; in ImplReadBody()
318 if ( nRunCount & 0x80 ) // a run length packet in ImplReadBody()
375 *mpTGA >> nRunCount; in ImplReadBody()
376 if ( nRunCount & 0x80 ) // a run length packet in ImplReadBody()
436 *mpTGA >> nRunCount; in ImplReadBody()
437 if ( nRunCount & 0x80 ) // a run length packet in ImplReadBody()
485 *mpTGA >> nRunCount; in ImplReadBody()
486 if ( nRunCount & 0x80 ) // a run length packet in ImplReadBody()
533 *mpTGA >> nRunCount; in ImplReadBody()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dxistring.cxx77 sal_uInt16 nRunCount; in Read() local
86 if( nRunCount > 0 ) in Read()
87 ReadFormats( rStrm, nRunCount ); in Read()
112 sal_uInt16 nRunCount = bBiff8 ? rStrm.ReaduInt16() : rStrm.ReaduInt8(); in ReadFormats() local
113 ReadFormats( rStrm, rFormats, nRunCount ); in ReadFormats()
119 rFormats.reserve( nRunCount ); in ReadFormats()
124 for( sal_uInt16 nIdx = 0; nIdx < nRunCount; ++nIdx ) in ReadFormats()
133 for( sal_uInt16 nIdx = 0; nIdx < nRunCount; ++nIdx ) in ReadFormats()
145 sal_uInt16 nRunCount = nFormatSize / 8; in ReadObjFormats() local
147 rFormats.reserve( nRunCount ); in ReadObjFormats()
[all …]
/trunk/main/sc/source/filter/inc/
H A Dxistring.hxx56 … ReadFormats( XclImpStream& rStrm, sal_uInt16 nRunCount ) { ReadFormats( rStrm, maFormats, nRun… in ReadFormats() argument
75 …c void ReadFormats( XclImpStream& rStrm, XclFormatRunVec& rFormats, sal_uInt16 nRunCount );
/trunk/main/vcl/aqua/source/gdi/
H A Dctlayout.cxx314 const int nRunCount = CFArrayGetCount( aGlyphRuns ); in GetNextGlyphs() local
315 for( int nRunIndex = 0; nRunIndex < nRunCount; ++nRunIndex ) { in GetNextGlyphs()
414 const int nRunCount = CFArrayGetCount( aGlyphRuns ); in FillDXArray() local
419 for( int nRunIndex = 0; nRunIndex < nRunCount; ++nRunIndex ) { in FillDXArray()
H A Datslayout.cxx224 const int nRunCount = sizeof(nRunLengths)/sizeof(*nRunLengths); in LayoutText() local
227 nRunCount, &nRunLengths[0], &mrATSUStyle, &maATSULayout); in LayoutText()
/trunk/main/vcl/source/gdi/
H A Dsallayout.cxx627 const int nRunCount = ubidi_countRuns( pLineBidi, &rcI18n ); in ImplLayoutArgs() local
629 for( int i = 0; i < nRunCount; ++i ) in ImplLayoutArgs()

Completed in 43 milliseconds