Searched refs:rNewState (Results 1 – 10 of 10) sorted by relevance
172 aCalculatedNewState.lineColor = rNewState.lineColor; in popState()178 aCalculatedNewState.fillColor = rNewState.fillColor; in popState()184 aCalculatedNewState.xFont = rNewState.xFont; in popState()185 aCalculatedNewState.fontRotation = rNewState.fontRotation; in popState()198 aCalculatedNewState.textColor = rNewState.textColor; in popState()208 aCalculatedNewState.clip = rNewState.clip; in popState()209 aCalculatedNewState.clipRect = rNewState.clipRect; in popState()210 aCalculatedNewState.xClipPoly = rNewState.xClipPoly; in popState()242 aCalculatedNewState.textAlignment = rNewState.textAlignment; in popState()243 aCalculatedNewState.textDirection = rNewState.textDirection; in popState()[all …]
69 ::sal_Int8 CachedBitmap::doRedraw( const rendering::ViewState& rNewState, in doRedraw() argument79 if( rNewState.Clip != rOldState.Clip ) in doRedraw()88 rNewState, in doRedraw()
59 virtual ::sal_Int8 doRedraw( const ::com::sun::star::rendering::ViewState& rNewState,
62 ::sal_Int8 CachedBitmap::doRedraw( const rendering::ViewState& rNewState, in doRedraw() argument77 rNewState, in doRedraw()
51 virtual ::sal_Int8 doRedraw( const ::com::sun::star::rendering::ViewState& rNewState,
10603 GraphicsState& rNewState = m_aGraphicsStack.front(); in updateGraphicsState() local10611 … ( rNewState.m_bClipRegion && m_aCurrentPDFState.m_aClipRegion != rNewState.m_aClipRegion ) ) in updateGraphicsState()10620 if( rNewState.m_bClipRegion && rNewState.m_aClipRegion.count() ) in updateGraphicsState()10623 MapMode aNewMapMode = rNewState.m_aMapMode; in updateGraphicsState()10624 rNewState.m_aMapMode = m_aMapMode; in updateGraphicsState()10631 rNewState.m_aMapMode = aNewMapMode; in updateGraphicsState()10644 if( (rNewState.m_nUpdateFlags & GraphicsState::updateFont) ) in updateGraphicsState()10646 rNewState.m_nUpdateFlags &= ~GraphicsState::updateFont; in updateGraphicsState()10647 getReferenceDevice()->SetFont( rNewState.m_aFont ); in updateGraphicsState()10667 rNewState.m_aLineColor != Color( COL_TRANSPARENT ) ) in updateGraphicsState()[all …]
137 void ViewContactOfSdrMediaObj::mediaPropertiesChanged( const ::avmedia::MediaItem& rNewState ) in mediaPropertiesChanged() argument139 static_cast< SdrMediaObj& >(GetSdrObject()).mediaPropertiesChanged(rNewState); in mediaPropertiesChanged()
73 virtual void mediaPropertiesChanged( const ::avmedia::MediaItem& rNewState );
80 virtual void mediaPropertiesChanged( const ::avmedia::MediaItem& rNewState );
107 virtual ::sal_Int8 doRedraw( const ::com::sun::star::rendering::ViewState& rNewState,
Completed in 101 milliseconds