Searched refs:IsPendingRowHeights (Results 1 – 6 of 6) sorted by relevance
479 if ( aDocument.IsPendingRowHeights( nTab ) ) in UpdatePendingRowHeights()494 if ( aDocument.IsPendingRowHeights( nUpdateTab ) ) in UpdatePendingRowHeights()
930 pTab[nNewPos]->SetPendingRowHeights( pTab[nOldPos]->IsPendingRowHeights() ); in CopyTab()1107 pTab[nDestPos]->SetPendingRowHeights( pSrcDoc->pTab[nSrcPos]->IsPendingRowHeights() ); in TransferTab()
563 sal_Bool ScDocument::IsPendingRowHeights( SCTAB nTab ) const in IsPendingRowHeights() function in ScDocument566 return pTab[nTab]->IsPendingRowHeights(); in IsPendingRowHeights()
1218 if ( false == GetDoc().IsPendingRowHeights(nTab)) in AdjustRowHeight()
235 sal_Bool IsPendingRowHeights() const { return bPendingRowHeights; } in IsPendingRowHeights() function in ScTable
634 SC_DLLPUBLIC sal_Bool IsPendingRowHeights( SCTAB nTab ) const;
Completed in 75 milliseconds