Home
last modified time | relevance | path

Searched refs:SfxStringItem (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/trunk/main/sfx2/sdi/
H A Dsfx.sdi263 (SfxStringItem Region SID_TEMPLATE_REGIONNAME,SfxStringItem Name SID_TEMPLATE_NAME)
279 SlotType = SfxStringItem
291 (SfxStringItem URL SID_BOOKMARK_URL,SfxStringItem Title SID_BOOKMARK_TITLE)
332 SlotType = SfxStringItem
464 SlotType = SfxStringItem
722 SlotType = SfxStringItem
750 SlotType = SfxStringItem
2898 (SfxStringItem Name SID_INSERTDOC,SfxStringItem Filter FN_PARAM_1)
4214SfxStringItem URL SID_FILE_NAME,SfxStringItem FilterName SID_FILTER_NAME,SfxStringItem OpenFlags S…
4263SfxStringItem URL SID_FILE_NAME,SfxStringItem FilterName SID_FILTER_NAME,SfxStringItem OpenFlags S…
[all …]
/trunk/main/dbaccess/source/ui/dlg/
H A Ddbadmin.cxx350 *pCounter++ = new SfxStringItem(DSID_NAME, String()); in createItemSet()
351 *pCounter++ = new SfxStringItem(DSID_ORIGINALNAME, String()); in createItemSet()
352 *pCounter++ = new SfxStringItem(DSID_CONNECTURL, String()); in createItemSet()
357 *pCounter++ = new SfxStringItem(DSID_USER, String()); in createItemSet()
358 *pCounter++ = new SfxStringItem(DSID_PASSWORD, String()); in createItemSet()
360 *pCounter++ = new SfxStringItem(DSID_CHARSET, String()); in createItemSet()
365 *pCounter++ = new SfxStringItem(DSID_FIELDDELIMITER, ','); in createItemSet()
366 *pCounter++ = new SfxStringItem(DSID_TEXTDELIMITER, '"'); in createItemSet()
367 *pCounter++ = new SfxStringItem(DSID_DECIMALDELIMITER, '.'); in createItemSet()
379 *pCounter++ = new SfxStringItem(DSID_CONN_CTRLPWD, String()); in createItemSet()
[all …]
H A DDbAdminImpl.cxx136 String lcl_createHostWithPort(const SfxStringItem* _pHostName,const SfxInt32Item* _pPortNumber) in lcl_createHostWithPort()
251 SFX_ITEMSET_GET(*m_pItemSetHelper->getOutputSet(), pUser, SfxStringItem, DSID_USER, sal_True); in getCurrentSettings()
483 SFX_ITEMSET_GET( _rSet, pConnectURL, SfxStringItem, DSID_CONNECTURL, sal_True ); in getDatasourceType()
917 const SfxStringItem* pStringItem = PTR_CAST( SfxStringItem, _pItem ); in implTranslateProperty()
989 if ( implCheckItemType( _rSet, _nId, SfxStringItem::StaticType() ) ) in implTranslateProperty()
993 _rSet.Put(SfxStringItem(_nId, sValue.getStr())); in implTranslateProperty()
1097 SFX_ITEMSET_GET(_rDest, pUrlItem, SfxStringItem, DSID_DOCUMENT_URL, sal_True); in getDocumentUrl()
1108 SFX_ITEMSET_GET(_rDest, pUrlItem, SfxStringItem, DSID_CONNECTURL, sal_True); in convertUrl()
1145 _rDest.Put( SfxStringItem( DSID_DATABASENAME, sUrlPart ) ); in convertUrl()
1151 _rDest.Put( SfxStringItem( DSID_CONNECTURL, sNewUrl ) ); in convertUrl()
[all …]
H A DTextConnectionHelper.cxx358 SFX_ITEMSET_GET( _rSet, pDelItem, SfxStringItem, DSID_FIELDDELIMITER, sal_True ); in implInitControls()
359 SFX_ITEMSET_GET( _rSet, pStrItem, SfxStringItem, DSID_TEXTDELIMITER, sal_True ); in implInitControls()
360 SFX_ITEMSET_GET( _rSet, pDecdelItem, SfxStringItem, DSID_DECIMALDELIMITER, sal_True ); in implInitControls()
361 SFX_ITEMSET_GET( _rSet, pThodelItem, SfxStringItem, DSID_THOUSANDSDELIMITER, sal_True ); in implInitControls()
362 SFX_ITEMSET_GET( _rSet, pExtensionItem, SfxStringItem, DSID_TEXTFILEEXTENSION, sal_True ); in implInitControls()
363 SFX_ITEMSET_GET( _rSet, pCharsetItem, SfxStringItem, DSID_CHARSET, sal_True ); in implInitControls()
483 rSet.Put( SfxStringItem( DSID_TEXTFILEEXTENSION, sExtension ) ); in FillItemSet()
501 …rSet.Put( SfxStringItem(DSID_FIELDDELIMITER, GetSeparator( m_aFieldSeparator, m_aFieldSeparatorLis… in FillItemSet()
506 …rSet.Put( SfxStringItem(DSID_TEXTDELIMITER, GetSeparator( m_aTextSeparator, m_aTextSeparatorList) … in FillItemSet()
512 rSet.Put( SfxStringItem(DSID_DECIMALDELIMITER, m_aDecimalSeparator.GetText().Copy(0, 1) ) ); in FillItemSet()
[all …]
H A Ddetailpages.cxx211 SFX_ITEMSET_GET(_rSet, pCharsetItem, SfxStringItem, DSID_CHARSET, sal_True); in implInitControls()
306 SFX_ITEMSET_GET(_rSet, pUrlItem, SfxStringItem, DSID_CONNECTURL, sal_True); in implInitControls()
491 SFX_ITEMSET_GET(_rSet, pHostName, SfxStringItem, DSID_CONN_HOSTNAME, sal_True); in implInitControls()
620 SFX_ITEMSET_GET(_rSet, pDrvItem, SfxStringItem, DSID_JDBCDRIVERCLASS, sal_True); in implInitControls()
621 SFX_ITEMSET_GET(_rSet, pHostName, SfxStringItem, DSID_CONN_HOSTNAME, sal_True); in implInitControls()
623 SFX_ITEMSET_GET(_rSet, pSocket, SfxStringItem, DSID_CONN_SOCKET, sal_True); in implInitControls()
743 _rSet.Put( SfxStringItem( DSID_USER, m_aUserName.GetText() ) ); in FillItemSet()
744 _rSet.Put( SfxStringItem( DSID_PASSWORD, String())); in FillItemSet()
760 SFX_ITEMSET_GET(_rSet, pUidItem, SfxStringItem, DSID_USER, sal_True); in implInitControls()
886 SFX_ITEMSET_GET(_rSet, pHostName, SfxStringItem, DSID_CONN_HOSTNAME, sal_True); in implInitControls()
[all …]
/trunk/main/sc/source/ui/view/
H A Dcellsh1.cxx199 aFlags = ((const SfxStringItem*)pItem)->GetValue(); in ExecuteEdit()
271 aFlags = ((const SfxStringItem*)pItem)->GetValue(); in ExecuteEdit()
356 aFlags = ((const SfxStringItem*)pItem)->GetValue(); in ExecuteEdit()
471 aFlags = ((const SfxStringItem*)pItem)->GetValue(); in ExecuteEdit()
1693 const SfxStringItem* pSItem = (const SfxStringItem*)&pReqArgs->Get( SCITEM_STRING ); in ExecuteEdit()
1714 aName = ((const SfxStringItem*)pItem)->GetValue(); in ExecuteEdit()
1717 aSymbol = ((const SfxStringItem*)pItem)->GetValue(); in ExecuteEdit()
1836 … const SfxStringItem& rTextItem = (const SfxStringItem&)pReqArgs->Get( SID_RANGE_NOTETEXT ); in ExecuteEdit()
1903 const SfxStringItem* pStringItem = PTR_CAST( SfxStringItem, pItem ); in ExecuteEdit()
1908 const SfxStringItem* pFontItem = PTR_CAST( SfxStringItem, pFtItem ); in ExecuteEdit()
[all …]
H A Dtabvwshf.cxx135 aName = ((const SfxStringItem*)pItem)->GetValue(); in ExecuteTable()
141 rReq.AppendItem( SfxStringItem( FID_TABLE_HIDE, aName ) ); in ExecuteTable()
161 aName = ((const SfxStringItem*)pItem)->GetValue(); in ExecuteTable()
198 rReq.AppendItem( SfxStringItem( FID_TABLE_SHOW, aName ) ); in ExecuteTable()
228 aName = ((const SfxStringItem*)pNameItem)->GetValue(); in ExecuteTable()
296 rReq.AppendItem( SfxStringItem( FID_INS_TABLE, *pDlg->GetFirstTable() ) ); in ExecuteTable()
396 aName = ((const SfxStringItem*)pItem)->GetValue(); in ExecuteTable()
468 rReq.AppendItem( SfxStringItem( nSlot, aName ) ); in ExecuteTable()
509 aDocName = ((const SfxStringItem*)pItem)->GetValue(); in ExecuteTable()
597 rReq.AppendItem( SfxStringItem( FID_TAB_MOVE, aFoundDocName ) ); in ExecuteTable()
[all …]
H A Dtabvwsh3.cxx89 #define GET_STRING(nid) ((const SfxStringItem&)pReqArgs->Get(nid)).GetValue()
137 String aFileName = ((const SfxStringItem*)pItem)->GetValue(); in Execute()
181 aRowStr = static_cast<const SfxStringItem*>(pItem)->GetValue(); in Execute()
183 aColStr = static_cast<const SfxStringItem*>(pItem)->GetValue(); in Execute()
251 aAddress = ((const SfxStringItem*)pItem)->GetValue(); in Execute()
254 aAddress = ((const SfxStringItem*)pItem)->GetValue(); in Execute()
410 rReq.SetReturnValue( SfxStringItem( SID_CURRENTCELL, aAddress ) ); in Execute()
441 String aName = ((const SfxStringItem&)pReqArgs->Get(nSlot)).GetValue(); in Execute()
467 String aStrDocName( ((const SfxStringItem&)pReqArgs-> in Execute()
960 pItem->ISA( SfxStringItem ) ) in Execute()
[all …]
/trunk/main/sfx2/source/appl/
H A Dappopen.cxx436 SfxStringItem aName( SID_FILE_NAME, rFileName ); in LoadTemplate()
437 SfxStringItem aReferer( SID_REFERER, String::CreateFromAscii("private:user") ); in LoadTemplate()
438 SfxStringItem aFlags( SID_OPTIONS, String::CreateFromAscii("T") ); in LoadTemplate()
546 aReq.AppendItem( SfxStringItem( SID_FILE_NAME, aFact ) ); in NewDocDirectExec_Impl()
651 SfxStringItem aTarget( SID_TARGETNAME, DEFINE_CONST_UNICODE("_default") ); in NewDocExec_Impl()
657 SfxStringItem aTemplName( SID_TEMPLATE_NAME, aTemplateName ); in NewDocExec_Impl()
707 SFX_REQUEST_ARG( rReq, pFolderNameItem, SfxStringItem, SID_PATH, sal_False ); in OpenDocExec_Impl()
749 rReq.AppendItem( SfxStringItem( SID_FILTER_NAME, aFilter ) ); in OpenDocExec_Impl()
789 rReq.AppendItem( SfxStringItem( SID_FILE_NAME, aURL ) ); in OpenDocExec_Impl()
866 SFX_REQUEST_ARG( rReq, pFileName, SfxStringItem, SID_FILE_NAME, sal_False ); in OpenDocExec_Impl()
[all …]
H A Dappuno.cxx143 SFX_ARGUMENT(SID_DEFAULTFILEPATH,"SuggestedSaveAsDir",SfxStringItem),
144 SFX_ARGUMENT(SID_DOCINFO_AUTHOR,"VersionAuthor",SfxStringItem),
145 SFX_ARGUMENT(SID_DOCINFO_COMMENTS,"VersionComment",SfxStringItem),
146 SFX_ARGUMENT(SID_FILE_FILTEROPTIONS,"FilterOptions",SfxStringItem),
147 SFX_ARGUMENT(SID_FILTER_NAME,"FilterName",SfxStringItem),
149 SFX_ARGUMENT(SID_FILE_NAME,"URL",SfxStringItem),
150 SFX_ARGUMENT(SID_OPTIONS,"OpenFlags",SfxStringItem),
152 SFX_ARGUMENT(SID_PASSWORD,"Password",SfxStringItem),
154 SFX_ARGUMENT(SID_REFERER,"Referer",SfxStringItem),
156 SFX_ARGUMENT(SID_TEMPLATE_NAME,"TemplateName",SfxStringItem),
[all …]
H A Dappserv.cxx189 SfxStringItem aNameItem( SID_FILE_NAME, aName ); in MiscExec_Impl()
190 SfxStringItem aReferer( SID_REFERER, DEFINE_CONST_UNICODE( "private/user" ) ); in MiscExec_Impl()
238 SfxStringItem, SID_CONFIG, sal_False); in MiscExec_Impl()
245 aSet.Put( SfxStringItem( in MiscExec_Impl()
494 SfxStringItem const * pToolbarName = static_cast< SfxStringItem const *>( in MiscExec_Impl()
495 rReq.GetArg(SID_AVAILABLE_TOOLBARS, false, TYPE(SfxStringItem))); in MiscExec_Impl()
579 rSet.Put(SfxStringItem(nWhich, String(SfxResId(STR_QUITAPP)))); in MiscState_Impl()
822 SFX_REQUEST_ARG( rReq, pURLItem, SfxStringItem, SID_OPTIONS_PAGEURL, sal_False ); in OfaExec_Impl()
1079 SFX_REQUEST_ARG(rReq, pStringItem, SfxStringItem, rReq.GetSlot(), sal_False); in OfaExec_Impl()
1201 SfxStringItem aRef(SID_REFERER, String::CreateFromAscii("private:user")); in OfaExec_Impl()
[all …]
H A Dappbas.cxx223 SFX_REQUEST_ARG(rReq, pItem, SfxStringItem, nSID, sal_False); in PropExec_Impl()
259 SFX_REQUEST_ARG(rReq, pStringItem, SfxStringItem, nSID, sal_False); in PropExec_Impl()
277 SFX_REQUEST_ARG(rReq, pStringItem, SfxStringItem, nSID, sal_False); in PropExec_Impl()
296 rSet.Put( SfxStringItem( SID_PROGNAME, GetName() ) ); in PropState_Impl()
308 rSet.Put( SfxStringItem( SID_PROGFILENAME, Application::GetAppFileName() ) ); in PropState_Impl()
321 rSet.Put( SfxStringItem( nSID, SvtUserOptions().GetCustomerNumber() ) ); in PropState_Impl()
/trunk/main/sfx2/source/doc/
H A Dobjserv.cxx448 aSet.Put( SfxStringItem( SID_EXPLORER_PROPS_START, aTitle ) ); in ExecFile_Impl()
817 rReq.AppendItem(SfxStringItem( in ExecFile_Impl()
819 rReq.AppendItem(SfxStringItem( in ExecFile_Impl()
943 rSet.Put(SfxStringItem( in GetState_Impl()
1039 rSet.Put( SfxStringItem( in GetState_Impl()
1046 rSet.Put( SfxStringItem( 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()
1154 rSet.Put( SfxStringItem( SID_DOCTITLE, GetTitle() ) ); in StateProps_Impl()
[all …]
/trunk/main/svl/source/items/
H A Dstritem.cxx34 TYPEINIT1_AUTOFACTORY(SfxStringItem, CntUnencodedStringItem) in TYPEINIT1_AUTOFACTORY() argument
38 SfxStringItem::SfxStringItem(sal_uInt16 which, SvStream & rStream): in TYPEINIT1_AUTOFACTORY()
49 SfxPoolItem * SfxStringItem::Create(SvStream & rStream, sal_uInt16) const in Create()
51 return new SfxStringItem(Which(), rStream); in Create()
56 SvStream & SfxStringItem::Store(SvStream & rStream, sal_uInt16) const in Store()
64 SfxPoolItem * SfxStringItem::Clone(SfxItemPool *) const in Clone()
66 return new SfxStringItem(*this); in Clone()
/trunk/main/sd/inc/
H A Dsdattr.hxx47 class SdAttrLayerName : public SfxStringItem
51 SfxStringItem( ATTR_LAYER_NAME, String( RTL_CONSTASCII_USTRINGPARAM( "neue Ebene" ))) {} in SdAttrLayerName()
53 SfxStringItem( ATTR_LAYER_NAME, aStr ) {} in SdAttrLayerName()
58 class SdAttrLayerTitle : public SfxStringItem
61 SdAttrLayerTitle() : SfxStringItem( ATTR_LAYER_TITLE, XubString()) {} in SdAttrLayerTitle()
62 SdAttrLayerTitle( const String& aStr ) : SfxStringItem( ATTR_LAYER_TITLE, aStr ) {} in SdAttrLayerTitle()
67 class SdAttrLayerDesc : public SfxStringItem
70 SdAttrLayerDesc() : SfxStringItem( ATTR_LAYER_DESC, XubString()) {} in SdAttrLayerDesc()
71 SdAttrLayerDesc( const String& aStr ) : SfxStringItem( ATTR_LAYER_DESC, aStr ) {} in SdAttrLayerDesc()
/trunk/main/sc/sdi/
H A Dscalc.sdi154 (SfxStringItem Name FID_TAB_APPEND)
179 (SfxStringItem Name SID_CHART_NAME,SfxStringItem Range SID_CHART_SOURCE)
372 SlotType = SfxStringItem
840 (SfxStringItem PrintArea SID_CHANGE_PRINTAREA,SfxStringItem PrintRepeatRow FN_PARAM_2,SfxStringItem
1421 (SfxStringItem DatabaseName SID_IMPORT_DATA,SfxStringItem SqlCommand FN_PARAM_1)
1698 (SfxStringItem Name FID_DEFINE_NAME,SfxStringItem Symbol FN_PARAM_1,SfxStringItem Options FN_PARAM_…
2423SfxStringItem FillDir FID_FILL_SERIES,SfxStringItem FillCmd FN_PARAM_1,SfxStringItem FillStep FN_P…
3661 (SfxStringItem FileName SID_FILE_NAME,SfxStringItem FilterName SID_FILTER_NAME,SfxStringItem Option…
5261 (SfxStringItem SearchString FID_REPLACE,SfxStringItem ReplaceString FN_PARAM_1)
5286 (SfxStringItem SearchString FID_REPLACE_ALL,SfxStringItem ReplaceString FN_PARAM_1)
[all …]
/trunk/main/sw/source/ui/dialog/
H A Dregionsw.cxx112 &((const SfxStringItem *)pItem)->GetValue() ); in InsertRegionDialog()
117 rReq.SetReturnValue(SfxStringItem(FN_INSERT_REGION, aTmpStr)); in InsertRegionDialog()
160 aSection.SetCondition(((const SfxStringItem *)pItem)->GetValue()); in InsertRegionDialog()
165 aFile = ((const SfxStringItem *)pItem)->GetValue(); in InsertRegionDialog()
169 aSub = ((const SfxStringItem *)pItem)->GetValue(); in InsertRegionDialog()
181 ((const SfxStringItem *)pItem)->GetValue()); in InsertRegionDialog()
248 if(pItem && pItem->ISA(SfxStringItem)) in EditRegionDialog()
250 pEditRegionDlg->SelectSection(((const SfxStringItem*)pItem)->GetValue()); in EditRegionDialog()
/trunk/main/sw/source/ui/shells/
H A Dtextfld.cxx219 String aPar1 = ((SfxStringItem *)pItem)->GetValue(); in ExecField()
230 aPar1 += ((SfxStringItem *)pItem)->GetValue(); in ExecField()
241 aPar1 += ((SfxStringItem *)pItem)->GetValue(); in ExecField()
245 aPar2 = ((SfxStringItem *)pItem)->GetValue(); in ExecField()
266 String aPar1 = ((SfxStringItem *)pItem)->GetValue(); in ExecField()
278 aPar2 = ((SfxStringItem *)pItem)->GetValue(); in ExecField()
285 String sTmp = ((SfxStringItem *)pItem)->GetValue(); in ExecField()
334 SFX_REQUEST_ARG( rReq, pNoteItem, SfxStringItem, nSlot, sal_False); in ExecField()
524 aText = ((SfxStringItem*)pItem)->GetValue(); in ExecField()
550 rReq.AppendItem( SfxStringItem( FN_JAVAEDIT, aText ) ); in ExecField()
[all …]
H A Dtextsh1.cxx154 aCoreSet.Put(SfxStringItem(FN_PARAM_SELECTION, rWrtSh.GetSelTxt())); in lcl_CharDialog()
218 String sInsert = ((const SfxStringItem*)pSelectionItem)->GetValue(); in lcl_CharDialog()
228 aReq.AppendItem( SfxStringItem( FN_INSERT_STRING, sInsert ) ); in lcl_CharDialog()
412 SFX_REQUEST_ARG( rReq, pItem2, SfxStringItem, SID_THES , sal_False ); in Execute()
473 aReq.AppendItem( SfxStringItem( nId, pDlg->GetStr() ) ); in Execute()
594 ::rtl::OUString sName = ((SfxStringItem*)pItem)->GetValue(); in Execute()
757 String sFormula(((const SfxStringItem*)pItem)->GetValue()); in Execute()
1009 … pSet->Put(SfxStringItem(FN_DROP_TEXT, ((const SfxStringItem*)pItem)->GetValue())); in Execute()
1043 if ( ((SfxStringItem*)pItem)->GetValue().Len() ) in Execute()
1268 sStyleName = ((const SfxStringItem*)pItem)->GetValue(); in Execute()
[all …]
H A Dtextsh.cxx168 rSh.InsertByWord(((const SfxStringItem *)pItem)->GetValue()); in TYPEINIT1()
305 SFX_REQUEST_ARG( rReq, pClassLocationItem, SfxStringItem, FN_PARAM_2, sal_False ); in TYPEINIT1()
306 SFX_REQUEST_ARG( rReq, pCommandsItem, SfxStringItem, FN_PARAM_3, sal_False ); in TYPEINIT1()
367 SFX_REQUEST_ARG( rReq, pNameItem, SfxStringItem, FN_PARAM_1, sal_False ); in TYPEINIT1()
368 SFX_REQUEST_ARG( rReq, pURLItem, SfxStringItem, FN_PARAM_2, sal_False ); in TYPEINIT1()
708 sPath = ( (SfxStringItem*) pItem )->GetValue(); in TYPEINIT1()
730 rReq.AppendItem( SfxStringItem( FN_INSERT_HRULER, sPath ) ); in TYPEINIT1()
1117 aChars = ((const SfxStringItem*)pItem)->GetValue(); in InsertSymbol()
1120 const SfxStringItem* pFontItem = PTR_CAST( SfxStringItem, pFtItem ); in InsertSymbol()
1158 aAllSet.Put( SfxStringItem( SID_FONT_NAME, sSymbolFont ) ); in InsertSymbol()
[all …]
H A Dtextglos.cxx78 String aGroup = (( const SfxStringItem *)pItem)->GetValue(); in ExecGlossary()
81 aName = (( const SfxStringItem *)pItem)->GetValue(); in ExecGlossary()
84 aShortName = (( const SfxStringItem *)pItem)->GetValue(); in ExecGlossary()
101 String aGroup = (( const SfxStringItem *)pItem)->GetValue(); in ExecGlossary()
114 String aGroup = (( const SfxStringItem *)pItem)->GetValue(); in ExecGlossary()
117 aName = (( const SfxStringItem *)pItem)->GetValue(); in ExecGlossary()
/trunk/main/basctl/source/basicide/
H A Dbasicbox.cxx53 SFX_IMPL_TOOLBOX_CONTROL( LibBoxControl, SfxStringItem );
82 if ( pState->ISA(SfxStringItem) ) in StateChanged()
83 pBox->Update( (const SfxStringItem*)pState ); in StateChanged()
179 void __EXPORT BasicLibBox::Update( const SfxStringItem* pItem ) in Update()
332 SfxStringItem aLibNameItem( SID_BASICIDE_ARG_LIBNAME, aLibName ); in NotifyIDE()
358 SFX_IMPL_TOOLBOX_CONTROL( LanguageBoxControl, SfxStringItem );
382 if ( _pItem->ISA(SfxStringItem) ) in StateChanged()
383 pBox->Update( (const SfxStringItem*)_pItem ); in StateChanged()
529 void BasicLanguageBox::Update( const SfxStringItem* pItem ) in Update()
/trunk/main/svx/source/items/
H A Dpostattr.cxx37 TYPEINIT1_FACTORY(SvxPostItAuthorItem, SfxStringItem, new SvxPostItAuthorItem(0));
38 TYPEINIT1_FACTORY(SvxPostItDateItem, SfxStringItem, new SvxPostItDateItem(0));
39 TYPEINIT1_FACTORY(SvxPostItTextItem, SfxStringItem, new SvxPostItTextItem(0));
52 SfxStringItem( _nWhich, rAuthor ) in SvxPostItAuthorItem()
101 SfxStringItem( _nWhich, rDate ) in SvxPostItDateItem()
150 SfxStringItem( _nWhich, rText ) in SvxPostItTextItem()
/trunk/main/sc/source/ui/dbgui/
H A Dvalidate.cxx421 aFmlaStr = static_cast< const SfxStringItem* >( pItem )->GetValue(); in Reset()
426 aFmlaStr = static_cast< const SfxStringItem* >( pItem )->GetValue(); in Reset()
443 rArgSet.Put( SfxStringItem( FID_VALID_VALUE1, GetFirstFormula() ) ); in FillItemSet()
444 rArgSet.Put( SfxStringItem( FID_VALID_VALUE2, GetSecondFormula() ) ); in FillItemSet()
747 aEdtTitle.SetText( ((const SfxStringItem*)pItem)->GetValue() ); in Reset()
752 aEdInputHelp.SetText( ((const SfxStringItem*)pItem)->GetValue() ); in Reset()
762 rArgSet.Put( SfxStringItem( FID_VALID_HELPTITLE, aEdtTitle.GetText() ) ); in FillItemSet()
845 aEdtTitle.SetText( ((const SfxStringItem*)pItem)->GetValue() ); in Reset()
850 aEdError.SetText( ((const SfxStringItem*)pItem)->GetValue() ); in Reset()
863 rArgSet.Put( SfxStringItem( FID_VALID_ERRTITLE, aEdtTitle.GetText() ) ); in FillItemSet()
[all …]
/trunk/main/sfx2/source/view/
H A Dviewfrm.cxx381 aSet.Put( SfxStringItem( SID_TARGETNAME, String::CreateFromAscii("_blank") ) ); in ExecReload_Impl()
543 aSet.Put( SfxStringItem( SID_FILE_NAME, pMed->GetName() ) ); in ExecReload_Impl()
611 SFX_REQUEST_ARG(rReq, pURLItem, SfxStringItem, in ExecReload_Impl()
671 pNewSet->Put( SfxStringItem( SID_FILTER_NAME, pFilter->GetName() ) ); in ExecReload_Impl()
715 pNewSet->Put( SfxStringItem( SID_REFERER, pMedium->GetName() ) ); in ExecReload_Impl()
717 pNewSet->Put( SfxStringItem( SID_REFERER, String() ) ); in ExecReload_Impl()
1061 rSet.Put( SfxStringItem( SID_UNDO, aTmp ) ); in StateHistory_Impl()
1070 rSet.Put( SfxStringItem( SID_REDO, aTmp ) ); in StateHistory_Impl()
1080 rSet.Put( SfxStringItem( SID_REPEAT, aTmp ) ); in StateHistory_Impl()
2697 rSet.Put( SfxStringItem( in StateView_Impl()
[all …]

Completed in 217 milliseconds

12345678910>>...13