Lines Matching refs:m_aCurrentPDFState

2509         m_aCurrentPDFState = m_aGraphicsStack.front();  in endPage()
7058 FontRelief eRelief = m_aCurrentPDFState.m_aFont.GetRelief(); in drawRelief()
7060 Color aTextColor = m_aCurrentPDFState.m_aFont.GetColor(); in drawRelief()
7061 Color aTextLineColor = m_aCurrentPDFState.m_aTextLineColor; in drawRelief()
7062 Color aOverlineColor = m_aCurrentPDFState.m_aOverlineColor; in drawRelief()
7073 Font aSetFont = m_aCurrentPDFState.m_aFont; in drawRelief()
7103 Font aSaveFont = m_aCurrentPDFState.m_aFont; in drawShadow()
7104 Color aSaveTextLineColor = m_aCurrentPDFState.m_aTextLineColor; in drawShadow()
7105 Color aSaveOverlineColor = m_aCurrentPDFState.m_aOverlineColor; in drawShadow()
7107 Font& rFont = m_aCurrentPDFState.m_aFont; in drawShadow()
7315 if( m_aCurrentPDFState.m_aFont.GetRelief() != RELIEF_NONE ) in drawLayout()
7320 else if( m_aCurrentPDFState.m_aFont.IsShadow() ) in drawLayout()
7337 bool bVertical = m_aCurrentPDFState.m_aFont.IsVertical(); in drawLayout()
7344 TextAlign eAlign = m_aCurrentPDFState.m_aFont.GetAlign(); in drawLayout()
7349 if( m_aCurrentPDFState.m_aFont.GetWidth() ) in drawLayout()
7351 Font aFont( m_aCurrentPDFState.m_aFont ); in drawLayout()
7354 if( aMetric.GetWidth() != m_aCurrentPDFState.m_aFont.GetWidth() ) in drawLayout()
7357 (double)m_aCurrentPDFState.m_aFont.GetWidth() / in drawLayout()
7365 if( ( m_aCurrentPDFState.m_aFont.GetItalic() == ITALIC_NORMAL || in drawLayout()
7366 m_aCurrentPDFState.m_aFont.GetItalic() == ITALIC_OBLIQUE ) && in drawLayout()
7375 if( m_aCurrentPDFState.m_aMapMode.GetScaleX() != m_aCurrentPDFState.m_aMapMode.GetScaleY() ) in drawLayout()
7377 …fXScale *= double(m_aCurrentPDFState.m_aMapMode.GetScaleX()) / double(m_aCurrentPDFState.m_aMapMod… in drawLayout()
7380 int nAngle = m_aCurrentPDFState.m_aFont.GetOrientation(); in drawLayout()
7407 if( m_aCurrentPDFState.m_aFont.IsOutline() ) in drawLayout()
7409 aStrokeColor = m_aCurrentPDFState.m_aFont.GetColor(); in drawLayout()
7413 aNonStrokeColor = m_aCurrentPDFState.m_aFont.GetColor(); in drawLayout()
7415 aStrokeColor = m_aCurrentPDFState.m_aFont.GetColor(); in drawLayout()
7417 … if( aStrokeColor != Color( COL_TRANSPARENT ) && aStrokeColor != m_aCurrentPDFState.m_aLineColor ) in drawLayout()
7425 …if( aNonStrokeColor != Color( COL_TRANSPARENT ) && aNonStrokeColor != m_aCurrentPDFState.m_aFillCo… in drawLayout()
7437 if( m_aCurrentPDFState.m_aFont.IsOutline() || bABold ) in drawLayout()
7442 if( m_aCurrentPDFState.m_aFont.IsOutline() ) in drawLayout()
7450 double fW = (double)m_aCurrentPDFState.m_aFont.GetHeight() / 30.0; in drawLayout()
7560 FontStrikeout eStrikeout = m_aCurrentPDFState.m_aFont.GetStrikeout(); in drawLayout()
7561 FontUnderline eUnderline = m_aCurrentPDFState.m_aFont.GetUnderline(); in drawLayout()
7562 FontUnderline eOverline = m_aCurrentPDFState.m_aFont.GetOverline(); in drawLayout()
7571 sal_Bool bUnderlineAbove = OutputDevice::ImplIsUnderlineAbove( m_aCurrentPDFState.m_aFont ); in drawLayout()
7572 if( m_aCurrentPDFState.m_aFont.IsWordLineMode() ) in drawLayout()
7616 if( m_aCurrentPDFState.m_aFont.GetEmphasisMark() & EMPHASISMARK_STYLE ) in drawLayout()
7632 nEmphMark = m_pReferenceDevice->ImplGetEmphasisMarkStyle( m_aCurrentPDFState.m_aFont ); in drawLayout()
7648 setLineColor( m_aCurrentPDFState.m_aFont.GetColor() ); in drawLayout()
7653 setFillColor( m_aCurrentPDFState.m_aFont.GetColor() ); in drawLayout()
8335 sal_Bool bShadow = m_aCurrentPDFState.m_aFont.IsShadow(); in drawStrikeoutChar()
8338 Font aFont = m_aCurrentPDFState.m_aFont; in drawStrikeoutChar()
8352 Font aFont = m_aCurrentPDFState.m_aFont; in drawStrikeoutChar()
8372 Color aUnderlineColor = m_aCurrentPDFState.m_aTextLineColor; in drawTextLine()
8373 Color aOverlineColor = m_aCurrentPDFState.m_aOverlineColor; in drawTextLine()
8374 Color aStrikeoutColor = m_aCurrentPDFState.m_aFont.GetColor(); in drawTextLine()
8386 TextAlign eAlign = m_aCurrentPDFState.m_aFont.GetAlign(); in drawTextLine()
8397 double fAngle = (double)m_aCurrentPDFState.m_aFont.GetOrientation() * M_PI / 1800.0; in drawTextLine()
8529 if( m_aCurrentPDFState.m_aLineColor != Color( COL_TRANSPARENT ) && in drawTransparent()
8530 m_aCurrentPDFState.m_aFillColor != Color( COL_TRANSPARENT ) ) in drawTransparent()
8532 else if( m_aCurrentPDFState.m_aLineColor != Color( COL_TRANSPARENT ) ) in drawTransparent()
8617 m_aCurrentPDFState.m_aLineColor = Color( COL_TRANSPARENT ); in beginRedirect()
8618 m_aCurrentPDFState.m_aFillColor = Color( COL_TRANSPARENT ); in beginRedirect()
8639 m_aCurrentPDFState.m_bClipRegion = m_aGraphicsStack.front().m_bClipRegion; in endRedirect()
8640 m_aCurrentPDFState.m_aClipRegion = m_aGraphicsStack.front().m_aClipRegion; in endRedirect()
8641 m_aCurrentPDFState.m_aLineColor = Color( COL_TRANSPARENT ); in endRedirect()
8642 m_aCurrentPDFState.m_aFillColor = Color( COL_TRANSPARENT ); in endRedirect()
10610 if( m_aCurrentPDFState.m_bClipRegion != rNewState.m_bClipRegion || in updateGraphicsState()
10611 … ( rNewState.m_bClipRegion && m_aCurrentPDFState.m_aClipRegion != rNewState.m_aClipRegion ) ) in updateGraphicsState()
10613 if( m_aCurrentPDFState.m_bClipRegion && m_aCurrentPDFState.m_aClipRegion.count() ) in updateGraphicsState()
10617 m_aCurrentPDFState = GraphicsState(); in updateGraphicsState()
10626 m_aCurrentPDFState.m_aMapMode = rNewState.m_aMapMode; in updateGraphicsState()
10633 m_aCurrentPDFState.m_aMapMode = rNewState.m_aMapMode; in updateGraphicsState()
10666 if( m_aCurrentPDFState.m_aLineColor != rNewState.m_aLineColor && in updateGraphicsState()
10677 if( m_aCurrentPDFState.m_aFillColor != rNewState.m_aFillColor && in updateGraphicsState()
10688 …if( m_aContext.Version >= PDFWriter::PDF_1_4 && m_aCurrentPDFState.m_nTransparentPercent != rNewSt… in updateGraphicsState()
10695 m_aCurrentPDFState = m_aGraphicsStack.front(); in updateGraphicsState()
10770 m_aCurrentPDFState.m_aMapMode = rMapMode; in setMapMode()