Searched refs:aCreationDateString (Results 1 – 1 of 1) sorted by relevance
1916 aCreationDateString.append( "D:" ); in computeDocumentIdentifier()1920 aCreationDateString.append( (sal_Char)('0' + ((aDT.Year)%10)) ); in computeDocumentIdentifier()1922 aCreationDateString.append( (sal_Char)('0' + ((aDT.Month)%10)) ); in computeDocumentIdentifier()1924 aCreationDateString.append( (sal_Char)('0' + ((aDT.Day)%10)) ); in computeDocumentIdentifier()1961 aCreationDateString.append( "-" ); in computeDocumentIdentifier()1967 aCreationDateString.append( "+" ); in computeDocumentIdentifier()1973 aCreationDateString.append( "Z" ); in computeDocumentIdentifier()1981 aCreationDateString.append( "'" ); in computeDocumentIdentifier()1991 aCreationDateString.append( "'" ); in computeDocumentIdentifier()1992 aID.append( aCreationDateString.getStr(), aCreationDateString.getLength() ); in computeDocumentIdentifier()[all …]
Completed in 152 milliseconds