Home
last modified time | relevance | path

Searched refs:ScHTMLSize (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/filter/inc/
H A Dhtmlpars.hxx252 struct ScHTMLSize struct
257 inline explicit ScHTMLSize() : mnCols( 0 ), mnRows( 0 ) {} in ScHTMLSize() argument
258 inline explicit ScHTMLSize( SCCOL nCols, SCROW nRows ) : in ScHTMLSize() function
269 inline bool operator==( const ScHTMLSize& rSize1, const ScHTMLSize& rSize2 ) in operator ==() argument
354 inline const ScHTMLSize& GetSize() const { return maSize; } in GetSize()
356 ScHTMLSize GetSpan( const ScHTMLPos& rCellPos ) const;
419 ScHTMLSize GetDocSize( const ScHTMLPos& rCellPos ) const;
502 void InsertNewCell( const ScHTMLSize& rSpanSize );
509 void ImplDataOn( const ScHTMLSize& rSpanSize );
545 ScHTMLSize maSize; /// Size of the table.
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx1928 ImplDataOn( ScHTMLSize( 1, 1 ) ); in ScHTMLTable()
1966 ImplDataOn( ScHTMLSize( 1, 1 ) ); in ScHTMLTable()
1980 ScHTMLSize ScHTMLTable::GetSpan( const ScHTMLPos& rCellPos ) const in GetSpan()
1982 ScHTMLSize aSpan( 1, 1 ); in GetSpan()
2095 ScHTMLSize aSpanSize( 1, 1 ); in DataOn()
2143 ImplDataOn( ScHTMLSize( 1, 1 ) ); in BodyOn()
2201 ScHTMLSize aCellSpan = GetSpan( rCellPos ); in GetDocSize()
2202 return ScHTMLSize( in GetDocSize()
2392 void ScHTMLTable::InsertNewCell( const ScHTMLSize& rSpanSize ) in InsertNewCell()
2456 void ScHTMLTable::ImplDataOn( const ScHTMLSize& rSpanSize ) in ImplDataOn()
[all …]

Completed in 66 milliseconds