bnc#882631: Do not hide top of the first row when editing text in table cells.
This can happen when proportional line spacing is less than 100% and "FontIndependentLineSpacing" is set, so just keep the height of the very first line in case of IsFixedCellHeight() too. Change-Id: Id231fc1f2373645e5420f877e8c2568ce8a1f099
This commit is contained in:
parent
aa7b9062f6
commit
9388c45c02
@ -1340,7 +1340,7 @@ bool ImpEditEngine::CreateLines( sal_Int32 nPara, sal_uInt32 nStartPosY )
|
||||
}
|
||||
else if ( rLSItem.GetInterLineSpaceRule() == SVX_INTER_LINE_SPACE_PROP )
|
||||
{
|
||||
if ( nPara || IsFixedCellHeight() || pLine->GetStartPortion() ) // Not the very first line
|
||||
if ( nPara || pLine->GetStartPortion() ) // Not the very first line
|
||||
{
|
||||
// There are documents with PropLineSpace 0, why?
|
||||
// (cmc: re above question :-) such documents can be seen by importing a .ppt
|
||||
@ -1670,7 +1670,7 @@ void ImpEditEngine::CreateAndInsertEmptyLine( ParaPortion* pParaPortion, sal_uIn
|
||||
else if ( rLSItem.GetInterLineSpaceRule() == SVX_INTER_LINE_SPACE_PROP )
|
||||
{
|
||||
sal_Int32 nPara = GetParaPortions().GetPos( pParaPortion );
|
||||
if ( nPara || IsFixedCellHeight() || pTmpLine->GetStartPortion() ) // Not the very first line
|
||||
if ( nPara || pTmpLine->GetStartPortion() ) // Not the very first line
|
||||
{
|
||||
// There are documents with PropLineSpace 0, why?
|
||||
// (cmc: re above question :-) such documents can be seen by importing a .ppt
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0"?>
|
||||
<XShapes>
|
||||
<XShape positionX="11429" positionY="1324" sizeX="2259" sizeY="15192" type="com.sun.star.drawing.CustomShape" name="Rectangle 52" text=" " fontHeight="24.000000" fontColor="ffffffff" textAutoGrowHeight="true" textAutoGrowWidth="false" textContourFrame="false" textFitToSize="NONE" textHorizontalAdjust="CENTER" textVerticalAdjust="TOP" textLeftDistance="254" textRightDistance="254" textUpperDistance="127" textLowerDistance="127" textMaximumFrameHeight="0" textMaximumFrameWidth="0" textMinimumFrameHeight="0" textMinimumFrameWidth="0" textAnimationAmount="0" textAnimationCount="0" textAnimationDelay="0" textAnimationDirection="LEFT" textAnimationKind="NONE" textAnimationStartInside="false" textAnimationStopInside="false" textWritingMode="LR_TB" fillStyle="SOLID" fillColor="3c8c93" fillTransparence="0" fillTransparenceGradientName="">
|
||||
<XShape positionX="11429" positionY="1324" sizeX="2259" sizeY="15209" type="com.sun.star.drawing.CustomShape" name="Rectangle 52" text=" " fontHeight="24.000000" fontColor="ffffffff" textAutoGrowHeight="true" textAutoGrowWidth="false" textContourFrame="false" textFitToSize="NONE" textHorizontalAdjust="CENTER" textVerticalAdjust="TOP" textLeftDistance="254" textRightDistance="254" textUpperDistance="127" textLowerDistance="127" textMaximumFrameHeight="0" textMaximumFrameWidth="0" textMinimumFrameHeight="0" textMinimumFrameWidth="0" textAnimationAmount="0" textAnimationCount="0" textAnimationDelay="0" textAnimationDirection="LEFT" textAnimationKind="NONE" textAnimationStartInside="false" textAnimationStopInside="false" textWritingMode="LR_TB" fillStyle="SOLID" fillColor="3c8c93" fillTransparence="0" fillTransparenceGradientName="">
|
||||
<FillTransparenceGradient style="LINEAR" startColor="000000" endColor="ffffff" angle="0" border="0" xOffset="50" yOffset="50" startIntensity="100" endIntensity="100" stepCount="0"/>
|
||||
<FillGradient style="LINEAR" startColor="3465a4" endColor="ffffff" angle="0" border="0" xOffset="50" yOffset="50" startIntensity="100" endIntensity="100" stepCount="0"/>
|
||||
<FillHatch style="SINGLE" color="3465a4" distance="20" angle="0"/>
|
||||
@ -10,7 +10,7 @@
|
||||
<LineEnd/>
|
||||
<Transformation>
|
||||
<Line1 column1="2260.000000" column2="0.000000" column3="11429.000000"/>
|
||||
<Line2 column1="0.000000" column2="15193.000000" column3="1324.000000"/>
|
||||
<Line2 column1="0.000000" column2="15210.000000" column3="1324.000000"/>
|
||||
<Line3 column1="0.000000" column2="0.000000" column3="1.000000"/>
|
||||
</Transformation>
|
||||
<CustomShapeGeometry>
|
||||
|
Loading…
x
Reference in New Issue
Block a user