appinit.cxx (2722cedd) appinit.cxx (85c309d6)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 249 unchanged lines hidden (view full) ---

258 if ( pCmdLine->GetAcceptString( aTmpString ))
259 conDcp = aTmpString;
260
261 // Headless mode for FAT Office
262 bHeadlessMode = pCmdLine->IsHeadless();
263 if ( bHeadlessMode )
264 Application::EnableHeadlessMode();
265
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 249 unchanged lines hidden (view full) ---

258 if ( pCmdLine->GetAcceptString( aTmpString ))
259 conDcp = aTmpString;
260
261 // Headless mode for FAT Office
262 bHeadlessMode = pCmdLine->IsHeadless();
263 if ( bHeadlessMode )
264 Application::EnableHeadlessMode();
265
266 if ( conDcp.getLength() > 0 )
266 // ConversionMode
267 if ( pCmdLine->IsConversionMode() )
268 Application::EnableConversionMode();
269
270 if ( conDcp.getLength() > 0 )
267 {
268 // accept incoming connections (scripting and one rvp)
269 RTL_LOGFILE_CONTEXT( aLog, "desktop (lo119109) desktop::Desktop::createAcceptor()" );
270 createAcceptor(conDcp);
271 }
272
273 // improves parallel processing on Sun ONE Webtop
274 // servicemanager up -> copy user installation

--- 206 unchanged lines hidden ---
271 {
272 // accept incoming connections (scripting and one rvp)
273 RTL_LOGFILE_CONTEXT( aLog, "desktop (lo119109) desktop::Desktop::createAcceptor()" );
274 createAcceptor(conDcp);
275 }
276
277 // improves parallel processing on Sun ONE Webtop
278 // servicemanager up -> copy user installation

--- 206 unchanged lines hidden ---