/aoo4110/main/sc/source/ui/miscdlgs/ |
H A D | solveroptions.cxx | 231 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 …]
|
/aoo4110/main/sfx2/source/appl/ |
H A D | appbas.cxx | 259 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 D | appserv.cxx | 237 SFX_REQUEST_ARG(rReq, pStringItem, in MiscExec_Impl() 243 if ( pStringItem ) in MiscExec_Impl() 246 SID_CONFIG, pStringItem->GetValue() ) ); in MiscExec_Impl() 1078 SFX_REQUEST_ARG(rReq, pStringItem, SfxStringItem, rReq.GetSlot(), sal_False); in OfaExec_Impl() 1080 if ( pStringItem ) in OfaExec_Impl() 1082 String aPLZ = pStringItem->GetValue(); in OfaExec_Impl()
|
/aoo4110/main/sw/source/ui/uiview/ |
H A D | viewdraw.cxx | 90 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()
|
/aoo4110/main/sw/source/ui/shells/ |
H A D | grfshex.cxx | 81 const SfxStringItem* pStringItem = PTR_CAST( SfxStringItem, &pReqArgs->Get( rReq.GetSlot() ) ); in InsertMediaDlg() local 83 if( pStringItem ) in InsertMediaDlg() 85 aURL = pStringItem->GetValue(); in InsertMediaDlg()
|
/aoo4110/main/svtools/source/contnr/ |
H A D | svimpicn.cxx | 839 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 D | svicnvw.cxx | 200 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 D | svtreebx.cxx | 700 SvLBoxString* pStringItem = (SvLBoxString*)(pSource->GetFirstItem(SV_ITEM_ID_LBOXSTRING)); in CloneEntry() local 701 if( pStringItem ) in CloneEntry() 702 aStr = pStringItem->GetText(); in CloneEntry()
|
/aoo4110/main/sc/source/ui/drawfunc/ |
H A D | fuins1.cxx | 410 const SfxStringItem* pStringItem = PTR_CAST( SfxStringItem, &pReqArgs->Get( rReq.GetSlot() ) ); in FuInsertMedia() local 412 if( pStringItem ) in FuInsertMedia() 414 aURL = pStringItem->GetValue(); in FuInsertMedia()
|
/aoo4110/main/cui/source/customize/ |
H A D | acccfg.cxx | 855 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()
|
/aoo4110/main/sd/source/ui/func/ |
H A D | fuinsert.cxx | 744 const SfxStringItem* pStringItem = PTR_CAST( SfxStringItem, &pReqArgs->Get( rReq.GetSlot() ) ); in DoExecute() local 746 if( pStringItem ) in DoExecute() 748 aURL = pStringItem->GetValue(); in DoExecute()
|
/aoo4110/main/dbaccess/source/ui/dlg/ |
H A D | DbAdminImpl.cxx | 917 const SfxStringItem* pStringItem = PTR_CAST( SfxStringItem, _pItem ); in implTranslateProperty() local 923 if ( pStringItem ) in implTranslateProperty() 925 aValue <<= ::rtl::OUString( pStringItem->GetValue().GetBuffer() ); in implTranslateProperty()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | cellsh1.cxx | 1903 const SfxStringItem* pStringItem = PTR_CAST( SfxStringItem, pItem ); in ExecuteEdit() local 1904 if ( pStringItem ) in ExecuteEdit() 1905 aChars = pStringItem->GetValue(); in ExecuteEdit()
|