typo: attributs -> attributes
This commit is contained in:
@@ -105,7 +105,7 @@ sal_Bool FuOutlineText::MouseButtonDown(const MouseEvent& rMEvt)
|
|||||||
|
|
||||||
if (bReturn)
|
if (bReturn)
|
||||||
{
|
{
|
||||||
// Now the attributs of the current text position can be different
|
// Now the attributes of the current text position can be different
|
||||||
mpViewShell->GetViewFrame()->GetBindings().Invalidate( SidArray );
|
mpViewShell->GetViewFrame()->GetBindings().Invalidate( SidArray );
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
@@ -136,7 +136,7 @@ sal_Bool FuOutlineText::MouseButtonUp(const MouseEvent& rMEvt)
|
|||||||
|
|
||||||
if (bReturn)
|
if (bReturn)
|
||||||
{
|
{
|
||||||
// Now the attributs of the current text position can be different
|
// Now the attributes of the current text position can be different
|
||||||
mpViewShell->GetViewFrame()->GetBindings().Invalidate( SidArray );
|
mpViewShell->GetViewFrame()->GetBindings().Invalidate( SidArray );
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
@@ -926,7 +926,7 @@ FloatingWindow RID_TOOLBOXWINDOW
|
|||||||
|
|
||||||
ToolBox TOOLBOX_CAT_F
|
ToolBox TOOLBOX_CAT_F
|
||||||
{
|
{
|
||||||
// attributs
|
// attributes
|
||||||
HelpId = HID_SMA_ATTRIBUTES_TBX ;
|
HelpId = HID_SMA_ATTRIBUTES_TBX ;
|
||||||
Pos = MAP_APPFONT ( 0 , 45 ) ;
|
Pos = MAP_APPFONT ( 0 , 45 ) ;
|
||||||
Size = MAP_APPFONT ( 65 , 95 ) ;
|
Size = MAP_APPFONT ( 65 , 95 ) ;
|
||||||
|
@@ -224,7 +224,7 @@ public:
|
|||||||
bool DontExpandFmt();
|
bool DontExpandFmt();
|
||||||
|
|
||||||
/** Apply / remove attributes.
|
/** Apply / remove attributes.
|
||||||
@return attributs in required AttributeSet.
|
@return attributes in required AttributeSet.
|
||||||
When not unambiguous the set has a DONT_CARE !!
|
When not unambiguous the set has a DONT_CARE !!
|
||||||
2nd optional parameter <bMergeIndentValuesOfNumRule>.
|
2nd optional parameter <bMergeIndentValuesOfNumRule>.
|
||||||
If <bMergeIndentValuesOfNumRule> == sal_True, the indent attributes of
|
If <bMergeIndentValuesOfNumRule> == sal_True, the indent attributes of
|
||||||
|
@@ -53,7 +53,7 @@ enum SplitTbl_HeadlineOption
|
|||||||
HEADLINE_NONE = 0, // Leave everything in place.
|
HEADLINE_NONE = 0, // Leave everything in place.
|
||||||
HEADLINE_BORDERCOPY, // Copy border of the previous line.
|
HEADLINE_BORDERCOPY, // Copy border of the previous line.
|
||||||
HEADLINE_CNTNTCOPY, // Copy 1st line with all contents.
|
HEADLINE_CNTNTCOPY, // Copy 1st line with all contents.
|
||||||
HEADLINE_BOXATTRCOPY, // Copy box attributs of 1st line.
|
HEADLINE_BOXATTRCOPY, // Copy box attributes of 1st line.
|
||||||
HEADLINE_BOXATRCOLLCOPY // Copy box attributes and paragraph styles of 1st line.
|
HEADLINE_BOXATRCOLLCOPY // Copy box attributes and paragraph styles of 1st line.
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user