app.cxx (d119d52d) app.cxx (24c56ab9)
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

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

548
549 return aBox.Execute();
550}
551
552//---------------------------------------------------------------------
553
554ResMgr* SfxApplication::CreateResManager( const char *pPrefix )
555{
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

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

548
549 return aBox.Execute();
550}
551
552//---------------------------------------------------------------------
553
554ResMgr* SfxApplication::CreateResManager( const char *pPrefix )
555{
556 String aMgrName = String::CreateFromAscii( pPrefix );
557 return ResMgr::CreateResMgr(U2S(aMgrName));
556 return ResMgr::CreateResMgr( pPrefix);
558}
559
560//---------------------------------------------------------------------
561
562SimpleResMgr* SfxApplication::CreateSimpleResManager()
563{
564 SimpleResMgr *pRet;
565 const AllSettings& rAllSettings = Application::GetSettings();

--- 256 unchanged lines hidden ---
557}
558
559//---------------------------------------------------------------------
560
561SimpleResMgr* SfxApplication::CreateSimpleResManager()
562{
563 SimpleResMgr *pRet;
564 const AllSettings& rAllSettings = Application::GetSettings();

--- 256 unchanged lines hidden ---