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;
|
||||
}
|
||||
|
||||
void lcl_shiftLables( TickIter& rIter, const B2DVector& rStaggerDistance )
|
||||
void lcl_shiftLabels( TickIter& rIter, const B2DVector& rStaggerDistance )
|
||||
{
|
||||
if(rStaggerDistance.getLength()==0.0)
|
||||
return;
|
||||
@@ -1352,7 +1352,7 @@ void VCartesianAxis::doStaggeringOfLabels( const AxisLabelProperties& rAxisLabel
|
||||
double fRotationAngleDegree = m_aAxisLabelProperties.fRotationAngleDegree;
|
||||
if( nTextLevel>0 )
|
||||
{
|
||||
lcl_shiftLables( *apTickIter.get(), aCummulatedLabelsDistance );
|
||||
lcl_shiftLabels( *apTickIter.get(), aCummulatedLabelsDistance );
|
||||
fRotationAngleDegree = 0.0;
|
||||
}
|
||||
aCummulatedLabelsDistance += lcl_getLabelsDistance( *apTickIter.get()
|
||||
@@ -1368,7 +1368,7 @@ void VCartesianAxis::doStaggeringOfLabels( const AxisLabelProperties& rAxisLabel
|
||||
LabelIterator aInnerIter( m_aAllTickInfos[0], rAxisLabelProperties.eStaggering, true );
|
||||
LabelIterator aOuterIter( m_aAllTickInfos[0], rAxisLabelProperties.eStaggering, false );
|
||||
|
||||
lcl_shiftLables( aOuterIter
|
||||
lcl_shiftLabels( aOuterIter
|
||||
, lcl_getLabelsDistance( aInnerIter
|
||||
, 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.
|
||||
================================================================================
|
||||
|
||||
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:
|
||||
|
||||
Writer:
|
||||
|
@@ -61,7 +61,7 @@ public:
|
||||
};
|
||||
|
||||
/** 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.
|
||||
*/
|
||||
ControllerItem (
|
||||
|
@@ -37,11 +37,11 @@ import com.sun.star.uno.XInterface;
|
||||
* <li> <code>'FL'</code> as <code>com.sun.star.form.XLoadable</code>
|
||||
* implementation : used to connect control to data source. </li>
|
||||
* <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>
|
||||
* <li> <code>'DataAwareControlModel.NewFieldName'</code> :
|
||||
* <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>
|
||||
* Test is <b> NOT </b> multithread compliant. <p>
|
||||
* After test completion object environment has to be recreated.
|
||||
|
@@ -1675,7 +1675,7 @@ sub LangLocComboListener()
|
||||
|
||||
' extra dialog dependent processing
|
||||
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()
|
||||
elseif dialogName = "Key" then
|
||||
' will set Assigne button to false if appropriate
|
||||
|
Reference in New Issue
Block a user