Searched refs:pShortName (Results 1 – 3 of 3) sorted by relevance
201 pShortName = 0; in deleteAllLinkReferences()205 while (pShortName && pShortName[1] == L'%') in deleteAllLinkReferences()209 pShortName = 0; in deleteAllLinkReferences()214 if (pShortName) in deleteAllLinkReferences()261 const sal_Unicode* pShortName; in prepareLink() local264 pShortName = 0; in prepareLink()266 pShortName = pTmpName+nIndex; in prepareLink()271 while (pShortName && pShortName[1] == L'%') in prepareLink()275 pShortName = 0; in prepareLink()277 pShortName += nIndex+2; in prepareLink()[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()
Completed in 29 milliseconds