Searched refs:pShortName (Results 1 – 3 of 3) sorted by relevance
187 const sal_Unicode* pShortName = NULL; in deleteAllLinkReferences() local201 pShortName = 0; in deleteAllLinkReferences()203 pShortName = pTmpName+nIndex; in deleteAllLinkReferences()205 while (pShortName && pShortName[1] == L'%') in deleteAllLinkReferences()207 nIndex = rtl_ustr_indexOfChar( pShortName+2, '%' ); in deleteAllLinkReferences()209 pShortName = 0; in deleteAllLinkReferences()211 pShortName += nIndex+2; in deleteAllLinkReferences()214 if (pShortName) in deleteAllLinkReferences()216 aLinkName = aLinkName.copy(0, pShortName - pTmpName); in deleteAllLinkReferences()261 const sal_Unicode* pShortName; in prepareLink() local[all …]
69 const char* pShortName; // Objekt-Kurzname member in SfxObjectFactory75 … SfxObjectFactory( const SvGlobalName &rName, SfxObjectShellFlags nFlags, const char* pShortName );80 const char* GetShortName() const { return pShortName; } in GetShortName()82 String GetFactoryName() const { return String::CreateFromAscii( pShortName ); } in GetFactoryName()
112 ) : pShortName( pName ), in SfxObjectFactory()119 String aShortName( String::CreateFromAscii( pShortName ) ); in SfxObjectFactory()381 SfxFilterMatcher aMatcher ( String::CreateFromAscii( pShortName ) ); in GetTemplateFilter()