Home
last modified time | relevance | path

Searched refs:mnTableSize (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/vcl/unx/generic/printergfx/
H A Dbitmap_gfx.cxx289 sal_uInt16 mnTableSize; member in psp::LZWEncoder
312 mnTableSize = mnEOICode + 1; in LZWEncoder()
386 if (mnTableSize == 409) in EncodeByte()
394 mnTableSize = mnEOICode + 1; in EncodeByte()
398 if(mnTableSize == (sal_uInt16)((1 << mnCodeSize) - 1)) in EncodeByte()
401 p = mpTable + (mnTableSize++); in EncodeByte()
/trunk/main/sc/source/filter/inc/
H A Dxlstyle.hxx257 inline sal_uInt32 GetColorCount() const { return mnTableSize - EXC_COLOR_USEROFFSET; } in GetColorCount()
266 …nline bool IsSystemColor( sal_uInt16 nXclIndex ) const { return nXclIndex >= mnTableSize; } in IsSystemColor()
275 sal_uInt32 mnTableSize; /// The color table size. member in XclDefaultPalette
/trunk/main/sc/source/filter/excel/
H A Dxlstyle.cxx96 mnTableSize( 0 ) in XclDefaultPalette()
110 mnTableSize = STATIC_ARRAY_SIZE( spnDefColorTable2 ); in XclDefaultPalette()
115 mnTableSize = STATIC_ARRAY_SIZE( spnDefColorTable3 ); in XclDefaultPalette()
119 mnTableSize = STATIC_ARRAY_SIZE( spnDefColorTable5 ); in XclDefaultPalette()
123 mnTableSize = STATIC_ARRAY_SIZE( spnDefColorTable8 ); in XclDefaultPalette()
133 if( nXclIndex < mnTableSize ) in GetDefColorData()

Completed in 35 milliseconds