/aoo4110/main/cppcanvas/source/mtfrenderer/ |
H A D | textaction.cxx | 84 rState, in init() 143 rState, in init() 674 mxFont( rState.xFont ), in TextAction() 682 rState, rCanvas ); in TextAction() 695 mxFont( rState.xFont ), in TextAction() 858 mxFont( rState.xFont ), in EffectTextAction() 898 mxFont( rState.xFont ), in EffectTextAction() 1683 rState, in OutlineAction() 1727 rState, in OutlineAction() 2083 rState, in createOutline() [all …]
|
H A D | implrenderer.cxx | 1006 if( rState.textReliefStyle ) in createTextAction() 1056 rState, in createTextAction() 1062 … if ( rState.textStrikeoutStyle == STRIKEOUT_X || rState.textStrikeoutStyle == STRIKEOUT_SLASH ) in createTextAction() 1128 rState, in createTextAction() 1198 rState.clipRect.SetEmpty(); in updateClipping() 1225 rState.clip ); in updateClipping() 1245 rState.clip.clear(); in updateClipping() 1250 rState.clip.clear(); in updateClipping() 1302 rState.clip ); in updateClipping() 1594 rState.xFont = createFont( rState.fontRotation, in createActions() [all …]
|
H A D | polypolyaction.cxx | 109 tools::initRenderState(maState,rState); in PolyPolyAction() 112 maFillColor = rState.fillColor; in PolyPolyAction() 131 tools::initRenderState(maState,rState); in PolyPolyAction() 135 maFillColor = rState.fillColor; in PolyPolyAction() 298 tools::initRenderState(maState,rState); in TexturedPolyPolyAction() 410 tools::initRenderState(maState,rState); in StrokedPolyPolyAction() 411 maState.DeviceColor = rState.lineColor; in StrokedPolyPolyAction() 483 OSL_ENSURE( rState.isLineColorSet || rState.isFillColorSet, in createPolyPolyAction() 502 OSL_ENSURE( rState.isLineColorSet, in createLinePolyPolyAction() 515 OSL_ENSURE( rState.isLineColorSet, in createPolyPolyAction() [all …]
|
H A D | bitmapaction.cxx | 93 const OutDevState& rState ) : in BitmapAction() argument 100 tools::initRenderState(maState,rState); in BitmapAction() 110 rState, in BitmapAction() 121 const OutDevState& rState ) : in BitmapAction() argument 128 tools::initRenderState(maState,rState); in BitmapAction() 143 rState, in BitmapAction() 213 const OutDevState& rState ) in createBitmapAction() argument 218 rState ) ); in createBitmapAction() 225 … const OutDevState& rState ) in createBitmapAction() argument 231 rState ) ); in createBitmapAction()
|
H A D | transparencygroupaction.cxx | 107 const OutDevState& rState ); 136 const OutDevState& rState ); 189 const OutDevState& rState ) : in TransparencyGroupAction() argument 200 tools::initRenderState(maState,rState); in TransparencyGroupAction() 205 rState, in TransparencyGroupAction() 221 const OutDevState& rState ) : in TransparencyGroupAction() argument 232 tools::initRenderState(maState,rState); in TransparencyGroupAction() 237 rState, in TransparencyGroupAction() 559 … const OutDevState& rState ) in createTransparencyGroupAction() argument 567 rState ) ); in createTransparencyGroupAction() [all …]
|
H A D | pointaction.cxx | 87 const OutDevState& rState ) : in PointAction() argument 92 tools::initRenderState(maState,rState); in PointAction() 93 maState.DeviceColor = rState.lineColor; in PointAction() 98 const OutDevState& rState, in PointAction() argument 104 tools::initRenderState(maState,rState); in PointAction() 170 const OutDevState& rState ) in createPointAction() argument 172 return ActionSharedPtr( new PointAction( rPoint, rCanvas, rState ) ); in createPointAction() 177 const OutDevState& rState, in createPointAction() argument 180 return ActionSharedPtr( new PointAction( rPoint, rCanvas, rState, rColor ) ); in createPointAction()
|
H A D | lineaction.cxx | 84 const OutDevState& rState ) : in LineAction() argument 90 tools::initRenderState(maState,rState); in LineAction() 91 maState.DeviceColor = rState.lineColor; in LineAction() 154 const OutDevState& rState ) in createLineAction() argument 159 rState) ); in createLineAction()
|
H A D | mtftools.cxx | 303 const ::cppcanvas::internal::OutDevState& rState ) in createTextLineInfo() 322 rState.textOverlineStyle, in createTextLineInfo() 323 rState.textUnderlineStyle, in createTextLineInfo() 324 rState.textStrikeoutStyle ); in createTextLineInfo()
|
H A D | transparencygroupaction.hxx | 95 const OutDevState& rState ); 124 const OutDevState& rState );
|
/aoo4110/main/xmloff/source/text/ |
H A D | XMLSectionFootnoteConfigExport.cxx | 90 rState.maValue >>= bNumOwn; in exportXML() 93 rState.maValue >>= bNumRestart; in exportXML() 96 rState.maValue >>= nNumRestartAt; in exportXML() 102 rState.maValue >>= sNumPrefix; in exportXML() 105 rState.maValue >>= sNumSuffix; in exportXML() 110 rState.maValue >>= bEnd; in exportXML() 119 rState.maValue >>= bNumOwn; in exportXML() 122 rState.maValue >>= bNumRestart; in exportXML() 131 rState.maValue >>= sNumPrefix; in exportXML() 134 rState.maValue >>= sNumSuffix; in exportXML() [all …]
|
H A D | txtstyli.cxx | 536 struct XMLPropertyState& rState = GetProperties()[nIndex]; in FillPropertySet() local 537 Any rAny = rState.maValue; in FillPropertySet() 538 sal_Int32 nMapperIndex = rState.mnIndex; in FillPropertySet()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | pdfwriter_impl.hxx | 745 m_aFont( rState.m_aFont ), in GraphicsState() 746 m_aMapMode( rState.m_aMapMode ), in GraphicsState() 757 m_nFlags( rState.m_nFlags ), in GraphicsState() 764 m_aFont = rState.m_aFont; in operator =() 765 m_aMapMode = rState.m_aMapMode; in operator =() 766 m_aLineColor = rState.m_aLineColor; in operator =() 767 m_aFillColor = rState.m_aFillColor; in operator =() 770 m_aClipRegion = rState.m_aClipRegion; in operator =() 772 m_nAntiAlias = rState.m_nAntiAlias; in operator =() 773 m_nLayoutMode = rState.m_nLayoutMode; in operator =() [all …]
|
/aoo4110/main/xmloff/source/style/ |
H A D | XMLFootnoteSeparatorExport.cxx | 79 const XMLPropertyState& rState = (*pProperties)[i]; in exportXML() local 81 if( rState.mnIndex == -1 ) in exportXML() 84 switch (rMapper->GetEntryContextId(rState.mnIndex)) in exportXML() 87 rState.maValue >>= eLineAdjust; in exportXML() 90 rState.maValue >>= nLineColor; in exportXML() 93 rState.maValue >>= nLineDistance; in exportXML() 96 rState.maValue >>= nLineRelWidth; in exportXML() 99 rState.maValue >>= nLineTextDistance; in exportXML() 104 rState.maValue >>= nLineWeight; in exportXML()
|
/aoo4110/main/sd/source/filter/xml/ |
H A D | sdtransform.cxx | 65 bool getBulletState( const SfxItemSet& rSet, SfxStyleSheetBase* pSheet, bool& rState ); 66 bool getBulletState( const SfxItemSet& rSet, sal_uInt16 nWhich, bool& rState ); 281 …ormOOo2xDocument::getBulletState( const SfxItemSet& rSet, SfxStyleSheetBase* pSheet, bool& rState ) in getBulletState() argument 283 if( getBulletState( rSet, EE_PARA_XMLATTRIBS, rState ) ) in getBulletState() 286 if( getBulletState( rSet, SDRATTR_XMLATTRIBUTES, rState ) ) in getBulletState() 289 …Sheet->GetItemSet(), pSheet->GetPool().Find( pSheet->GetParent(), pSheet->GetFamily() ), rState ) ) in getBulletState() 295 …SdTransformOOo2xDocument::getBulletState( const SfxItemSet& rSet, sal_uInt16 nWhich, bool& rState ) in getBulletState() argument 307 rState = sValue.equals(msTrue); in getBulletState()
|
/aoo4110/main/basegfx/source/tools/ |
H A D | b2dclipstate.cxx | 582 void B2DClipState::unionClipState(const B2DClipState& rState) in unionClipState() argument 584 mpImpl->unionClipState(*rState.mpImpl); in unionClipState() 602 void B2DClipState::intersectClipState(const B2DClipState& rState) in intersectClipState() argument 604 mpImpl->intersectClipState(*rState.mpImpl); in intersectClipState() 622 void B2DClipState::subtractClipState(const B2DClipState& rState) in subtractClipState() argument 624 mpImpl->subtractClipState(*rState.mpImpl); in subtractClipState() 642 void B2DClipState::xorClipState(const B2DClipState& rState) in xorClipState() argument 644 mpImpl->xorClipState(*rState.mpImpl); in xorClipState()
|
/aoo4110/main/xmloff/source/draw/ |
H A D | XMLShapeStyleContext.cxx | 247 struct XMLPropertyState& rState = GetProperties()[nIndex]; in FillPropertySet() local 249 rState.maValue >>= sStyleName; in FillPropertySet() 255 const OUString& rPropertyName = xPropMapper->GetEntryAPIName(rState.mnIndex); in FillPropertySet() 278 struct XMLPropertyState& rState = GetProperties()[nIndex]; in FillPropertySet() local 279 const OUString& rPropertyName = xPropMapper->GetEntryAPIName(rState.mnIndex); in FillPropertySet() 286 rPropSet->setPropertyValue( rPropertyName, rState.maValue ); in FillPropertySet()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | printfun.cxx | 283 nPrintTab = rState.nPrintTab; in ScPrintFunc() 286 nEndCol = rState.nEndCol; in ScPrintFunc() 287 nEndRow = rState.nEndRow; in ScPrintFunc() 288 nZoom = rState.nZoom; in ScPrintFunc() 289 nPagesX = rState.nPagesX; in ScPrintFunc() 290 nPagesY = rState.nPagesY; in ScPrintFunc() 305 rState.nEndCol = nEndCol; in GetPrintState() 306 rState.nEndRow = nEndRow; in GetPrintState() 307 rState.nZoom = nZoom; in GetPrintState() 308 rState.nPagesX = nPagesX; in GetPrintState() [all …]
|
/aoo4110/main/vcl/win/source/gdi/ |
H A D | salnativewidgets-luna.cxx | 383 if( rState & CTRL_STATE_PRESSED ) in ImplConvertSpinbuttonValues() 385 else if( !(rState & CTRL_STATE_ENABLED) ) in ImplConvertSpinbuttonValues() 387 else if( rState & CTRL_STATE_ROLLOVER ) in ImplConvertSpinbuttonValues() 395 if( rState & CTRL_STATE_PRESSED ) in ImplConvertSpinbuttonValues() 397 else if( !(rState & CTRL_STATE_ENABLED) ) in ImplConvertSpinbuttonValues() 399 else if( rState & CTRL_STATE_ROLLOVER ) in ImplConvertSpinbuttonValues() 407 if( rState & CTRL_STATE_PRESSED ) in ImplConvertSpinbuttonValues() 409 else if( !(rState & CTRL_STATE_ENABLED) ) in ImplConvertSpinbuttonValues() 411 else if( rState & CTRL_STATE_ROLLOVER ) in ImplConvertSpinbuttonValues() 419 if( rState & CTRL_STATE_PRESSED ) in ImplConvertSpinbuttonValues() [all …]
|
/aoo4110/main/sfx2/source/view/ |
H A D | viewfrm.cxx | 3441 void SfxViewFrame::ChildWindowState( SfxItemSet& rState ) in ChildWindowState() argument 3452 SfxWhichIter aIter( rState ); in ChildWindowState() 3464 rState.DisableItem(nSID); in ChildWindowState() 3468 rState.Put( SfxBoolItem( nSID, HasChildWindow(nSID)) ); in ChildWindowState() 3470 rState.DisableItem(nSID); in ChildWindowState() 3478 rState.DisableItem( nSID ); in ChildWindowState() 3480 rState.Put( SfxBoolItem( nSID, HasChildWindow(nSID) ) ); in ChildWindowState() 3487 rState.DisableItem( nSID ); in ChildWindowState() 3503 rState.DisableItem( nSID ); in ChildWindowState() 3511 rState.Put( SfxBoolItem( nSID, HasChildWindow(nSID) ) ); in ChildWindowState() [all …]
|
/aoo4110/main/sc/source/core/data/ |
H A D | attarray.cxx | 861 ScMergePatternState& rState, sal_Bool bDeep ) const in MergePatternArea() argument 878 if ( pPattern != rState.pOld1 && pPattern != rState.pOld2 ) in MergePatternArea() 881 if (rState.pItemSet) in MergePatternArea() 887 lcl_MergeDeep( *rState.pItemSet, rThisSet ); in MergePatternArea() 889 rState.pItemSet->MergeValues( rThisSet, sal_False ); in MergePatternArea() 894 rState.pItemSet = new SfxItemSet( *rThisSet.GetPool(), rThisSet.GetRanges() ); in MergePatternArea() 895 rState.pItemSet->Set( rThisSet, bDeep ); in MergePatternArea() 898 rState.pOld2 = rState.pOld1; in MergePatternArea() 899 rState.pOld1 = pPattern; in MergePatternArea()
|
/aoo4110/main/svx/source/accessibility/ |
H A D | AccessibleShape.cxx | 485 ::com::sun::star::uno::Reference<XAccessibleStateSet> rState = in getAccessibleStateSet() 487 if( rState.is() ) { in getAccessibleStateSet() 488 com::sun::star::uno::Sequence<short> pStates = rState->getStates(); in getAccessibleStateSet() 528 ::com::sun::star::uno::Reference<XAccessibleStateSet> rState = in getAccessibleStateSet() 530 if( rState.is() ) { in getAccessibleStateSet() 531 com::sun::star::uno::Sequence<short> pStates = rState->getStates(); in getAccessibleStateSet()
|
/aoo4110/main/sd/source/ui/tools/ |
H A D | SlotStateListener.cxx | 163 const frame::FeatureStateEvent& rState) in statusChanged() argument 167 OUString sSlotName (rState.FeatureURL.Complete); in statusChanged()
|
/aoo4110/main/chart2/source/controller/main/ |
H A D | CommandDispatch.cxx | 145 const uno::Any & rState, in fireStatusEventForURL() argument 170 rState // State in fireStatusEventForURL()
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdomedia.cxx | 212 void SdrMediaObj::setMediaProperties( const ::avmedia::MediaItem& rState ) in setMediaProperties() argument 214 mediaPropertiesChanged( rState ); in setMediaProperties()
|
/aoo4110/main/svx/source/table/ |
H A D | accessiblecell.cxx | 262 ::com::sun::star::uno::Reference<XAccessibleStateSet> rState = in getAccessibleStateSet() 264 if( rState.is() ) { in getAccessibleStateSet() 265 com::sun::star::uno::Sequence<short> pStates = rState->getStates(); in getAccessibleStateSet()
|