Home
last modified time | relevance | path

Searched refs:aAppName (Results 1 – 9 of 9) sorted by last modified time

/trunk/main/sw/source/ui/app/
H A Ddocsh.cxx491 String aAppName, aLongUserName, aUserName; in SaveAs() local
/trunk/main/sc/source/ui/docshell/
H A Dimpex.cxx529 String aAppName = Application::GetAppName(); in ExportStream() local
531 WriteUnicodeOrByteString( rStrm, aAppName, sal_True ); in ExportStream()
/trunk/main/desktop/source/app/
H A Dapp.cxx3543 OUString aAppName; in OpenSplashScreen() local
3545 aAppName = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "writer" )); in OpenSplashScreen()
3547 aAppName = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "calc" )); in OpenSplashScreen()
3549 aAppName = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "draw" )); in OpenSplashScreen()
3551 aAppName = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "impress" )); in OpenSplashScreen()
3553 aAppName = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "base" )); in OpenSplashScreen()
3555 aAppName = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "global" )); in OpenSplashScreen()
3557 aAppName = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "math" )); in OpenSplashScreen()
3559 aAppName = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "web" )); in OpenSplashScreen()
3564 aSeq[1] <<= aAppName; in OpenSplashScreen()
/trunk/main/svl/source/items/
H A Dstyle.cxx594 : aAppName(r.GetName()) in SfxStyleSheetBasePool()
609 , aAppName(r.aAppName) in SfxStyleSheetBasePool()
912 aAppName = rPool.GetName(); in Load()
1002 aAppName = rPool.GetName(); in Load1_Impl()
/trunk/main/vcl/unx/gtk/app/
H A Dgtkdata.cxx637 rtl::OUString aAppName = Application::GetAppName(); in Init() local
638 if( aAppName.getLength() > 0 ) in Init()
640 rtl::OString aPrgName = rtl::OUStringToOString(aAppName, aEnc); in Init()
/trunk/main/svl/inc/svl/
H A Dstyle.hxx212 String aAppName; member in SfxStyleSheetBasePool
231 const String& GetAppName() const { return aAppName; } in GetAppName()
/trunk/main/sfx2/source/doc/
H A Dobjembed.cxx204 String aAppName, aShortName; in FillTransferableObjectDescriptor() local
205 …FillClass( &rDesc.maClassName, &nClipFormat, &aAppName, &rDesc.maTypeName, &aShortName, SOFFICE_FI… in FillTransferableObjectDescriptor()
H A Dobjstor.cxx338 String aFullTypeName, aShortTypeName, aAppName; in SetupStorage() local
341 …FillClass( &aName, &nClipFormat, &aAppName, &aFullTypeName, &aShortTypeName, nVersion, bTemplate ); in SetupStorage()
/trunk/main/filter/source/msfilter/
H A Dmsoleexp.cxx57 SvGlobalName GetEmbeddedVersion( const SvGlobalName& aAppName ) in GetEmbeddedVersion() argument
59 if ( aAppName == SvGlobalName( SO3_SM_CLASSID_60 ) ) in GetEmbeddedVersion()
61 else if ( aAppName == SvGlobalName( SO3_SW_CLASSID_60 ) ) in GetEmbeddedVersion()
63 else if ( aAppName == SvGlobalName( SO3_SC_CLASSID_60 ) ) in GetEmbeddedVersion()
65 else if ( aAppName == SvGlobalName( SO3_SDRAW_CLASSID_60 ) ) in GetEmbeddedVersion()
67 else if ( aAppName == SvGlobalName( SO3_SIMPRESS_CLASSID_60 ) ) in GetEmbeddedVersion()
69 else if ( aAppName == SvGlobalName( SO3_SCH_CLASSID_60 ) ) in GetEmbeddedVersion()

Completed in 101 milliseconds