Home
last modified time | relevance | path

Searched refs:pStateItem (Results 1 – 8 of 8) sorted by relevance

/trunk/main/svx/source/dialog/
H A Dfontwork.cxx83 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 Dimapdlg.cxx136 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.cxx112 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.cxx382 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()
/trunk/main/sfx2/source/dialog/
H A Dtplcitem.cxx82 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()
/trunk/main/sd/source/ui/dlg/
H A Dnavigatr.cxx945 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 Danimobjs.cxx1310 const SfxUInt16Item* pStateItem = PTR_CAST( SfxUInt16Item, pItem ); in StateChanged() local
1311 DBG_ASSERT( pStateItem, "SfxUInt16Item erwartet"); in StateChanged()
1312 sal_uInt16 nState = pStateItem->GetValue(); in StateChanged()
/trunk/main/svx/source/tbxctrls/
H A Dtbcontrl.cxx1682 const SfxTemplateItem* pStateItem = in StateChanged() local
1684 DBG_ASSERT( pStateItem != NULL, "SfxTemplateItem expected" ); in StateChanged()
1685 rControl.SetFamilyState( nIdx, pStateItem ); in StateChanged()

Completed in 89 milliseconds