Searched defs:SetRow (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/solenv/bin/modules/installer/patch/ | ||
H A D | MsiTable.pm | 418 sub SetRow ($@) subroutine |
/aoo41x/main/sw/inc/ | ||
H A D | pvprtdat.hxx | 63 void SetRow(sal_uInt8 n ) { nRow = n; } in SetRow() function in SwPagePreViewPrtData |
/aoo41x/main/sw/source/ui/inc/ | ||
H A D | pview.hxx | 84 void SetRow( sal_uInt8 n ) { if( n ) mnRow = n; } in SetRow() function in SwPagePreViewWin |
/aoo41x/main/sc/source/ui/inc/ | ||
H A D | navipi.hxx | 169 void SetRow( SCROW nRow ){ SetValue( nRow ); } in SetRow() function in RowEdit |
/aoo41x/main/sc/inc/ | ||
H A D | bigrange.hxx | 58 void SetRow( sal_Int32 nRowP ) { nRow = nRowP; } in SetRow() function in ScBigAddress |
H A D | address.hxx | 302 inline void SetRow( SCROW nRowP ) { nRow = nRowP; } in SetRow() function in ScAddress |
Completed in 23 milliseconds