typo: Lable -> Label
Change-Id: I8b9e9f75dd22ee5bff678c5bc0e1fa9381a103de
This commit is contained in:
@@ -307,7 +307,7 @@ B2DVector lcl_getLabelsDistance( TickIter& rIter, const B2DVector& rDistanceTick
|
|||||||
return aRet;
|
return aRet;
|
||||||
}
|
}
|
||||||
|
|
||||||
void lcl_shiftLables( TickIter& rIter, const B2DVector& rStaggerDistance )
|
void lcl_shiftLabels( TickIter& rIter, const B2DVector& rStaggerDistance )
|
||||||
{
|
{
|
||||||
if(rStaggerDistance.getLength()==0.0)
|
if(rStaggerDistance.getLength()==0.0)
|
||||||
return;
|
return;
|
||||||
@@ -1352,7 +1352,7 @@ void VCartesianAxis::doStaggeringOfLabels( const AxisLabelProperties& rAxisLabel
|
|||||||
double fRotationAngleDegree = m_aAxisLabelProperties.fRotationAngleDegree;
|
double fRotationAngleDegree = m_aAxisLabelProperties.fRotationAngleDegree;
|
||||||
if( nTextLevel>0 )
|
if( nTextLevel>0 )
|
||||||
{
|
{
|
||||||
lcl_shiftLables( *apTickIter.get(), aCummulatedLabelsDistance );
|
lcl_shiftLabels( *apTickIter.get(), aCummulatedLabelsDistance );
|
||||||
fRotationAngleDegree = 0.0;
|
fRotationAngleDegree = 0.0;
|
||||||
}
|
}
|
||||||
aCummulatedLabelsDistance += lcl_getLabelsDistance( *apTickIter.get()
|
aCummulatedLabelsDistance += lcl_getLabelsDistance( *apTickIter.get()
|
||||||
@@ -1368,7 +1368,7 @@ void VCartesianAxis::doStaggeringOfLabels( const AxisLabelProperties& rAxisLabel
|
|||||||
LabelIterator aInnerIter( m_aAllTickInfos[0], rAxisLabelProperties.eStaggering, true );
|
LabelIterator aInnerIter( m_aAllTickInfos[0], rAxisLabelProperties.eStaggering, true );
|
||||||
LabelIterator aOuterIter( m_aAllTickInfos[0], rAxisLabelProperties.eStaggering, false );
|
LabelIterator aOuterIter( m_aAllTickInfos[0], rAxisLabelProperties.eStaggering, false );
|
||||||
|
|
||||||
lcl_shiftLables( aOuterIter
|
lcl_shiftLabels( aOuterIter
|
||||||
, lcl_getLabelsDistance( aInnerIter
|
, lcl_getLabelsDistance( aInnerIter
|
||||||
, pTickFactory2D->getDistanceAxisTickToText( m_aAxisProperties ), 0.0 ) );
|
, pTickFactory2D->getDistanceAxisTickToText( m_aAxisProperties ), 0.0 ) );
|
||||||
}
|
}
|
||||||
|
@@ -25,7 +25,7 @@ options dialog this Node can be shown because the Module is irrelevant.
|
|||||||
See also nodes5.oxt.
|
See also nodes5.oxt.
|
||||||
================================================================================
|
================================================================================
|
||||||
|
|
||||||
leaves1.oxt: multiple ordered leaves under available nodes. The leaves Lables are
|
leaves1.oxt: multiple ordered leaves under available nodes. The leaves Labels are
|
||||||
localized for en-US and de. The following leaves should appear:
|
localized for en-US and de. The following leaves should appear:
|
||||||
|
|
||||||
Writer:
|
Writer:
|
||||||
|
@@ -61,7 +61,7 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
/** This is the preferred constructor that allows the created
|
/** This is the preferred constructor that allows the created
|
||||||
controller item to return non-empty values for GetLable() and
|
controller item to return non-empty values for GetLabel() and
|
||||||
GetIcon() calls.
|
GetIcon() calls.
|
||||||
*/
|
*/
|
||||||
ControllerItem (
|
ControllerItem (
|
||||||
|
@@ -37,11 +37,11 @@ import com.sun.star.uno.XInterface;
|
|||||||
* <li> <code>'FL'</code> as <code>com.sun.star.form.XLoadable</code>
|
* <li> <code>'FL'</code> as <code>com.sun.star.form.XLoadable</code>
|
||||||
* implementation : used to connect control to data source. </li>
|
* implementation : used to connect control to data source. </li>
|
||||||
* <li> <code>'LC'</code> as <code>com.sun.star.uno.XInterface</code>
|
* <li> <code>'LC'</code> as <code>com.sun.star.uno.XInterface</code>
|
||||||
* implementation : as value for LableControl property (see property
|
* implementation : as value for LabelControl property (see property
|
||||||
* documentation). </li>
|
* documentation). </li>
|
||||||
* <li> <code>'DataAwareControlModel.NewFieldName'</code> :
|
* <li> <code>'DataAwareControlModel.NewFieldName'</code> :
|
||||||
* <b>optional</b> <code>String</code> relation which is used
|
* <b>optional</b> <code>String</code> relation which is used
|
||||||
* for new value of DataFiled proeprty.</li>
|
* for new value of DataField property.</li>
|
||||||
* <ul> <p>
|
* <ul> <p>
|
||||||
* Test is <b> NOT </b> multithread compliant. <p>
|
* Test is <b> NOT </b> multithread compliant. <p>
|
||||||
* After test completion object environment has to be recreated.
|
* After test completion object environment has to be recreated.
|
||||||
|
@@ -1675,7 +1675,7 @@ sub LangLocComboListener()
|
|||||||
|
|
||||||
' extra dialog dependent processing
|
' extra dialog dependent processing
|
||||||
if dialogName = "Menu" then
|
if dialogName = "Menu" then
|
||||||
' will set New button to false if no text in LableBox
|
' will set New button to false if no text in LabelBox
|
||||||
MenuLabelBoxListener()
|
MenuLabelBoxListener()
|
||||||
elseif dialogName = "Key" then
|
elseif dialogName = "Key" then
|
||||||
' will set Assigne button to false if appropriate
|
' will set Assigne button to false if appropriate
|
||||||
|
Reference in New Issue
Block a user