Searched defs:SetCol (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/sw/inc/ | ||
H A D | pvprtdat.hxx | 66 void SetCol( sal_uInt8 n ) { nCol = n; } in SetCol() function in SwPagePreViewPrtData |
/aoo41x/main/sc/inc/ | ||
H A D | attarray.hxx | 106 void SetCol(SCCOL nNewCol) { nCol = nNewCol; } in SetCol() function in ScAttrArray |
H A D | bigrange.hxx | 57 void SetCol( sal_Int32 nColP ) { nCol = nColP; } in SetCol() function in ScBigAddress |
H A D | address.hxx | 303 inline void SetCol( SCCOL nColP ) { nCol = nColP; } in SetCol() function in ScAddress |
/aoo41x/main/sw/source/ui/inc/ | ||
H A D | pview.hxx | 87 void SetCol( sal_uInt8 n ) { if( n ) mnCol = n; } in SetCol() function in SwPagePreViewWin |
/aoo41x/main/sw/source/ui/frmdlg/ | ||
H A D | frmmgr.cxx | 249 void SwFlyFrmAttrMgr::SetCol( const SwFmtCol &rCol ) in SetCol() function in SwFlyFrmAttrMgr |
/aoo41x/main/sc/source/ui/navipi/ | ||
H A D | navipi.cxx | 233 void ColumnEdit::SetCol( SCCOL nColNo ) in SetCol() function in ColumnEdit |
Completed in 50 milliseconds