Lines Matching refs:nIntResIds
1119 bool SvxUnoGetResourceRanges( const short nWhich, int& nApiResIds, int& nIntResIds, int& nCount ) t… in SvxUnoGetResourceRanges() argument
1125 nIntResIds = RID_SVXSTR_BMP_START; in SvxUnoGetResourceRanges()
1131 nIntResIds = RID_SVXSTR_DASH_START; in SvxUnoGetResourceRanges()
1138 nIntResIds = RID_SVXSTR_LEND_START; in SvxUnoGetResourceRanges()
1144 nIntResIds = RID_SVXSTR_GRDT_START; in SvxUnoGetResourceRanges()
1150 nIntResIds = RID_SVXSTR_HATCH_START; in SvxUnoGetResourceRanges()
1156 nIntResIds = RID_SVXSTR_TRASNGR_START; in SvxUnoGetResourceRanges()
1344 int nIntResIds; in SvxUnogetApiNameForItem() local
1347 if( SvxUnoGetResourceRanges( nWhich, nApiResIds, nIntResIds, nCount ) ) in SvxUnogetApiNameForItem()
1349 if(SvxUnoConvertResourceString( nIntResIds, nApiResIds, nCount, aNew ) ) in SvxUnogetApiNameForItem()
1381 int nIntResIds; in SvxUnogetInternalNameForItem() local
1384 if( SvxUnoGetResourceRanges( nWhich, nApiResIds, nIntResIds, nCount ) ) in SvxUnogetInternalNameForItem()
1386 if(SvxUnoConvertResourceString( nApiResIds, nIntResIds, nCount, aNew ) ) in SvxUnogetInternalNameForItem()