/trunk/main/drawinglayer/source/processor2d/ |
H A D | vclmetafileprocessor2d.cxx | 356 mpMetaFile->AddAction(new MetaCommentAction("XPATHFILL_SEQ_END")); in impEndSvtGraphicFill() 538 mpMetaFile->AddAction(new MetaCommentAction("XPATHSTROKE_SEQ_END")); in impEndSvtGraphicStroke() 987 mpMetaFile->AddAction(new MetaCommentAction(aCommentStringCommon)); in processBasePrimitive2D() 992 mpMetaFile->AddAction(new MetaCommentAction(aCommentStringPage)); in processBasePrimitive2D() 1009 mpMetaFile->AddAction(new MetaCommentAction(aCommentStringEnd)); in processBasePrimitive2D() 1034 mpMetaFile->AddAction(new MetaCommentAction(aCommentString)); in processBasePrimitive2D() 1047 mpMetaFile->AddAction(new MetaCommentAction(aCommentString)); in processBasePrimitive2D() 1064 mpMetaFile->AddAction(new MetaCommentAction(aCommentString)); in processBasePrimitive2D() 1081 mpMetaFile->AddAction(new MetaCommentAction(aCommentStringA)); in processBasePrimitive2D() 1083 mpMetaFile->AddAction(new MetaCommentAction(aCommentStringB)); in processBasePrimitive2D() [all …]
|
/trunk/main/vcl/source/gdi/ |
H A D | metaact.cxx | 231 case( META_COMMENT_ACTION ): pAction = new MetaCommentAction; break; in ReadMetaAction() 4012 MetaCommentAction::MetaCommentAction( sal_Int32 nValue ) : in MetaCommentAction() function in MetaCommentAction 4021 MetaCommentAction::MetaCommentAction( const MetaCommentAction& rAct ) : in MetaCommentAction() function in MetaCommentAction 4031 MetaCommentAction::MetaCommentAction( const ByteString& rComment, sal_Int32 nValue, const sal_uInt8… in MetaCommentAction() function in MetaCommentAction 4041 MetaCommentAction::MetaCommentAction( const sal_uInt8* pData, sal_uInt32 nDataSize ) : in MetaCommentAction() function in MetaCommentAction 4050 MetaCommentAction::~MetaCommentAction() in ~MetaCommentAction() 4074 void MetaCommentAction::Execute( OutputDevice* pOut ) in Execute() 4085 MetaAction* MetaCommentAction::Clone() in Clone() 4092 void MetaCommentAction::Move( long nXMove, long nYMove ) in Move() 4148 void MetaCommentAction::Scale( double fXScale, double fYScale ) in Scale() [all …]
|
H A D | gdimetafiletools.cxx | 243 new MetaCommentAction( in addSvtGraphicStroke() 256 new MetaCommentAction( in addSvtGraphicFill() 871 const MetaCommentAction* pA = static_cast< const MetaCommentAction* >(pAction); in clipMetafileContentAgainstOwnRegions()
|
H A D | pdfwriter_impl2.cxx | 528 const MetaCommentAction* pA = (const MetaCommentAction*) pAction; in playMetafile() 543 …( ( (const MetaCommentAction*) pAction )->GetComment().CompareIgnoreCaseToAscii( "XGRAD_SEQ_END" )… in playMetafile() 762 ByteString sComment( ((MetaCommentAction*)pAction)->GetComment() ); in playMetafile()
|
H A D | gdimtf.cxx | 1252 MetaCommentAction* pCommentAct = (MetaCommentAction*) pAction; in Rotate() 1273 MetaCommentAction* pAct = (MetaCommentAction*) pAction; in Rotate() 1311 aMtf.AddAction( new MetaCommentAction( "XPATHSTROKE_SEQ_BEGIN", 0, in Rotate() 1322 aMtf.AddAction( new MetaCommentAction( "XPATHFILL_SEQ_BEGIN", 0, in Rotate()
|
H A D | print2.cxx | 1289 … rOutMtf.AddAction( new MetaCommentAction( "PRNSPOOL_TRANSPARENTBITMAP_BEGIN" ) ); in RemoveTransparenciesFromMetaFile() 1291 … rOutMtf.AddAction( new MetaCommentAction( "PRNSPOOL_TRANSPARENTBITMAP_END" ) ); in RemoveTransparenciesFromMetaFile()
|
H A D | cvtsvm.cxx | 1357 rMtf.AddAction( new MetaCommentAction( aComment, nValue, pData, nDataSize ) ); in ImplConvertFromSVM1() 2442 const MetaCommentAction* pA = (MetaCommentAction*) pAction; in ImplWriteActions()
|
H A D | outdev4.cxx | 828 mpMetaFile->AddAction( new MetaCommentAction( "XGRAD_SEQ_BEGIN" ) ); in DrawGradient() 855 mpMetaFile->AddAction( new MetaCommentAction( "XGRAD_SEQ_END" ) ); in DrawGradient()
|
/trunk/main/editeng/source/items/ |
H A D | flditem.cxx | 92 return new MetaCommentAction( "FIELD_SEQ_BEGIN" ); in createBeginComment() 97 return new MetaCommentAction( "FIELD_SEQ_END" ); in createEndComment() 333 return new MetaCommentAction( "FIELD_SEQ_BEGIN" ); in createBeginComment() 421 return new MetaCommentAction( "FIELD_SEQ_BEGIN", in createBeginComment() 453 return new MetaCommentAction( "FIELD_SEQ_BEGIN;PageField" ); in createBeginComment() 499 return new MetaCommentAction( "FIELD_SEQ_BEGIN" ); in createBeginComment() 679 return new MetaCommentAction( "FIELD_SEQ_BEGIN" ); in createBeginComment()
|
/trunk/main/vcl/inc/vcl/ |
H A D | metaact.hxx | 1479 class VCL_DLLPUBLIC MetaCommentAction : public MetaAction class 1492 virtual ~MetaCommentAction(); 1495 explicit MetaCommentAction( sal_Int32 nValue = 0L ); 1496 explicit MetaCommentAction( const MetaCommentAction& ); 1497 …explicit MetaCommentAction( const ByteString& rComment, sal_Int32 nValue = 0L, const sal_uInt8* … 1498 explicit MetaCommentAction( const sal_uInt8* pData, sal_uInt32 nDataSize );
|
/trunk/main/svx/source/xml/ |
H A D | xmlgrhlp.cxx | 68 const MetaCommentAction* ImplCheckForEPS( GDIMetaFile& rMtf ) in ImplCheckForEPS() 71 const MetaCommentAction* pComment = NULL; in ImplCheckForEPS() 76 && ( ((const MetaCommentAction*)rMtf.GetAction( 1 ))->GetComment() == aComment ) ) in ImplCheckForEPS() 77 pComment = (const MetaCommentAction*)rMtf.GetAction( 1 ); in ImplCheckForEPS() 634 const MetaCommentAction* pComment = ImplCheckForEPS( rMtf ); in ImplWriteGraphic()
|
/trunk/main/filter/source/flash/ |
H A D | swfwriter1.cxx | 1678 const MetaCommentAction* pA = (const MetaCommentAction*) pAction; in Impl_writeActions() 1694 …( ( (const MetaCommentAction*) pAction )->GetComment().CompareIgnoreCaseToAscii( "XGRAD_SEQ_END" )… in Impl_writeActions() 1727 …( ( (const MetaCommentAction*) pAction )->GetComment().CompareIgnoreCaseToAscii( "XPATHFILL_SEQ_EN… in Impl_writeActions() 1758 …( ( (const MetaCommentAction*) pAction )->GetComment().CompareIgnoreCaseToAscii( "XPATHSTROKE_SEQ_… in Impl_writeActions() 1782 …( ( (const MetaCommentAction*) pAction )->GetComment().CompareIgnoreCaseToAscii( "FIELD_SEQ_END" )… in Impl_writeActions()
|
/trunk/main/filter/source/svg/ |
H A D | svgwriter.cxx | 1439 const MetaCommentAction* pA = (const MetaCommentAction*) pAction; in ImplWriteActions() 1455 ( ( (const MetaCommentAction*) pAction )->GetComment(). in ImplWriteActions() 1513 ( ( (const MetaCommentAction*) pAction )->GetComment(). in ImplWriteActions() 1541 ( ( (const MetaCommentAction*) pAction )->GetComment(). in ImplWriteActions() 1689 ( ( (const MetaCommentAction*) pAction )->GetComment(). in ImplWriteActions()
|
/trunk/main/slideshow/source/engine/shapes/ |
H A D | gdimtftools.cxx | 515 MetaCommentAction * pAct = in getRectanglesFromScrollMtf() 516 static_cast<MetaCommentAction *>(pCurrAct); in getRectanglesFromScrollMtf()
|
H A D | drawshapesubsetting.cxx | 86 MetaCommentAction* pAct = static_cast<MetaCommentAction*>(pCurrAct); in ensureInitializedNodeTree()
|
H A D | drawshape.cxx | 961 MetaCommentAction * pAct = in prepareHyperlinkIndices() 962 static_cast<MetaCommentAction *>(pCurrAct); in prepareHyperlinkIndices()
|
/trunk/main/cppcanvas/source/mtfrenderer/ |
H A D | implrenderer.cxx | 530 … static_cast<MetaCommentAction*>(pCurrAct)->GetComment().CompareIgnoreCaseToAscii( in skipContent() 565 … static_cast<MetaCommentAction*>(pCurrAct)->GetComment().CompareIgnoreCaseToAscii( in isActionContained() 1728 MetaCommentAction* pAct = static_cast<MetaCommentAction*>(pCurrAct); in createActions() 1747 …if( static_cast<MetaCommentAction*>(pCurrAct)->GetComment().CompareIgnoreCaseToAscii( "XGRAD_SEQ_E… in createActions()
|
/trunk/main/filter/source/graphicfilter/eps/ |
H A D | eps.cxx | 1203 const MetaCommentAction* pA = (const MetaCommentAction*) pMA; in ImplWriteActions() 1213 …( ( (const MetaCommentAction*) pAction )->GetComment().CompareIgnoreCaseToAscii( "XGRAD_SEQ_END" )… in ImplWriteActions() 1345 if (((const MetaCommentAction*)pAction)->GetComment().Equals( "XPATHFILL_SEQ_END" )) in ImplWriteActions() 1386 ByteString sComment( ((MetaCommentAction*)pMA)->GetComment() ); in ImplWriteActions()
|
/trunk/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()
|
/trunk/main/svx/source/svdraw/ |
H A D | svdfmtf.cxx | 185 case META_COMMENT_ACTION : DoAction((MetaCommentAction&)*pAct, rMtf, a); in DoLoopActions() 1238 void ImpSdrGDIMetaFileImport::DoAction( MetaCommentAction& rAct, GDIMetaFile& rMtf, sal_uLong& a) /… in DoAction() 1302 …|| (((MetaCommentAction*)pSkipAct)->GetComment().CompareIgnoreCaseToAscii(aSkipComment.GetBuffer()… in DoAction()
|
H A D | svdfmtf.hxx | 128 void DoAction(MetaCommentAction& rAct, GDIMetaFile& rMtf, sal_uLong& a);
|
/trunk/main/svx/source/unodraw/ |
H A D | UnoGraphicExporter.cxx | 948 pMtf->AddAction( new MetaCommentAction( in GetGraphic() 952 pMtf->AddAction( new MetaCommentAction( in GetGraphic()
|
/trunk/main/drawinglayer/source/primitive2d/ |
H A D | metafileprimitive2d.cxx | 3102 const MetaCommentAction* pA = (const MetaCommentAction*)pAction; in interpretMetafile() 3124 …if(COMPARE_EQUAL == ((const MetaCommentAction*)pAction)->GetComment().CompareIgnoreCaseToAscii("XG… in interpretMetafile()
|