Searched refs:UpdateAllRowHeights (Results 1 – 10 of 10) sorted by relevance
/trunk/main/sc/source/ui/docshell/ |
H A D | docsh6.cxx | 275 UpdateAllRowHeights(); in LoadStyles() 342 UpdateAllRowHeights(); in LoadStylesArgs()
|
H A D | docsh5.cxx | 454 void ScDocShell::UpdateAllRowHeights( const ScMarkData* pTabMark ) in UpdateAllRowHeights() function in ScDocShell 460 …aDocument.UpdateAllRowHeights( aProv.GetDevice(), aProv.GetPPTX(), aProv.GetPPTY(), aZoom, aZoom, … in UpdateAllRowHeights() 481 UpdateAllRowHeights(&aUpdateSheets); // update with a single progress bar in UpdatePendingRowHeights()
|
H A D | docsh.cxx | 1504 UpdateAllRowHeights(); // with vdev or printer, depending on configuration in ConvertFrom()
|
/trunk/main/sc/source/ui/inc/ |
H A D | docsh.hxx | 286 void UpdateAllRowHeights( const ScMarkData* pTabMark = NULL );
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | docuno.cxx | 417 void ScModelObj::UpdateAllRowHeights(const ScMarkData* pTabMark, bool bCalcOutputFactor) in UpdateAllRowHeights() function in ScModelObj 423 pDocShell->UpdateAllRowHeights(pTabMark); in UpdateAllRowHeights() 1765 pDocShell->UpdateAllRowHeights(); in setPropertyValue()
|
/trunk/main/sc/source/filter/xml/ |
H A D | xmlsubti.cxx | 614 … ScModelObj::getImplementation(rImport.GetModel())->UpdateAllRowHeights(&aUpdateSheets, true); in UpdateRowHeights()
|
/trunk/main/sc/source/filter/excel/ |
H A D | impop.cxx | 1224 pDocObj->UpdateAllRowHeights(&aUpdateSheets); in AdjustRowHeight()
|
/trunk/main/sc/inc/ |
H A D | docuno.hxx | 128 …void UpdateAllRowHeights( const ScMarkData* pTabMark = NULL, bool bCalcOutputFa…
|
H A D | document.hxx | 1357 void UpdateAllRowHeights( OutputDevice* pDev,
|
/trunk/main/sc/source/core/data/ |
H A D | document.cxx | 3408 void ScDocument::UpdateAllRowHeights( OutputDevice* pDev, double nPPTX, double nPPTY, in UpdateAllRowHeights() function in ScDocument
|
Completed in 92 milliseconds