Searched refs:nImageSetCount (Results 1 – 1 of 1) sorted by relevance
196 const size_t nImageSetCount = i_data.aCachedImageSets.size(); in lcl_updateImageList_nothrow() local197 if ( nImageSetCount < 2 ) in lcl_updateImageList_nothrow()199 nPreferredSet = sal_Int32( nImageSetCount ) - 1; in lcl_updateImageList_nothrow()203 ::std::vector< Size > aImageSizes( nImageSetCount ); in lcl_updateImageList_nothrow()204 … for ( sal_Int32 nImageSet = 0; size_t( nImageSet ) < nImageSetCount; ++nImageSet ) in lcl_updateImageList_nothrow()246 if ( ( nPreferredSet >= 0 ) && ( size_t( nPreferredSet ) < nImageSetCount ) ) in lcl_updateImageList_nothrow()274 const sal_Int32 nImageSetCount = i_images->getImageSetCount(); in lcl_updateImageList_nothrow() local276 for ( sal_Int32 set = 0; set < nImageSetCount; ++set ) in lcl_updateImageList_nothrow()
Completed in 5 milliseconds