Searched defs:XclCodePageEntry_CPPred (Results 1 – 1 of 1) sorted by relevance
410 struct XclCodePageEntry_CPPred struct412 inline explicit XclCodePageEntry_CPPred( sal_uInt16 nCodePage ) : mnCodePage( nCodePage ) {} in XclCodePageEntry_CPPred() argument413 …inline bool operator()( const XclCodePageEntry& rEntry ) const { return rEntry.mnCodePage … in operator ()()414 sal_uInt16 mnCodePage;
Completed in 14 milliseconds