SSブログ

Windows10 pro 64bit LibreOffice カスタマイズ [Windows10]

OS Windows10 pro 64bit

LibreOffice 6.1.3.2

 

ビデオを挿入する時、mp4はダメでwmvならOK

XMedia Recode  を使用してmp4→wmvに変換した。

 

windows10calcWMV.png

 

 

 

新しいツールバーを作成

ツール → カスタマイズ → ツールバー

 

toolbar.png

 

 

LibreOffice BasicIDEを起動する

 

Sub openIDE()

'LibreOffice BasicIDEを起動する

'

' .uno:BasicIDEAppear

createUnoService("com.sun.star.frame.DispatchHelper").executeDispatch _

(ThisComponent.CurrentController.Frame, ".uno:BasicIDEAppear", "", 0, Array())

 

End Sub

 

 

Calc enterキーを押して移動する方向を設定する

 

 

Sub enterRight2()

'Enterキーを押して右移動に設定

Dim oGSheetSettings As Object

oGSheetSettings =CreateUnoService("com.sun.star.sheet.GlobalSheetSettings")

oGSheetSettings.MoveDirection = com.sun.star.sheet.MoveDirection.RIGHT

' CreateUnoService("com.sun.star.sheet.GlobalSheetSettings").MoveDirection = 1

End Sub

 

Sub enterDown2()

'Enterキーを押して下移動に設定

Dim oGSheetSettings As Object

oGSheetSettings =CreateUnoService("com.sun.star.sheet.GlobalSheetSettings")

oGSheetSettings.MoveDirection = com.sun.star.sheet.MoveDirection.DOWN

'CreateUnoService("com.sun.star.sheet.GlobalSheetSettings").MoveDirection = 0

End Sub

 

Sub enterNOT2()

'Enterキーを押して移動なしに設定

Dim oGSheetSettings As Object

oGSheetSettings =CreateUnoService("com.sun.star.sheet.GlobalSheetSettings")

oGSheetSettings.MoveDirection = not(com.sun.star.sheet.MoveDirection.LEFT)

'CreateUnoService("com.sun.star.sheet.GlobalSheetSettings").MoveDirection = 4

End Sub

 

 

Linux LibreOffice の環境をwindows10 LibreOfficeに

 

Linux

 

/home/user_Name/.config/libreoffice/4     コピー

 

windows10

 

C:\Users\user_Name\AppData\Roaming\LibreOffice\ に張り付ける

 

 

 

 

 

 


nice!(1)  コメント(0) 
共通テーマ:パソコン・インターネット

windows10pro64bit LibreOffice 拡張機能「MRI」追加 [Windows10]

windows10pro64bit LibreOffice 拡張機能「MRI」追加
 
OS windows10 pro 64bit
LibreOffice 6.1.2.3
MRI    version: 1.3.3
MRIダウンロード
MRIインストール
MRI1.3.3.oxt をダブルクリックでインストール
windows10MRI.png

nice!(0)  コメント(0) 
共通テーマ:パソコン・インターネット

windows10 LIbreoffice JREインストール [Windows10]

windows10 LIbreoffice JREインストール
 
OSwindows10 pro 64bit
LibreOffice 6.1.3.2
 
を参考にインストールした。
注意点 Accept License Agreement』にチェックをつけてjre-8u191-windows-x64.exeをDLしてインストール
JREはカスタマイズに必要
 
JRE.png

nice!(0)  コメント(0) 
共通テーマ:パソコン・インターネット

windows10 神モード [Windows10]

windows10 神モード
OS windows10 pro 64bit
 
このサイトを参考にした。
 
デスクトップに新規フォルダを作成 → ファイル名を 
神モード.{ED7BA470-8E54-465E-825C-99712043E01C} にする。

アイコンが変わるのでクリックして起動する。
 
windows10_godmode.png

nice!(1)  コメント(0) 
共通テーマ:パソコン・インターネット

windows10 pro 64bit smbを有効にしてNASにアクセス出来るようにする [Windows10]

windows10 pro 64bit smbを有効にしてNASにアクセス出来るようにする
windows10pro32bit を64bitにアップしたに伴いいろいろ設定が必要になった。
無線LANルータのUSBにアクセス出来るようにsmbプロトコルを有効にする。
の記事を参考にした。
windows10とLinuxMintなどのマルチブートをすると時刻が9時間ずれるを解消する。
の記事を参考にした。
32bitから64bitにアップしたためアプリのインストールなど大変だった。
いまだに以前の環境にならない。
 
 
 
スタート右クリック → アプリと機能 → プログラム機能 →windows機能の有効化または無効化
windows10kinou.png

nice!(1)  コメント(2) 
共通テーマ:パソコン・インターネット


Linuxランキング

この広告は前回の更新から一定期間経過したブログに表示されています。更新すると自動で解除されます。