Lines Matching refs:n
426 sal_uInt32 n = list.getLength(); in getLongListValue() local
427 if (n > SAL_MAX_INT32) { in getLongListValue()
435 css::uno::Sequence< sal_Int32 > value(static_cast< sal_Int32 >(n)); in getLongListValue()
436 for (sal_uInt32 i = 0; i < n; ++i) { in getLongListValue()
608 sal_uInt32 n = list.getLength(); in getAsciiListValue() local
609 if (n > SAL_MAX_INT32) { in getAsciiListValue()
618 css::uno::Sequence< rtl::OUString > value(static_cast< sal_Int32 >(n)); in getAsciiListValue()
619 for (sal_uInt32 i = 0; i < n; ++i) { in getAsciiListValue()
802 sal_uInt32 n = list.getLength(); in getStringListValue() local
803 if (n > SAL_MAX_INT32) { in getStringListValue()
812 css::uno::Sequence< rtl::OUString > value(static_cast< sal_Int32 >(n)); in getStringListValue()
813 for (sal_uInt32 i = 0; i < n; ++i) { in getStringListValue()
1005 sal_uInt32 n = list.getLength(); in openKeys() local
1006 if (n > SAL_MAX_INT32) { in openKeys()
1015 keys(static_cast< sal_Int32 >(n)); in openKeys()
1016 for (sal_uInt32 i = 0; i < n; ++i) { in openKeys()
1038 sal_uInt32 n = list.getLength(); in getKeyNames() local
1039 if (n > SAL_MAX_INT32) { in getKeyNames()
1047 css::uno::Sequence< rtl::OUString > names(static_cast< sal_Int32 >(n)); in getKeyNames()
1048 for (sal_uInt32 i = 0; i < n; ++i) { in getKeyNames()