Searched refs:nDifTwips (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/sc/inc/ |
H A D | drwlayer.hxx | 171 void WidthChanged( SCTAB nTab, SCCOL nCol, long nDifTwips ); 172 void HeightChanged( SCTAB nTab, SCROW nRow, long nDifTwips );
|
/aoo4110/main/sc/source/core/data/ |
H A D | drwlayer.cxx | 1086 void ScDrawLayer::WidthChanged( SCTAB nTab, SCCOL nCol, long nDifTwips ) in WidthChanged() argument 1114 nDifTwips = -nDifTwips; in WidthChanged() 1117 MoveAreaTwips( nTab, aRect, Point( nDifTwips,0 ), aTopLeft ); in WidthChanged() 1120 void ScDrawLayer::HeightChanged( SCTAB nTab, SCROW nRow, long nDifTwips ) in HeightChanged() argument 1158 MoveAreaTwips( nTab, aRect, Point( 0,nDifTwips ), aTopLeft ); in HeightChanged()
|
Completed in 54 milliseconds