Home
last modified time | relevance | path

Searched refs:IsPendingRowHeights (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/ui/docshell/
H A Ddocsh5.cxx477 if ( aDocument.IsPendingRowHeights( nTab ) ) in UpdatePendingRowHeights()
492 if ( aDocument.IsPendingRowHeights( nUpdateTab ) ) in UpdatePendingRowHeights()
/trunk/main/sc/source/core/data/
H A Ddocumen2.cxx930 pTab[nNewPos]->SetPendingRowHeights( pTab[nOldPos]->IsPendingRowHeights() ); in CopyTab()
1107 pTab[nDestPos]->SetPendingRowHeights( pSrcDoc->pTab[nSrcPos]->IsPendingRowHeights() ); in TransferTab()
H A Ddocument.cxx563 sal_Bool ScDocument::IsPendingRowHeights( SCTAB nTab ) const in IsPendingRowHeights() function in ScDocument
566 return pTab[nTab]->IsPendingRowHeights(); in IsPendingRowHeights()
/trunk/main/sc/source/filter/excel/
H A Dimpop.cxx1218 if ( false == GetDoc().IsPendingRowHeights(nTab)) in AdjustRowHeight()
/trunk/main/sc/inc/
H A Dtable.hxx235 sal_Bool IsPendingRowHeights() const { return bPendingRowHeights; } in IsPendingRowHeights() function in ScTable
H A Ddocument.hxx634 SC_DLLPUBLIC sal_Bool IsPendingRowHeights( SCTAB nTab ) const;

Completed in 65 milliseconds