Home
last modified time | relevance | path

Searched refs:pStringItem (Results 1 – 13 of 13) sorted by relevance

/trunk/main/sc/source/ui/miscdlgs/
H A Dsolveroptions.cxx231 if ( pStringItem ) in GetProperties()
233 if ( pStringItem->IsDouble() ) in GetProperties()
234 rValue <<= pStringItem->GetDoubleValue(); in GetProperties()
236 rValue <<= pStringItem->GetIntValue(); in GetProperties()
354 if ( pStringItem ) in EditOption()
356 if ( pStringItem->IsDouble() ) in EditOption()
359 aValDialog.SetOptionName( pStringItem->GetText() ); in EditOption()
360 aValDialog.SetValue( pStringItem->GetDoubleValue() ); in EditOption()
370 aIntDialog.SetOptionName( pStringItem->GetText() ); in EditOption()
371 aIntDialog.SetValue( pStringItem->GetIntValue() ); in EditOption()
[all …]
/trunk/main/sfx2/source/appl/
H A Dappbas.cxx259 SFX_REQUEST_ARG(rReq, pStringItem, SfxStringItem, nSID, sal_False); in PropExec_Impl()
260 String aText = pStringItem->GetValue(); in PropExec_Impl()
277 SFX_REQUEST_ARG(rReq, pStringItem, SfxStringItem, nSID, sal_False); in PropExec_Impl()
279 if ( pStringItem ) in PropExec_Impl()
280 SvtUserOptions().SetCustomerNumber( pStringItem->GetValue() ); in PropExec_Impl()
H A Dappserv.cxx237 SFX_REQUEST_ARG(rReq, pStringItem, in MiscExec_Impl()
243 if ( pStringItem ) in MiscExec_Impl()
246 SID_CONFIG, pStringItem->GetValue() ) ); in MiscExec_Impl()
1079 SFX_REQUEST_ARG(rReq, pStringItem, SfxStringItem, rReq.GetSlot(), sal_False); in OfaExec_Impl()
1081 if ( pStringItem ) in OfaExec_Impl()
1083 String aPLZ = pStringItem->GetValue(); in OfaExec_Impl()
/trunk/main/sw/source/ui/uiview/
H A Dviewdraw.cxx90 const SfxStringItem* pStringItem = 0; in ExecDraw() local
98 pStringItem = dynamic_cast< const SfxStringItem*>(pItem); in ExecDraw()
243 (!pStringItem || (pStringItem->GetValue() == sDrawCustom)) in ExecDraw()
329 if ( pStringItem ) in ExecDraw()
331 sDrawCustom = pStringItem->GetValue(); in ExecDraw()
/trunk/main/sw/source/ui/shells/
H A Dgrfshex.cxx81 const SfxStringItem* pStringItem = PTR_CAST( SfxStringItem, &pReqArgs->Get( rReq.GetSlot() ) ); in InsertMediaDlg() local
83 if( pStringItem ) in InsertMediaDlg()
85 aURL = pStringItem->GetValue(); in InsertMediaDlg()
/trunk/main/svtools/source/contnr/
H A Dsvimpicn.cxx839 if( pStringItem ) in CheckSizes()
841 aSize = GetItemSize( pView, pEntry, pStringItem, pViewData ); in CheckSizes()
1325 if( pStringItem ) in GetItem()
1327 aRect = CalcTextRect( pEntry, pStringItem ); in GetItem()
1329 return pStringItem; in GetItem()
2112 PaintItem( aTextRect, pStringItem, pEntry, PAINTFLAG_HOR_CENTERED, pOut ); in PaintEntry()
2120 PaintItem( aTextRect, pStringItem, pEntry,PAINTFLAG_VER_CENTERED, pOut ); in PaintEntry()
2125 PaintItem( aTextRect, pStringItem, pEntry, PAINTFLAG_VER_CENTERED, pOut ); in PaintEntry()
3693 const String& rEntryText = pStringItem->GetText(); in Center()
3741 DBG_ASSERT(pStringItem,"Text not set"); in CalcFocusRect()
[all …]
H A Dsvicnvw.cxx200 SvLBoxString* pStringItem = (SvLBoxString*)(pSource->GetFirstItem(SV_ITEM_ID_LBOXSTRING)); in CloneEntry() local
201 if ( pStringItem ) in CloneEntry()
202 aStr = pStringItem->GetText(); in CloneEntry()
H A Dsvtreebx.cxx700 SvLBoxString* pStringItem = (SvLBoxString*)(pSource->GetFirstItem(SV_ITEM_ID_LBOXSTRING)); in CloneEntry() local
701 if( pStringItem ) in CloneEntry()
702 aStr = pStringItem->GetText(); in CloneEntry()
/trunk/main/sc/source/ui/drawfunc/
H A Dfuins1.cxx410 const SfxStringItem* pStringItem = PTR_CAST( SfxStringItem, &pReqArgs->Get( rReq.GetSlot() ) ); in FuInsertMedia() local
412 if( pStringItem ) in FuInsertMedia()
414 aURL = pStringItem->GetValue(); in FuInsertMedia()
/trunk/main/cui/source/customize/
H A Dacccfg.cxx855 SfxAccCfgLBoxString_Impl* pStringItem = new SfxAccCfgLBoxString_Impl(pEntry, 0, sCol1); in CreateCustomItems() local
856 pEntry->ReplaceItem(pStringItem, 1); in CreateCustomItems()
858 pStringItem = new SfxAccCfgLBoxString_Impl(pEntry, 0, sCol2); in CreateCustomItems()
859 pEntry->ReplaceItem(pStringItem, 2); in CreateCustomItems()
1434 const SfxPoolItem* pStringItem=0; in Reset() local
1435 if( SFX_ITEM_SET == rSet.GetItemState( SID_CHARMAP, sal_True, &pStringItem ) ) in Reset()
1436 m_pStringItem = PTR_CAST( SfxStringItem, pStringItem ); in Reset()
/trunk/main/sd/source/ui/func/
H A Dfuinsert.cxx744 const SfxStringItem* pStringItem = PTR_CAST( SfxStringItem, &pReqArgs->Get( rReq.GetSlot() ) ); in DoExecute() local
746 if( pStringItem ) in DoExecute()
748 aURL = pStringItem->GetValue(); in DoExecute()
/trunk/main/dbaccess/source/ui/dlg/
H A DDbAdminImpl.cxx917 const SfxStringItem* pStringItem = PTR_CAST( SfxStringItem, _pItem ); in implTranslateProperty() local
923 if ( pStringItem ) in implTranslateProperty()
925 aValue <<= ::rtl::OUString( pStringItem->GetValue().GetBuffer() ); in implTranslateProperty()
/trunk/main/sc/source/ui/view/
H A Dcellsh1.cxx1903 const SfxStringItem* pStringItem = PTR_CAST( SfxStringItem, pItem ); in ExecuteEdit() local
1904 if ( pStringItem ) in ExecuteEdit()
1905 aChars = pStringItem->GetValue(); in ExecuteEdit()

Completed in 110 milliseconds