Searched refs:aAppName (Results 1 – 9 of 9) sorted by relevance
/trunk/main/filter/source/msfilter/ |
H A D | msoleexp.cxx | 57 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()
|
/trunk/main/svl/source/items/ |
H A D | style.cxx | 594 : 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/desktop/source/app/ |
H A D | app.cxx | 3543 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/sfx2/source/doc/ |
H A D | objembed.cxx | 204 String aAppName, aShortName; in FillTransferableObjectDescriptor() local 205 …FillClass( &rDesc.maClassName, &nClipFormat, &aAppName, &rDesc.maTypeName, &aShortName, SOFFICE_FI… in FillTransferableObjectDescriptor()
|
H A D | objstor.cxx | 338 String aFullTypeName, aShortTypeName, aAppName; in SetupStorage() local 341 …FillClass( &aName, &nClipFormat, &aAppName, &aFullTypeName, &aShortTypeName, nVersion, bTemplate ); in SetupStorage()
|
/trunk/main/svl/inc/svl/ |
H A D | style.hxx | 212 String aAppName; member in SfxStyleSheetBasePool 231 const String& GetAppName() const { return aAppName; } in GetAppName()
|
/trunk/main/vcl/unx/gtk/app/ |
H A D | gtkdata.cxx | 637 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/sc/source/ui/docshell/ |
H A D | impex.cxx | 529 String aAppName = Application::GetAppName(); in ExportStream() local 531 WriteUnicodeOrByteString( rStrm, aAppName, sal_True ); in ExportStream()
|
/trunk/main/sw/source/ui/app/ |
H A D | docsh.cxx | 491 String aAppName, aLongUserName, aUserName; in SaveAs() local
|
Completed in 140 milliseconds