Home
last modified time | relevance | path

Searched refs:pShortName (Results 1 – 3 of 3) sorted by relevance

/trunk/main/stoc/source/implementationregistration/
H A Dimplreg.cxx201 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() local
264 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 …]
/trunk/main/sfx2/inc/sfx2/
H A Ddocfac.hxx69 const char* pShortName; // Objekt-Kurzname member in SfxObjectFactory
75 … 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()
/trunk/main/sfx2/source/doc/
H A Ddocfac.cxx112 ) : pShortName( pName ), in SfxObjectFactory()
119 String aShortName( String::CreateFromAscii( pShortName ) ); in SfxObjectFactory()
381 SfxFilterMatcher aMatcher ( String::CreateFromAscii( pShortName ) ); in GetTemplateFilter()

Completed in 25 milliseconds