/aoo41x/main/sw/source/ui/dochdl/ |
H A D | gloshdl.cxx | 383 sal_Bool bRet = pBlock->GetIndex( rShortName ) != (sal_uInt16) -1; in HasShortName() 452 sal_Bool SwGlossaryHdl::DelGlossary(const String &rShortName) in DelGlossary() argument 460 sal_uInt16 nIdx = pGlossary->GetIndex( rShortName ); in DelGlossary() 510 sal_Bool SwGlossaryHdl::Expand( const String& rShortName, in Expand() argument 515 String aShortName( rShortName ); in Expand() 541 if( rSCmp.isEqual( rShortName, sEntry )) in Expand() 703 void SwGlossaryHdl::SetMacros(const String& rShortName, in SetMacros() argument 716 sal_uInt16 nIdx = pGlos->GetIndex( rShortName ); in SetMacros() 724 void SwGlossaryHdl::GetMacros( const String &rShortName, in GetMacros() argument 732 sal_uInt16 nIndex = pGlos->GetIndex( rShortName ); in GetMacros() [all …]
|
H A D | selglos.cxx | 46 SwSelGlossaryDlg::SwSelGlossaryDlg(Window * pParent, const String &rShortName) in SwSelGlossaryDlg() argument 55 sText += rShortName; in SwSelGlossaryDlg()
|
/aoo41x/main/sw/source/core/crsr/ |
H A D | crossrefbookmark.cxx | 38 const OUString& rShortName, in CrossRefBookmark() argument 40 : Bookmark(rPaM, rCode, rName, rShortName) in CrossRefBookmark() 72 const OUString& rShortName) in CrossRefHeadingBookmark() argument 73 …: CrossRefBookmark(rPaM, rCode, rName, rShortName, IDocumentMarkAccess::GetCrossRefHeadingBookmark… in CrossRefHeadingBookmark() 84 const OUString& rShortName) in CrossRefNumItemBookmark() argument 85 : CrossRefBookmark(rPaM, rCode, rName, rShortName, our_sNamePrefix) in CrossRefNumItemBookmark()
|
H A D | crbm.cxx | 96 const ::rtl::OUString& rShortName, in SetBookmark() 108 pBookmark->SetShortName(rShortName); in SetBookmark()
|
H A D | bookmrk.cxx | 260 const ::rtl::OUString& rShortName) in Bookmark() 264 , m_sShortName(rShortName) in Bookmark()
|
/aoo41x/main/package/source/zippackage/ |
H A D | ZipPackageFolder.cxx | 97 const ::rtl::OUString &rShortName = (*aCI).first; in LookForUnexpectedODF12Streams() local 117 … if ( !rShortName.equals( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "manifest.xml" ) ) ) in LookForUnexpectedODF12Streams() 118 … && rShortName.indexOf( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "signatures" ) ) ) == -1 ) in LookForUnexpectedODF12Streams() 131 … || !rShortName.equals( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "mimetype" ) ) ) ) in LookForUnexpectedODF12Streams() 155 const ::rtl::OUString &rShortName = (*aCI).first; in setChildStreamsTypeByExtension() local 162 sal_Int32 nPathLength = rShortName.getLength(); in setChildStreamsTypeByExtension() 164 if ( nPathLength >= nExtLength && rShortName.match( aExt, nPathLength - nExtLength ) ) in setChildStreamsTypeByExtension() 325 …::rtl::OUString sTempName = rPath + rShortName + ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "/… in saveChild() 352 pTempEntry->sPath = rPath + rShortName; in saveChild() 730 const ::rtl::OUString &rShortName = (*aCI).first; in saveContents() local [all …]
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | gloshdl.hxx | 49 SW_DLLPRIVATE sal_Bool Expand( const String& rShortName, 75 sal_Bool HasShortName(const String &rShortName) const; 78 sal_Bool NewGlossary(const String &rName, const String &rShortName, 81 sal_Bool CopyToClipboard(SwWrtShell& rSh, const String& rShortName); 90 void GetMacros(const String& rShortName,
|
H A D | glossary.hxx | 163 void ShowAutoText(const String& rGroup, const String& rShortName); 166 sal_Bool GetResumeData(String& rGroup, String& rShortName) in GetResumeData() argument 167 {rGroup = sResumeGroup; rShortName = sResumeShortName; return bResume;} in GetResumeData() 168 void SetResumeData(const String& rGroup, const String& rShortName) in SetResumeData() argument 169 {sResumeGroup = rGroup; sResumeShortName = rShortName; bResume = sal_True;} in SetResumeData()
|
H A D | glshell.hxx | 51 void SetShortName( const String& rShortName ) in SetShortName() argument 52 { aShortName = rShortName; } in SetShortName() 82 void SetShortName( const String& rShortName ) in SetShortName() argument 83 { aShortName = rShortName; } in SetShortName()
|
H A D | gloslst.hxx | 65 String& rShortName, String& rGroupName ); 70 String GetBlockName(sal_uInt16 nGroup, sal_uInt16 nBlock, String& rShortName);
|
H A D | selglos.hxx | 50 SwSelGlossaryDlg(Window * pParent, const String &rShortName);
|
H A D | glosdoc.hxx | 135 …SwDocShellRef EditGroupDoc(const String &rGrpName, const String& rShortName, sal_Bool bShow = sal_…
|
/aoo41x/main/sw/source/core/edit/ |
H A D | edglss.cxx | 63 …nt16 SwEditShell::MakeGlossary( SwTextBlocks& rBlks, const String& rName, const String& rShortName, in MakeGlossary() argument 79 nRet = rBlks.PutText( rShortName, rName, *pOnlyTxt ); in MakeGlossary() 83 if( rBlks.BeginPutDoc( rShortName, rName ) ) in MakeGlossary() 99 const String& rShortName, in SaveGlossaryDoc() argument 142 nRet = rBlock.PutText( rShortName, rName, sBuf ); in SaveGlossaryDoc() 147 if( rBlock.BeginPutDoc( rShortName, rName ) ) in SaveGlossaryDoc()
|
/aoo41x/main/sw/source/ui/misc/ |
H A D | glshell.cxx | 268 SwDocShellRef SwGlossaries::EditGroupDoc( const String& rGroup, const String& rShortName, sal_Bool … in SV_IMPL_REF() 278 String sLongName = pGroup->GetLongName(pGroup->GetIndex( rShortName )); in SV_IMPL_REF() 286 pDocSh->SetShortName( rShortName); in SV_IMPL_REF() 295 pDocSh->SetShortName( rShortName ); in SV_IMPL_REF() 309 xDocSh->GetWrtShell()->InsertGlossary( *pGroup, rShortName ); in SV_IMPL_REF()
|
/aoo41x/main/sw/source/ui/utlui/ |
H A D | gloslst.cxx | 163 String& rShortName, String& rGroupName ) in GetShortName() argument 195 rShortName = pTriple->sShort; in GetShortName() 216 rShortName = pTriple->sShort; in GetShortName() 281 String SwGlossaryList::GetBlockName(sal_uInt16 nGroup, sal_uInt16 nBlock, String& rShortName) in GetBlockName() argument 287 rShortName = pGroup->sShortNames.GetToken(nBlock, STRING_DELIM); in GetBlockName()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | crossrefbookmark.hxx | 40 const ::rtl::OUString& rShortName, 75 const ::rtl::OUString& rShortName); 86 const ::rtl::OUString& rShortName);
|
H A D | bookmrk.hxx | 181 const ::rtl::OUString& rShortName); 188 virtual void SetShortName(const ::rtl::OUString& rShortName) in SetShortName() argument 189 { m_sShortName = rShortName; } in SetShortName()
|
/aoo41x/main/unotools/source/config/ |
H A D | fontcfg.cxx | 790 void FontSubstConfiguration::getMapName( const String& rOrgName, String& rShortName, in getMapName() argument 793 rShortName = rOrgName; in getMapName() 799 ImplKillLeading( rShortName, aImplKillLeadingList ); in getMapName() 802 ImplKillTrailing( rShortName, aImplKillTrailingList ); in getMapName() 803 ImplKillTrailingWithExceptions( rShortName, aImplKillTrailingWithExceptionsList ); in getMapName() 805 rFamilyName = rShortName; in getMapName()
|
/aoo41x/main/svtools/source/filter/ |
H A D | FilterConfigCache.cxx | 382 sal_uInt16 FilterConfigCache::GetImportFormatNumberForShortName( const String& rShortName ) in GetImportFormatNumberForShortName() argument 387 if ( aIter->GetShortName().EqualsIgnoreCaseAscii( rShortName ) ) in GetImportFormatNumberForShortName() 504 sal_uInt16 FilterConfigCache::GetExportFormatNumberForShortName( const String& rShortName ) in GetExportFormatNumberForShortName() argument 509 if ( aIter->GetShortName().EqualsIgnoreCaseAscii( rShortName ) ) in GetExportFormatNumberForShortName()
|
H A D | FilterConfigCache.hxx | 101 sal_uInt16 GetImportFormatNumberForShortName( const String& rShortName ); 120 sal_uInt16 GetExportFormatNumberForShortName( const String& rShortName );
|
H A D | filter.cxx | 1201 sal_uInt16 GraphicFilter::GetImportFormatNumberForShortName( const String& rShortName ) in GetImportFormatNumberForShortName() argument 1203 return pConfig->GetImportFormatNumberForShortName( rShortName ); in GetImportFormatNumberForShortName() 1286 sal_uInt16 GraphicFilter::GetExportFormatNumberForShortName( const String& rShortName ) in GetExportFormatNumberForShortName() argument 1288 return pConfig->GetExportFormatNumberForShortName( rShortName ); in GetExportFormatNumberForShortName()
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | filter.hxx | 291 sal_uInt16 GetImportFormatNumberForShortName( const String& rShortName ); 303 sal_uInt16 GetExportFormatNumberForMediaType( const String& rShortName ); 304 sal_uInt16 GetExportFormatNumberForShortName( const String& rShortName );
|
/aoo41x/main/editeng/source/items/ |
H A D | flditem.cxx | 847 const XubString& rShortName, in SvxAuthorField() argument 852 aShortName = rShortName; in SvxAuthorField()
|
/aoo41x/main/sw/inc/ |
H A D | editsh.hxx | 649 const String& rShortName, sal_Bool bSaveRelFile = sal_False, 653 const String& rShortName,
|
/aoo41x/main/vcl/inc/ |
H A D | outfont.hxx | 232 …vFontListData* ImplFindByAliasName( const String& rSearchName, const String& rShortName ) const;
|