Searched refs:s_nFirstVirtualButtonType (Results 1 – 1 of 1) sorted by relevance
47 static const sal_Int32 s_nFirstVirtualButtonType = 1 + (sal_Int32)FormButtonType_URL; variable123 nButtonType = s_nFirstVirtualButtonType + nNavigationURLIndex; in implGetCurrentButtonType()158 bool bIsVirtualButtonType = nButtonType >= s_nFirstVirtualButtonType; in setCurrentButtonType()161 … const sal_Char* pURL = lcl_getNavigationURL( nButtonType - s_nFirstVirtualButtonType ); in setCurrentButtonType()223 bool bIsVirtualButtonType = nCurrentButtonType >= s_nFirstVirtualButtonType; in getCurrentTargetURL()
Completed in 16 milliseconds