Hello everyone,
Is there a possibility of creating a new document (calc or writer) using a macro and automatically opening it as a minimized window? I could have sworn I saw a property in the “.uno:open” dispatch call for precisely this purpose, but I cannot find it neither here nor on OO forum.
I looked at the git reference for this command, but no clue (unless I am looking at a wrong command all together):
SfxVoidItem Open SID_OPENDOC
2818 (SfxStringItem URL SID_FILE_NAME,SfxStringItem FilterName SID_FILTER_NAME,SfxStringItem OpenFlags SID_OPTIONS,SfxStringItem Password SID_PASSWORD,SfxStringItem FilterOptions SID_FILE_FILTEROPTIONS,SfxInt16Item Version SID_VERSION,SfxStringItem Referer SID_REFERER,SfxStringItem SuggestedSaveAsDir SID_DEFAULTFILEPATH,SfxStringItem SuggestedSaveAsName SID_DEFAULTFILENAME)
2819 [
2820 AutoUpdate = FALSE,
2821 FastCall = FALSE,
2822 ReadOnlyDoc = TRUE,
2823 Toggle = FALSE,
2824 Container = TRUE,
2825 RecordAbsolute = FALSE,
2826 RecordPerSet;
2827 Asynchron;
2828
2829 AccelConfig = TRUE,
2830 MenuConfig = TRUE,
2831 ToolBoxConfig = TRUE,
2832 GroupId = SfxGroupId::Application;
2833 ]