Home
last modified time | relevance | path

Searched refs:rState (Results 1 – 25 of 53) sorted by relevance

123

/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx1006 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 Dtextaction.cxx84 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 Dpolypolyaction.cxx109 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 Dbitmapaction.cxx93 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 Dtransparencygroupaction.cxx107 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 Dpointaction.cxx87 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 Dlineaction.cxx84 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 Dmtftools.cxx303 const ::cppcanvas::internal::OutDevState& rState ) in createTextLineInfo()
322 rState.textOverlineStyle, in createTextLineInfo()
323 rState.textUnderlineStyle, in createTextLineInfo()
324 rState.textStrikeoutStyle ); in createTextLineInfo()
H A Dtransparencygroupaction.hxx95 const OutDevState& rState );
124 const OutDevState& rState );
/trunk/main/xmloff/source/text/
H A DXMLSectionFootnoteConfigExport.cxx90 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 Dtxtstyli.cxx562 struct XMLPropertyState& rState = GetProperties()[nIndex]; in FillPropertySet() local
573 rState.maValue >>= sStyleName; in FillPropertySet()
590 rState.maValue <<= sStyleName; in FillPropertySet()
603 … const rtl::OUString& rPropertyName = rPropMapper->GetEntryAPIName(rState.mnIndex); in FillPropertySet()
626 Any rAny = rState.maValue; in FillPropertySet()
627 sal_Int32 nMapperIndex = rState.mnIndex; in FillPropertySet()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.hxx745 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 …]
/trunk/main/xmloff/source/style/
H A DXMLFootnoteSeparatorExport.cxx79 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()
H A DPageMasterImportContext.cxx268 struct XMLPropertyState& rState = GetProperties()[nIndex]; in FillPropertySet() local
270 rState.maValue >>= sStyleName; in FillPropertySet()
278 … const rtl::OUString& rPropertyName = rMapper->GetEntryAPIName(rState.mnIndex); in FillPropertySet()
/trunk/main/sd/source/filter/xml/
H A Dsdtransform.cxx65 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()
/trunk/main/basegfx/source/tools/
H A Db2dclipstate.cxx582 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()
/trunk/main/sc/source/ui/view/
H A Dprintfun.cxx283 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 …]
/trunk/main/xmloff/source/draw/
H A DXMLShapeStyleContext.cxx264 struct XMLPropertyState& rState = GetProperties()[nIndex]; in FillPropertySet() local
266 rState.maValue >>= sStyleName; in FillPropertySet()
272 const OUString& rPropertyName = xPropMapper->GetEntryAPIName(rState.mnIndex); in FillPropertySet()
295 struct XMLPropertyState& rState = GetProperties()[nIndex]; in FillPropertySet() local
296 const OUString& rPropertyName = xPropMapper->GetEntryAPIName(rState.mnIndex); in FillPropertySet()
303 rPropSet->setPropertyValue( rPropertyName, rState.maValue ); in FillPropertySet()
/trunk/main/vcl/win/source/gdi/
H A Dsalnativewidgets-luna.cxx383 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 …]
/trunk/main/sfx2/source/view/
H A Dviewfrm.cxx3441 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 …]
/trunk/main/sc/source/core/data/
H A Dattarray.cxx861 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()
/trunk/main/svx/source/accessibility/
H A DAccessibleShape.cxx485 ::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()
/trunk/main/sd/source/ui/tools/
H A DSlotStateListener.cxx163 const frame::FeatureStateEvent& rState) in statusChanged() argument
167 OUString sSlotName (rState.FeatureURL.Complete); in statusChanged()
/trunk/main/chart2/source/controller/main/
H A DCommandDispatch.cxx145 const uno::Any & rState, in fireStatusEventForURL() argument
170 rState // State in fireStatusEventForURL()
/trunk/main/svx/source/table/
H A Daccessiblecell.cxx262 ::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()

Completed in 180 milliseconds

123