Searched refs:pRowFlags (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sc/source/core/data/ |
H A D | table2.cxx | 194 if (pRowFlags) in DeleteRow() 460 if (pRowFlags && pTable->pRowFlags && mpRowHeights && pTable->mpRowHeights) in CopyToClip() 462 pTable->pRowFlags->CopyFromAnded( *pRowFlags, 0, nRow2, CR_MANUALSIZE); in CopyToClip() 509 pRowFlags && pTable->pRowFlags) in CopyFromClip() 783 pDestTab->pRowFlags->CopyFrom(*pRowFlags, nRow1, nRow2); in CopyToTable() 2629 if (VALIDROW(nRow) && pRowFlags) in ShowRow() 2668 if (VALIDROW(nRow) && pRowFlags) in DBShowRow() 2865 if (VALIDROW(nRow) && pRowFlags) in SetRowFlags() 2906 if (pRowFlags) in GetLastFlaggedRow() 2950 if ( !pRowFlags ) in GetLastChangedRow() [all …]
|
H A D | table5.cxx | 934 …sal_uInt8* pColFlags, ScBitMaskCompressedArray< SCROW, sal_uInt8>* pRowFlags, const sal_uInt8 nFla… in lcl_syncFlags() argument 938 pRowFlags->AndValue(0, MAXROW, static_int_cast<sal_uInt8>(~nFlagMask)); in lcl_syncFlags() 953 pRowFlags->OrValue(nRow, aData.mnRow2, static_int_cast<sal_uInt8>(nFlagMask)); in lcl_syncFlags() 987 pRowFlags->AndValue(0, MAXROW, static_int_cast<sal_uInt8>(~CR_MANUALBREAK)); in SyncColRowFlags() 995 pRowFlags->OrValue(*itr, static_int_cast<sal_uInt8>(CR_MANUALBREAK)); in SyncColRowFlags() 1006 lcl_syncFlags(*mpHiddenCols, *mpHiddenRows, pColFlags, pRowFlags, CR_HIDDEN); in SyncColRowFlags() 1007 lcl_syncFlags(*mpFilteredCols, *mpFilteredRows, pColFlags, pRowFlags, CR_FILTERED); in SyncColRowFlags()
|
H A D | table1.cxx | 71 pRowFlags( NULL ), in ScTable() 116 pRowFlags = new ScBitMaskCompressedArray< SCROW, sal_uInt8>( MAXROW, 0); in ScTable() 157 delete pRowFlags; in ~ScTable() 345 sal_uInt8 nRowFlag = pRowFlags->GetValue( nStartRow+i, nIndex, nRegionEndRow ); in SetOptimalHeight() 356 pRowFlags->SetValue( nStartRow+i, nRegionEndRow, nRowFlag | CR_MANUALSIZE); in SetOptimalHeight() 359 pRowFlags->SetValue( nStartRow+i, nRegionEndRow, nRowFlag & ~CR_MANUALSIZE); in SetOptimalHeight() 1403 if ( !pColFlags || !pRowFlags ) in ExtendPrintArea()
|
/aoo42x/main/sc/inc/ |
H A D | table.hxx | 136 ScBitMaskCompressedArray< SCROW, sal_uInt8>* pRowFlags; member in ScTable 699 { return pRowFlags; } in GetRowFlagsArray()
|
Completed in 41 milliseconds