Home
last modified time | relevance | path

Searched defs:ScHTMLPos (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sc/source/filter/inc/
H A Dhtmlpars.hxx217 struct ScHTMLPos struct
222 inline explicit ScHTMLPos() : mnCol( 0 ), mnRow( 0 ) {} in ScHTMLPos() function
223 inline explicit ScHTMLPos( SCCOL nCol, SCROW nRow ) : in ScHTMLPos() argument
225 inline explicit ScHTMLPos( const ScAddress& rAddr ) { Set( rAddr ); } in ScHTMLPos() argument
239 inline bool operator==( const ScHTMLPos& rPos1, const ScHTMLPos& rPos2 ) in operator ==() argument

Completed in 21 milliseconds