Searched refs:rLongName (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/sw/source/ui/inc/ |
H A D | glshell.hxx | 49 void SetLongName( const String& rLongName ) in SetLongName() argument 50 { aLongName = rLongName; } in SetLongName() 80 void SetLongName( const String& rLongName ) in SetLongName() argument 81 { aLongName = rLongName; } in SetLongName()
|
H A D | gloslst.hxx | 64 sal_Bool GetShortName(const String& rLongName,
|
H A D | gloshdl.hxx | 74 const String& rDestGroupName, const String& rLongName, sal_Bool bMove );
|
H A D | glosdoc.hxx | 136 void SaveGroupDoc(const String &rGrpName, const String& rLongName );
|
/aoo42x/main/sfx2/source/doc/ |
H A D | doctempl.cxx | 656 const String& rLongName // logischer Name des Eintrags in GetTemplatePath() 680 pEntry = pRegion->GetEntry( rLongName ); in GetTemplatePath() 693 aURLObj.insertName( rLongName, false, in GetTemplatePath() 712 const String& rLongName in GetDefaultTemplatePath() argument 738 pEntry = pRegion->GetEntry( rLongName ); in GetDefaultTemplatePath() 748 aURLObj.insertName( rLongName, false, in GetDefaultTemplatePath() 847 const String& rLongName, // logischer Name der neuen Vorlage in NewTemplate() argument 872 pEntry = pRegion->GetEntry( rLongName ); in NewTemplate() 880 if ( xTemplates->addTemplate( pRegion->GetTitle(), rLongName, rFileName ) ) in NewTemplate() 881 pRegion->AddEntry( rLongName, rFileName ); in NewTemplate()
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | doctempl.hxx | 83 String GetDefaultTemplatePath(const String &rLongName); 88 String GetTemplatePath(sal_uInt16 nRegion, const String &rLongName) const; 96 const String &rLongName,
|
/aoo42x/main/tools/source/fsys/ |
H A D | dirent.cxx | 2424 const String &rLongName, in IsValidEntry_Impl() argument 2439 DirEntry aName(rLongName, eStyle); in IsValidEntry_Impl() 2448 DirEntry aDosEntry( rLongName, FSYS_STYLE_FAT ); in IsValidEntry_Impl() 2456 rLongName.Search(DirEntry::GetAccessDelimiter()) != STRING_NOTFOUND || in IsValidEntry_Impl() 2457 (!bIsShortened && rLongName.Search(cDelim) != STRING_NOTFOUND) in IsValidEntry_Impl() 2484 sal_Bool DirEntry::MakeShortName( const String& rLongName, DirEntryKind eKind, in MakeShortName() argument 2487 String aLongName(rLongName); in MakeShortName()
|
/aoo42x/main/sw/source/ui/utlui/ |
H A D | gloslst.cxx | 162 sal_Bool SwGlossaryList::GetShortName(const String& rLongName, in GetShortName() argument 179 if((rLongName == sLong)) in GetShortName()
|
/aoo42x/main/sw/source/ui/dochdl/ |
H A D | gloshdl.cxx | 274 const String& rDestGroupName, const String& rLongName, sal_Bool bMove ) in CopyOrMove() argument 289 sal_uLong nRet = pSourceGroup->CopyBlock( *pDestGroup, rSourceShortName, rLongName ); in CopyOrMove()
|
/aoo42x/main/sfx2/source/appl/ |
H A D | appopen.cxx | 227 const String &rLongName, in SetTemplate_Impl() argument 232 pDoc->ResetFromTemplate( rLongName, rFileName ); in SetTemplate_Impl()
|
/aoo42x/main/tools/inc/tools/ |
H A D | fsys.hxx | 326 sal_Bool MakeShortName( const String& rLongName,
|
Completed in 52 milliseconds