Lines Matching defs:SfxObjectShell_Impl
58 struct SfxObjectShell_Impl : public ::sfx2::IMacroDocumentAccess struct
62 pBasicManager;
63 SfxObjectShell& rDocShell;
68 com::sun::star::uno::Sequence < rtl::OUString > xEventNames;
71 SfxProgress* pProgress;
72 String aTitle;
73 String aTempName;
74 DateTime nTime;
75 sal_uInt16 nVisualDocumentNumber;
76 sal_Int16 nDocumentSignatureState;
77 sal_Int16 nScriptingSignatureState;
78 sal_Bool bInList:1, // ob per First/Next erreichbar
79 … bClosing:1, // sal_True w"aehrend Close(), um Benachrichtigungs-Rekursionen zu verhindern
80 bIsSaving:1,
81 bPasswd:1,
82 bIsTmp:1,
83 bIsNamedVisible:1,
84 bIsTemplate:1,
85 bIsAbortingImport:1, // Importvorgang soll abgebrochen werden.
86 bImportDone : 1, //Import schon fertig? Fuer AutoReload von Docs.
87 bInPrepareClose : 1,
88 bPreparedForClose : 1,
89 bWaitingForPicklist : 1,// Muss noch in die Pickliste
90 bForbidReload : 1,
91 bBasicInitialized :1,
92 …bIsPrintJobCancelable :1, // Stampit disable/enable cancel button for print jobs ... default = tru…
93 bOwnsStorage:1,
94 bNoBaseURL:1,
95 bInitialized:1,
96 bSignatureErrorIsShown:1,
97 bModelInitialized:1, // whether the related model is initialized
98 bPreserveVersions:1,
99 m_bMacroSignBroken:1, // whether the macro signature was explicitly broken
100 m_bNoBasicCapabilities:1,
101 m_bDocRecoverySupport:1,
102 bQueryLoadTemplate:1,
103 bLoadReadonly:1,
104 bUseUserData:1,
105 bSaveVersionOnClose:1,
106 m_bSharedXMLFlag:1, // whether the flag should be stored in xml file
107 … m_bAllowShareControlFileClean:1; // whether the flag should be stored in xml file
109 IndexBitSet aBitSet;
110 sal_uInt32 lErr;
111 sal_uInt16 nEventId; // falls vor Activate noch ein
113 AutoReloadTimer_Impl *pReloadTimer;
114 MarkData_Impl* pMarkData;
115 sal_uInt16 nLoadedFlags;
116 sal_uInt16 nFlagsInProgress;
117 sal_Bool bModalMode;
118 sal_Bool bRunningMacro;
119 sal_Bool bReloadAvailable;
120 sal_uInt16 nAutoLoadLocks;
121 SfxModule* pModule;
122 SfxObjectShellFlags eFlags;
123 sal_Bool bReadOnlyUI;
124 SvRefBaseRef xHeaderAttributes;
125 sal_Bool bHiddenLockedByAPI;
128 sal_uInt16 nStyleFilter;
129 sal_Bool bDisposing;
153 SfxObjectShell_Impl( SfxObjectShell& _rDocShell ); argument