Lines Matching refs:aAttrStack
128 if( !aAttrStack.empty() ) in ~SvxRTFParser()
158 if( !aAttrStack.empty() ) in CallParser()
840 for( size_t nCnt = aAttrStack.size(); nCnt; --nCnt ) in ClearAttrStack()
842 pTmp = aAttrStack.back(); in ClearAttrStack()
843 aAttrStack.pop_back(); in ClearAttrStack()
877 SvxRTFItemStackType* pAkt = aAttrStack.empty() ? 0 : aAttrStack.back(); in _GetAttrSet()
886 aAttrStack.push_back( pNew ); in _GetAttrSet()
941 if( !aAttrStack.empty() ) in AttrGroupEnd()
943 SvxRTFItemStackType *pOld = aAttrStack.empty() ? 0 : aAttrStack.back(); in AttrGroupEnd()
944 aAttrStack.pop_back(); in AttrGroupEnd()
945 SvxRTFItemStackType *pAkt = aAttrStack.empty() ? 0 : aAttrStack.back(); in AttrGroupEnd()
1120 … pAkt = aAttrStack.empty() ? 0 : aAttrStack.back(); // can be changed after AttrGroupEnd! in AttrGroupEnd()
1122 aAttrStack.push_back( pNew ); in AttrGroupEnd()
1151 while( !aAttrStack.empty() ) in SetAllAttrOfStk()
1183 SvxRTFItemStackType* pAkt = aAttrStack.empty() ? 0 : aAttrStack.back(); in IsAttrSttPos()