Home
last modified time | relevance | path

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

/trunk/main/tools/source/fsys/
H A Ddirent.cxx2577 ByteString aSName; in MakeShortName() local
2582 ( !aSName.Len() || *pc != ' ' || aSName.GetChar(aSName.Len()-1) != ' ' ) ) in MakeShortName()
2583 aSName += *pc; in MakeShortName()
2585 aSName.EraseTrailingChars(); in MakeShortName()
2588 aSName.EraseLeadingChars(); in MakeShortName()
2590 if ( !aSName.Len() ) in MakeShortName()
2591 aSName = "noname"; in MakeShortName()
2594 ByteString aNewName = aSName; in MakeShortName()
2610 aSName.Erase( nMaxLen-3 ); in MakeShortName()
2612 aSName += FSYS_SHORTNAME_DELIMITER; in MakeShortName()
[all …]
/trunk/main/xmloff/source/draw/
H A Dshapeimport.cxx192 …const OUString aSName( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.presentation.PresentationDocument… in XMLShapeImportHelper() local
193 mpImpl->mbIsPresentationShapesSupported = xInfo.is() && xInfo->supportsService( aSName ); in XMLShapeImportHelper()
/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx571 …String aSName = INetURLObject( GetStorageName(), INET_PROT_FILE).GetMainURL( INetURLObject::NO_DEC… in Store() local
572 DBG_ASSERT(aSName.Len() != 0, "Bad storage name"); in Store()
573 rSStream.WriteByteString( aSName ); in Store()

Completed in 38 milliseconds