Home
last modified time | relevance | path

Searched refs:nBlackIndex (Results 1 – 2 of 2) sorted by relevance

/trunk/test/testgui/source/fvt/gui/sd/table/
H A DTableFontEffectsProperty.java73 final int nBlackIndex = 12; // according to standard.soc as of #i121520# in testTableFontEffectPropertyDialog() local
74 effectsPageColor.select( nBlackIndex); in testTableFontEffectPropertyDialog()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx9782 … sal_Int32 nBlackIndex = pAccess->GetBestPaletteIndex( BitmapColor( Color( COL_BLACK ) ) ); in writeBitmapObject() local
9783 DBG_ASSERT( nBlackIndex == 0 || nBlackIndex == 1, "wrong black index" ); in writeBitmapObject()
9784 if( nBlackIndex == 1 ) in writeBitmapObject()
9838 … sal_Int32 nBlackIndex = pAccess->GetBestPaletteIndex( BitmapColor( Color( COL_BLACK ) ) ); in writeBitmapObject() local
9839 DBG_ASSERT( nBlackIndex == 0 || nBlackIndex == 1, "wrong black index" ); in writeBitmapObject()
9840 if( nBlackIndex ) in writeBitmapObject()

Completed in 64 milliseconds