When creating a new document, users can set a "DocumentTitle" ( https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1document_1_1MediaDescriptor.html#a30b085fcd9a9cf8698c57c6c74f315b2 ), which is documented as "This parameter can be used to specify a title for a document". It is also set for a recovered document ( see StorageFilterDetect::detect at https://opengrok.libreoffice.org/xref/core/filter/source/storagefilterdetect/filterdetect.cxx?r=b1560344&mo=4839&fi=86#141 ). When setting that, the frame title still shows "Untitled x" (possibly with "(Recovered document)"). Instead it should display the name given as DocumentTitle (if available).
https://gerrit.libreoffice.org/c/core/+/159904
For a test: open attachment 121217 [details] using "Word 2010-365 Document" filter explicitly. This sets the respective property in MediaDescriptor in https://opengrok.libreoffice.org/xref/core/sfx2/source/doc/sfxbasemodel.cxx?r=baecfd21#2003.
Mike Kaganski committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/6ea42a11669e2b3d3a10dd5eb199f45d6050c86b tdf#158396: show DocumentTitle when set in MediaDescriptor It will be available in 24.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Mike Kaganski committed a patch related to this issue. It has been pushed to "libreoffice-7-6": https://git.libreoffice.org/core/commit/e9b7aa5c8246e9e199011e2636d79f00efb79b9e tdf#158396: show DocumentTitle when set in MediaDescriptor It will be available in 7.6.4. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.