Lines Matching refs:pAct
86 MetaCommentAction* pAct = static_cast<MetaCommentAction*>(pCurrAct); in ensureInitializedNodeTree() local
89 … if( pAct->GetComment().CompareIgnoreCaseToAscii( "XTEXT", 5 ) == COMPARE_EQUAL ) in ensureInitializedNodeTree()
96 … if( pAct->GetComment().CompareIgnoreCaseToAscii( "XTEXT_EOC" ) == COMPARE_EQUAL ) in ensureInitializedNodeTree()
103 const sal_Int32 nIndex( nLastTextActionIndex + pAct->GetValue() ); in ensureInitializedNodeTree()
110 … else if( pAct->GetComment().CompareIgnoreCaseToAscii( "XTEXT_EOW" ) == COMPARE_EQUAL ) in ensureInitializedNodeTree()
117 const sal_Int32 nIndex( nLastTextActionIndex + pAct->GetValue() ); in ensureInitializedNodeTree()
124 … else if( pAct->GetComment().CompareIgnoreCaseToAscii( "XTEXT_EOS" ) == COMPARE_EQUAL ) in ensureInitializedNodeTree()
131 const sal_Int32 nIndex( nLastTextActionIndex + pAct->GetValue() ); in ensureInitializedNodeTree()
138 … else if( pAct->GetComment().CompareIgnoreCaseToAscii( "XTEXT_EOL" ) == COMPARE_EQUAL ) in ensureInitializedNodeTree()
142 … else if( pAct->GetComment().CompareIgnoreCaseToAscii( "XTEXT_EOP" ) == COMPARE_EQUAL ) in ensureInitializedNodeTree()
146 … else if( pAct->GetComment().CompareIgnoreCaseToAscii( "XTEXT_PAINTSHAPE_END" ) == COMPARE_EQUAL ) in ensureInitializedNodeTree()
150 …else if( pAct->GetComment().CompareIgnoreCaseToAscii( "XTEXT_PAINTSHAPE_BEGIN" ) == COMPARE_EQUAL ) in ensureInitializedNodeTree()