Searched refs:SetRowFlags (Results 1 – 9 of 9) sorted by relevance
/trunk/main/sc/source/filter/excel/ |
H A D | colrowst.cxx | 211 rDoc.SetRowFlags( 0, MAXROW, nScTab, CR_MANUALSIZE ); in Convert() 240 … rDoc.SetRowFlags( nScRow, nScTab, rDoc.GetRowFlags( nScRow, nScTab ) | CR_MANUALSIZE ); in Convert()
|
/trunk/main/sc/source/filter/lotus/ |
H A D | lotimpop.cxx | 333 …pD->SetRowFlags( static_cast<SCROW> (nRow), static_cast<SCTAB> (nLTab), pD->GetRowFlags( static_ca… in RowPresentation()
|
/trunk/main/sc/inc/ |
H A D | table.hxx | 683 void SetRowFlags( SCROW nRow, sal_uInt8 nNewFlags ); 684 void SetRowFlags( SCROW nStartRow, SCROW nEndRow, sal_uInt8 nNewFlags );
|
H A D | document.hxx | 1371 SC_DLLPUBLIC void SetRowFlags( SCROW nRow, SCTAB nTab, sal_uInt8 nNewFlags ); 1372 SC_DLLPUBLIC void SetRowFlags( SCROW nStartRow, SCROW nEndRow, SCTAB nTab, sal_uInt8 nNewFlags );
|
/trunk/main/sc/source/core/data/ |
H A D | document.cxx | 3463 void ScDocument::SetRowFlags( SCROW nRow, SCTAB nTab, sal_uInt8 nNewFlags ) in SetRowFlags() function in ScDocument 3466 pTab[nTab]->SetRowFlags( nRow, nNewFlags ); in SetRowFlags() 3470 void ScDocument::SetRowFlags( SCROW nStartRow, SCROW nEndRow, SCTAB nTab, sal_uInt8 nNewFlags ) in SetRowFlags() function in ScDocument 3473 pTab[nTab]->SetRowFlags( nStartRow, nEndRow, nNewFlags ); in SetRowFlags()
|
H A D | table2.cxx | 2863 void ScTable::SetRowFlags( SCROW nRow, sal_uInt8 nNewFlags ) in SetRowFlags() function in ScTable 2874 void ScTable::SetRowFlags( SCROW nStartRow, SCROW nEndRow, sal_uInt8 nNewFlags ) in SetRowFlags() function in ScTable
|
/trunk/main/sc/source/ui/undo/ |
H A D | undoblk3.cxx | 1030 pDoc->SetRowFlags( nRow, nTab, nOld & ~CR_MANUALSIZE ); in Redo()
|
/trunk/main/sc/source/ui/view/ |
H A D | viewfunc.cxx | 2205 pDoc->SetRowFlags(nRow, nTab, nOld & ~CR_MANUALSIZE); in SetWidthOrHeight()
|
/trunk/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 3199 pDoc->SetRowFlags( nRow, nTab, nOld & ~CR_MANUALSIZE ); in SetWidthOrHeight()
|
Completed in 118 milliseconds