/trunk/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 652 if (!AdjustRowHeight( aExtendedRange )) in DeleteContents() 723 if (!AdjustRowHeight( aMarkRange )) in TransliterateText() 784 AdjustRowHeight( ScRange(rPos) ); in SetNormalString() 835 AdjustRowHeight( ScRange(rPos) ); in PutCell() 1240 if (!AdjustRowHeight( aMultiRange )) in ApplyAttributes() 1314 if (!AdjustRowHeight( aMultiRange )) in ApplyStyle() 2466 sal_Bool bDestHeight = AdjustRowHeight( in MoveBlock() 4038 AdjustRowHeight(rRange); in FillSimple() 4155 AdjustRowHeight(rRange); in FillSeries() 4285 AdjustRowHeight(aDestArea); in FillAuto() [all …]
|
H A D | docsh5.cxx | 442 sal_Bool ScDocShell::AdjustRowHeight( SCROW nStartRow, SCROW nEndRow, SCTAB nTab ) in AdjustRowHeight() function in ScDocShell 494 AdjustRowHeight( 0, MAXROW, nUpdateTab ); in UpdatePendingRowHeights()
|
H A D | arealink.cxx | 462 if ( !pImpl->m_pDocSh->AdjustRowHeight( aDestPos.Row(), nPaintEndY, nDestTab ) ) in Refresh()
|
H A D | impex.cxx | 259 sal_Bool bHeight = pDocSh && pDocSh->AdjustRowHeight( in EndPaste() 1321 pDocSh->AdjustRowHeight( nRow, nRow, nTab); in ExtText2Doc()
|
H A D | dbdocfun.cxx | 639 rDocShell.AdjustRowHeight( aLocalParam.nRow1, aLocalParam.nRow2, nTab ); in Sort()
|
/trunk/main/sc/source/ui/undo/ |
H A D | undoblk.cxx | 252 … if ( pDocShell->AdjustRowHeight( aWorkRange.aStart.Row(), aWorkRange.aEnd.Row(), pTabs[i] )) in DoChange() 266 … if ( pDocShell->AdjustRowHeight( aWorkRange.aStart.Row(), aWorkRange.aEnd.Row(), pTabs[i]) ) in DoChange() 486 … if ( pDocShell->AdjustRowHeight( aWorkRange.aStart.Row(), aWorkRange.aEnd.Row(), pTabs[i] )) in DoChange() 500 … if ( pDocShell->AdjustRowHeight( aWorkRange.aStart.Row(), aWorkRange.aEnd.Row(), pTabs[i] ) ) in DoChange() 2082 bDidPaint = pViewShell->AdjustRowHeight( aExtended.aStart.Row(), aExtended.aEnd.Row() ); in Undo() 2123 bDidPaint = pViewShell->AdjustRowHeight( aExtended.aStart.Row(), aExtended.aEnd.Row() ); in Redo()
|
H A D | undoblk3.cxx | 193 if ( !( (pViewShell) && pViewShell->AdjustRowHeight( in DoChange() 842 bDidPaint = pViewShell->AdjustRowHeight( maRange.aStart.Row(), maRange.aEnd.Row() ); in DoChange() 2056 …if ( !pDocShell->AdjustRowHeight( aWorkRange.aStart.Row(), aWorkRange.aEnd.Row(), aWorkRange.aStar… in DoChange()
|
H A D | undocell.cxx | 216 pDocShell->AdjustRowHeight( nRow, nRow, pTabs[i] ); in DoChange()
|
/trunk/main/sc/source/ui/view/ |
H A D | viewfunc.cxx | 223 AdjustRowHeight( nRow, nRow, sal_True ); //! nicht doppelt ? in DoAutoAttributes() 633 AdjustRowHeight(nRow,nRow); in EnterData() 822 AdjustRowHeight(nRow,nRow); in EnterData() 842 AdjustRowHeight(nRow,nRow); in EnterData() 1863 if (!AdjustRowHeight(0, MAXROW)) in DeleteMulti() 2034 if (!AdjustRowHeight( aExtendedRange.aStart.Row(), aExtendedRange.aEnd.Row() )) in DeleteContents() 2495 AdjustRowHeight( nRow, nRow ); in ModifyCellSize()
|
H A D | viewfun4.cxx | 180 AdjustRowHeight( nStartRow, aImpEx.GetRange().aEnd.Row() ); in PasteRTF()
|
H A D | viewfun3.cxx | 283 if ( !AdjustRowHeight( aRange.aStart.Row(), aRange.aEnd.Row() ) ) in CutToClip()
|
H A D | viewfun2.cxx | 163 sal_Bool ScViewFunc::AdjustRowHeight( SCROW nStartRow, SCROW nEndRow, sal_Bool bPaint ) in AdjustRowHeight() function in ScViewFunc
|
/trunk/main/sc/source/filter/excel/ |
H A D | read.cxx | 751 AdjustRowHeight(); in Read() 1214 AdjustRowHeight(); in Read()
|
H A D | impop.cxx | 1200 void ImportExcel::AdjustRowHeight() in AdjustRowHeight() function in ImportExcel
|
/trunk/main/sc/source/filter/inc/ |
H A D | imp_op.hxx | 191 virtual void AdjustRowHeight();
|
/trunk/main/sc/source/ui/inc/ |
H A D | docfunc.hxx | 52 sal_Bool AdjustRowHeight( const ScRange& rRange, sal_Bool bPaint = sal_True );
|
H A D | docsh.hxx | 285 sal_Bool AdjustRowHeight( SCROW nStartRow, SCROW nEndRow, SCTAB nTab );
|
H A D | viewfunc.hxx | 218 sal_Bool AdjustRowHeight( SCROW nStartRow, SCROW nEndRow, sal_Bool bPaint = sal_True );
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | confuno.cxx | 319 if ( !pDocShell->AdjustRowHeight( 0, MAXROW, nTab ) ) in setPropertyValue()
|
H A D | cellsuno.cxx | 1179 sal_Bool bHeight = rDocShell.AdjustRowHeight( nStartRow, nEndRow, nTab ); in lcl_PutDataArray() 1268 sal_Bool bHeight = rDocShell.AdjustRowHeight( nStartRow, nEndRow, nTab ); in lcl_PutFormulaArray()
|
/trunk/main/sc/source/ui/app/ |
H A D | scmod.cxx | 288 pDocSh->AdjustRowHeight( 0, MAXROW, nTab ); in ConfigurationChanged() 1306 pOneDocSh->AdjustRowHeight( 0, MAXROW, nTab ); in ModifyOptions()
|