Searched refs:SdXMLTimeFormatCount (Results 1 – 2 of 2) sorted by relevance
310 const SdXMLFixedDataStyle* aSdXMLFixedTimeFormats[SdXMLTimeFormatCount] =395 DBG_ASSERT( (nStyle >= 0) && (nStyle < SdXMLTimeFormatCount), "Unknown time style!" ); in exportTimeStyle()396 if( (nStyle >= 0) && (nStyle < SdXMLTimeFormatCount) ) in exportTimeStyle()418 DBG_ASSERT( (nTimeStyle >= 0) && (nTimeStyle < SdXMLTimeFormatCount), "Unknown time style!" ); in exportDateStyle()420 …& (nDateStyle < SdXMLDateFormatCount) && (nTimeStyle >= 0) && (nTimeStyle < SdXMLTimeFormatCount) ) in exportDateStyle()453 if( (nFormat >= 0) && (nFormat < SdXMLTimeFormatCount) ) in getTimeStyleName()683 for( sal_Int16 nFormat = 0; nFormat < SdXMLTimeFormatCount; nFormat++ ) in EndElement()707 for( sal_Int16 nTimeFormat = 0; nTimeFormat < SdXMLTimeFormatCount; nTimeFormat++ ) in EndElement()723 for( sal_Int16 nFormat = 0; nFormat < SdXMLTimeFormatCount; nFormat++ ) in EndElement()
33 const sal_Int16 SdXMLTimeFormatCount = 7; variable42 static sal_Int32 getTimeStyleCount() { return SdXMLTimeFormatCount; } in getTimeStyleCount()
Completed in 16 milliseconds