Lines Matching refs:sal_Int32

72 const sal_Int32 HANDLE_URL = 1;
73 const sal_Int32 HANDLE_DESCRIPTION = 2;
74 const sal_Int32 HANDLE_TARGET = 3;
75 const sal_Int32 HANDLE_NAME = 4;
76 const sal_Int32 HANDLE_ISACTIVE = 5;
77 const sal_Int32 HANDLE_POLYGON = 6;
78 const sal_Int32 HANDLE_CENTER = 7;
79 const sal_Int32 HANDLE_RADIUS = 8;
80 const sal_Int32 HANDLE_BOUNDARY = 9;
81 const sal_Int32 HANDLE_TITLE = 10;
137 sal_Int32 mnRadius;
174 { MAP_LEN( "Radius" ), HANDLE_RADIUS, &::getCppuType((const sal_Int32*)0), 0, 0 }, in createPropertySetInfo()
236 mnRadius = (sal_Int32)((IMapCircleObject*)&rMapObject)->GetRadius(sal_False); in SvUnoImageMapObject()
402 const sal_Int32 nCount = aSNL.getLength(); in supportsService()
403 for( sal_Int32 i = 0; i < nCount; i++ ) in supportsService()
569 …virtual void SAL_CALL insertByIndex( sal_Int32 Index, const Any& Element ) throw( IllegalArgumentE…
570 …virtual void SAL_CALL removeByIndex( sal_Int32 Index ) throw( IndexOutOfBoundsException, WrappedTa…
573 …virtual void SAL_CALL replaceByIndex( sal_Int32 Index, const Any& Element ) throw( IllegalArgument…
576 virtual sal_Int32 SAL_CALL getCount( ) throw( RuntimeException );
577 …virtual Any SAL_CALL getByIndex( sal_Int32 Index ) throw( IndexOutOfBoundsException, WrappedTarget…
638 void SAL_CALL SvUnoImageMap::insertByIndex( sal_Int32 Index, const Any& Element ) in insertByIndex()
642 const sal_Int32 nCount = maObjectList.size(); in insertByIndex()
653 for( sal_Int32 n = 0; n < Index; n++ ) in insertByIndex()
660 void SAL_CALL SvUnoImageMap::removeByIndex( sal_Int32 Index ) throw(IndexOutOfBoundsException, Wrap… in removeByIndex()
662 const sal_Int32 nCount = maObjectList.size(); in removeByIndex()
674 for( sal_Int32 n = 0; n < Index; n++ ) in removeByIndex()
683 void SAL_CALL SvUnoImageMap::replaceByIndex( sal_Int32 Index, const Any& Element ) throw(IllegalArg… in replaceByIndex()
686 const sal_Int32 nCount = maObjectList.size(); in replaceByIndex()
691 for( sal_Int32 n = 0; n < Index; n++ ) in replaceByIndex()
700 sal_Int32 SAL_CALL SvUnoImageMap::getCount( ) throw(RuntimeException) in getCount()
705 Any SAL_CALL SvUnoImageMap::getByIndex( sal_Int32 Index ) throw(IndexOutOfBoundsException, WrappedT… in getByIndex()
707 const sal_Int32 nCount = maObjectList.size(); in getByIndex()
712 for( sal_Int32 n = 0; n < Index; n++ ) in getByIndex()
743 const sal_Int32 nCount = aSNL.getLength(); in supportsService()
744 for( sal_Int32 i = 0; i < nCount; i++ ) in supportsService()