Searched refs:aLongName (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/sw/source/ui/inc/ |
H A D | glshell.hxx | 29 String aLongName; member in SwGlosDocShell 50 { aLongName = rLongName; } in SetLongName() 61 String aLongName; member in SwWebGlosDocShell 81 { aLongName = rLongName; } in SetLongName()
|
/aoo42x/main/shell/source/win32/shlxthandler/util/ |
H A D | utilities.cxx | 153 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()
|
/aoo42x/main/tools/source/fsys/ |
H A D | dirent.cxx | 2487 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 D | os2.cxx | 245 sal_Bool createLongNameEA( const PCSZ pszPath, ULONG ulAttributes, const String& aLongName );
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | docfile.hxx | 96 String aLongName; member in SfxMedium 289 { aLongName = rName; } in SetLongName() 290 SAL_DLLPRIVATE const String & GetLongName() const { return aLongName; } in GetLongName()
|
/aoo42x/main/sw/source/ui/misc/ |
H A D | glshell.cxx | 195 return ::lcl_Save( *GetWrtShell(), aGroupName, aShortName, aLongName ); in Save() 254 return ::lcl_Save( *GetWrtShell(), aGroupName, aShortName, aLongName ); in Save()
|
/aoo42x/main/shell/inc/internal/ |
H A D | utilities.hxx | 88 std::wstring getShortPathName( const std::wstring& aLongName );
|
/aoo42x/main/tools/source/stream/ |
H A D | strmos2.cxx | 485 sal_Bool createLongNameEA ( const PCSZ pszPath, sal_uIntPtr ulAttributes, const String& aLongName…
|
/aoo42x/main/sfx2/source/doc/ |
H A D | docvor.cxx | 1916 const SfxStringItem aLongName( SID_FILE_LONGNAME, pFocusBox->GetEntryText( pEntry ) ); in Dispatch_Impl() local 1922 &aName, &aLongName, &aReferer, &aTargetName, &aTemplateIndicator, 0L ); in Dispatch_Impl()
|
/aoo42x/main/sw/source/ui/dochdl/ |
H A D | gloshdl.cxx | 615 String aLongName = pGlossary->GetLongName( nFound ); in Expand() local
|
Completed in 55 milliseconds