Home
last modified time | relevance | path

Searched refs:rAct (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dprint2.cxx94 static bool ImplIsActionSpecial( const MetaAction& rAct ) in ImplIsActionSpecial() argument
96 switch( rAct.GetType() ) in ImplIsActionSpecial()
149 const MetaAction& rAct, in ImplConvertTransparentAction() argument
153 if( rAct.GetType() == META_TRANSPARENT_ACTION ) in ImplConvertTransparentAction()
186 switch( rAct.GetType() ) in ImplConvertTransparentAction()
246 switch( rAct.GetType() ) in ImplConvertTransparentAction()
282 switch( rAct.GetType() ) in ImplIsNotTransparent()
395 switch( rAct.GetType() ) in ImplCalcActionBounds()
529 aActionBounds = static_cast<const MetaGradientAction&>(rAct).GetRect(); in ImplCalcActionBounds()
643 static bool ImplIsActionHandlingTransparency( const MetaAction& rAct ) in ImplIsActionHandlingTransparency() argument
[all …]
H A Dmetaact.cxx4021 MetaCommentAction::MetaCommentAction( const MetaCommentAction& rAct ) : in MetaCommentAction() argument
4023 maComment ( rAct.maComment ), in MetaCommentAction()
4024 mnValue ( rAct.mnValue ) in MetaCommentAction()
4026 ImplInitDynamicData( rAct.mpData, rAct.mnDataSize ); in MetaCommentAction()
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.cxx749 long nRad=(rAct.GetHorzRound()+rAct.GetVertRound())/2; in DoAction()
1082 ImportText( rAct.GetPoint(), aStr, rAct ); in DoAction()
1090 ImportText( rAct.GetPoint(), aStr, rAct ); in DoAction()
1098 ImportText( rAct.GetPoint(), aStr, rAct ); in DoAction()
1115 Rectangle aRect(rAct.GetPoint(),rAct.GetSize()); in DoAction()
1139 Rectangle aRect(rAct.GetPoint(),rAct.GetSize()); in DoAction()
1315 maVD.AddTextRectActions(rAct.GetRect(), rAct.GetText(), rAct.GetStyle(), aTemp); in DoAction()
1321 Rectangle aRect(rAct.GetDestPoint(), rAct.GetDestSize()); in DoAction()
1337 Rectangle aRect(rAct.GetDestPoint(),rAct.GetDestSize()); in DoAction()
1367 Rectangle aRect(rAct.GetPoint(), rAct.GetSize()); in DoAction()
[all …]
H A Dsvdfmtf.hxx113 void DoAction(MetaFillColorAction & rAct) { rAct.Execute(&maVD); } in DoAction() argument
114 void DoAction(MetaTextColorAction & rAct) { rAct.Execute(&maVD); } in DoAction() argument
115 void DoAction(MetaTextFillColorAction & rAct) { rAct.Execute(&maVD); } in DoAction() argument
116 void DoAction(MetaFontAction & rAct) { rAct.Execute(&maVD); mbFntDirty = true; } in DoAction() argument
117 void DoAction(MetaTextAlignAction & rAct) { rAct.Execute(&maVD); mbFntDirty = true; } in DoAction() argument
118 void DoAction(MetaClipRegionAction & rAct) { rAct.Execute(&maVD); checkClip(); } in DoAction() argument
119 void DoAction(MetaRasterOpAction & rAct) { rAct.Execute(&maVD); } in DoAction() argument
120 void DoAction(MetaPushAction & rAct) { rAct.Execute(&maVD); checkClip(); } in DoAction() argument
122 void DoAction(MetaMoveClipRegionAction & rAct) { rAct.Execute(&maVD); checkClip(); } in DoAction() argument
123 void DoAction(MetaISectRectClipRegionAction& rAct) { rAct.Execute(&maVD); checkClip(); } in DoAction() argument
[all …]

Completed in 52 milliseconds