Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/table/
H A DTableDesignPane.cxx795 …nst Reference< XIndexAccess >& xTableStyle, const TableStyleSettings& rSettings, bool bIsPageDark ) in CreateDesignPreview() argument
819 pAccess->Erase( Color( bIsPageDark ? COL_BLACK : COL_WHITE ) ); in CreateDesignPreview()
848 aTextColor.SetColor( bIsPageDark ? COL_WHITE : COL_BLACK ); in CreateDesignPreview()
935 sal_Bool bIsPageDark = sal_False; in FillDesignPreviewControl() local
942 xPageSet->getPropertyValue(sIsBackgroundDark) >>= bIsPageDark; in FillDesignPreviewControl()
950 …t<sal_uInt16>( nIndex + 1 ), Image( CreateDesignPreview( xTableStyle, aSettings, bIsPageDark ) ) ); in FillDesignPreviewControl()

Completed in 12 milliseconds