Searched refs:GetRowFlags (Results 1 – 17 of 17) sorted by relevance
/aoo41x/main/sc/source/filter/excel/ |
H A D | colrowst.cxx | 240 … rDoc.SetRowFlags( nScRow, nScTab, rDoc.GetRowFlags( nScRow, nScTab ) | CR_MANUALSIZE ); in Convert()
|
H A D | xetable.cxx | 1823 sal_uInt8 nRowFlags = GetDoc().GetRowFlags( nScRow, nScTab ); in XclExpRow()
|
/aoo41x/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()
|
/aoo41x/main/sc/source/ui/app/ |
H A D | transobj.cxx | 629 sal_uInt8 nSourceFlags = pDoc->GetRowFlags(nRow, nSrcTab); in InitDocShell()
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | xmlexprt.cxx | 1313 …nPrevFlag = (pDoc->GetRowFlags(static_cast<SCROW>(nRow), static_cast<SCTAB>(nTable))) & (CR_HIDDEN… in OpenRow() 1319 …nFlag = (pDoc->GetRowFlags(static_cast<SCROW>(nRow), static_cast<SCTAB>(nTable))) & (CR_HIDDEN | C… in OpenRow() 1349 …nFlag = (pDoc->GetRowFlags(static_cast<SCROW>(nStartRow), static_cast<SCTAB>(nTable))) & (CR_HIDDE… in OpenRow()
|
/aoo41x/main/sc/inc/ |
H A D | table.hxx | 696 sal_uInt8 GetRowFlags( SCROW nRow ) const;
|
H A D | document.hxx | 1375 SC_DLLPUBLIC sal_uInt8 GetRowFlags( SCROW nRow, SCTAB nTab ) const;
|
/aoo41x/main/sc/source/ui/view/ |
H A D | output2.cxx | 1777 ( pDoc->GetRowFlags( nCellY, nTab ) & CR_MANUALSIZE ) || in DrawStrings() 2717 ( pDoc->GetRowFlags( nCellY, nTab ) & CR_MANUALSIZE ) || in DrawEdit()
|
H A D | viewfunc.cxx | 2203 sal_uInt8 nOld = pDoc->GetRowFlags(nRow, nTab); in SetWidthOrHeight()
|
H A D | viewdata.cxx | 1385 if ( nEditEndRow == nEditRow && !( pDoc->GetRowFlags( nEditRow, nTabNo ) & CR_MANUALSIZE ) && in EditGrowY()
|
/aoo41x/main/sc/source/core/data/ |
H A D | column2.cxx | 911 if ( bShrink || !(pDocument->GetRowFlags(nRow, nTab) & CR_MANUALSIZE) ) in GetOptimalHeight()
|
H A D | document.cxx | 3485 sal_uInt8 ScDocument::GetRowFlags( SCROW nRow, SCTAB nTab ) const in GetRowFlags() function in ScDocument 3488 return pTab[nTab]->GetRowFlags( nRow ); in GetRowFlags()
|
H A D | table2.cxx | 2894 sal_uInt8 ScTable::GetRowFlags( SCROW nRow ) const in GetRowFlags() function in ScTable
|
/aoo41x/main/sc/source/ui/undo/ |
H A D | undoblk3.cxx | 1027 sal_uInt8 nOld = pDoc->GetRowFlags(nRow,nTab); in Redo()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | docuno.cxx | 3385 sal_Bool bOpt = !(pDoc->GetRowFlags( nStartRow, nTab ) & CR_MANUALSIZE); in getPropertyValue()
|
H A D | cellsuno.cxx | 9158 sal_Bool bOpt = !(pDoc->GetRowFlags( nRow, nTab ) & CR_MANUALSIZE); in GetOnePropertyValue()
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 3195 sal_uInt8 nOld = pDoc->GetRowFlags(nRow,nTab); in SetWidthOrHeight()
|
Completed in 965 milliseconds