mirror of
https://gitee.com/kekingcn/file-online-preview.git
synced 2026-03-24 18:13:45 +08:00
优化项目结构、优化 maven 结构
This commit is contained in:
@@ -0,0 +1,162 @@
|
||||
<?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.
|
||||
*
|
||||
***********************************************************-->
|
||||
<menu:menubar xmlns:menu="http://openoffice.org/2001/menu" menu:id="menubar">
|
||||
<menu:menu menu:id=".uno:PickList">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:AddDirect"/>
|
||||
<menu:menuitem menu:id=".uno:Open"/>
|
||||
<menu:menuitem menu:id=".uno:RecentFileList"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:AutoPilotMenu"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:CloseDoc"/>
|
||||
<menu:menuitem menu:id=".uno:Save"/>
|
||||
<menu:menuitem menu:id=".uno:SaveAs"/>
|
||||
<menu:menuitem menu:id=".uno:SaveAll"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:ExportTo"/>
|
||||
<menu:menu menu:id=".uno:SendToMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:SendMail"/>
|
||||
<menu:menuitem menu:id=".uno:DBSendReportAsMail"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:DBSendReportToWriter"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:Quit"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:EditMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:Undo"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:Cut"/>
|
||||
<menu:menuitem menu:id=".uno:Copy"/>
|
||||
<menu:menuitem menu:id=".uno:Paste"/>
|
||||
<menu:menuitem menu:id=".uno:PasteSpecial"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:DBDelete"/>
|
||||
<menu:menuitem menu:id=".uno:DBRename"/>
|
||||
<menu:menuitem menu:id=".uno:DBEdit"/>
|
||||
<menu:menuitem menu:id=".uno:DBEditSqlView"/>
|
||||
<menu:menuitem menu:id=".uno:DBOpen"/>
|
||||
<menu:menuitem menu:id=".uno:DBConvertToView"/>
|
||||
<menu:menuitem menu:id=".uno:DBNewFormAutoPilotWithPreSelection"/>
|
||||
<menu:menuitem menu:id=".uno:DBNewReportAutoPilotWithPreSelection"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:SelectAll"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menu menu:id=".uno:DBDatabasePropertiesMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:DBDSProperties"/>
|
||||
<menu:menuitem menu:id=".uno:DBDSConnectionType"/>
|
||||
<menu:menuitem menu:id=".uno:DBDSAdvancedSettings"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:ViewMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menu menu:id=".uno:DBDatabaseObjectsMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:DBViewTables" menu:style="radio"/>
|
||||
<menu:menuitem menu:id=".uno:DBViewQueries" menu:style="radio"/>
|
||||
<menu:menuitem menu:id=".uno:DBViewForms" menu:style="radio"/>
|
||||
<menu:menuitem menu:id=".uno:DBViewReports" menu:style="radio"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:AvailableToolbars"/>
|
||||
<menu:menuitem menu:id=".uno:StatusBarVisible"/>
|
||||
<menu:menu menu:id=".uno:DBPreview">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:DBDisablePreview" menu:style="radio"/>
|
||||
<menu:menuitem menu:id=".uno:DBShowDocInfoPreview" menu:style="radio"/>
|
||||
<menu:menuitem menu:id=".uno:DBShowDocPreview" menu:style="radio"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuseparator/>
|
||||
<menu:menu menu:id=".uno:DBSort">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:Sortup"/>
|
||||
<menu:menuitem menu:id=".uno:SortDown"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuitem menu:id=".uno:DBRefreshTables"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:InsertMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:DBNewForm"/>
|
||||
<menu:menuitem menu:id=".uno:DBNewReport"/>
|
||||
<menu:menuitem menu:id=".uno:DBNewQuery"/>
|
||||
<menu:menuitem menu:id=".uno:DBNewQuerySql"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:DBNewTable"/>
|
||||
<menu:menuitem menu:id=".uno:DBNewView"/>
|
||||
<menu:menuitem menu:id=".uno:DBNewViewSQL"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:DBNewFolder"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:ToolsMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:DBRelationDesign"/>
|
||||
<menu:menuitem menu:id=".uno:DBUserAdmin"/>
|
||||
<menu:menuitem menu:id=".uno:DBTableFilter"/>
|
||||
<menu:menuitem menu:id=".uno:DBDirectSQL"/>
|
||||
<menu:menuitem menu:id=".uno:DBMigrateScripts"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menu menu:id=".uno:MacrosMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:MacroRecorder"/>
|
||||
<menu:menuitem menu:id=".uno:RunMacro"/>
|
||||
<menu:menu menu:id=".uno:ScriptOrganizer"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:MacroOrganizer?TabId:short=1"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menuitem menu:id="service:com.sun.star.deployment.ui.PackageManagerDialog"/>
|
||||
<menu:menuitem menu:id=".uno:OpenXMLFilterSettings"/>
|
||||
<menu:menuitem menu:id=".uno:ConfigureDialog"/>
|
||||
<menu:menuitem menu:id=".uno:OptionsTreeDialog"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:WindowList">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:NewWindow"/>
|
||||
<menu:menuitem menu:id=".uno:CloseWin"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
<menu:menu menu:id=".uno:HelpMenu">
|
||||
<menu:menupopup>
|
||||
<menu:menuitem menu:id=".uno:HelpIndex"/>
|
||||
<menu:menuitem menu:id=".uno:ExtendedHelp"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:HelpSupport"/>
|
||||
<menu:menuseparator/>
|
||||
<menu:menuitem menu:id=".uno:About"/>
|
||||
</menu:menupopup>
|
||||
</menu:menu>
|
||||
</menu:menubar>
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE statusbar:statusbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "statusbar.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.
|
||||
*
|
||||
***********************************************************-->
|
||||
<statusbar:statusbar xmlns:statusbar="http://openoffice.org/2001/statusbar" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<statusbar:statusbaritem xlink:href=".uno:DBStatusType" statusbar:align="left" statusbar:autosize="true" statusbar:width="50"/>
|
||||
<statusbar:statusbaritem xlink:href=".uno:DBStatusDBName" statusbar:align="left" statusbar:autosize="true" statusbar:width="70"/>
|
||||
<statusbar:statusbaritem xlink:href=".uno:DBStatusUserName" statusbar:align="left" statusbar:autosize="true" statusbar:width="70"/>
|
||||
<statusbar:statusbaritem xlink:href=".uno:DBStatusHostName" statusbar:align="left" statusbar:autosize="true" statusbar:width="70"/>
|
||||
</statusbar:statusbar>
|
||||
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.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.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<toolbar:toolbaritem xlink:href=".uno:DBFormOpen"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DBFormEdit"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DBFormDelete"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DBFormRename"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.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.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<toolbar:toolbaritem xlink:href=".uno:DBQueryOpen"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DBQueryEdit"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DBQueryDelete"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DBQueryRename"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.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.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<toolbar:toolbaritem xlink:href=".uno:DBReportOpen"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DBReportEdit"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DBReportDelete"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DBReportRename"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.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.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<toolbar:toolbaritem xlink:href=".uno:DBTableOpen"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DBTableEdit"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DBTableDelete"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DBTableRename"/>
|
||||
</toolbar:toolbar>
|
||||
@@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.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.
|
||||
*
|
||||
***********************************************************-->
|
||||
|
||||
|
||||
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
|
||||
<toolbar:toolbaritem xlink:href=".uno:OpenUrl" toolbar:visible="false"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:AddDirect" toolbar:style="dropdown"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Open" toolbar:style="dropdown"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Save"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Copy"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Paste" toolbar:style="dropdown"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:Sortup"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:SortDown"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:DBNewForm" toolbar:style="dropdown"/>
|
||||
<toolbar:toolbarseparator/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:HelpIndex"/>
|
||||
<toolbar:toolbaritem xlink:href=".uno:ExtendedHelp" toolbar:visible="false"/>
|
||||
</toolbar:toolbar>
|
||||
Reference in New Issue
Block a user