Searched refs:pStateItem (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/svx/source/dialog/ |
H A D | fontwork.cxx | 83 const XFormTextStyleItem* pStateItem = in StateChanged() local 86 rFontWorkDlg.SetStyle_Impl(pStateItem); in StateChanged() 91 const XFormTextAdjustItem* pStateItem = in StateChanged() local 94 rFontWorkDlg.SetAdjust_Impl(pStateItem); in StateChanged() 107 const XFormTextStartItem* pStateItem = in StateChanged() local 110 rFontWorkDlg.SetStart_Impl(pStateItem); in StateChanged() 115 const XFormTextMirrorItem* pStateItem = in StateChanged() local 118 rFontWorkDlg.SetMirror_Impl(pStateItem); in StateChanged() 131 const XFormTextOutlineItem* pStateItem = in StateChanged() local 139 const XFormTextShadowItem* pStateItem = in StateChanged() local [all …]
|
H A D | imapdlg.cxx | 136 const SfxBoolItem* pStateItem = PTR_CAST( SfxBoolItem, pItem ); in StateChanged() local 138 DBG_ASSERT( pStateItem || pItem == 0, "SfxBoolItem erwartet"); in StateChanged() 141 rIMap.SetExecState( !pStateItem->GetValue() ); in StateChanged()
|
H A D | _contdlg.cxx | 112 const SfxBoolItem* pStateItem = PTR_CAST( SfxBoolItem, pItem ); in StateChanged() local 114 DBG_ASSERT( pStateItem || pItem == 0, "SfxBoolItem erwartet"); in StateChanged() 116 rDlg.SetExecState( !pStateItem->GetValue() ); in StateChanged()
|
H A D | _bmpmask.cxx | 382 const SfxBoolItem* pStateItem = PTR_CAST( SfxBoolItem, pItem ); in StateChanged() local 384 DBG_ASSERT( pStateItem || pItem == 0, "SfxBoolItem erwartet"); in StateChanged() 386 rBmpMask.SetExecState( pStateItem->GetValue() ); in StateChanged()
|
/aoo41x/main/sfx2/source/dialog/ |
H A D | tplcitem.cxx | 82 const SfxTemplateItem *pStateItem = PTR_CAST( in StateChanged() local 84 DBG_ASSERT(pStateItem != 0, "SfxTemplateItem erwartet"); in StateChanged() 85 rTemplateDlg.SetFamilyState( GetId(), pStateItem ); in StateChanged() 113 const SfxBoolItem *pStateItem = PTR_CAST(SfxBoolItem, pItem); in StateChanged() local 114 DBG_ASSERT(pStateItem != 0, "BoolItem erwartet"); in StateChanged() 115 nWaterCanState = pStateItem->GetValue() ? 1 : 0; in StateChanged() 155 const SfxUInt16Item *pStateItem = PTR_CAST( SfxUInt16Item, pItem); in StateChanged() local 156 if (pStateItem) in StateChanged() 157 rTemplateDlg.SetFamily( pStateItem->GetValue() ); in StateChanged()
|
/aoo41x/main/sd/source/ui/dlg/ |
H A D | navigatr.cxx | 945 const SfxUInt32Item* pStateItem = PTR_CAST( SfxUInt32Item, pItem ); in StateChanged() local 946 DBG_ASSERT( pStateItem, "SfxUInt16Item erwartet"); in StateChanged() 947 sal_uInt32 nState = pStateItem->GetValue(); in StateChanged() 1037 const SfxStringItem* pStateItem = PTR_CAST( SfxStringItem, pItem ); in StateChanged() local 1038 DBG_ASSERT( pStateItem, "SfxStringItem erwartet"); in StateChanged() 1039 String aPageName = pStateItem->GetValue(); in StateChanged()
|
H A D | animobjs.cxx | 1312 const SfxUInt16Item* pStateItem = PTR_CAST( SfxUInt16Item, pItem ); in StateChanged() local 1313 DBG_ASSERT( pStateItem, "SfxUInt16Item erwartet"); in StateChanged() 1314 sal_uInt16 nState = pStateItem->GetValue(); in StateChanged()
|
/aoo41x/main/svx/source/tbxctrls/ |
H A D | tbcontrl.cxx | 1682 const SfxTemplateItem* pStateItem = in StateChanged() local 1684 DBG_ASSERT( pStateItem != NULL, "SfxTemplateItem expected" ); in StateChanged() 1685 rControl.SetFamilyState( nIdx, pStateItem ); in StateChanged()
|
Completed in 76 milliseconds