/aoo42x/main/vcl/source/gdi/ |
H A D | metaact.cxx | 93 MetaAction::MetaAction() : in MetaAction() function in MetaAction 101 MetaAction::MetaAction( sal_uInt16 nType ) : in MetaAction() function in MetaAction 109 MetaAction::~MetaAction() in ~MetaAction() 121 MetaAction* MetaAction::Clone() in Clone() 140 sal_Bool MetaAction::Compare( const MetaAction& ) const in Compare() 147 sal_Bool MetaAction::IsEqual( const MetaAction& rMetaAction ) const in IsEqual() 274 MetaAction* pClone = (MetaAction*) new MetaPixelAction( *this ); in Clone() 422 MetaAction* pClone = (MetaAction*) new MetaLineAction( *this ); in Clone() 502 MetaAction* pClone = (MetaAction*) new MetaRectAction( *this ); in Clone() 707 MetaAction* pClone = (MetaAction*) new MetaArcAction( *this ); in Clone() [all …]
|
H A D | gdimtf.cxx | 327 if(!((MetaAction*)GetObject( n ))->IsEqual(*((MetaAction*)rMtf.GetObject( n )))) in IsEqual() 816 for( MetaAction* pAct = (MetaAction*) First(); pAct; pAct = (MetaAction*) Next() ) in Move() 819 MetaAction* pModAct; in Move() 851 for( MetaAction* pAct = (MetaAction*) First(); pAct; pAct = (MetaAction*) Next() ) in Move() 888 for( MetaAction* pAct = (MetaAction*) First(); pAct; pAct = (MetaAction*) Next() ) in Scale() 890 MetaAction* pModAct; in Scale() 924 for( MetaAction* pAct = (MetaAction*) First(); pAct; pAct = (MetaAction*) Next() ) in Clip() 1042 for( MetaAction* pAction = (MetaAction*) First(); pAction; pAction = (MetaAction*) Next() ) in Rotate() 2050 for( MetaAction* pAction = (MetaAction*) First(); pAction; pAction = (MetaAction*) Next() ) in ImplExchangeColors() 2900 MetaAction* pAction; in operator >>() [all …]
|
H A D | print2.cxx | 61 typedef ::std::pair< MetaAction*, int > Component; // MetaAction plus index in metafile 94 static bool ImplIsActionSpecial( const MetaAction& rAct ) in ImplIsActionSpecial() 149 const MetaAction& rAct, in ImplConvertTransparentAction() 276 static bool ImplIsNotTransparent( const MetaAction& rAct, const OutputDevice& rOut ) in ImplIsNotTransparent() 391 static Rectangle ImplCalcActionBounds( const MetaAction& rAct, const OutputDevice& rOut ) in ImplCalcActionBounds() 643 static bool ImplIsActionHandlingTransparency( const MetaAction& rAct ) in ImplIsActionHandlingTransparency() 673 MetaAction* pCurrAct; in RemoveTransparenciesFromMetaFile()
|
H A D | gdimetafiletools.cxx | 291 const MetaAction* pAction(rSource.GetAction(i)); in clipMetafileContentAgainstOwnRegions() 1058 const_cast< MetaAction* >(pAction)->Duplicate(); in clipMetafileContentAgainstOwnRegions() 1059 aTarget.AddAction(const_cast< MetaAction* >(pAction)); in clipMetafileContentAgainstOwnRegions() 1081 const MetaAction* pAction(rSource.GetAction(i)); in usesClipActions()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | metaact.hxx | 136 virtual MetaAction* Clone(); \ 142 MetaAction( nType ) {} \ 149 class VCL_DLLPUBLIC MetaAction class 155 virtual sal_Bool Compare( const MetaAction& ) const; 158 virtual ~MetaAction(); 161 MetaAction(); 162 explicit MetaAction( sal_uInt16 nType ); 166 virtual MetaAction* Clone(); 174 sal_Bool IsEqual( const MetaAction& ) const; 550 virtual MetaAction* Clone(); [all …]
|
H A D | gdimtf.hxx | 36 class MetaAction; 202 void AddAction( MetaAction* pAction ); 203 void AddAction( MetaAction* pAction, sal_uLong nPos ); 205 MetaAction* CopyAction( sal_uLong nPos ) const; 206 MetaAction* GetCurAction() const { return (MetaAction*) GetCurObject(); } in GetCurAction() 207 …MetaAction* GetAction( sal_uLong nAction ) const { return (MetaAction*) GetObject( nAction ); } in GetAction() 208 MetaAction* FirstAction() { return (MetaAction*) First(); } in FirstAction() 209 MetaAction* NextAction() { return (MetaAction*) Next(); } in NextAction() 210 …MetaAction* ReplaceAction( MetaAction* pAction, sal_uLong nAction ) { return (MetaAction*) Rep… in ReplaceAction()
|
/aoo42x/main/editeng/inc/editeng/ |
H A D | flditem.hxx | 34 class MetaAction; 51 virtual MetaAction* createBeginComment() const; 52 virtual MetaAction* createEndComment() const; 153 virtual MetaAction* createBeginComment() const; 191 virtual MetaAction* createBeginComment() const; 202 virtual MetaAction* createBeginComment() const; 222 virtual MetaAction* createBeginComment() const; 293 virtual MetaAction* createBeginComment() const;
|
/aoo42x/main/svtools/source/filter/wmf/ |
H A D | emfwr.cxx | 902 const MetaAction* pAction = rMtf.GetAction( j ); in ImplWrite() 1156 const MetaAction* pSubstAct = aSubstitute.GetAction( i ); in ImplWrite() 1303 ( (MetaAction*) pAction )->Execute( &maVDev ); in ImplWrite() 1310 ( (MetaAction*) pAction )->Execute( &maVDev ); in ImplWrite() 1321 ( (MetaAction*) pAction )->Execute( &maVDev ); in ImplWrite() 1328 ( (MetaAction*) pAction )->Execute( &maVDev ); in ImplWrite() 1340 ( (MetaAction*) pAction )->Execute( &maVDev ); in ImplWrite() 1346 ( (MetaAction*) pAction )->Execute( &maVDev ); in ImplWrite() 1351 ( (MetaAction*) pAction )->Execute( &maVDev ); in ImplWrite() 1360 ( (MetaAction*) pAction )->Execute( &maVDev ); in ImplWrite() [all …]
|
H A D | wmfwr.cxx | 303 MetaAction* pMA = rMTF.GetAction( nAction ); in CountActionsAndBitmaps() 1178 MetaAction* pMA; in WriteRecords() 1698 const MetaAction* pMetaAct = aGDIMetaFile.GetAction( i ); in WriteRecords()
|
/aoo42x/main/editeng/source/items/ |
H A D | flditem.cxx | 90 MetaAction* SvxFieldData::createBeginComment() const in createBeginComment() 95 MetaAction* SvxFieldData::createEndComment() const in createEndComment() 331 MetaAction* SvxDateField::createBeginComment() const in createBeginComment() 418 MetaAction* SvxURLField::createBeginComment() const in createBeginComment() 451 MetaAction* SvxPageField::createBeginComment() const in createBeginComment() 497 MetaAction* SvxTimeField::createBeginComment() const in createBeginComment() 677 MetaAction* SvxExtTimeField::createBeginComment() const in createBeginComment()
|
/aoo42x/main/slideshow/source/engine/shapes/ |
H A D | gdimtftools.cxx | 82 MetaAction* pCurrAct; in hasUnsupportedActions() 262 MetaAction* pCurrAct; in removeTextActions() 297 sal_Int32 getNextActionOffset( MetaAction * pCurrAct ) in getNextActionOffset() 510 for ( MetaAction * pCurrAct = rMtf->FirstAction(); in getRectanglesFromScrollMtf()
|
H A D | gdimtftools.hxx | 39 class MetaAction; 119 sal_Int32 getNextActionOffset( MetaAction * pCurrAct );
|
/aoo42x/main/filter/source/graphicfilter/eos2met/ |
H A D | eos2met.cxx | 298 const MetaAction* pMA; in CountActionsAndBitmaps() 312 if ( ((const MetaAction*)aGDIMetaFile.GetAction( i ))->GetType() == META_BMPSCALE_ACTION ) in CountActionsAndBitmaps() 388 const MetaAction * pMA; in CreateChrSets() 723 const MetaAction* pMA; in WriteImageObjects() 784 const MetaAction* pMetaAct = aGDIMetaFile.GetAction( i ); in WriteImageObjects() 1488 const MetaAction* pMA = pMTF->GetAction( nA ); in WriteOrders() 2048 const MetaAction* pMetaAct = aGDIMetaFile.GetAction( i ); in WriteOrders()
|
/aoo42x/main/filter/source/graphicfilter/ieps/ |
H A D | ieps.cxx | 409 …rMtf.AddAction( (MetaAction*)( new MetaCommentAction( aComment, 0, (const sal_uInt8*)aReplacement.… in CreateMtfReplacementAction() 412 rMtf.AddAction( (MetaAction*)( new MetaCommentAction( aComment, 0, NULL, 0 ) ) ); in CreateMtfReplacementAction() 720 aMtf.AddAction( (MetaAction*)( new MetaEPSAction( Point(), Size( nWidth, nHeight ), in GraphicImport()
|
/aoo42x/main/svtools/source/graphic/ |
H A D | provider.cxx | 664 MetaAction* pAction = aMtf.GetAction( i ); in ImplApplyFilterData() 670 const_cast< MetaAction* >( pAction )->Execute( &aDummyVDev ); in ImplApplyFilterData() 711 MetaAction* pNewAction; in ImplApplyFilterData()
|
H A D | grfmgr2.cxx | 756 MetaAction* pAct; in ImplCreateOutput() 757 for( nCurPos = 0, pAct = (MetaAction*)rOutMtf.FirstAction(); pAct; in ImplCreateOutput() 758 pAct = (MetaAction*)rOutMtf.NextAction(), nCurPos++ ) in ImplCreateOutput() 760 MetaAction* pModAct = NULL; in ImplCreateOutput()
|
/aoo42x/main/filter/source/flash/ |
H A D | swfwriter1.cxx | 1441 const MetaAction* pAction = rMtf.GetAction( i ); in Impl_writeActions() 1662 const MetaAction* pSubstAct = aGDIMetaFile.GetAction( j ); in Impl_writeActions() 1884 ( (MetaAction*) pAction )->Execute( mpVDev ); in Impl_writeActions() 1913 ( (MetaAction*) pAction )->Execute( mpVDev ); in Impl_writeActions()
|
/aoo42x/main/filter/source/svg/ |
H A D | svgwriter.cxx | 1152 const MetaAction* pAction = rMtf.GetAction( nCurAction ); in ImplWriteActions() 1422 const MetaAction* pSubstAct = aGDIMetaFile.GetAction( k ); in ImplWriteActions() 1873 ( (MetaAction*) pAction )->Execute( mpVDev ); in ImplWriteActions() 1891 ( (MetaAction*) pAction )->Execute( mpVDev ); in ImplWriteActions()
|
H A D | svgfontexport.cxx | 96 MetaAction* pAction = rMtf.GetAction( i ); in implCollectGlyphs()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdfmtf.cxx | 139 MetaAction* pAct = rMtf.GetAction(a); in DoLoopActions() 1011 …drGDIMetaFileImport::ImportText( const Point& rPos, const XubString& rStr, const MetaAction& rAct ) in ImportText() 1298 MetaAction* pSkipAct = rMtf.GetAction(++a); in DoAction()
|
H A D | svdfmtf.hxx | 150 void ImportText(const Point& rPos, const XubString& rStr, const MetaAction& rAct);
|
/aoo42x/main/filter/source/graphicfilter/epict/ |
H A D | epict.cxx | 209 const MetaAction* pMA; in CountActionsAndBitmaps() 1430 const MetaAction* pMA; in WriteOpcodes() 1868 const MetaAction* pMetaAct = aGDIMetaFile.GetAction( i ); in WriteOpcodes()
|
/aoo42x/main/svx/source/dialog/ |
H A D | _bmpmask.cxx | 862 MetaAction* pAction = rMtf.GetAction( nAct ); in ImpMask() 1125 MetaAction* pAct = rMtf.GetAction( i ); in ImpReplaceTransparency()
|
/aoo42x/main/cppcanvas/source/mtfrenderer/ |
H A D | transparencygroupaction.cxx | 325 MetaAction* pCurrAct; in render()
|
H A D | implrenderer.cxx | 523 MetaAction* pCurrAct; in skipContent() 555 MetaAction* pCurrAct; in isActionContained() 1337 MetaAction* pCurrAct; in createActions()
|