LibreOffice Module unotest (master) 1
|
Public Member Functions | |
def | getContext (self) |
def | getDoc (self) |
def | setUp (self) |
def | openEmptyWriterDoc (self) |
def | openEmptyCalcDoc (self) |
def | openEmptyDoc (self, url, bHidden=True, bReadOnly=False) |
def | openTemplateFromTDOC (self, file) |
def | openDocFromTDOC (self, file, asTemplate=False) |
def | openDocFromAbsolutePath (self, file, asTemplate=False) |
def | openDocFromURL (self, url, asTemplate=False) |
def | checkProperties (self, obj, dict, test) |
def | setProperties (self, obj, dict) |
def | postTest (self) |
def | tearDown (self) |
Public Attributes | |
xContext | |
xDoc | |
Private Member Functions | |
def | __openDocFromURL (self, url, props) |
Definition at line 187 of file unotest.py.
|
private |
Definition at line 223 of file unotest.py.
References accessibility::AccessibleBrowseBoxAccess.getContext(), accessibility::AccessibleGridControlAccess.getContext(), reportdesign::OReportDefinition.getContext(), LotusToSc.getContext(), ImpGraphic.getContext(), connectivity::firebird::FirebirdDriver.getContext(), connectivity::java_sql_Driver.getContext(), connectivity::odbc::ODBCDriver.getContext(), connectivity::ado::ODriver.getContext(), connectivity::OSQLParser.getContext(), cppuhelper::ServiceManager.getContext(), sdbtools::ConnectionDependentComponent.getContext(), dbaccess::OContentHelper.getContext(), dp_registry::backend::PackageRegistryBackend.getContext(), dp_gui::TheExtensionManager.getContext(), dbp::OControlWizard.getContext(), dbp::OControlWizardPage.getContext(), frm::OControlModel.getContext(), oox::dump::Config.getContext(), oox::dump::ObjectBase.getContext(), oox::dump::SharedConfigData.getContext(), rptui::OReportController.getContext(), ScVbaObjectContainer.getContext(), slideshow::internal::BaseNode.getContext(), svt::ToolboxController.getContext(), DbGridControl.getContext(), svx::PropertyValueProvider.getContext(), SwVbaApplication.getContext(), dbaui::SbaXDataBrowserController::FormControllerImpl.getContext(), dp_manager::PackageManagerImpl.getContext(), frm::OControl.getContext(), FmXGridCell.getContext(), svxform::FormController.getContext(), UnoControl.getContext(), UnoDialogControl.getContext(), unocontrols::BaseControl.getContext(), writerfilter::ooxml::OOXMLStreamImpl.getContext(), writerfilter::ooxml::OOXMLStream.getContext(), sd::SmartTag.getContext(), sd::SmartTagSet.getContext(), sd::AnnotationTag.getContext(), sd::MotionPathTag.getContext(), org.libreoffice.unotest.OfficeConnection.getContext(), org.libreoffice.unotest.UnoRemoteConnection.getContext(), org.libreoffice.unotest.UnoInProcess.getContext(), org.libreoffice.unotest.mkPropertyValue(), abp::ODataSourceContextImpl.xContext, pyuno::RuntimeCargo.xContext, XMLDrawHint_Impl.xContext, XMLTextFrameHint_Impl.xContext, org.libreoffice.unotest.OfficeConnection.xContext, and org.libreoffice.unotest.UnoInProcess.xContext.
Referenced by org.libreoffice.unotest.UnoInProcess.openDocFromURL(), and org.libreoffice.unotest.UnoInProcess.openEmptyDoc().
def org.libreoffice.unotest.UnoInProcess.checkProperties | ( | self, | |
obj, | |||
dict, | |||
test | |||
) |
Definition at line 232 of file unotest.py.
def org.libreoffice.unotest.UnoInProcess.getContext | ( | self | ) |
Definition at line 188 of file unotest.py.
References abp::ODataSourceContextImpl.xContext, pyuno::RuntimeCargo.xContext, XMLDrawHint_Impl.xContext, XMLTextFrameHint_Impl.xContext, org.libreoffice.unotest.OfficeConnection.xContext, and org.libreoffice.unotest.UnoInProcess.xContext.
Referenced by org.libreoffice.unotest.UnoInProcess.__openDocFromURL(), and org.libreoffice.unotest.UnoRemoteConnection.openEmptyWriterDoc().
def org.libreoffice.unotest.UnoInProcess.getDoc | ( | self | ) |
Definition at line 190 of file unotest.py.
References ScTempDocCache.xDoc, org.libreoffice.unotest.UnoRemoteConnection.xDoc, and org.libreoffice.unotest.UnoInProcess.xDoc.
def org.libreoffice.unotest.UnoInProcess.openDocFromAbsolutePath | ( | self, | |
file, | |||
asTemplate = False |
|||
) |
Definition at line 216 of file unotest.py.
References org.libreoffice.unotest.UnoInProcess.openDocFromURL().
Referenced by org.libreoffice.unotest.UnoInProcess.openDocFromTDOC().
def org.libreoffice.unotest.UnoInProcess.openDocFromTDOC | ( | self, | |
file, | |||
asTemplate = False |
|||
) |
Definition at line 212 of file unotest.py.
References org.libreoffice.unotest.makeCopyFromTDOC(), and org.libreoffice.unotest.UnoInProcess.openDocFromAbsolutePath().
Referenced by org.libreoffice.unotest.UnoInProcess.openTemplateFromTDOC().
def org.libreoffice.unotest.UnoInProcess.openDocFromURL | ( | self, | |
url, | |||
asTemplate = False |
|||
) |
Definition at line 219 of file unotest.py.
References org.libreoffice.unotest.UnoInProcess.__openDocFromURL().
Referenced by org.libreoffice.unotest.UnoInProcess.openDocFromAbsolutePath().
def org.libreoffice.unotest.UnoInProcess.openEmptyCalcDoc | ( | self | ) |
Definition at line 202 of file unotest.py.
References org.libreoffice.unotest.UnoInProcess.openEmptyDoc().
def org.libreoffice.unotest.UnoInProcess.openEmptyDoc | ( | self, | |
url, | |||
bHidden = True , |
|||
bReadOnly = False |
|||
) |
Definition at line 205 of file unotest.py.
References org.libreoffice.unotest.UnoInProcess.__openDocFromURL().
Referenced by org.libreoffice.unotest.UnoInProcess.openEmptyCalcDoc(), and org.libreoffice.unotest.UnoInProcess.openEmptyWriterDoc().
def org.libreoffice.unotest.UnoInProcess.openEmptyWriterDoc | ( | self | ) |
Definition at line 199 of file unotest.py.
References org.libreoffice.unotest.UnoInProcess.openEmptyDoc().
def org.libreoffice.unotest.UnoInProcess.openTemplateFromTDOC | ( | self, | |
file | |||
) |
Definition at line 209 of file unotest.py.
References org.libreoffice.unotest.UnoInProcess.openDocFromTDOC().
def org.libreoffice.unotest.UnoInProcess.postTest | ( | self | ) |
def org.libreoffice.unotest.UnoInProcess.setProperties | ( | self, | |
obj, | |||
dict | |||
) |
Definition at line 238 of file unotest.py.
def org.libreoffice.unotest.UnoInProcess.setUp | ( | self | ) |
Definition at line 192 of file unotest.py.
def org.libreoffice.unotest.UnoInProcess.tearDown | ( | self | ) |
Definition at line 244 of file unotest.py.
References ScTempDocCache.xDoc, org.libreoffice.unotest.UnoRemoteConnection.xDoc, and org.libreoffice.unotest.UnoInProcess.xDoc.
org.libreoffice.unotest.UnoInProcess.xContext |
Definition at line 193 of file unotest.py.
Referenced by org.libreoffice.unotest.UnoInProcess.__openDocFromURL(), org.libreoffice.unotest.OfficeConnection.connect(), org.libreoffice.unotest.OfficeConnection.getContext(), org.libreoffice.unotest.UnoInProcess.getContext(), org.libreoffice.unotest.UnoInProcess.postTest(), and org.libreoffice.unotest.OfficeConnection.tearDown().
org.libreoffice.unotest.UnoInProcess.xDoc |
Definition at line 228 of file unotest.py.
Referenced by org.libreoffice.unotest.UnoRemoteConnection.getDoc(), org.libreoffice.unotest.UnoInProcess.getDoc(), and org.libreoffice.unotest.UnoInProcess.tearDown().