Lines Matching refs:Put

283 	rSet.Put( SfxBoolItem( SID_PRINTOUT, bPrinting ) );  in PrintState_Impl()
326 aParams->Put(SfxStringItem( SID_FILTER_NAME, aFilterName)); in APISaveAs_Impl()
446 aSet.Put( aDocInfoItem ); in ExecFile_Impl()
447 aSet.Put( SfxBoolItem( SID_DOC_READONLY, bReadOnly ) ); in ExecFile_Impl()
448 aSet.Put( SfxStringItem( SID_EXPLORER_PROPS_START, aTitle ) ); in ExecFile_Impl()
449 aSet.Put( SfxStringItem( SID_BASEURL, GetMedium()->GetBaseURL() ) ); in ExecFile_Impl()
547 GetMedium()->GetItemSet()->Put( aStatIndItem ); in ExecFile_Impl()
557 GetMedium()->GetItemSet()->Put( *pStatusIndicatorItem ); in ExecFile_Impl()
581 GetMedium()->GetItemSet()->Put( aInteractionItem ); in ExecFile_Impl()
591 GetMedium()->GetItemSet()->Put( *pInteractionHandlerItem ); in ExecFile_Impl()
772 aArgs.Put( aTmpItem, aTmpItem.Which() ); in ExecFile_Impl()
943 rSet.Put(SfxStringItem( in GetState_Impl()
970 rSet.Put(SfxStringItem(nWhich, String(SfxResId(STR_CLOSEDOC)))); in GetState_Impl()
996 rSet.Put( SfxStringItem( nWhich, String( SfxResId( STR_SAVEASDOC ) ) ) ); in GetState_Impl()
1027 rSet.Put( SfxStringItem( SID_DOC_MODIFIED, IsModified() ? '*' : ' ' ) ); in GetState_Impl()
1033 rSet.Put( SfxBoolItem( SID_MODIFIED, IsModified() ) ); in GetState_Impl()
1039 rSet.Put( SfxStringItem( in GetState_Impl()
1046 rSet.Put( SfxStringItem( in GetState_Impl()
1052 rSet.Put( SfxUInt16Item( SID_SIGNATURE, GetDocumentSignatureState() ) ); in GetState_Impl()
1059 rSet.Put( SfxUInt16Item( SID_MACRO_SIGNATURE, GetScriptingSignatureState() ) ); in GetState_Impl()
1121 rSet.Put( SfxStringItem( nSID, in StateProps_Impl()
1128 rSet.Put( SfxStringItem( nSID, in StateProps_Impl()
1135 rSet.Put( SfxStringItem( nSID, ::comphelper::string:: in StateProps_Impl()
1148 rSet.Put( SfxStringItem( SID_DOCFULLNAME, GetTitle(SFX_TITLE_FULLNAME) ) ); in StateProps_Impl()
1154 rSet.Put( SfxStringItem( SID_DOCTITLE, GetTitle() ) ); in StateProps_Impl()
1160 rSet.Put( SfxBoolItem( SID_DOC_READONLY, IsReadOnly() ) ); in StateProps_Impl()
1166 rSet.Put( SfxBoolItem( SID_DOC_SAVED, !IsModified() ) ); in StateProps_Impl()
1172 rSet.Put( SfxBoolItem( SID_CLOSING, false ) ); in StateProps_Impl()
1177 rSet.Put( SfxBoolItem( nSID, SFX_LOADED_MAINDOCUMENT != in StateProps_Impl()
1182 rSet.Put( SfxBoolItem( nSID, SFX_LOADED_IMAGES != in StateProps_Impl()