Home
last modified time | relevance | path

Searched refs:MetaCommentAction (Results 1 – 23 of 23) sorted by relevance

/trunk/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx356 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 Dmetaact.cxx231 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 Dgdimetafiletools.cxx243 new MetaCommentAction( in addSvtGraphicStroke()
256 new MetaCommentAction( in addSvtGraphicFill()
871 const MetaCommentAction* pA = static_cast< const MetaCommentAction* >(pAction); in clipMetafileContentAgainstOwnRegions()
H A Dpdfwriter_impl2.cxx528 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 Dgdimtf.cxx1252 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 Dprint2.cxx1289 … rOutMtf.AddAction( new MetaCommentAction( "PRNSPOOL_TRANSPARENTBITMAP_BEGIN" ) ); in RemoveTransparenciesFromMetaFile()
1291 … rOutMtf.AddAction( new MetaCommentAction( "PRNSPOOL_TRANSPARENTBITMAP_END" ) ); in RemoveTransparenciesFromMetaFile()
H A Dcvtsvm.cxx1357 rMtf.AddAction( new MetaCommentAction( aComment, nValue, pData, nDataSize ) ); in ImplConvertFromSVM1()
2442 const MetaCommentAction* pA = (MetaCommentAction*) pAction; in ImplWriteActions()
H A Doutdev4.cxx828 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 Dflditem.cxx92 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 Dmetaact.hxx1479 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 Dxmlgrhlp.cxx68 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 Dswfwriter1.cxx1678 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 Dsvgwriter.cxx1439 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 Dgdimtftools.cxx515 MetaCommentAction * pAct = in getRectanglesFromScrollMtf()
516 static_cast<MetaCommentAction *>(pCurrAct); in getRectanglesFromScrollMtf()
H A Ddrawshapesubsetting.cxx86 MetaCommentAction* pAct = static_cast<MetaCommentAction*>(pCurrAct); in ensureInitializedNodeTree()
H A Ddrawshape.cxx961 MetaCommentAction * pAct = in prepareHyperlinkIndices()
962 static_cast<MetaCommentAction *>(pCurrAct); in prepareHyperlinkIndices()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx530 … 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 Deps.cxx1203 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 Dieps.cxx409 …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 Dsvdfmtf.cxx185 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 Dsvdfmtf.hxx128 void DoAction(MetaCommentAction& rAct, GDIMetaFile& rMtf, sal_uLong& a);
/trunk/main/svx/source/unodraw/
H A DUnoGraphicExporter.cxx948 pMtf->AddAction( new MetaCommentAction( in GetGraphic()
952 pMtf->AddAction( new MetaCommentAction( in GetGraphic()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx3102 const MetaCommentAction* pA = (const MetaCommentAction*)pAction; in interpretMetafile()
3124 …if(COMPARE_EQUAL == ((const MetaCommentAction*)pAction)->GetComment().CompareIgnoreCaseToAscii("XG… in interpretMetafile()

Completed in 224 milliseconds