Searched refs:pCommentAct (Results 1 – 1 of 1) sorted by relevance
1252 MetaCommentAction* pCommentAct = (MetaCommentAction*) pAction; in Rotate() local1253 if( pCommentAct->GetComment().Equals( "XGRAD_SEQ_BEGIN" ) ) in Rotate()1296 sal_Bool bPathStroke = pCommentAct->GetComment().Equals( "XPATHSTROKE_SEQ_BEGIN" ); in Rotate()1297 if ( bPathStroke || pCommentAct->GetComment().Equals( "XPATHFILL_SEQ_BEGIN" ) ) in Rotate()1299 if ( pCommentAct->GetDataSize() ) in Rotate()1301 … SvMemoryStream aMemStm( (void*)pCommentAct->GetData(), pCommentAct->GetDataSize(), STREAM_READ ); in Rotate()1327 else if ( pCommentAct->GetComment().Equals( "XPATHSTROKE_SEQ_END" ) in Rotate()1328 || pCommentAct->GetComment().Equals( "XPATHFILL_SEQ_END" ) ) in Rotate()
Completed in 25 milliseconds