Searched refs:bIsPageDark (Results 1 – 1 of 1) sorted by relevance
795 …nst Reference< XIndexAccess >& xTableStyle, const TableStyleSettings& rSettings, bool bIsPageDark ) in CreateDesignPreview() argument819 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() local942 xPageSet->getPropertyValue(sIsBackgroundDark) >>= bIsPageDark; in FillDesignPreviewControl()950 …t<sal_uInt16>( nIndex + 1 ), Image( CreateDesignPreview( xTableStyle, aSettings, bIsPageDark ) ) ); in FillDesignPreviewControl()
Completed in 9 milliseconds