Lines Matching refs:sGroupName
1732 String sGroupName = sGroup; in impl_fillScopeList_nothrow() local
1733 sGroupName.SearchAndReplaceAscii("%1",xGroup->getExpression()); in impl_fillScopeList_nothrow()
1734 _out_rList.push_back(sGroupName); in impl_fillScopeList_nothrow()
1756 String sGroupName = String(ModuleRes(RID_STR_SCOPE_GROUP)); in fillScope_throw() local
1758 sGroupName.SearchAndReplaceAscii("%1",_rsNamePostFix); in fillScope_throw()
1759 m_sScope = sGroupName; in fillScope_throw()
1769 String sGroupName = String(ModuleRes(RID_STR_SCOPE_GROUP)); in fillScope_throw() local
1771 sGroupName.SearchAndReplaceAscii("%1",_rsNamePostFix); in fillScope_throw()
1772 m_sScope = sGroupName; in fillScope_throw()
1795 String sGroupName = String(ModuleRes(RID_STR_SCOPE_GROUP)); in fillScope_throw() local
1796 sGroupName.SearchAndReplaceAscii("%1",xGroup->getExpression()); in fillScope_throw()
1797 if ( m_sScope == ::rtl::OUString(sGroupName) ) in fillScope_throw()
1842 String sGroupName = String(ModuleRes(RID_STR_SCOPE_GROUP)); in isDefaultFunction() local
1843 sGroupName.SearchAndReplaceAscii("%1",xGroup->getExpression()); in isDefaultFunction()
1844 m_sScope = sGroupName; in isDefaultFunction()
2111 String sGroupName = String(ModuleRes(RID_STR_SCOPE_GROUP)); in impl_isCounterFunction_throw() local
2112 sGroupName.SearchAndReplaceAscii("%1",xGroup->getExpression()); in impl_isCounterFunction_throw()
2113 _Out_sScope = sGroupName; in impl_isCounterFunction_throw()