Home
last modified time | relevance | path

Searched refs:rCodedIdentifier (Results 1 – 2 of 2) sorted by relevance

/trunk/main/tools/bootstrp/
H A Dmkcreate.cxx86 const ByteString &rCodedIdentifier, sal_uInt16 nOperatingSystems ) in AddCodedDependency() argument
93 pReturn = new CodedDependency( rCodedIdentifier, nOperatingSystems ); in AddCodedDependency()
98 pCodedDependencies->IsString( (ByteString *) (& rCodedIdentifier) ); in AddCodedDependency()
101 new CodedDependency( rCodedIdentifier, nOperatingSystems ); in AddCodedDependency()
107 pReturn->TryToMerge( rCodedIdentifier, nOperatingSystems ); in AddCodedDependency()
115 const ByteString &rCodedIdentifier, sal_uInt16 nOperatingSystems ) in AddCodedIdentifier() argument
122 pReturn = new CodedDependency( rCodedIdentifier, nOperatingSystems ); in AddCodedIdentifier()
127 pCodedIdentifier->IsString( ( ByteString *) (& rCodedIdentifier) ); in AddCodedIdentifier()
130 new CodedDependency( rCodedIdentifier, nOperatingSystems ); in AddCodedIdentifier()
136 pReturn->TryToMerge( rCodedIdentifier, nOperatingSystems ); in AddCodedIdentifier()
[all …]
/trunk/main/tools/inc/bootstrp/
H A Dmkcreate.hxx51 const ByteString &rCodedIdentifier, // the coded name of the directory in CodedDependency() argument
54 ByteString( rCodedIdentifier ), in CodedDependency()
76 const ByteString &rCodedIdentifier, // the coded name of the directory in TryToMerge() argument
80 if ( rCodedIdentifier != *this ) in TryToMerge()
211 const ByteString &rCodedIdentifier, // the coded name of the directory
225 const ByteString &rCodedIdentifier, // the coded name of the directory

Completed in 49 milliseconds