Home
last modified time | relevance | path

Searched refs:XclFormatRun (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/sc/source/filter/inc/
H A Dxlstring.hxx65 struct XclFormatRun struct
70 explicit inline XclFormatRun() : mnChar( 0 ), mnFontIdx( 0 ) {} in XclFormatRun() argument
71 explicit inline XclFormatRun( sal_uInt16 nChar, sal_uInt16 nFontIdx ) : in XclFormatRun() argument
75 inline bool operator==( const XclFormatRun& rLeft, const XclFormatRun& rRight ) in operator ==()
80 inline bool operator<( const XclFormatRun& rLeft, const XclFormatRun& rRight ) in operator <()
88 typedef ::std::vector< XclFormatRun > XclFormatRunVec;
/aoo41x/main/sc/source/filter/excel/
H A Dxestring.cxx79 struct XclFormatRunHasher : public XclHasher< const XclFormatRun& >
81 inline sal_uInt32 operator()( const XclFormatRun& rRun ) const in operator ()()
256 maFormats.push_back( XclFormatRun( nChar, nFontIdx ) ); in AppendFormat()
H A Dxistring.cxx104 rFormats.push_back( XclFormatRun( nChar, nFontIdx ) ); in AppendFormat()
H A Dxihelper.cxx190 XclFormatRun aNextRun; in lclCreateTextObject()

Completed in 26 milliseconds