UNO Objects, Functions and Services
Functions, objects and services of Unified Network Objects (UNO).
LibreOfficeDev Global Objects
The StarDesktop object represents LibreOfficeDev application. Some routines or user interface objects such as current window can be used via StarDesktop.
যদি বিদ্যমান থাকে, প্রক্রিয়া সার্ভিস ফ্যাক্টরির পূর্বনির্ধারিত বিষয়বস্তু প্রদান করে, অন্যথায় একটি ফাঁকা রেফারেন্স প্রদান করে।
ProcessServiceManager (কেন্দ্রিয় Uno ServiceManager) প্রদান করে।
To manage personal or shared library containers (Application Macros or My Macros) from within a document, use the GlobalScope specifier.
Active document Objects
The following objects can be used from the active document.
ThisComponent represents the current document in Basic macros. It addresses the active component whose properties can be read and set, and whose methods can be called. Properties and methods available through ThisComponent depend on the document type.
ThisDatabaseDocument addresses the active Base document whose properties can be read and set, and whose methods can be called.
ThisDatabaseDocument returns an object of type com.sun.star.sdb.XOfficeDatabaseDocument.
UNO Methods
Use the following methods to manage or query Unified Network Objects (UNO).
একটি বেসিক Uno বস্তু তৈরি করা হয় যা বেসিক রানটাইমের সময় একটি Uno ডায়ালগ উপস্থাপন করে।
লিসেনারের দৃষ্টান্ত তৈরি করা হয়।
Instantiates a Uno service with the ProcessServiceManager.
Instantiates a UNO service with the ProcessServiceManager, including supplemental optional arguments.
Uno গঠন ধরনের দৃষ্টান্ত তৈরি করা হয়।
একটি বস্তু প্রদান করে যা Uno টাইপ পদ্ধতিতে উল্লেখিত সঠিকভাবে টাইপকৃত মানের সুস্পষ্ট ব্যাখ্যা প্রদান করে।
Returns True if the two specified Basic variables represent the same Uno object instance.
যদি বেসিক Uno বস্তু কিছু নির্দিষ্ট Uno ইন্টারফেস সমর্থন করে তাহলে পরীক্ষা করা হয়।
যদি প্রদত্ত বস্তু Uno srtuct হয় তাহলে True প্রদান করে থাকে।
UNO বস্তু তৈরি করা হয়। উইন্ডোজেও, OLE অবজেক্ট তৈরি করা যায়।
এই মেথডটি একটি ধরনের জন্য দৃষ্টান্ত তৈরি করে যা প্যারামিটার হিসেবে পাস করা হয়।
LibreOfficeDev provides an Application Programming Interface (API) that allows controlling the LibreOfficeDev components with different programming languages by using the LibreOfficeDev Software Development Kit (SDK). For more information about the LibreOfficeDev API and the Software Development Kit, visit https://api.libreoffice.org