CWS-TOOLING: integrate CWS notes8
2009-01-23 17:44:41 +0100 mba r266842 : #i98275#: start speller before setting text 2009-01-23 10:19:47 +0100 mod r266776 : minor cleanup 2009-01-22 16:45:38 +0100 mod r266742 : no looping through notes while saving 2009-01-22 16:40:55 +0100 mod r266741 : #i98055# 2009-01-22 15:56:27 +0100 os r266731 : #98358# dummy strings now hidden 2009-01-22 09:31:16 +0100 mod r266713 : correct hiding and layout order 2009-01-22 09:21:23 +0100 mod r266712 : need a speller 2009-01-21 17:21:33 +0100 mod r266691 : notes config 2009-01-21 17:18:23 +0100 mod r266690 : fix for editing states 2009-01-21 17:18:14 +0100 mod r266689 : fix for editing states 2009-01-20 14:15:16 +0100 mod r266578 : undo fix, mba will fix it by importing the props 2009-01-20 00:36:01 +0100 mod r266537 : do not show ankor of top reply note if we are still inside a note inside the same stack 2009-01-20 00:33:48 +0100 mod r266536 : fix typo which does not need to be translated 2009-01-20 00:17:19 +0100 mod r266535 : correct replacment of reply text 2009-01-19 23:36:12 +0100 mod r266534 : #i97693# 2009-01-19 23:32:26 +0100 mod r266533 : #i97380# 2009-01-19 23:30:05 +0100 mod r266532 : #i97380# 2009-01-19 23:21:35 +0100 mod r266531 : #i97299#
This commit is contained in:
parent
97da5f56bd
commit
3a5f60b72b
3 changed files with 20 additions and 0 deletions
|
@ -736,4 +736,9 @@
|
|||
</prop>
|
||||
</node>
|
||||
</node>
|
||||
<node oor:name="Notes">
|
||||
<prop oor:name="ShowAnkor">
|
||||
<value>true</value>
|
||||
</prop>
|
||||
</node>
|
||||
</oor:component-data>
|
||||
|
|
|
@ -5657,6 +5657,19 @@
|
|||
</prop>
|
||||
</group>
|
||||
</group>
|
||||
<group oor:name="Notes">
|
||||
<info>
|
||||
<desc>Contains settings for notes</desc>
|
||||
</info>
|
||||
<prop oor:name="ShowAnkor" oor:type="xs:boolean">
|
||||
<info>
|
||||
<author>mod</author>
|
||||
<desc>configures if note anchor should be shown or hidden when display is off</desc>
|
||||
<label>Notes Ankor on/off</label>
|
||||
</info>
|
||||
<value>false</value>
|
||||
</prop>
|
||||
</group>
|
||||
<group oor:name="Navigator">
|
||||
<info>
|
||||
<desc>Contains settings for the Navigator.</desc>
|
||||
|
|
|
@ -637,6 +637,7 @@ TabPage RID_SVXPAGE_CHAR_EFFECTS
|
|||
Pos = MAP_APPFONT ( 6 , 168 ) ;
|
||||
Size = MAP_APPFONT ( 248 , 16 ) ;
|
||||
WordBreak = TRUE ;
|
||||
Hide = TRUE;
|
||||
};
|
||||
String STR_EFFECTS_CAPITALS
|
||||
{
|
||||
|
@ -877,6 +878,7 @@ TabPage RID_SVXPAGE_CHAR_POSITION
|
|||
Pos = MAP_APPFONT ( 6 , 168 ) ;
|
||||
Size = MAP_APPFONT ( 248 , 16 ) ;
|
||||
WordBreak = TRUE ;
|
||||
Hide = TRUE;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue