/trunk/test/testuno/source/fvt/uno/sd/file/ |
H A D | CheckFileProperties.java | 149 app.saveDocument(m_xSDComponent, m_filePath); in testGeneralAuthor() 227 app.saveDocument(m_xSDComponent, m_filePath); in testGeneralCreationDate() 245 app.saveDocument(m_xSDComponent, m_filePath); in testGeneralModifiedBy() 276 app.saveDocument(m_xSDComponent, m_filePath); in testGeneralPrintBy() 293 app.saveDocument(m_xSDComponent, m_filePath); in testGeneralPrintDate() 312 app.saveDocument(m_xSDComponent, m_filePath); in testGeneralEditingDuration() 331 app.saveDocument(m_xSDComponent, m_filePath); in testGeneralRevisionNumber() 348 app.saveDocument(m_xSDComponent, m_filePath); in testGeneralTemplateName() 387 app.saveDocument(m_xSDComponent, m_filePath); in testDescriptionTitle() 402 app.saveDocument(m_xSDComponent, m_filePath); in testDescriptionSubject() [all …]
|
/trunk/test/testuno/source/fvt/uno/sd/bullet/ |
H A D | NumberingProperty.java | 159 app.saveDocument(m_xSDComponent, m_filePath); in testPrefix() 202 app.saveDocument(m_xSDComponent, m_filePath); in testSuffix() 246 app.saveDocument(m_xSDComponent, m_filePath); in testStartWith() 295 app.saveDocument(m_xSDComponent, m_filePath); in testFirstLineOffset() 340 app.saveDocument(m_xSDComponent, m_filePath); in testLeftMargin() 390 app.saveDocument(m_xSDComponent, m_filePath); in testSymbolTextDistance() 423 app.saveDocument(m_xSDComponent, m_filePath); in testAjustRight() 468 app.saveDocument(m_xSDComponent, m_filePath); in testAjustCenter() 499 app.saveDocument(m_xSDComponent, m_filePath); in testAjustLeft() 543 app.saveDocument(m_xSDComponent, m_filePath); in testSymbolColor() [all …]
|
H A D | CheckBulletStyle.java | 147 app.saveDocument(m_xSDComponent, m_filePath); in testBulletColor() 167 app.saveDocument(m_xSDComponent, m_filePath); in testBulletSize()
|
H A D | CheckBuildInBullet.java | 163 app.saveDocument(m_xSDComponent, m_filePath); in testBuildInBullet()
|
H A D | GraphicBulletFromFile.java | 139 app.saveDocument(m_xSDComponent, m_filePath); in testGraphicBulletFromFile()
|
H A D | NumberingBulletTypes.java | 158 app.saveDocument(m_xSDComponent, m_filePath); in testNumberingTypes()
|
/trunk/test/testuno/source/fvt/uno/sd/character/ |
H A D | CheckCharacterStyle.java | 137 app.saveDocument(m_xSDComponent, filePath); in testFontColor() 152 app.saveDocument(m_xSDComponent, filePath); in testFontUnderline() 167 app.saveDocument(m_xSDComponent, filePath); in testFontSize() 181 app.saveDocument(m_xSDComponent, filePath); in testFontBoldStyle() 195 app.saveDocument(m_xSDComponent, filePath); in testFontItalicStyle()
|
/trunk/main/basctl/source/basicide/ |
H A D | scriptdocument.cxx | 283 bool saveDocument( const Reference< XStatusIndicator >& _rxStatusIndicator ) const; 847 …bool ScriptDocument_Impl::saveDocument( const Reference< XStatusIndicator >& _rxStatusIndicator ) … in saveDocument() function in basctl::ScriptDocument_Impl 1515 … bool ScriptDocument::saveDocument( const Reference< XStatusIndicator >& _rxStatusIndicator ) const in saveDocument() function in basctl::ScriptDocument 1517 return m_pImpl->saveDocument( _rxStatusIndicator ); in saveDocument()
|
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/ |
H A D | OpenOfficeDocFileSystem.java | 391 saveDocument(tmpFile); in updateDocument() 422 private void saveDocument(File file) in saveDocument() method in OpenOfficeDocFileSystem
|
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/actions/ |
H A D | ParcelDescriptorEditorSupport.java | 89 saveDocument(); in save()
|
/trunk/main/ucb/source/ucp/odma/ |
H A D | odma_provider.hxx | 123 void saveDocument(const ::rtl::OString& _sDocumentId);
|
H A D | odma_inputstream.cxx | 165 m_pProvider->saveDocument(m_aProp->m_sDocumentId); in closeStream()
|
H A D | odma_provider.cxx | 280 void ContentProvider::saveDocument(const ::rtl::OString& _sDocumentId) in saveDocument() function in ContentProvider
|
H A D | odma_content.cxx | 578 getContentProvider()->saveDocument(aProp->m_sDocumentId); in execute()
|
/trunk/test/testuno/source/fvt/uno/sw/page/ |
H A D | CheckBackGraphic.java | 102 unoApp.saveDocument(xComponent, tempFilePathODT); in testFooterHeaderBackground()
|
H A D | CheckBackColor.java | 100 unoApp.saveDocument(xComponent, tempFilePathODT); in testFooterHeaderBackground()
|
H A D | CheckPageLayout.java | 99 unoApp.saveDocument(xComponent, tempFilePathODT); in testPageStyleLayout()
|
H A D | CheckShadowFormat.java | 124 unoApp.saveDocument(xComponent, tempFilePathODT); in testFooterHeader()
|
H A D | CheckBorder.java | 117 unoApp.saveDocument(xComponent, tempFilePathODT); in testFooterHeaderBorder()
|
H A D | CheckFooterHeader.java | 120 unoApp.saveDocument(xComponent, tempFilePathODT); in testFooterHeader()
|
H A D | CheckPage.java | 115 unoApp.saveDocument(xComponent, tempFilePathODT); in testPage()
|
/trunk/test/testuno/source/org/openoffice/test/uno/ |
H A D | UnoApp.java | 200 …public void saveDocument(XComponent doc, String toPath, PropertyValue... propertyValue) throws Exc… in saveDocument() method in UnoApp
|
/trunk/main/basctl/source/inc/ |
H A D | scriptdocument.hxx | 475 bool saveDocument(
|
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ |
H A D | DocumentView.java | 275 FunctionHelper.saveDocument(xDocument); in save()
|
H A D | FunctionHelper.java | 630 public static void saveDocument(com.sun.star.lang.XComponent xDocument) in saveDocument() method in FunctionHelper
|