You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ar...@apache.org on 2012/03/31 02:39:17 UTC

svn commit: r1307668 [2/3] - in /incubator/ooo/trunk/main: chart2/qa/unoapi/ comphelper/qa/complex/ connectivity/qa/ cppuhelper/qa/sce/ dbaccess/qa/unoapi/ extensions/qa/complex/extensions/ extensions/qa/integration/extensions/ extensions/qa/unoapi/ ex...

Modified: incubator/ooo/trunk/main/linguistic/qa/unoapi/knownissues.xcl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/linguistic/qa/unoapi/knownissues.xcl?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/linguistic/qa/unoapi/knownissues.xcl (original)
+++ incubator/ooo/trunk/main/linguistic/qa/unoapi/knownissues.xcl Sat Mar 31 00:39:13 2012
@@ -1,3 +1,23 @@
+# *************************************************************
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#    http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+# *************************************************************
 ### i84435 ##
 lng.LngSvcMgr
 #uncommented in lng.sce

Modified: incubator/ooo/trunk/main/linguistic/qa/unoapi/lng.sce
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/linguistic/qa/unoapi/lng.sce?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/linguistic/qa/unoapi/lng.sce (original)
+++ incubator/ooo/trunk/main/linguistic/qa/unoapi/lng.sce Sat Mar 31 00:39:13 2012
@@ -1,3 +1,23 @@
+# *************************************************************
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#    http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+# *************************************************************
 -o lng.DicList
 -o lng.LinguProps
 #i84435 -o lng.LngSvcMgr

Modified: incubator/ooo/trunk/main/odk/examples/DevelopersGuide/BasicAndDialogs/ToolkitControls/ToolkitControls/FileDialogDlg.xdl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/DevelopersGuide/BasicAndDialogs/ToolkitControls/ToolkitControls/FileDialogDlg.xdl?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/odk/examples/DevelopersGuide/BasicAndDialogs/ToolkitControls/ToolkitControls/FileDialogDlg.xdl (original)
+++ incubator/ooo/trunk/main/odk/examples/DevelopersGuide/BasicAndDialogs/ToolkitControls/ToolkitControls/FileDialogDlg.xdl Sat Mar 31 00:39:13 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
 <dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="FileDialogDlg" dlg:title="File Dialog Demo" dlg:left="138" dlg:top="80" dlg:width="203" dlg:height="157">
  <dlg:bulletinboard>
   <dlg:textfield dlg:id="TextField1" dlg:tab-index="0" dlg:left="6" dlg:top="35" dlg:width="168" dlg:height="12"/>
@@ -9,4 +29,4 @@
    <dlg:text dlg:id="Label1" dlg:tab-index="2" dlg:left="6" dlg:top="20" dlg:width="80" dlg:height="10" dlg:value="Enter File Path"/>
    <dlg:button dlg:id="CommandButton2" dlg:tab-index="3" dlg:left="8" dlg:top="116" dlg:width="44" dlg:height="16" dlg:value="Cancel" dlg:button-type="cancel"/>
   </dlg:bulletinboard>
-</dlg:window>
\ No newline at end of file
+</dlg:window>

Modified: incubator/ooo/trunk/main/odk/examples/DevelopersGuide/BasicAndDialogs/ToolkitControls/ToolkitControls/MultiPageDlg.xdl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/DevelopersGuide/BasicAndDialogs/ToolkitControls/ToolkitControls/MultiPageDlg.xdl?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/odk/examples/DevelopersGuide/BasicAndDialogs/ToolkitControls/ToolkitControls/MultiPageDlg.xdl (original)
+++ incubator/ooo/trunk/main/odk/examples/DevelopersGuide/BasicAndDialogs/ToolkitControls/ToolkitControls/MultiPageDlg.xdl Sat Mar 31 00:39:13 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
 <dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="MultiPageDlg" dlg:title="Multi Page Dialog Demo" dlg:left="138" dlg:top="80" dlg:width="203" dlg:height="157" dlg:page="1">
  <dlg:bulletinboard>
   <dlg:button dlg:id="CancelButton" dlg:tab-index="0" dlg:left="6" dlg:top="135" dlg:width="50" dlg:height="14" dlg:value="Cancel" dlg:button-type="cancel"/>
@@ -72,4 +92,4 @@
   <dlg:textfield dlg:id="TextField7" dlg:tab-index="39" dlg:left="76" dlg:top="85" dlg:width="70" dlg:height="12" dlg:page="3"/>
   <dlg:textfield dlg:id="TextField1" dlg:tab-index="40" dlg:left="-47" dlg:top="46" dlg:width="0" dlg:height="2" dlg:page="3"/>
  </dlg:bulletinboard>
-</dlg:window>
\ No newline at end of file
+</dlg:window>

Modified: incubator/ooo/trunk/main/odk/examples/DevelopersGuide/BasicAndDialogs/ToolkitControls/ToolkitControls/ProgressBarDlg.xdl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/DevelopersGuide/BasicAndDialogs/ToolkitControls/ToolkitControls/ProgressBarDlg.xdl?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/odk/examples/DevelopersGuide/BasicAndDialogs/ToolkitControls/ToolkitControls/ProgressBarDlg.xdl (original)
+++ incubator/ooo/trunk/main/odk/examples/DevelopersGuide/BasicAndDialogs/ToolkitControls/ToolkitControls/ProgressBarDlg.xdl Sat Mar 31 00:39:13 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
 <dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="ProgressBarDlg" dlg:title="Progress Bar Demo" dlg:left="138" dlg:top="80" dlg:width="203" dlg:height="157">
  <dlg:bulletinboard>
   <dlg:progressmeter dlg:id="ProgressBar1" dlg:tab-index="0" dlg:left="6" dlg:top="70" dlg:width="190" dlg:height="9" dlg:value="0"/>
@@ -8,4 +28,4 @@
    <script:event script:event-name="on-performaction" script:location="application" script:macro-name="ToolkitControls.ProgressBar.ProgressBarDemo" script:language="StarBasic"/>
   </dlg:button>
  </dlg:bulletinboard>
-</dlg:window>
\ No newline at end of file
+</dlg:window>

Modified: incubator/ooo/trunk/main/odk/examples/DevelopersGuide/BasicAndDialogs/ToolkitControls/ToolkitControls/ScrollBarDlg.xdl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/DevelopersGuide/BasicAndDialogs/ToolkitControls/ToolkitControls/ScrollBarDlg.xdl?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/odk/examples/DevelopersGuide/BasicAndDialogs/ToolkitControls/ToolkitControls/ScrollBarDlg.xdl (original)
+++ incubator/ooo/trunk/main/odk/examples/DevelopersGuide/BasicAndDialogs/ToolkitControls/ToolkitControls/ScrollBarDlg.xdl Sat Mar 31 00:39:13 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
 <dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="ScrollBarDlg" dlg:title="Scroll Bar Demo" dlg:left="138" dlg:top="80" dlg:width="200" dlg:height="157">
  <dlg:styles>
   <dlg:style dlg:style-id="0" dlg:font-height="18"/>
@@ -10,4 +30,4 @@
   </dlg:scrollbar>
   <dlg:text dlg:style-id="0" dlg:id="Label1" dlg:tab-index="1" dlg:left="5" dlg:top="39" dlg:width="600" dlg:height="17" dlg:value="Label1"/>
  </dlg:bulletinboard>
-</dlg:window>
\ No newline at end of file
+</dlg:window>

Modified: incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Extensions/DialogWithHelp/DialogWithHelp/Dialog1.xdl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Extensions/DialogWithHelp/DialogWithHelp/Dialog1.xdl?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Extensions/DialogWithHelp/DialogWithHelp/Dialog1.xdl (original)
+++ incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Extensions/DialogWithHelp/DialogWithHelp/Dialog1.xdl Sat Mar 31 00:39:13 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
 <dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="Dialog1" dlg:left="244" dlg:top="200" dlg:width="201" dlg:height="169" dlg:help-url="com.foocorp.foo-ext:FooDialog" dlg:closeable="true" dlg:moveable="true" dlg:title="Foo Dialog">
  <dlg:bulletinboard>
   <dlg:button dlg:id="CommandButton1" dlg:tab-index="0" dlg:left="26" dlg:top="26" dlg:width="75" dlg:height="35" dlg:help-url="com.foocorp.foo-ext:FooDialogButton" dlg:value="Do it !">
@@ -7,4 +27,4 @@
   </dlg:button>
   <dlg:button dlg:id="CommandButton2" dlg:tab-index="1" dlg:left="88" dlg:top="100" dlg:width="87" dlg:height="38" dlg:value="Dummy Button, no help"/>
  </dlg:bulletinboard>
-</dlg:window>
\ No newline at end of file
+</dlg:window>

Modified: incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Extensions/DialogWithHelp/help/de/com.foocorp.foo-ext/page1.xhp
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Extensions/DialogWithHelp/help/de/com.foocorp.foo-ext/page1.xhp?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Extensions/DialogWithHelp/help/de/com.foocorp.foo-ext/page1.xhp (original)
+++ incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Extensions/DialogWithHelp/help/de/com.foocorp.foo-ext/page1.xhp Sat Mar 31 00:39:13 2012
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
 <helpdocument version="1.0">
 <meta>
 <topic id="comfoocorpfooextpage1" indexer="include" status="PUBLISH">

Modified: incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Extensions/DialogWithHelp/help/de/com.foocorp.foo-ext/page2.xhp
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Extensions/DialogWithHelp/help/de/com.foocorp.foo-ext/page2.xhp?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Extensions/DialogWithHelp/help/de/com.foocorp.foo-ext/page2.xhp (original)
+++ incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Extensions/DialogWithHelp/help/de/com.foocorp.foo-ext/page2.xhp Sat Mar 31 00:39:13 2012
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
 <helpdocument version="1.0">
 <meta>
 <topic id="comfoocorpfooextpage2" indexer="include" status="PUBLISH">

Modified: incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Extensions/DialogWithHelp/help/de/com.foocorp.foo-ext/subfolder/anotherpage.xhp
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Extensions/DialogWithHelp/help/de/com.foocorp.foo-ext/subfolder/anotherpage.xhp?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Extensions/DialogWithHelp/help/de/com.foocorp.foo-ext/subfolder/anotherpage.xhp (original)
+++ incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Extensions/DialogWithHelp/help/de/com.foocorp.foo-ext/subfolder/anotherpage.xhp Sat Mar 31 00:39:13 2012
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
 <helpdocument version="1.0">
 <meta>
 <topic id="comfoocorpfooextsubfolder/anotherpage" indexer="include" status="PUBLISH">

Modified: incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Extensions/DialogWithHelp/help/en/com.foocorp.foo-ext/page1.xhp
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Extensions/DialogWithHelp/help/en/com.foocorp.foo-ext/page1.xhp?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Extensions/DialogWithHelp/help/en/com.foocorp.foo-ext/page1.xhp (original)
+++ incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Extensions/DialogWithHelp/help/en/com.foocorp.foo-ext/page1.xhp Sat Mar 31 00:39:13 2012
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
 <helpdocument version="1.0">
 <meta>
 <topic id="comfoocorpfooextpage1" indexer="include" status="PUBLISH">

Modified: incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Extensions/DialogWithHelp/help/en/com.foocorp.foo-ext/page2.xhp
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Extensions/DialogWithHelp/help/en/com.foocorp.foo-ext/page2.xhp?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Extensions/DialogWithHelp/help/en/com.foocorp.foo-ext/page2.xhp (original)
+++ incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Extensions/DialogWithHelp/help/en/com.foocorp.foo-ext/page2.xhp Sat Mar 31 00:39:13 2012
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
 <helpdocument version="1.0">
 <meta>
 <topic id="comfoocorpfooextpage2" indexer="include" status="PUBLISH">

Modified: incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Extensions/DialogWithHelp/help/en/com.foocorp.foo-ext/subfolder/anotherpage.xhp
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Extensions/DialogWithHelp/help/en/com.foocorp.foo-ext/subfolder/anotherpage.xhp?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Extensions/DialogWithHelp/help/en/com.foocorp.foo-ext/subfolder/anotherpage.xhp (original)
+++ incubator/ooo/trunk/main/odk/examples/DevelopersGuide/Extensions/DialogWithHelp/help/en/com.foocorp.foo-ext/subfolder/anotherpage.xhp Sat Mar 31 00:39:13 2012
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
 <helpdocument version="1.0">
 <meta>
 <topic id="comfoocorpfooextsubfolder/anotherpage" indexer="include" status="PUBLISH">

Modified: incubator/ooo/trunk/main/odk/setsdkenv_windows.template
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/odk/setsdkenv_windows.template?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/odk/setsdkenv_windows.template (original)
+++ incubator/ooo/trunk/main/odk/setsdkenv_windows.template Sat Mar 31 00:39:13 2012
@@ -1,4 +1,24 @@
 @echo off
+rem *************************************************************
+rem  
+rem  Licensed to the Apache Software Foundation (ASF) under one
+rem  or more contributor license agreements.  See the NOTICE file
+rem  distributed with this work for additional information
+rem  regarding copyright ownership.  The ASF licenses this file
+rem  to you under the Apache License, Version 2.0 (the
+rem  "License")rem you may not use this file except in compliance
+rem  with the License.  You may obtain a copy of the License at
+rem  
+rem    http://www.apache.org/licenses/LICENSE-2.0
+rem  
+rem  Unless required by applicable law or agreed to in writing,
+rem  software distributed under the License is distributed on an
+rem  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+rem  KIND, either express or implied.  See the License for the
+rem  specific language governing permissions and limitations
+rem  under the License.
+rem  
+rem *************************************************************
 REM This script sets all enviroment variables, which
 REM are necessary for building the examples of the Office Development Kit.
 REM The Script was developed for the operating systems Windows.

Modified: incubator/ooo/trunk/main/qadevOOo/qa/unoapi/knownissues.xcl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/qadevOOo/qa/unoapi/knownissues.xcl?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/qadevOOo/qa/unoapi/knownissues.xcl (original)
+++ incubator/ooo/trunk/main/qadevOOo/qa/unoapi/knownissues.xcl Sat Mar 31 00:39:13 2012
@@ -1 +1,21 @@
+# *************************************************************
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#    http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+# *************************************************************
 # This file contains all Errors

Modified: incubator/ooo/trunk/main/qadevOOo/qa/unoapi/qadevOOo.sce
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/qadevOOo/qa/unoapi/qadevOOo.sce?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/qadevOOo/qa/unoapi/qadevOOo.sce (original)
+++ incubator/ooo/trunk/main/qadevOOo/qa/unoapi/qadevOOo.sce Sat Mar 31 00:39:13 2012
@@ -1 +1,21 @@
+# *************************************************************
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#    http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+# *************************************************************
 -o qadevOOo.SelfTest

Modified: incubator/ooo/trunk/main/sal/qa/osl/process/osl_Thread.xsce
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/qa/osl/process/osl_Thread.xsce?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sal/qa/osl/process/osl_Thread.xsce (original)
+++ incubator/ooo/trunk/main/sal/qa/osl/process/osl_Thread.xsce Sat Mar 31 00:39:13 2012
@@ -1 +1,21 @@
+# *************************************************************
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#    http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+# *************************************************************
 osl_Thread.setPriority.setPriority_001_1 unxsols4

Modified: incubator/ooo/trunk/main/sal/qa/osl/socket/osl_ConnectorSocket.xsce
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/qa/osl/socket/osl_ConnectorSocket.xsce?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sal/qa/osl/socket/osl_ConnectorSocket.xsce (original)
+++ incubator/ooo/trunk/main/sal/qa/osl/socket/osl_ConnectorSocket.xsce Sat Mar 31 00:39:13 2012
@@ -1 +1,21 @@
+# *************************************************************
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#    http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+# *************************************************************
 osl_ConnectorSocket.connect.connect_003 wntmsci

Modified: incubator/ooo/trunk/main/sal/qa/osl/socket/osl_Socket.xsce
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/qa/osl/socket/osl_Socket.xsce?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sal/qa/osl/socket/osl_Socket.xsce (original)
+++ incubator/ooo/trunk/main/sal/qa/osl/socket/osl_Socket.xsce Sat Mar 31 00:39:13 2012
@@ -1,3 +1,23 @@
+# *************************************************************
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#    http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+# *************************************************************
 osl_Socket.ctors.ctors_family_Ipx
 osl_SocketAddr.getHostname.getHostname_002
 

Modified: incubator/ooo/trunk/main/sal/qa/osl/socket/osl_Socket2.xsce
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/qa/osl/socket/osl_Socket2.xsce?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sal/qa/osl/socket/osl_Socket2.xsce (original)
+++ incubator/ooo/trunk/main/sal/qa/osl/socket/osl_Socket2.xsce Sat Mar 31 00:39:13 2012
@@ -1,2 +1,22 @@
+# *************************************************************
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#    http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+# *************************************************************
 osl_Socket.ctors.ctors_family_Ipx
 osl_Socket.getLocalHost.getLocalHost_001 wntmsci

Modified: incubator/ooo/trunk/main/sal/qa/osl/socket/osl_SocketAddr.xsce
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/qa/osl/socket/osl_SocketAddr.xsce?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sal/qa/osl/socket/osl_SocketAddr.xsce (original)
+++ incubator/ooo/trunk/main/sal/qa/osl/socket/osl_SocketAddr.xsce Sat Mar 31 00:39:13 2012
@@ -0,0 +1,21 @@
+# *************************************************************
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#    http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+# *************************************************************
+

Modified: incubator/ooo/trunk/main/sal/qa/osl/socket/osl_SocketOld.xsce
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/qa/osl/socket/osl_SocketOld.xsce?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sal/qa/osl/socket/osl_SocketOld.xsce (original)
+++ incubator/ooo/trunk/main/sal/qa/osl/socket/osl_SocketOld.xsce Sat Mar 31 00:39:13 2012
@@ -1,3 +1,23 @@
+# *************************************************************
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#    http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+# *************************************************************
 osl_Socket.ctors.ctors_family_Ipx
 osl_SocketAddr.getHostname.getHostname_002
 osl_StreamSocket.send_recv.write_read_001

Modified: incubator/ooo/trunk/main/sal/qa/osl/socket/osl_Socket_tests.xsce
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/qa/osl/socket/osl_Socket_tests.xsce?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sal/qa/osl/socket/osl_Socket_tests.xsce (original)
+++ incubator/ooo/trunk/main/sal/qa/osl/socket/osl_Socket_tests.xsce Sat Mar 31 00:39:13 2012
@@ -1 +1,21 @@
+# *************************************************************
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#    http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+# *************************************************************
 osl_SocketTest.tests.test_001

Modified: incubator/ooo/trunk/main/sal/qa/osl/socket/osl_StreamSocket.xsce
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/qa/osl/socket/osl_StreamSocket.xsce?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sal/qa/osl/socket/osl_StreamSocket.xsce (original)
+++ incubator/ooo/trunk/main/sal/qa/osl/socket/osl_StreamSocket.xsce Sat Mar 31 00:39:13 2012
@@ -1,3 +1,23 @@
+# *************************************************************
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#    http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+# *************************************************************
 osl_StreamSocket.send_recv.send_recv2
 osl_StreamSocket.send_recv.write_read_001 wntmsci unxsols
 osl_StreamSocket.justtest.test_getPage wntmsci

Modified: incubator/ooo/trunk/main/sal/qa/rtl/bootstrap/rtl_Bootstrap.xsce
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/qa/rtl/bootstrap/rtl_Bootstrap.xsce?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sal/qa/rtl/bootstrap/rtl_Bootstrap.xsce (original)
+++ incubator/ooo/trunk/main/sal/qa/rtl/bootstrap/rtl_Bootstrap.xsce Sat Mar 31 00:39:13 2012
@@ -1,3 +1,23 @@
+# *************************************************************
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#    http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+# *************************************************************
 #i27888#
 rtl_Bootstrap.getFrom.getFrom_004
 

Modified: incubator/ooo/trunk/main/sal/qa/rtl/ostring/rtl_str.xsce
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/qa/rtl/ostring/rtl_str.xsce?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sal/qa/rtl/ostring/rtl_str.xsce (original)
+++ incubator/ooo/trunk/main/sal/qa/rtl/ostring/rtl_str.xsce Sat Mar 31 00:39:13 2012
@@ -1,3 +1,23 @@
+# *************************************************************
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#    http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+# *************************************************************
 # signaled with SIGNAL 11
 rtl_str.compare.compare_000
 rtl_str.compare.compare_000_1

Modified: incubator/ooo/trunk/main/sal/qa/rtl/ostring/rtl_string.xsce
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/qa/rtl/ostring/rtl_string.xsce?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sal/qa/rtl/ostring/rtl_string.xsce (original)
+++ incubator/ooo/trunk/main/sal/qa/rtl/ostring/rtl_string.xsce Sat Mar 31 00:39:13 2012
@@ -1 +1,21 @@
+# *************************************************************
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#    http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+# *************************************************************
 rtl_string.getLength.getLength_000

Modified: incubator/ooo/trunk/main/sal/qa/rtl/oustring/rtl_ustr.xsce
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sal/qa/rtl/oustring/rtl_ustr.xsce?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sal/qa/rtl/oustring/rtl_ustr.xsce (original)
+++ incubator/ooo/trunk/main/sal/qa/rtl/oustring/rtl_ustr.xsce Sat Mar 31 00:39:13 2012
@@ -1,3 +1,23 @@
+# *************************************************************
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#    http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+# *************************************************************
 # functions which are gpf
 
 rtl_ustr.compare.compare_000

Modified: incubator/ooo/trunk/main/sc/qa/unoapi/knownissues.xcl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sc/qa/unoapi/knownissues.xcl?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sc/qa/unoapi/knownissues.xcl (original)
+++ incubator/ooo/trunk/main/sc/qa/unoapi/knownissues.xcl Sat Mar 31 00:39:13 2012
@@ -1,3 +1,23 @@
+# *************************************************************
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#    http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+# *************************************************************
 ### i84702 ###
 sc.AccessibleEditableTextPara_PreviewCell::com::sun::star::accessibility::XAccessibleEditableText
 

Modified: incubator/ooo/trunk/main/sc/qa/unoapi/sc.sce
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sc/qa/unoapi/sc.sce?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sc/qa/unoapi/sc.sce (original)
+++ incubator/ooo/trunk/main/sc/qa/unoapi/sc.sce Sat Mar 31 00:39:13 2012
@@ -1,3 +1,23 @@
+# *************************************************************
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#    http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+# *************************************************************
 # i84653 -o sc.ScPageObj
 # i84554 -o sc.AccessibleEditableTextPara_PreviewNote
 # i88241 -o sc.AccessibleEditableTextPara_HeaderFooter

Modified: incubator/ooo/trunk/main/scripting/examples/basic/InsertColouredTextDialog.xdl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/examples/basic/InsertColouredTextDialog.xdl?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/examples/basic/InsertColouredTextDialog.xdl (original)
+++ incubator/ooo/trunk/main/scripting/examples/basic/InsertColouredTextDialog.xdl Sat Mar 31 00:39:13 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
 <dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="InsertColouredTextDialog" dlg:left="113" dlg:top="112" dlg:width="178" dlg:height="138" dlg:closeable="true" dlg:moveable="true">
  <dlg:bulletinboard>
   <dlg:textfield dlg:id="RedTextBox" dlg:tab-index="0" dlg:left="37" dlg:top="26" dlg:width="20" dlg:height="17"/>
@@ -14,4 +34,4 @@
   <dlg:text dlg:id="Label3" dlg:tab-index="7" dlg:left="114" dlg:top="12" dlg:width="7" dlg:height="10" dlg:value="B"/>
   <dlg:text dlg:id="Label4" dlg:tab-index="8" dlg:left="71" dlg:top="56" dlg:width="26" dlg:height="8" dlg:value="New Text"/>
  </dlg:bulletinboard>
-</dlg:window>
\ No newline at end of file
+</dlg:window>

Modified: incubator/ooo/trunk/main/scripting/examples/basic/SearchAndReplaceDialog.xdl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/examples/basic/SearchAndReplaceDialog.xdl?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/examples/basic/SearchAndReplaceDialog.xdl (original)
+++ incubator/ooo/trunk/main/scripting/examples/basic/SearchAndReplaceDialog.xdl Sat Mar 31 00:39:13 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
 <dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="SearchAndReplaceDialog" dlg:left="113" dlg:top="112" dlg:width="178" dlg:height="138" dlg:closeable="true" dlg:moveable="true">
  <dlg:bulletinboard>
   <dlg:textfield dlg:id="SearchKeyTextBox" dlg:tab-index="0" dlg:left="28" dlg:top="31" dlg:width="53" dlg:height="13"/>
@@ -10,4 +30,4 @@
   <dlg:text dlg:id="Label1" dlg:tab-index="3" dlg:left="37" dlg:top="20" dlg:width="33" dlg:height="8" dlg:value="Search Key"/>
   <dlg:text dlg:id="Label2" dlg:tab-index="4" dlg:left="109" dlg:top="20" dlg:width="35" dlg:height="8" dlg:value="Replace Key"/>
  </dlg:bulletinboard>
-</dlg:window>
\ No newline at end of file
+</dlg:window>

Modified: incubator/ooo/trunk/main/scripting/workben/bindings/EditDebug.xdl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/workben/bindings/EditDebug.xdl?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/workben/bindings/EditDebug.xdl (original)
+++ incubator/ooo/trunk/main/scripting/workben/bindings/EditDebug.xdl Sat Mar 31 00:39:13 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
 <dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="EditDebugDialog" dlg:left="64" dlg:top="89" dlg:width="179" dlg:height="151" dlg:closeable="true" dlg:moveable="true" dlg:title="Edit/Debug Scripts">
  <dlg:bulletinboard>
   <dlg:combobox dlg:id="LocationCombo" dlg:tab-index="0" dlg:left="64" dlg:top="17" dlg:width="110" dlg:height="13" dlg:spin="true">
@@ -33,4 +53,4 @@
    <script:event script:event-name="on-performaction" script:location="application" script:macro-name="ScriptBindingLibrary.ScriptBinding.DoBrowseAndEdit" script:language="StarBasic"/>
   </dlg:button>
  </dlg:bulletinboard>
-</dlg:window>
\ No newline at end of file
+</dlg:window>

Modified: incubator/ooo/trunk/main/scripting/workben/bindings/EventsBinding.xdl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/workben/bindings/EventsBinding.xdl?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/workben/bindings/EventsBinding.xdl (original)
+++ incubator/ooo/trunk/main/scripting/workben/bindings/EventsBinding.xdl Sat Mar 31 00:39:13 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
 <dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="EventBindingDialog" dlg:left="64" dlg:top="99" dlg:width="179" dlg:height="209" dlg:closeable="true" dlg:moveable="true" dlg:title="Assign Script To Event">
  <dlg:styles>
   <dlg:style dlg:style-id="0" dlg:font-height="7"/>
@@ -58,4 +78,4 @@
   <dlg:text dlg:style-id="0" dlg:id="AddOn" dlg:tab-index="22" dlg:disabled="true" dlg:left="17" dlg:top="144" dlg:width="38" dlg:height="10" dlg:value="[Add-on&apos;s only]"/>
   <dlg:text dlg:id="fsonly" dlg:tab-index="23" dlg:disabled="true" dlg:left="13" dlg:top="86" dlg:width="45" dlg:height="8" dlg:value="[Filesystem only]"/>
  </dlg:bulletinboard>
-</dlg:window>
\ No newline at end of file
+</dlg:window>

Modified: incubator/ooo/trunk/main/scripting/workben/bindings/HelpBinding.xdl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/workben/bindings/HelpBinding.xdl?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/workben/bindings/HelpBinding.xdl (original)
+++ incubator/ooo/trunk/main/scripting/workben/bindings/HelpBinding.xdl Sat Mar 31 00:39:13 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
 <dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="HelpBinding" dlg:left="100" dlg:top="8" dlg:width="213" dlg:height="388" dlg:closeable="true" dlg:moveable="true" dlg:title="Office Help - Help about the Assign Script Dialogs">
  <dlg:styles>
   <dlg:style dlg:style-id="0" dlg:text-color="0xff"/>
@@ -27,4 +47,4 @@
   <dlg:text dlg:id="Label16" dlg:tab-index="16" dlg:left="14" dlg:top="177" dlg:width="185" dlg:height="22" dlg:value="To assign a script, first you must select the script from the Script combo box, then follow the appropriate instructions below. " dlg:multiline="true"/>
   <dlg:text dlg:id="Label15" dlg:tab-index="17" dlg:left="14" dlg:top="110" dlg:width="185" dlg:height="34" dlg:value="When the location is set to &quot;filesystem&quot;, and the language is set to something other than &quot;Java&quot;, the &quot;Browse&quot; button is enabled. This allows open a filechooser and populate the Script combo box with scripts located on the filesystem." dlg:multiline="true"/>
  </dlg:bulletinboard>
-</dlg:window>
\ No newline at end of file
+</dlg:window>

Modified: incubator/ooo/trunk/main/scripting/workben/bindings/Highlight.xdl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/workben/bindings/Highlight.xdl?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/workben/bindings/Highlight.xdl (original)
+++ incubator/ooo/trunk/main/scripting/workben/bindings/Highlight.xdl Sat Mar 31 00:39:13 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
 <dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="Highlight" dlg:left="68" dlg:top="23" dlg:width="135" dlg:height="48" dlg:closeable="true" dlg:moveable="true">
  <dlg:bulletinboard>
   <dlg:text dlg:id="Label1" dlg:tab-index="2" dlg:left="3" dlg:top="8" dlg:width="33" dlg:height="9" dlg:value="Find What:"/>

Modified: incubator/ooo/trunk/main/scripting/workben/bindings/KeyBinding.xdl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/workben/bindings/KeyBinding.xdl?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/workben/bindings/KeyBinding.xdl (original)
+++ incubator/ooo/trunk/main/scripting/workben/bindings/KeyBinding.xdl Sat Mar 31 00:39:13 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
 <dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="MenuBindingDialog" dlg:left="64" dlg:top="89" dlg:width="179" dlg:height="217" dlg:closeable="true" dlg:moveable="true" dlg:title="Assign Script To Key">
  <dlg:styles>
   <dlg:style dlg:style-id="0" dlg:font-height="7"/>
@@ -56,4 +76,4 @@
   <dlg:text dlg:style-id="0" dlg:id="AddOn" dlg:tab-index="23" dlg:disabled="true" dlg:left="17" dlg:top="154" dlg:width="38" dlg:height="10" dlg:value="[Add-on&apos;s only]"/>
   <dlg:text dlg:id="fsonly" dlg:tab-index="24" dlg:disabled="true" dlg:left="13" dlg:top="86" dlg:width="45" dlg:height="8" dlg:value="[Filesystem only]"/>
  </dlg:bulletinboard>
-</dlg:window>
\ No newline at end of file
+</dlg:window>

Modified: incubator/ooo/trunk/main/scripting/workben/bindings/MacroEditor.xdl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/workben/bindings/MacroEditor.xdl?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/workben/bindings/MacroEditor.xdl (original)
+++ incubator/ooo/trunk/main/scripting/workben/bindings/MacroEditor.xdl Sat Mar 31 00:39:13 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
 <dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="MacroEditor" dlg:left="105" dlg:top="117" dlg:width="240" dlg:height="320" dlg:closeable="true" dlg:moveable="true" dlg:title="Python Macro Editor">
  <dlg:bulletinboard>
   <dlg:button dlg:id="RunButton" dlg:tab-index="0" dlg:left="57" dlg:top="300" dlg:width="40" dlg:height="14" dlg:value="Run"/>

Modified: incubator/ooo/trunk/main/scripting/workben/bindings/MenuBinding.xdl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/workben/bindings/MenuBinding.xdl?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/workben/bindings/MenuBinding.xdl (original)
+++ incubator/ooo/trunk/main/scripting/workben/bindings/MenuBinding.xdl Sat Mar 31 00:39:13 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
 <dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="MenuBindingDialog" dlg:left="64" dlg:top="89" dlg:width="179" dlg:height="236" dlg:closeable="true" dlg:moveable="true" dlg:title="Assign Script To Menu">
  <dlg:styles>
   <dlg:style dlg:style-id="0" dlg:font-height="7"/>
@@ -62,4 +82,4 @@
   <dlg:text dlg:id="Label10" dlg:tab-index="27" dlg:left="9" dlg:top="89" dlg:width="0" dlg:height="0" dlg:value="Label10"/>
   <dlg:text dlg:id="fsonly" dlg:tab-index="26" dlg:disabled="true" dlg:left="13" dlg:top="86" dlg:width="45" dlg:height="8" dlg:value="[Filesystem only]"/>
  </dlg:bulletinboard>
-</dlg:window>
\ No newline at end of file
+</dlg:window>

Modified: incubator/ooo/trunk/main/sd/qa/unoapi/knownissues.xcl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/qa/unoapi/knownissues.xcl?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/qa/unoapi/knownissues.xcl (original)
+++ incubator/ooo/trunk/main/sd/qa/unoapi/knownissues.xcl Sat Mar 31 00:39:13 2012
@@ -1,3 +1,23 @@
+# *************************************************************
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#    http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+# *************************************************************
 ### i84994 ###
 sd.SdXImpressDocument::com::sun::star::view::XPrintable
 # -> disabled in sd.sce

Modified: incubator/ooo/trunk/main/sd/qa/unoapi/sd.sce
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/qa/unoapi/sd.sce?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/qa/unoapi/sd.sce (original)
+++ incubator/ooo/trunk/main/sd/qa/unoapi/sd.sce Sat Mar 31 00:39:13 2012
@@ -1,3 +1,23 @@
+# *************************************************************
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#    http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+# *************************************************************
 -o sd.AccessibleDrawDocumentView
 #i111199 -o sd.AccessibleOutlineView
 #i35935# -o sd.AccessibleSlideView

Modified: incubator/ooo/trunk/main/sdext/source/pdfimport/dialogs/TargetChooser.xdl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sdext/source/pdfimport/dialogs/TargetChooser.xdl?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sdext/source/pdfimport/dialogs/TargetChooser.xdl (original)
+++ incubator/ooo/trunk/main/sdext/source/pdfimport/dialogs/TargetChooser.xdl Sat Mar 31 00:39:13 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
 <dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="TargetChooser" dlg:left="136" dlg:top="72" dlg:width="201" dlg:height="119" dlg:closeable="true" dlg:moveable="true">
  <dlg:bulletinboard>
   <dlg:menulist dlg:id="ListBox" dlg:tab-index="0" dlg:left="80" dlg:top="18" dlg:width="113" dlg:height="14" dlg:spin="true" dlg:linecount="3">
@@ -18,4 +38,4 @@
   <dlg:text dlg:id="ListBoxImpress" dlg:left="0" dlg:top="10" dlg:width="114" dlg:height="9" dlg:value="Item 2"/>
   <dlg:text dlg:id="ListBoxDraw" dlg:left="0" dlg:top="20" dlg:width="114" dlg:height="9" dlg:value="Item 3"/>
  </dlg:bulletinboard>
-</dlg:window>
\ No newline at end of file
+</dlg:window>

Modified: incubator/ooo/trunk/main/sfx2/qa/unoapi/knownissues.xcl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sfx2/qa/unoapi/knownissues.xcl?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sfx2/qa/unoapi/knownissues.xcl (original)
+++ incubator/ooo/trunk/main/sfx2/qa/unoapi/knownissues.xcl Sat Mar 31 00:39:13 2012
@@ -1,3 +1,23 @@
+# *************************************************************
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#    http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+# *************************************************************
 ### i23244 ###
 sfx.FrameLoader::com::sun::star::frame::XSynchronousFrameLoader
 

Modified: incubator/ooo/trunk/main/sfx2/qa/unoapi/sfx.sce
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sfx2/qa/unoapi/sfx.sce?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sfx2/qa/unoapi/sfx.sce (original)
+++ incubator/ooo/trunk/main/sfx2/qa/unoapi/sfx.sce Sat Mar 31 00:39:13 2012
@@ -1,3 +1,23 @@
+# *************************************************************
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#    http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+# *************************************************************
 -o sfx.AppDispatchProvider
 #i113306 -o sfx.DocumentTemplates
 -o sfx.FrameLoader

Modified: incubator/ooo/trunk/main/starmath/qa/unoapi/knownissues.xcl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/starmath/qa/unoapi/knownissues.xcl?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/starmath/qa/unoapi/knownissues.xcl (original)
+++ incubator/ooo/trunk/main/starmath/qa/unoapi/knownissues.xcl Sat Mar 31 00:39:13 2012
@@ -1,3 +1,23 @@
+# *************************************************************
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#    http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+# *************************************************************
 ### i23394 ###
 sm.XMLImporter::com::sun::star::xml::sax::XDocumentHandler
 sm.XMLMetaImporter::com::sun::star::xml::sax::XDocumentHandler

Modified: incubator/ooo/trunk/main/starmath/qa/unoapi/sm.sce
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/starmath/qa/unoapi/sm.sce?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/starmath/qa/unoapi/sm.sce (original)
+++ incubator/ooo/trunk/main/starmath/qa/unoapi/sm.sce Sat Mar 31 00:39:13 2012
@@ -1,3 +1,23 @@
+# *************************************************************
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#    http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+# *************************************************************
 -o sm.SmEditAccessible
 -o sm.SmGraphicAccessible
 -o sm.SmModel

Modified: incubator/ooo/trunk/main/svtools/qa/unoapi/knownissues.xcl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/svtools/qa/unoapi/knownissues.xcl?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/svtools/qa/unoapi/knownissues.xcl (original)
+++ incubator/ooo/trunk/main/svtools/qa/unoapi/knownissues.xcl Sat Mar 31 00:39:13 2012
@@ -1,3 +1,23 @@
+# *************************************************************
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#    http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+# *************************************************************
 ### i85237 ###
 svtools.AccessibleBrowseBox::com::sun::star::accessibility::XAccessibleEventBroadcaster
 

Modified: incubator/ooo/trunk/main/svtools/qa/unoapi/svtools.sce
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/svtools/qa/unoapi/svtools.sce?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/svtools/qa/unoapi/svtools.sce (original)
+++ incubator/ooo/trunk/main/svtools/qa/unoapi/svtools.sce Sat Mar 31 00:39:13 2012
@@ -1,3 +1,23 @@
+# *************************************************************
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#    http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+# *************************************************************
 #i88276 -o svtools.AccessibleIconChoiceCtrlEntry
 #i88647 -o svtools.AccessibleTabBarPage
 #i110988 -o svtools.AccessibleBrowseBox

Modified: incubator/ooo/trunk/main/svx/qa/unoapi/knownissues.xcl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/svx/qa/unoapi/knownissues.xcl?rev=1307668&r1=1307667&r2=1307668&view=diff
==============================================================================
--- incubator/ooo/trunk/main/svx/qa/unoapi/knownissues.xcl (original)
+++ incubator/ooo/trunk/main/svx/qa/unoapi/knownissues.xcl Sat Mar 31 00:39:13 2012
@@ -1,3 +1,23 @@
+# *************************************************************
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#    http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+# *************************************************************
 ### i85263 ###
 svx.SvxShape::com::sun::star::drawing::TextProperties::TextWritingMode
 svx.SvxShapeConnector::com::sun::star::drawing::TextProperties::TextWritingMode