Searched refs:nShowCount (Results 1 – 3 of 3) sorted by relevance
2207 sal_Int32 nShowCount = 0; in exportPresentationSettings() local2217 nShowCount = aShowNames.getLength(); in exportPresentationSettings()2221 if( bHasAttr || nShowCount != 0 ) in exportPresentationSettings()2225 if( nShowCount == 0 ) in exportPresentationSettings()2233 for( sal_Int32 nIndex = 0; nIndex < nShowCount; nIndex++, pShowNames++ ) in exportPresentationSettings()
657 void XclPTFieldExtInfo::SetApiAutoShowCount( sal_Int32 nShowCount ) in SetApiAutoShowCount() argument659 ::insert_value( mnFlags, limit_cast< sal_uInt8 >( nShowCount ), 24, 8 ); in SetApiAutoShowCount()
688 void SetApiAutoShowCount( sal_Int32 nShowCount );
Completed in 39 milliseconds