Home
last modified time | relevance | path

Searched refs:AdjustRowHeight (Results 1 – 21 of 21) sorted by relevance

/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx652 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 Ddocsh5.cxx442 sal_Bool ScDocShell::AdjustRowHeight( SCROW nStartRow, SCROW nEndRow, SCTAB nTab ) in AdjustRowHeight() function in ScDocShell
494 AdjustRowHeight( 0, MAXROW, nUpdateTab ); in UpdatePendingRowHeights()
H A Darealink.cxx462 if ( !pImpl->m_pDocSh->AdjustRowHeight( aDestPos.Row(), nPaintEndY, nDestTab ) ) in Refresh()
H A Dimpex.cxx259 sal_Bool bHeight = pDocSh && pDocSh->AdjustRowHeight( in EndPaste()
1321 pDocSh->AdjustRowHeight( nRow, nRow, nTab); in ExtText2Doc()
H A Ddbdocfun.cxx639 rDocShell.AdjustRowHeight( aLocalParam.nRow1, aLocalParam.nRow2, nTab ); in Sort()
/trunk/main/sc/source/ui/undo/
H A Dundoblk.cxx252 … 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 Dundoblk3.cxx193 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 Dundocell.cxx216 pDocShell->AdjustRowHeight( nRow, nRow, pTabs[i] ); in DoChange()
/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx223 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 Dviewfun4.cxx180 AdjustRowHeight( nStartRow, aImpEx.GetRange().aEnd.Row() ); in PasteRTF()
H A Dviewfun3.cxx283 if ( !AdjustRowHeight( aRange.aStart.Row(), aRange.aEnd.Row() ) ) in CutToClip()
H A Dviewfun2.cxx163 sal_Bool ScViewFunc::AdjustRowHeight( SCROW nStartRow, SCROW nEndRow, sal_Bool bPaint ) in AdjustRowHeight() function in ScViewFunc
/trunk/main/sc/source/filter/excel/
H A Dread.cxx751 AdjustRowHeight(); in Read()
1214 AdjustRowHeight(); in Read()
H A Dimpop.cxx1200 void ImportExcel::AdjustRowHeight() in AdjustRowHeight() function in ImportExcel
/trunk/main/sc/source/filter/inc/
H A Dimp_op.hxx191 virtual void AdjustRowHeight();
/trunk/main/sc/source/ui/inc/
H A Ddocfunc.hxx52 sal_Bool AdjustRowHeight( const ScRange& rRange, sal_Bool bPaint = sal_True );
H A Ddocsh.hxx285 sal_Bool AdjustRowHeight( SCROW nStartRow, SCROW nEndRow, SCTAB nTab );
H A Dviewfunc.hxx218 sal_Bool AdjustRowHeight( SCROW nStartRow, SCROW nEndRow, sal_Bool bPaint = sal_True );
/trunk/main/sc/source/ui/unoobj/
H A Dconfuno.cxx319 if ( !pDocShell->AdjustRowHeight( 0, MAXROW, nTab ) ) in setPropertyValue()
H A Dcellsuno.cxx1179 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 Dscmod.cxx288 pDocSh->AdjustRowHeight( 0, MAXROW, nTab ); in ConfigurationChanged()
1306 pOneDocSh->AdjustRowHeight( 0, MAXROW, nTab ); in ModifyOptions()

Completed in 1083 milliseconds