Searched refs:bUseScrFont (Results 1 – 1 of 1) sorted by relevance
871 const sal_Bool bUseScrFont = in DrawText() local874 Font* pTmpFont = bUseScrFont ? pScrFont : pPrtFont; in DrawText()903 ASSERT( bNoAdjust == 1 && bUseScrFont == 0, "Outdev Check failed" ) in DrawText()907 ASSERT( bNoAdjust == 0 && bUseScrFont == 1, "Outdev Check failed" ) in DrawText()919 ASSERT( bNoAdjust == 0 && bUseScrFont == 1, "Outdev Check failed" ) in DrawText()923 ASSERT( bNoAdjust == 0 && bUseScrFont == 1, "Outdev Check failed" ) in DrawText()936 ASSERT( bNoAdjust == 0 && bUseScrFont == 1, "Outdev Check failed" ) in DrawText()940 ASSERT( bNoAdjust == 0 && bUseScrFont == 1, "Outdev Check failed" ) in DrawText()944 ASSERT( bNoAdjust == 1 && bUseScrFont == 0, "Outdev Check failed" ) in DrawText()
Completed in 29 milliseconds