Home
last modified time | relevance | path

Searched refs:aLongName (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sw/source/ui/inc/
H A Dglshell.hxx29 String aLongName; member in SwGlosDocShell
50 { aLongName = rLongName; } in SetLongName()
61 String aLongName; member in SwWebGlosDocShell
81 { aLongName = rLongName; } in SetLongName()
/trunk/main/shell/source/win32/shlxthandler/util/
H A Dutilities.cxx153 std::wstring getShortPathName( const std::wstring& aLongName ) in getShortPathName() argument
155 std::wstring shortName = aLongName; in getShortPathName()
156 long length = GetShortPathName( aLongName.c_str(), NULL, 0 ); in getShortPathName()
161 length = GetShortPathName( aLongName.c_str(), buffer, length ); in getShortPathName()
/trunk/main/tools/source/fsys/
H A Ddirent.cxx2487 String aLongName(rLongName); in MakeShortName() local
2491 aLongName.EraseAllChars( '#' ); in MakeShortName()
2492 ByteString bLongName(aLongName, osl_getThreadTextEncoding()); in MakeShortName()
2503 for ( sal_uInt16 n = aLongName.Len(); n; --n ) in MakeShortName()
2505 short nChar = aLongName(n-1); in MakeShortName()
2507 aLongName.Erase( n-1, 1 ); in MakeShortName()
2521 if ( IsValidEntry_Impl( *this, aLongName, eKind, sal_False, bUseDelim ) ) in MakeShortName()
2523 operator+=( DirEntry(aLongName) ); in MakeShortName()
H A Dos2.cxx245 sal_Bool createLongNameEA( const PCSZ pszPath, ULONG ulAttributes, const String& aLongName );
/trunk/main/sfx2/inc/sfx2/
H A Ddocfile.hxx96 String aLongName; member in SfxMedium
289 { aLongName = rName; } in SetLongName()
290 SAL_DLLPRIVATE const String & GetLongName() const { return aLongName; } in GetLongName()
/trunk/main/sw/source/ui/misc/
H A Dglshell.cxx195 return ::lcl_Save( *GetWrtShell(), aGroupName, aShortName, aLongName ); in Save()
254 return ::lcl_Save( *GetWrtShell(), aGroupName, aShortName, aLongName ); in Save()
/trunk/main/shell/inc/internal/
H A Dutilities.hxx88 std::wstring getShortPathName( const std::wstring& aLongName );
/trunk/main/tools/source/stream/
H A Dstrmos2.cxx485 sal_Bool createLongNameEA ( const PCSZ pszPath, sal_uIntPtr ulAttributes, const String& aLongName
/trunk/main/sfx2/source/doc/
H A Ddocvor.cxx1916 const SfxStringItem aLongName( SID_FILE_LONGNAME, pFocusBox->GetEntryText( pEntry ) ); in Dispatch_Impl() local
1922 &aName, &aLongName, &aReferer, &aTargetName, &aTemplateIndicator, 0L ); in Dispatch_Impl()
/trunk/main/sw/source/ui/dochdl/
H A Dgloshdl.cxx615 String aLongName = pGlossary->GetLongName( nFound ); in Expand() local

Completed in 58 milliseconds