Lines Matching refs:aComment
365 OUString aComment = aResourceFileCommentBase; in implCreateStringResource() local
366 aComment += aLibName; in implCreateStringResource()
375 aArgs[4] <<= aComment; in implCreateStringResource()
419 aArgs[4] <<= aComment; in implCreateStringResource()
587 OUString aComment = aResourceFileCommentBase; in storeResourcesAsURL() local
589 aComment += m_aName; in storeResourcesAsURL()
593 m_xStringResourcePersistence->setComment( aComment ); in storeResourcesAsURL()
605 OUString aComment = aResourceFileCommentBase; in storeResourcesToURL() local
606 aComment += m_aName; in storeResourcesToURL()
611 ( URL, aResourceFileNameBase, aComment, xHandler ); in storeResourcesToURL()
618 OUString aComment = aResourceFileCommentBase; in storeResourcesToStorage() local
619 aComment += m_aName; in storeResourcesToStorage()
624 ( xStorage, aResourceFileNameBase, aComment ); in storeResourcesToStorage()