change lib:widget delimiter from : to -

because glade catalogs don't allow : in widgetnames
which blocks making a catalog for our custom widgets

Change-Id: I3d590ce7451264b49fa5a82a752dac44e47bbd81
This commit is contained in:
Caolán McNamara
2013-02-21 09:45:33 +00:00
parent e5cdfe589f
commit aa0b9d13b5
55 changed files with 167 additions and 167 deletions

View File

@@ -189,7 +189,7 @@
<property name="top_padding">6</property> <property name="top_padding">6</property>
<property name="left_padding">12</property> <property name="left_padding">12</property>
<child> <child>
<object class="svtlo:SvTreeListBox" id="macros"> <object class="svtlo-SvTreeListBox" id="macros">
<property name="use_action_appearance">False</property> <property name="use_action_appearance">False</property>
<property name="width_request">280</property> <property name="width_request">280</property>
<property name="height_request">300</property> <property name="height_request">300</property>
@@ -259,7 +259,7 @@
<property name="top_padding">6</property> <property name="top_padding">6</property>
<property name="left_padding">12</property> <property name="left_padding">12</property>
<child> <child>
<object class="basctllo:TreeListBox" id="libraries"> <object class="basctllo-TreeListBox" id="libraries">
<property name="use_action_appearance">False</property> <property name="use_action_appearance">False</property>
<property name="width_request">280</property> <property name="width_request">280</property>
<property name="height_request">300</property> <property name="height_request">300</property>

View File

@@ -15,10 +15,10 @@
# its easy to put the wrong lib name in if developing # its easy to put the wrong lib name in if developing
# under Linux # under Linux
FOO=`grep -h -r lo: */uiconfig | sed -e "s/<object class=\"//g" | sed -e "s/\".*$//"| sed 's/^[ \t]*//;s/[ \t]*$//'|sort|uniq` FOO=`grep -h -r lo- */uiconfig | sed -e "s/<object class=\"//g" | sed -e "s/\".*$//"| sed 's/^[ \t]*//;s/[ \t]*$//'|sort|uniq`
for foo in $FOO; do for foo in $FOO; do
lib=$(echo $foo | cut -f1 -d:) lib=$(echo $foo | cut -f1 -d-)
symbol=$(echo $foo | cut -f2 -d:) symbol=$(echo $foo | cut -f2 -d-)
echo testing if lib$lib.so contains make$symbol echo testing if lib$lib.so contains make$symbol
nm -D solver/unxlng*/lib/lib$lib.so | grep make$symbol > /dev/null nm -D solver/unxlng*/lib/lib$lib.so | grep make$symbol > /dev/null
if [ $? != 0 ]; then if [ $? != 0 ]; then

View File

@@ -143,7 +143,7 @@
<property name="row_spacing">4</property> <property name="row_spacing">4</property>
<property name="column_spacing">42</property> <property name="column_spacing">42</property>
<child> <child>
<object class="svtlo:ValueSet" id="backgroundcolorset"> <object class="svtlo-ValueSet" id="backgroundcolorset">
<property name="width_request">150</property> <property name="width_request">150</property>
<property name="height_request">250</property> <property name="height_request">250</property>
<property name="visible">True</property> <property name="visible">True</property>
@@ -199,7 +199,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="cuilo:BackgroundPreview" id="preview1"> <object class="cuilo-BackgroundPreview" id="preview1">
<property name="width_request">150</property> <property name="width_request">150</property>
<property name="height_request">10</property> <property name="height_request">10</property>
<property name="visible">True</property> <property name="visible">True</property>
@@ -407,7 +407,7 @@
<property name="row_spacing">12</property> <property name="row_spacing">12</property>
<property name="column_spacing">12</property> <property name="column_spacing">12</property>
<child> <child>
<object class="svxlo:SvxRectCtl" id="windowpos"> <object class="svxlo-SvxRectCtl" id="windowpos">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
@@ -573,7 +573,7 @@
<property name="hexpand">True</property> <property name="hexpand">True</property>
<property name="vexpand">True</property> <property name="vexpand">True</property>
<child> <child>
<object class="cuilo:BackgroundPreview" id="preview2"> <object class="cuilo-BackgroundPreview" id="preview2">
<property name="no_show_all">True</property> <property name="no_show_all">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
@@ -639,7 +639,7 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<child> <child>
<object class="svxlo:GradientLB" id="gradientslb"> <object class="svxlo-GradientLB" id="gradientslb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -651,7 +651,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svxlo:SvxXRectPreview" id="previewctl"> <object class="svxlo-SvxXRectPreview" id="previewctl">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>

View File

@@ -52,7 +52,7 @@
<property name="hexpand">True</property> <property name="hexpand">True</property>
<property name="row_spacing">6</property> <property name="row_spacing">6</property>
<child> <child>
<object class="svxlo:SvxFrameSelector" id="framesel"> <object class="svxlo-SvxFrameSelector" id="framesel">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="hexpand">center</property> <property name="hexpand">center</property>
@@ -98,7 +98,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ValueSet" id="presets"> <object class="svtlo-ValueSet" id="presets">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="halign">start</property> <property name="halign">start</property>
@@ -198,7 +198,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:LineListBox" id="linestylelb"> <object class="svtlo-LineListBox" id="linestylelb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -226,7 +226,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="linecolorlb"> <object class="svtlo-ColorListBox" id="linecolorlb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -536,7 +536,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="shadowcolorlb"> <object class="svtlo-ColorListBox" id="shadowcolorlb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -548,7 +548,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ValueSet" id="shadows"> <object class="svtlo-ValueSet" id="shadows">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="halign">start</property> <property name="halign">start</property>

View File

@@ -97,7 +97,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svxcorelo:SvxLanguageBox" id="westlanglb-nocjk"> <object class="svxcorelo-SvxLanguageBox" id="westlanglb-nocjk">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
@@ -111,7 +111,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:FontNameBox" id="westfontnamelb-nocjk"> <object class="svtlo-FontNameBox" id="westfontnamelb-nocjk">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="dropdown">False</property> <property name="dropdown">False</property>
@@ -124,7 +124,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:FontStyleBox" id="weststylelb-nocjk"> <object class="svtlo-FontStyleBox" id="weststylelb-nocjk">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="dropdown">False</property> <property name="dropdown">False</property>
@@ -137,7 +137,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:FontSizeBox" id="westsizelb-nocjk"> <object class="svtlo-FontSizeBox" id="westsizelb-nocjk">
<property name="height_request">150</property> <property name="height_request">150</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
@@ -299,7 +299,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:FontNameBox" id="westfontnamelb-cjk"> <object class="svtlo-FontNameBox" id="westfontnamelb-cjk">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
@@ -312,7 +312,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:FontStyleBox" id="weststylelb-cjk"> <object class="svtlo-FontStyleBox" id="weststylelb-cjk">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
@@ -325,7 +325,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:FontSizeBox" id="westsizelb-cjk"> <object class="svtlo-FontSizeBox" id="westsizelb-cjk">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
@@ -338,7 +338,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svxcorelo:SvxLanguageBox" id="westlanglb-cjk"> <object class="svxcorelo-SvxLanguageBox" id="westlanglb-cjk">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
@@ -486,7 +486,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:FontNameBox" id="eastfontnamelb"> <object class="svtlo-FontNameBox" id="eastfontnamelb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
@@ -499,7 +499,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:FontStyleBox" id="eaststylelb"> <object class="svtlo-FontStyleBox" id="eaststylelb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
@@ -512,7 +512,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:FontSizeBox" id="eastsizelb"> <object class="svtlo-FontSizeBox" id="eastsizelb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
@@ -525,7 +525,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svxcorelo:SvxLanguageBox" id="eastlanglb"> <object class="svxcorelo-SvxLanguageBox" id="eastlanglb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
@@ -673,7 +673,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:FontNameBox" id="ctlfontnamelb"> <object class="svtlo-FontNameBox" id="ctlfontnamelb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
@@ -686,7 +686,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:FontStyleBox" id="ctlstylelb"> <object class="svtlo-FontStyleBox" id="ctlstylelb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
@@ -699,7 +699,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:FontSizeBox" id="ctlsizelb"> <object class="svtlo-FontSizeBox" id="ctlsizelb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
@@ -712,7 +712,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svxcorelo:SvxLanguageBox" id="ctllanglb"> <object class="svxcorelo-SvxLanguageBox" id="ctllanglb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
@@ -784,7 +784,7 @@
<property name="top_padding">6</property> <property name="top_padding">6</property>
<property name="left_padding">12</property> <property name="left_padding">12</property>
<child> <child>
<object class="svxlo:SvxFontPrevWindow" id="preview"> <object class="svxlo-SvxFontPrevWindow" id="preview">
<property name="height_request">100</property> <property name="height_request">100</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>

View File

@@ -40,7 +40,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="doccolor_lb"> <object class="svtlo-ColorListBox" id="doccolor_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -81,7 +81,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="docboundaries_lb"> <object class="svtlo-ColorListBox" id="docboundaries_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -110,7 +110,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="appback_lb"> <object class="svtlo-ColorListBox" id="appback_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -168,7 +168,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="objboundaries_lb"> <object class="svtlo-ColorListBox" id="objboundaries_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -211,7 +211,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="tblboundaries_lb"> <object class="svtlo-ColorListBox" id="tblboundaries_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -252,7 +252,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="font_lb"> <object class="svtlo-ColorListBox" id="font_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -295,7 +295,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="unvisitedlinks_lb"> <object class="svtlo-ColorListBox" id="unvisitedlinks_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -338,7 +338,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="visitedlinks_lb"> <object class="svtlo-ColorListBox" id="visitedlinks_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -451,7 +451,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="autospellcheck_lb"> <object class="svtlo-ColorListBox" id="autospellcheck_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -463,7 +463,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="shadows_lb"> <object class="svtlo-ColorListBox" id="shadows_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -475,7 +475,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="smarttags_lb"> <object class="svtlo-ColorListBox" id="smarttags_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -504,7 +504,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="writergrid_lb"> <object class="svtlo-ColorListBox" id="writergrid_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -545,7 +545,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="field_lb"> <object class="svtlo-ColorListBox" id="field_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -571,7 +571,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="index_lb"> <object class="svtlo-ColorListBox" id="index_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -597,7 +597,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="script_lb"> <object class="svtlo-ColorListBox" id="script_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -689,7 +689,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="section_lb"> <object class="svtlo-ColorListBox" id="section_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -715,7 +715,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="hdft_lb"> <object class="svtlo-ColorListBox" id="hdft_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -756,7 +756,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="pagebreak_lb"> <object class="svtlo-ColorListBox" id="pagebreak_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -797,7 +797,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="direct_lb"> <object class="svtlo-ColorListBox" id="direct_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -855,7 +855,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="sgml_lb"> <object class="svtlo-ColorListBox" id="sgml_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -896,7 +896,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="htmlcomment_lb"> <object class="svtlo-ColorListBox" id="htmlcomment_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -937,7 +937,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="htmlkeyword_lb"> <object class="svtlo-ColorListBox" id="htmlkeyword_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -978,7 +978,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="unknown_lb"> <object class="svtlo-ColorListBox" id="unknown_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -1036,7 +1036,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="calcgrid_lb"> <object class="svtlo-ColorListBox" id="calcgrid_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -1077,7 +1077,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="brk_lb"> <object class="svtlo-ColorListBox" id="brk_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -1118,7 +1118,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="brkmanual_lb"> <object class="svtlo-ColorListBox" id="brkmanual_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -1159,7 +1159,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="brkauto_lb"> <object class="svtlo-ColorListBox" id="brkauto_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -1200,7 +1200,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="det_lb"> <object class="svtlo-ColorListBox" id="det_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -1241,7 +1241,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="deterror_lb"> <object class="svtlo-ColorListBox" id="deterror_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -1282,7 +1282,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="ref_lb"> <object class="svtlo-ColorListBox" id="ref_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -1323,7 +1323,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="notes_lb"> <object class="svtlo-ColorListBox" id="notes_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -1381,7 +1381,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="drawgrid_lb"> <object class="svtlo-ColorListBox" id="drawgrid_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -1439,7 +1439,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="basicid_lb"> <object class="svtlo-ColorListBox" id="basicid_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -1480,7 +1480,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="basiccomment_lb"> <object class="svtlo-ColorListBox" id="basiccomment_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -1521,7 +1521,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="basicnumber_lb"> <object class="svtlo-ColorListBox" id="basicnumber_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -1562,7 +1562,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="basicstring_lb"> <object class="svtlo-ColorListBox" id="basicstring_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -1603,7 +1603,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="basicop_lb"> <object class="svtlo-ColorListBox" id="basicop_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -1644,7 +1644,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="basickeyword_lb"> <object class="svtlo-ColorListBox" id="basickeyword_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -1685,7 +1685,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="error_lb"> <object class="svtlo-ColorListBox" id="error_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -1743,7 +1743,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="sqlid_lb"> <object class="svtlo-ColorListBox" id="sqlid_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -1784,7 +1784,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="sqlnumber_lb"> <object class="svtlo-ColorListBox" id="sqlnumber_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -1825,7 +1825,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="sqlstring_lb"> <object class="svtlo-ColorListBox" id="sqlstring_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -1866,7 +1866,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="sqlop_lb"> <object class="svtlo-ColorListBox" id="sqlop_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -1907,7 +1907,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="sqlkeyword_lb"> <object class="svtlo-ColorListBox" id="sqlkeyword_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -1948,7 +1948,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="sqlparam_lb"> <object class="svtlo-ColorListBox" id="sqlparam_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -1989,7 +1989,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="sqlcomment_lb"> <object class="svtlo-ColorListBox" id="sqlcomment_lb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>

View File

@@ -95,7 +95,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svxlo:ColorLB" id="colorlb"> <object class="svxlo-ColorLB" id="colorlb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="halign">start</property> <property name="halign">start</property>
@@ -129,7 +129,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ValueSet" id="colorset"> <object class="svtlo-ValueSet" id="colorset">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
@@ -170,7 +170,7 @@
<property name="row_spacing">6</property> <property name="row_spacing">6</property>
<property name="column_spacing">6</property> <property name="column_spacing">6</property>
<child> <child>
<object class="svxlo:SvxXRectPreview" id="oldpreview"> <object class="svxlo-SvxXRectPreview" id="oldpreview">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
@@ -184,7 +184,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svxlo:SvxXRectPreview" id="newpreview"> <object class="svxlo-SvxXRectPreview" id="newpreview">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>

View File

@@ -336,7 +336,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="fontcolorlb"> <object class="svtlo-ColorListBox" id="fontcolorlb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -413,7 +413,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="underlinecolorlb"> <object class="svtlo-ColorListBox" id="underlinecolorlb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -425,7 +425,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="overlinecolorlb"> <object class="svtlo-ColorListBox" id="overlinecolorlb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -623,7 +623,7 @@
<property name="top_padding">6</property> <property name="top_padding">6</property>
<property name="left_padding">12</property> <property name="left_padding">12</property>
<child> <child>
<object class="svxlo:SvxFontPrevWindow" id="preview"> <object class="svxlo-SvxFontPrevWindow" id="preview">
<property name="height_request">100</property> <property name="height_request">100</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>

View File

@@ -212,7 +212,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svxlo:ColorLB" id="colorfromlb"> <object class="svxlo-ColorLB" id="colorfromlb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="entry_text_column">0</property> <property name="entry_text_column">0</property>
@@ -255,7 +255,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svxlo:ColorLB" id="colortolb"> <object class="svxlo-ColorLB" id="colortolb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="entry_text_column">0</property> <property name="entry_text_column">0</property>
@@ -341,7 +341,7 @@
<property name="row_spacing">6</property> <property name="row_spacing">6</property>
<property name="column_spacing">6</property> <property name="column_spacing">6</property>
<child> <child>
<object class="svxlo:GradientLB" id="gradientslb"> <object class="svxlo-GradientLB" id="gradientslb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="entry_text_column">0</property> <property name="entry_text_column">0</property>
@@ -355,7 +355,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svxlo:SvxXRectPreview" id="previewctl"> <object class="svxlo-SvxXRectPreview" id="previewctl">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>

View File

@@ -87,7 +87,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="cuilo:HyphenEdit" id="worded"> <object class="cuilo-HyphenEdit" id="worded">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>

View File

@@ -160,7 +160,7 @@
<property name="top_padding">6</property> <property name="top_padding">6</property>
<property name="left_padding">12</property> <property name="left_padding">12</property>
<child> <child>
<object class="cuilo:SvxConfigGroupListBox" id="categories"> <object class="cuilo-SvxConfigGroupListBox" id="categories">
<property name="height_request">300</property> <property name="height_request">300</property>
<property name="width_request">280</property> <property name="width_request">280</property>
<property name="visible">True</property> <property name="visible">True</property>
@@ -225,7 +225,7 @@
<property name="top_padding">6</property> <property name="top_padding">6</property>
<property name="left_padding">12</property> <property name="left_padding">12</property>
<child> <child>
<object class="cuilo:SvxConfigFunctionListBox" id="commands"> <object class="cuilo-SvxConfigFunctionListBox" id="commands">
<property name="height_request">300</property> <property name="height_request">300</property>
<property name="width_request">280</property> <property name="width_request">280</property>
<property name="visible">True</property> <property name="visible">True</property>

View File

@@ -366,7 +366,7 @@
<property name="vexpand">True</property> <property name="vexpand">True</property>
<property name="row_spacing">6</property> <property name="row_spacing">6</property>
<child> <child>
<object class="svxlo:SvxFontListBox" id="formatlb"> <object class="svxlo-SvxFontListBox" id="formatlb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
@@ -437,7 +437,7 @@
<property name="vexpand">True</property> <property name="vexpand">True</property>
<property name="row_spacing">6</property> <property name="row_spacing">6</property>
<child> <child>
<object class="svxcorelo:SvxLanguageBox" id="languagelb"> <object class="svxcorelo-SvxLanguageBox" id="languagelb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="valign">start</property> <property name="valign">start</property>
@@ -450,7 +450,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="cuilo:SvxNumberPreview" id="preview"> <object class="cuilo-SvxNumberPreview" id="preview">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>

View File

@@ -410,7 +410,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="color"> <object class="svtlo-ColorListBox" id="color">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -613,7 +613,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="cuilo:SvxNumberingPreview" id="preview"> <object class="cuilo-SvxNumberingPreview" id="preview">
<property name="width_request">150</property> <property name="width_request">150</property>
<property name="height_request">300</property> <property name="height_request">300</property>
<property name="visible">True</property> <property name="visible">True</property>

View File

@@ -273,7 +273,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="cuilo:SvxNumberingPreview" id="preview"> <object class="cuilo-SvxNumberingPreview" id="preview">
<property name="width_request">300</property> <property name="width_request">300</property>
<property name="height_request">150</property> <property name="height_request">150</property>
<property name="visible">True</property> <property name="visible">True</property>

View File

@@ -232,7 +232,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svxcorelo:SvxSimpleTableContainer" id="javas"> <object class="svxcorelo-SvxSimpleTableContainer" id="javas">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>

View File

@@ -198,7 +198,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="cuilo:ColorConfigCtrl" id="colorconfig"> <object class="cuilo-ColorConfigCtrl" id="colorconfig">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>

View File

@@ -82,7 +82,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:FontNameBox" id="font1"> <object class="svtlo-FontNameBox" id="font1">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
@@ -96,7 +96,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:FontNameBox" id="font2"> <object class="svtlo-FontNameBox" id="font2">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
@@ -162,7 +162,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svxcorelo:SvxSimpleTableContainer" id="checklb"> <object class="svxcorelo-SvxSimpleTableContainer" id="checklb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="vexpand">True</property> <property name="vexpand">True</property>

View File

@@ -100,7 +100,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:SvTreeListBox" id="pages"> <object class="svtlo-SvTreeListBox" id="pages">
<property name="visible">True</property> <property name="visible">True</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
<property name="vexpand">True</property> <property name="vexpand">True</property>

View File

@@ -93,7 +93,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svxcorelo:SvxSimpleTableContainer" id="paths"> <object class="svxcorelo-SvxSimpleTableContainer" id="paths">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>

View File

@@ -18,7 +18,7 @@
<property name="top_padding">6</property> <property name="top_padding">6</property>
<property name="left_padding">12</property> <property name="left_padding">12</property>
<child> <child>
<object class="svxlo:SvxNumValueSet" id="valueset"> <object class="svxlo-SvxNumValueSet" id="valueset">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>

View File

@@ -42,7 +42,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svxlo:SvxBmpNumValueSet" id="valueset"> <object class="svxlo-SvxBmpNumValueSet" id="valueset">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>

View File

@@ -18,7 +18,7 @@
<property name="top_padding">6</property> <property name="top_padding">6</property>
<property name="left_padding">12</property> <property name="left_padding">12</property>
<child> <child>
<object class="svxlo:SvxNumValueSet" id="valueset"> <object class="svxlo-SvxNumValueSet" id="valueset">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>

View File

@@ -18,7 +18,7 @@
<property name="top_padding">6</property> <property name="top_padding">6</property>
<property name="left_padding">12</property> <property name="left_padding">12</property>
<child> <child>
<object class="svxlo:SvxNumValueSet" id="valueset"> <object class="svxlo-SvxNumValueSet" id="valueset">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>

View File

@@ -519,7 +519,7 @@
<property name="top_padding">6</property> <property name="top_padding">6</property>
<property name="left_padding">12</property> <property name="left_padding">12</property>
<child> <child>
<object class="svxlo:SvxFontPrevWindow" id="preview"> <object class="svxlo-SvxFontPrevWindow" id="preview">
<property name="height_request">100</property> <property name="height_request">100</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>

View File

@@ -156,7 +156,7 @@
<property name="top_padding">6</property> <property name="top_padding">6</property>
<property name="left_padding">12</property> <property name="left_padding">12</property>
<child> <child>
<object class="cuilo:SFTreeListBox" id="scripts"> <object class="cuilo-SFTreeListBox" id="scripts">
<property name="height_request">300</property> <property name="height_request">300</property>
<property name="width_request">280</property> <property name="width_request">280</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>

View File

@@ -182,7 +182,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="cuilo:SvxShowText" id="showchar"> <object class="cuilo-SvxShowText" id="showchar">
<property name="width_request">100</property> <property name="width_request">100</property>
<property name="height_request">150</property> <property name="height_request">150</property>
<property name="visible">True</property> <property name="visible">True</property>
@@ -206,7 +206,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svxlo:SvxShowCharSet" id="showcharset"> <object class="svxlo-SvxShowCharSet" id="showcharset">
<property name="width_request">400</property> <property name="width_request">400</property>
<property name="height_request">250</property> <property name="height_request">250</property>
<property name="visible">True</property> <property name="visible">True</property>
@@ -250,7 +250,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="cuilo:SvxShowText" id="showtext"> <object class="cuilo-SvxShowText" id="showtext">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="valign">center</property> <property name="valign">center</property>

View File

@@ -91,7 +91,7 @@
<property name="row_spacing">6</property> <property name="row_spacing">6</property>
<property name="column_spacing">12</property> <property name="column_spacing">12</property>
<child> <child>
<object class="svxcorelo:SvxLanguageBox" id="languagelb"> <object class="svxcorelo-SvxLanguageBox" id="languagelb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="halign">end</property> <property name="halign">end</property>
</object> </object>
@@ -134,7 +134,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="cuilo:SentenceEditWindow" id="sentence"> <object class="cuilo-SentenceEditWindow" id="sentence">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>

View File

@@ -114,7 +114,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svxcorelo:SvxSimpleTableContainer" id="logins"> <object class="svxcorelo-SvxSimpleTableContainer" id="logins">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>

View File

@@ -120,7 +120,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="cuilo:ReplaceEdit" id="replaceed"> <object class="cuilo-ReplaceEdit" id="replaceed">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="invisible_char">●</property> <property name="invisible_char">●</property>
@@ -133,7 +133,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="cuilo:LookUpComboBox" id="wordcb"> <object class="cuilo-LookUpComboBox" id="wordcb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
@@ -180,7 +180,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="cuilo:ThesaurusAlternativesCtrl" id="alternatives"> <object class="cuilo-ThesaurusAlternativesCtrl" id="alternatives">
<property name="width_request">500</property> <property name="width_request">500</property>
<property name="height_request">300</property> <property name="height_request">300</property>
<property name="visible">True</property> <property name="visible">True</property>

View File

@@ -160,7 +160,7 @@
<property name="top_padding">6</property> <property name="top_padding">6</property>
<property name="left_padding">12</property> <property name="left_padding">12</property>
<child> <child>
<object class="svxlo:SvxFontPrevWindow" id="preview"> <object class="svxlo-SvxFontPrevWindow" id="preview">
<property name="height_request">100</property> <property name="height_request">100</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>

View File

@@ -155,7 +155,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="xsltdlglo:SvxPathControl" id="filterlist"> <object class="xsltdlglo-SvxPathControl" id="filterlist">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="height_request">100</property> <property name="height_request">100</property>

View File

@@ -212,7 +212,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svxcorelo:SvxLanguageBox" id="language"> <object class="svxcorelo-SvxLanguageBox" id="language">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>

View File

@@ -126,7 +126,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svxcorelo:SvxLanguageBox" id="lang"> <object class="svxcorelo-SvxLanguageBox" id="lang">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>

View File

@@ -40,7 +40,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="sfxlo:CustomPropertiesControl" id="properties"> <object class="sfxlo-CustomPropertiesControl" id="properties">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>

View File

@@ -130,7 +130,7 @@
<property name="vexpand">True</property> <property name="vexpand">True</property>
<property name="column_spacing">3</property> <property name="column_spacing">3</property>
<child> <child>
<object class="svxlo:RubyEdit" id="Left2ED"> <object class="svxlo-RubyEdit" id="Left2ED">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
@@ -143,7 +143,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svxlo:RubyEdit" id="Left1ED"> <object class="svxlo-RubyEdit" id="Left1ED">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -155,7 +155,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svxlo:RubyEdit" id="Right1ED"> <object class="svxlo-RubyEdit" id="Right1ED">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
@@ -168,7 +168,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svxlo:RubyEdit" id="Right2ED"> <object class="svxlo-RubyEdit" id="Right2ED">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -180,7 +180,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svxlo:RubyEdit" id="Left3ED"> <object class="svxlo-RubyEdit" id="Left3ED">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -192,7 +192,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svxlo:RubyEdit" id="Right3ED"> <object class="svxlo-RubyEdit" id="Right3ED">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -204,7 +204,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svxlo:RubyEdit" id="Right4ED"> <object class="svxlo-RubyEdit" id="Right4ED">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -216,7 +216,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svxlo:RubyEdit" id="Left4ED"> <object class="svxlo-RubyEdit" id="Left4ED">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>
@@ -385,7 +385,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svxlo:RubyPreview" id="preview"> <object class="svxlo-RubyPreview" id="preview">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>

View File

@@ -161,7 +161,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="swuilo:AutoFmtPreview" id="preview"> <object class="swuilo-AutoFmtPreview" id="preview">
<property name="width_request">200</property> <property name="width_request">200</property>
<property name="height_request">200</property> <property name="height_request">200</property>
<property name="visible">True</property> <property name="visible">True</property>

View File

@@ -293,7 +293,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="swlo:NoSpaceEdit" id="shortname"> <object class="swlo-NoSpaceEdit" id="shortname">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="halign">end</property> <property name="halign">end</property>
@@ -316,7 +316,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="swuilo:SwGlTreeListBox" id="category"> <object class="swuilo-SwGlTreeListBox" id="category">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>

View File

@@ -202,7 +202,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="swuilo:ColumnValueSet" id="valueset"> <object class="swuilo-ColumnValueSet" id="valueset">
<property name="visible">True</property> <property name="visible">True</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
<property name="vexpand">True</property> <property name="vexpand">True</property>
@@ -241,7 +241,7 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<child> <child>
<object class="swlo:SwColExample" id="pageexample"> <object class="swlo-SwColExample" id="pageexample">
<property name="visible">True</property> <property name="visible">True</property>
<property name="halign">center</property> <property name="halign">center</property>
<property name="valign">center</property> <property name="valign">center</property>
@@ -254,7 +254,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="swlo:SwColumnOnlyExample" id="frameexample"> <object class="swlo-SwColumnOnlyExample" id="frameexample">
<property name="visible">True</property> <property name="visible">True</property>
<property name="halign">center</property> <property name="halign">center</property>
<property name="valign">center</property> <property name="valign">center</property>
@@ -719,7 +719,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:LineListBox" id="linestylelb"> <object class="svtlo-LineListBox" id="linestylelb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="dropdown">True</property> <property name="dropdown">True</property>
</object> </object>
@@ -781,7 +781,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:ColorListBox" id="colorlb"> <object class="svtlo-ColorListBox" id="colorlb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="dropdown">True</property> <property name="dropdown">True</property>
</object> </object>

View File

@@ -135,7 +135,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="swuilo:SwGlossaryGroupTLB" id="group"> <object class="swuilo-SwGlossaryGroupTLB" id="group">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
@@ -197,7 +197,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="swuilo:FEdit" id="name"> <object class="swuilo-FEdit" id="name">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="max_length">256</property> <property name="max_length">256</property>

View File

@@ -133,7 +133,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="swlo:SwNumberingTypeListBox" id="numberinglb"> <object class="swlo-SwNumberingTypeListBox" id="numberinglb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>

View File

@@ -165,7 +165,7 @@ Use the browse button to select a database file.</property>
</packing> </packing>
</child> </child>
<child> <child>
<object class="svtlo:SvTreeListBox" id="inuselb"> <object class="svtlo-SvTreeListBox" id="inuselb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
@@ -179,7 +179,7 @@ Use the browse button to select a database file.</property>
</packing> </packing>
</child> </child>
<child> <child>
<object class="swlo:SwDBTreeList" id="availablelb"> <object class="swlo-SwDBTreeList" id="availablelb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>

View File

@@ -208,7 +208,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="swlo:SwNumberingTypeListBox" id="numberinglb"> <object class="swlo-SwNumberingTypeListBox" id="numberinglb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>

View File

@@ -84,7 +84,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="swlo:TableNameEdit" id="name"> <object class="swlo-TableNameEdit" id="name">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>

View File

@@ -67,7 +67,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="swuilo:BookmarkCombo" id="bookmarks"> <object class="swuilo-BookmarkCombo" id="bookmarks">
<property name="width_request">150</property> <property name="width_request">150</property>
<property name="height_request">200</property> <property name="height_request">200</property>
<property name="visible">True</property> <property name="visible">True</property>

View File

@@ -210,7 +210,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="swuilo:CategoryBox" id="category"> <object class="swuilo-CategoryBox" id="category">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="entry_text_column">0</property> <property name="entry_text_column">0</property>
@@ -259,7 +259,7 @@
<property name="bottom_padding">6</property> <property name="bottom_padding">6</property>
<property name="left_padding">12</property> <property name="left_padding">12</property>
<child> <child>
<object class="swuilo:SwCaptionPreview" id="preview"> <object class="swuilo-SwCaptionPreview" id="preview">
<property name="width_request">200</property> <property name="width_request">200</property>
<property name="height_request">50</property> <property name="height_request">50</property>
<property name="visible">True</property> <property name="visible">True</property>

View File

@@ -104,7 +104,7 @@
<property name="row_spacing">6</property> <property name="row_spacing">6</property>
<property name="column_spacing">12</property> <property name="column_spacing">12</property>
<child> <child>
<object class="swlo:TableNameEdit" id="nameedit"> <object class="swlo-TableNameEdit" id="nameedit">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="invisible_char">•</property> <property name="invisible_char">•</property>

View File

@@ -211,7 +211,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="swlo:SwNumberingTypeListBox" id="formatdropdown"> <object class="swlo-SwNumberingTypeListBox" id="formatdropdown">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>

View File

@@ -165,7 +165,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="swlo:SwNumberingTypeListBox" id="numbering"> <object class="swlo-SwNumberingTypeListBox" id="numbering">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="type">17</property> <property name="type">17</property>
@@ -312,7 +312,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="swuilo:NumberingPreview" id="preview"> <object class="swuilo-NumberingPreview" id="preview">
<property name="width_request">150</property> <property name="width_request">150</property>
<property name="height_request">300</property> <property name="height_request">300</property>
<property name="visible">True</property> <property name="visible">True</property>

View File

@@ -227,7 +227,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="swuilo:NumberingPreview" id="preview"> <object class="swuilo-NumberingPreview" id="preview">
<property name="width_request">300</property> <property name="width_request">300</property>
<property name="height_request">150</property> <property name="height_request">150</property>
<property name="visible">True</property> <property name="visible">True</property>

View File

@@ -707,7 +707,7 @@
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="left_padding">12</property> <property name="left_padding">12</property>
<child> <child>
<object class="svxcorelo:SvxLanguageBox" id="langlb"> <object class="svxcorelo-SvxLanguageBox" id="langlb">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
</object> </object>

View File

@@ -1160,7 +1160,7 @@ Window *VclBuilder::makeObject(Window *pParent, const OString &name, const OStri
} }
else else
{ {
sal_Int32 nDelim = name.indexOf(':'); sal_Int32 nDelim = name.indexOf('-');
if (nDelim != -1) if (nDelim != -1)
{ {
#ifndef DISABLE_DYNLOADING #ifndef DISABLE_DYNLOADING

View File

@@ -97,7 +97,7 @@
<property name="orientation">vertical</property> <property name="orientation">vertical</property>
<property name="spacing">6</property> <property name="spacing">6</property>
<child> <child>
<object class="vcllo:PrintPreviewWindow" id="preview"> <object class="vcllo-PrintPreviewWindow" id="preview">
<property name="width_request">235</property> <property name="width_request">235</property>
<property name="height_request">331</property> <property name="height_request">331</property>
<property name="visible">True</property> <property name="visible">True</property>
@@ -1125,7 +1125,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="vcllo:ShowNupOrderWindow" id="orderpreview"> <object class="vcllo-ShowNupOrderWindow" id="orderpreview">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">False</property> <property name="hexpand">False</property>

View File

@@ -76,7 +76,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svxcorelo:SvxSimpleTableContainer" id="signatures"> <object class="svxcorelo-SvxSimpleTableContainer" id="signatures">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>

View File

@@ -129,7 +129,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svxcorelo:SvxSimpleTableContainer" id="certificates"> <object class="svxcorelo-SvxSimpleTableContainer" id="certificates">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>

View File

@@ -144,7 +144,7 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="svxcorelo:SvxSimpleTableContainer" id="signatures"> <object class="svxcorelo-SvxSimpleTableContainer" id="signatures">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>