DDExtraWidth doesn't exist
Change-Id: Ic231be1487f21dbcae9290b75be34f85318ad99a
This commit is contained in:
@@ -125,7 +125,6 @@ class RscTypCont
|
|||||||
Atom nHideWhenDeactivateId;
|
Atom nHideWhenDeactivateId;
|
||||||
Atom nAutoHScrollId;
|
Atom nAutoHScrollId;
|
||||||
Atom nAutoVScrollId;
|
Atom nAutoVScrollId;
|
||||||
Atom nDDExtraWidthId;
|
|
||||||
Atom nWordBreakId;
|
Atom nWordBreakId;
|
||||||
Atom nLeftLabelId;
|
Atom nLeftLabelId;
|
||||||
Atom nHasLinesId;
|
Atom nHasLinesId;
|
||||||
|
@@ -389,7 +389,6 @@ RscTop * RscTypCont::InitClassListBox( RscTop * pSuper, RscArray * pStrLst )
|
|||||||
INS_WINBIT(pClassListBox,VScroll);
|
INS_WINBIT(pClassListBox,VScroll);
|
||||||
INS_WINBIT(pClassListBox,AutoSize)
|
INS_WINBIT(pClassListBox,AutoSize)
|
||||||
INS_WINBIT(pClassListBox,AutoHScroll)
|
INS_WINBIT(pClassListBox,AutoHScroll)
|
||||||
INS_WINBIT(pClassListBox,DDExtraWidth)
|
|
||||||
|
|
||||||
{
|
{
|
||||||
RSCINST aDflt = aUShort.Create( nullptr, RSCINST() );
|
RSCINST aDflt = aUShort.Create( nullptr, RSCINST() );
|
||||||
|
@@ -198,8 +198,6 @@ void RscTypCont::Init()
|
|||||||
aWinBits.SetConstant( nAutoHScrollId, sal::static_int_cast<sal_Int32>(WB_AUTOHSCROLL) );
|
aWinBits.SetConstant( nAutoHScrollId, sal::static_int_cast<sal_Int32>(WB_AUTOHSCROLL) );
|
||||||
nAutoVScrollId = pHS->getID( "WB_AUTOVSCROLL" );
|
nAutoVScrollId = pHS->getID( "WB_AUTOVSCROLL" );
|
||||||
aWinBits.SetConstant( nAutoVScrollId, sal::static_int_cast<sal_Int32>(WB_AUTOVSCROLL) );
|
aWinBits.SetConstant( nAutoVScrollId, sal::static_int_cast<sal_Int32>(WB_AUTOVSCROLL) );
|
||||||
nDDExtraWidthId = pHS->getID( "WB_DDEXTRAWIDTH" );
|
|
||||||
aWinBits.SetConstant( nDDExtraWidthId, 0 /*WB_DDEXTRAWIDTH*/ );
|
|
||||||
nWordBreakId = pHS->getID( "WB_WORDBREAK" );
|
nWordBreakId = pHS->getID( "WB_WORDBREAK" );
|
||||||
aWinBits.SetConstant( nWordBreakId, sal::static_int_cast<sal_Int32>(WB_WORDBREAK) );
|
aWinBits.SetConstant( nWordBreakId, sal::static_int_cast<sal_Int32>(WB_WORDBREAK) );
|
||||||
nLeftLabelId = pHS->getID( "WB_LEFTLABEL" );
|
nLeftLabelId = pHS->getID( "WB_LEFTLABEL" );
|
||||||
|
@@ -38,7 +38,6 @@ Control RID_COND_ENTRY
|
|||||||
Size = MAP_APPFONT( 80, 60 );
|
Size = MAP_APPFONT( 80, 60 );
|
||||||
Border = TRUE;
|
Border = TRUE;
|
||||||
DropDown = TRUE;
|
DropDown = TRUE;
|
||||||
DDExtraWidth = TRUE;
|
|
||||||
StringList [ en-US ] =
|
StringList [ en-US ] =
|
||||||
{
|
{
|
||||||
"All Cells";
|
"All Cells";
|
||||||
@@ -53,7 +52,6 @@ Control RID_COND_ENTRY
|
|||||||
Size = MAP_APPFONT( 80, 80 );
|
Size = MAP_APPFONT( 80, 80 );
|
||||||
Border = TRUE;
|
Border = TRUE;
|
||||||
DropDown = TRUE;
|
DropDown = TRUE;
|
||||||
DDExtraWidth = TRUE;
|
|
||||||
StringList [ en-US ] =
|
StringList [ en-US ] =
|
||||||
{
|
{
|
||||||
"equal to";
|
"equal to";
|
||||||
@@ -106,7 +104,6 @@ Control RID_COND_ENTRY
|
|||||||
Size = MAP_APPFONT( 80, 60);
|
Size = MAP_APPFONT( 80, 60);
|
||||||
Border = TRUE;
|
Border = TRUE;
|
||||||
DropDown = TRUE;
|
DropDown = TRUE;
|
||||||
DDExtraWidth = TRUE;
|
|
||||||
StringList [ en-US ] =
|
StringList [ en-US ] =
|
||||||
{
|
{
|
||||||
"Color Scale (2 Entries)";
|
"Color Scale (2 Entries)";
|
||||||
@@ -220,7 +217,6 @@ Control RID_COND_ENTRY
|
|||||||
Size = MAP_APPFONT( 80, 40 );
|
Size = MAP_APPFONT( 80, 40 );
|
||||||
Border = TRUE;
|
Border = TRUE;
|
||||||
DropDown = TRUE;
|
DropDown = TRUE;
|
||||||
DDExtraWidth = TRUE;
|
|
||||||
};
|
};
|
||||||
ListBox LB_COL_MIDDLE
|
ListBox LB_COL_MIDDLE
|
||||||
{
|
{
|
||||||
@@ -228,7 +224,6 @@ Control RID_COND_ENTRY
|
|||||||
Size = MAP_APPFONT( 80, 40 );
|
Size = MAP_APPFONT( 80, 40 );
|
||||||
Border = TRUE;
|
Border = TRUE;
|
||||||
DropDown = TRUE;
|
DropDown = TRUE;
|
||||||
DDExtraWidth = TRUE;
|
|
||||||
};
|
};
|
||||||
ListBox LB_COL_MAX
|
ListBox LB_COL_MAX
|
||||||
{
|
{
|
||||||
@@ -236,7 +231,6 @@ Control RID_COND_ENTRY
|
|||||||
Size = MAP_APPFONT( 80, 40 );
|
Size = MAP_APPFONT( 80, 40 );
|
||||||
Border = TRUE;
|
Border = TRUE;
|
||||||
DropDown = TRUE;
|
DropDown = TRUE;
|
||||||
DDExtraWidth = TRUE;
|
|
||||||
};
|
};
|
||||||
PushButton BTN_OPTIONS
|
PushButton BTN_OPTIONS
|
||||||
{
|
{
|
||||||
@@ -250,7 +244,6 @@ Control RID_COND_ENTRY
|
|||||||
Size = MAP_APPFONT( 100, 60 );
|
Size = MAP_APPFONT( 100, 60 );
|
||||||
Border = TRUE;
|
Border = TRUE;
|
||||||
DropDown = TRUE;
|
DropDown = TRUE;
|
||||||
DDExtraWidth = TRUE;
|
|
||||||
StringList [ en-US ] =
|
StringList [ en-US ] =
|
||||||
{
|
{
|
||||||
"Today";
|
"Today";
|
||||||
@@ -274,7 +267,6 @@ Control RID_COND_ENTRY
|
|||||||
Size = MAP_APPFONT( 80, 50 );
|
Size = MAP_APPFONT( 80, 50 );
|
||||||
Border = TRUE;
|
Border = TRUE;
|
||||||
DropDown = TRUE;
|
DropDown = TRUE;
|
||||||
DDExtraWidth = TRUE;
|
|
||||||
StringList [ en-US ] =
|
StringList [ en-US ] =
|
||||||
{
|
{
|
||||||
"3 Arrows";
|
"3 Arrows";
|
||||||
@@ -331,7 +323,6 @@ Control RID_ICON_SET_ENTRY
|
|||||||
Size = MAP_APPFONT( 60, 40 );
|
Size = MAP_APPFONT( 60, 40 );
|
||||||
Border = TRUE;
|
Border = TRUE;
|
||||||
DropDown = TRUE;
|
DropDown = TRUE;
|
||||||
DDExtraWidth = TRUE;
|
|
||||||
StringList [ en-US ] =
|
StringList [ en-US ] =
|
||||||
{
|
{
|
||||||
"Value";
|
"Value";
|
||||||
|
Reference in New Issue
Block a user