/aoo42x/main/qadevOOo/objdsc/fwk/ |
H A D | com.sun.star.comp.framework.Desktop.csv | 2 "Desktop";"com::sun::star::lang::XComponent";"dispose()" 5 "Desktop";"com::sun::star::frame::Frame";"Title" 9 "Desktop";"com::sun::star::frame::XFrame";"initialize()" 11 "Desktop";"com::sun::star::frame::XFrame";"setCreator()" 12 "Desktop";"com::sun::star::frame::XFrame";"getCreator()" 13 "Desktop";"com::sun::star::frame::XFrame";"getName()" 14 "Desktop";"com::sun::star::frame::XFrame";"setName()" 15 "Desktop";"com::sun::star::frame::XFrame";"findFrame()" 16 "Desktop";"com::sun::star::frame::XFrame";"isTop()" 17 "Desktop";"com::sun::star::frame::XFrame";"activate()" [all …]
|
/aoo42x/main/framework/source/services/ |
H A D | desktop.cxx | 166 DEFINE_INIT_SERVICE ( Desktop, in DEFINE_XINTERFACE_15() 238 Desktop::Desktop( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory ) 287 Desktop::~Desktop() in ~Desktop() 294 sal_Bool SAL_CALL Desktop::terminate() in terminate() 1179 void SAL_CALL Desktop::dispose() in dispose() 1480 ::rtl::OUString SAL_CALL Desktop::getUntitledPrefix() in getUntitledPrefix() 1808 void Desktop::impl_sendQueryTerminationEvent(Desktop::TTerminateListenerList& lCalledListener, in impl_sendQueryTerminationEvent() 1849 void Desktop::impl_sendCancelTerminationEvent(const Desktop::TTerminateListenerList& lCalledListene… in impl_sendCancelTerminationEvent() 1854 Desktop::TTerminateListenerList::const_iterator pIt; in impl_sendCancelTerminationEvent() 1874 void Desktop::impl_sendNotifyTerminationEvent() in impl_sendNotifyTerminationEvent() [all …]
|
/aoo42x/main/desktop/source/app/ |
H A D | app.cxx | 254 if ( !Desktop::pResMgr ) in GetDesktopResManager() 292 return Desktop::pResMgr; in GetDesktopResManager() 972 Desktop::Desktop() in Desktop() function in desktop::Desktop 980 Desktop::~Desktop() in ~Desktop() 984 void Desktop::Init() in Init() 1066 void Desktop::DeInit() in DeInit() 1829 void Desktop::Main() in Main() 2266 void Desktop::doShutdown() in doShutdown() 2941 void Desktop::OpenClients() in OpenClients() 3240 void Desktop::OpenDefault() in OpenDefault() [all …]
|
H A D | appinit.cxx | 203 Reference< XMultiServiceFactory > Desktop::CreateApplicationServiceManager() in CreateApplicationServiceManager() 221 void Desktop::DestroyApplicationServiceManager( Reference< XMultiServiceFactory >& xSMgr ) in DestroyApplicationServiceManager() 240 void Desktop::RegisterServices( Reference< XMultiServiceFactory >& xSMgr ) in RegisterServices() 319 void Desktop::createAcceptor(const OUString& aAcceptString) in createAcceptor() 364 void Desktop::enableAcceptors() in enableAcceptors() 378 void Desktop::destroyAcceptor(const OUString& aAcceptString) in destroyAcceptor() 399 void Desktop::DeregisterServices() in DeregisterServices() 405 void Desktop::CreateTemporaryDirectory() in CreateTemporaryDirectory() 471 void Desktop::RemoveTemporaryDirectory() in RemoveTemporaryDirectory()
|
H A D | appfirststart.cxx | 48 OUString Desktop::GetLicensePath() in GetLicensePath() 107 sal_Bool Desktop::LicenseNeedsAcceptance() in LicenseNeedsAcceptance() 204 if ( ! Desktop::LicenseNeedsAcceptance() ) in impl_isLicenseAccepted() 217 OUString aLicenseURL = Desktop::GetLicensePath(); in impl_isLicenseAccepted() 246 sal_Bool Desktop::IsFirstStartWizardNeeded() in IsFirstStartWizardNeeded() 251 void Desktop::FinishFirstStart() in FinishFirstStart() 277 void Desktop::EnableQuickstart() in EnableQuickstart() 291 void Desktop::DoRestartActionsIfNecessary( sal_Bool bQuickStart ) in DoRestartActionsIfNecessary() 323 void Desktop::SetRestartState() in SetRestartState()
|
H A D | check_ext_deps.cxx | 76 Desktop *mpDesktop; 81 SilentCommandEnv( Desktop* pDesktop ); 104 SilentCommandEnv::SilentCommandEnv( Desktop* pDesktop ) in SilentCommandEnv() 413 sal_Bool Desktop::CheckExtensionDependencies() in CheckExtensionDependencies() 423 void Desktop::SynchronizeExtensionRepositories() in SynchronizeExtensionRepositories()
|
H A D | officeipcthread.cxx | 262 Desktop::HandleAppEvent( *((ApplicationEvent*)pEvent) ); in IMPL_STATIC_LINK_NOINSTANCE() 726 CommandLineArgs *pCurrentCmdLineArgs = Desktop::GetCommandLineArgs(); in run() 740 if ( aCmdLineArgs->GetAcceptString(aAcceptString) && Desktop::CheckOEM()) { in run() 795 if ( aCmdLineArgs->HasModuleParam() && Desktop::CheckOEM() && (!bDocRequestSent)) in run() 824 if (!aCmdLineArgs->IsQuickstart() && Desktop::CheckOEM()) { in run() 869 if ( bDocRequestSent && Desktop::CheckOEM()) in run()
|
H A D | configinit.cxx | 53 using desktop::Desktop; 81 ResMgr* pResMgr = Desktop::GetDesktopResManager(); in getMsgString()
|
/aoo42x/main/framework/qa/unoapi/ |
H A D | knownissues.xcl | 26 fwk.Desktop::com::sun::star::lang::XComponent 63 fwk.Desktop::com::sun::star::frame::XFramesSupplier 69 fwk.Desktop::com::sun::star::frame::XDesktop 79 fwk.Desktop::com::sun::star::frame::XComponentLoader
|
/aoo42x/main/wizards/com/sun/star/wizards/report/ |
H A D | ReportFinalizer.java | 29 import com.sun.star.wizards.common.Desktop; 74 Desktop odesktop = new Desktop(); in ReportFinalizer() 198 DefaultName = Desktop.getUniqueName(_CurDBMetaData.getReportDocuments(), FirstCommandName); in initialize()
|
/aoo42x/main/wizards/com/sun/star/wizards/web/ |
H A D | TOCPreview.java | 32 import com.sun.star.wizards.common.Desktop; 83 openHyperlink = Desktop.getDispatchURL(xmsf, ".uno:OpenHyperlink"); in TOCPreview() 84 xDispatch = Desktop.getDispatcher(xmsf, xFrame, "_top", openHyperlink); in TOCPreview()
|
H A D | WebWizard.java | 32 import com.sun.star.wizards.common.Desktop; 57 XMultiServiceFactory xmsf = Desktop.connect(ConnectStr); in main()
|
H A D | CallWizard.java | 36 import com.sun.star.wizards.common.Desktop; 282 XMultiServiceFactory xmsf = Desktop.connect(ConnectStr); in main()
|
/aoo42x/main/desktop/inc/ |
H A D | app.hxx | 60 class Desktop : public Application class 86 Desktop(); 87 ~Desktop();
|
/aoo42x/main/wizards/com/sun/star/wizards/db/ |
H A D | DatabaseObjectWizard.java | 38 import com.sun.star.wizards.common.Desktop; 76 m_frame = Desktop.getActiveFrame( xMSF ); in DatabaseObjectWizard() 159 final XMultiServiceFactory serviceFactory = Desktop.connect(ConnectStr); in executeWizardFromCommandLine()
|
/aoo42x/main/wizards/com/sun/star/wizards/common/ |
H A D | Desktop.java | 58 public class Desktop class 62 public Desktop() in Desktop() method in Desktop 249 i = Desktop.checkforfirstSpecialCharacter(_xMSF, snewname, _aLocale); in removeSpecialCharacters() 482 …for (XEnumeration e = Desktop.getDesktop(xMSF).getComponents().createEnumeration(); e.hasMoreEleme… in findAFrame()
|
/aoo42x/main/wizards/com/sun/star/wizards/text/ |
H A D | TextTableHandler.java | 45 import com.sun.star.wizards.common.Desktop; 239 Desktop.dispatchURL(_xMSF, ".Uno:DistributeColumns", xFrame); in adjustOptimalTableWidths() 240 Desktop.dispatchURL(_xMSF, ".Uno:SetOptimalColumnWidth", xFrame); in adjustOptimalTableWidths()
|
H A D | TextDocument.java | 69 import com.sun.star.wizards.common.Desktop; 125 XDesktop xDesktop = Desktop.getDesktop(xMSF); in TextDocument() 173 XDesktop xDesktop = Desktop.getDesktop(xMSF); in TextDocument() 316 XDesktop xDesktop = Desktop.getDesktop(xMSF); in TextDocument()
|
/aoo42x/main/framework/inc/services/ |
H A D | desktop.hxx | 134 class Desktop : // interfaces class 165 Desktop( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory ); 166 virtual ~Desktop( );
|
/aoo42x/main/wizards/com/sun/star/wizards/table/ |
H A D | CGTable.java | 28 import com.sun.star.wizards.common.Desktop; 82 …fieldnames[i] = Desktop.removeSpecialCharacters(xMSF, Configuration.getOfficeLocale(xMSF), fieldna… in getFieldNames()
|
/aoo42x/main/scp2/source/ooo/ |
H A D | module_systemint.ulf | 25 en-US = "Desktop integration" 28 en-US = "Desktop integration of %PRODUCTNAME %PRODUCTVERSION."
|
/aoo42x/main/wizards/com/sun/star/wizards/document/ |
H A D | OfficeDocument.java | 109 Desktop.dispatchURL(xMSF, ".uno:CloseDoc", xFrame); in dispose() 181 XFrame xF = UnoRuntime.queryInterface(XFrame.class, Desktop.getDesktop(xMSF)); in createNewFrame() 257 Desktop.getDesktop(xMSF).addTerminateListener(listener); in createNewPreviewFrame()
|
/aoo42x/main/framework/test/ |
H A D | test_componentenumeration.bas | 23 rem These two classes are used for "framework/baeh_services/Desktop::getComponents()" only. 34 msgbox "Error: Desktop return null reference as enumeration access to all tree components!"
|
/aoo42x/main/wizards/com/sun/star/wizards/form/ |
H A D | Finalizer.java | 27 import com.sun.star.wizards.common.Desktop; 111 …txtFormName.setText(Desktop.getUniqueName(_oFormDocument.oMainFormDBMetaData.getFormDocuments(), _… in initialize()
|
/aoo42x/main/wizards/com/sun/star/wizards/agenda/ |
H A D | AgendaWizardDialogImpl.java | 43 import com.sun.star.wizards.common.Desktop; 285 XMultiServiceFactory xLocMSF = Desktop.connect(ConnectStr); in main() 533 …Object oDoc = OfficeDocument.load(Desktop.getDesktop(xMSF), sPath, "_default", new PropertyValue[0… in finishWizard()
|