/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/dialog/ |
H A D | fontwork.cxx | 69 const XFormTextStyleItem* pStateItem = in StateChanged() local 72 rFontWorkDlg.SetStyle_Impl(pStateItem); in StateChanged() 77 const XFormTextAdjustItem* pStateItem = in StateChanged() local 80 rFontWorkDlg.SetAdjust_Impl(pStateItem); in StateChanged() 85 const XFormTextDistanceItem* pStateItem = in StateChanged() local 93 const XFormTextStartItem* pStateItem = in StateChanged() local 96 rFontWorkDlg.SetStart_Impl(pStateItem); in StateChanged() 101 const XFormTextMirrorItem* pStateItem = in StateChanged() local 104 rFontWorkDlg.SetMirror_Impl(pStateItem); in StateChanged() 117 const XFormTextOutlineItem* pStateItem = in StateChanged() local [all …]
|
H A D | imapdlg.cxx | 75 const SfxBoolItem* pStateItem = dynamic_cast<const SfxBoolItem*>( pItem ); in StateChanged() local 76 assert(pStateItem); //SfxBoolItem expected in StateChanged() 77 if (pStateItem) in StateChanged() 80 rIMap.SetExecState( !pStateItem->GetValue() ); in StateChanged()
|
H A D | _contdlg.cxx | 52 const SfxBoolItem* pStateItem = dynamic_cast<const SfxBoolItem*>( pItem ); in StateChanged() local 53 assert(pStateItem); //SfxBoolItem expected in StateChanged() 54 if (pStateItem) in StateChanged() 55 rDlg.SetExecState(!pStateItem->GetValue()); in StateChanged()
|
H A D | _bmpmask.cxx | 328 const SfxBoolItem* pStateItem = dynamic_cast<const SfxBoolItem*>( pItem ); in StateChanged() local 329 assert(pStateItem); // SfxBoolItem expected in StateChanged() 330 if (pStateItem) in StateChanged() 331 rBmpMask.SetExecState( pStateItem->GetValue() ); in StateChanged()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/dialog/ |
H A D | fontwork.cxx | 75 const XFormTextStyleItem* pStateItem = in StateChanged() local 78 rFontWorkDlg.SetStyle_Impl(pStateItem); in StateChanged() 83 const XFormTextAdjustItem* pStateItem = in StateChanged() local 86 rFontWorkDlg.SetAdjust_Impl(pStateItem); in StateChanged() 91 const XFormTextDistanceItem* pStateItem = in StateChanged() local 99 const XFormTextStartItem* pStateItem = in StateChanged() local 102 rFontWorkDlg.SetStart_Impl(pStateItem); in StateChanged() 107 const XFormTextMirrorItem* pStateItem = in StateChanged() local 110 rFontWorkDlg.SetMirror_Impl(pStateItem); in StateChanged() 123 const XFormTextOutlineItem* pStateItem = in StateChanged() local [all …]
|
H A D | _contdlg.cxx | 57 const SfxBoolItem* pStateItem = dynamic_cast<const SfxBoolItem*>( pItem ); in StateChanged() local 58 assert(pStateItem); //SfxBoolItem expected in StateChanged() 59 if (pStateItem) in StateChanged() 60 rDlg.SetExecState(!pStateItem->GetValue()); in StateChanged()
|
H A D | imapdlg.cxx | 78 const SfxBoolItem* pStateItem = dynamic_cast<const SfxBoolItem*>( pItem ); in StateChanged() local 79 assert(pStateItem); //SfxBoolItem expected in StateChanged() 80 if (pStateItem) in StateChanged() 83 rIMap.SetExecState( !pStateItem->GetValue() ); in StateChanged()
|
H A D | _bmpmask.cxx | 333 const SfxBoolItem* pStateItem = dynamic_cast<const SfxBoolItem*>( pItem ); in StateChanged() local 334 assert(pStateItem); // SfxBoolItem expected in StateChanged() 335 if (pStateItem) in StateChanged() 336 rBmpMask.SetExecState( pStateItem->GetValue() ); in StateChanged()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/dialog/ |
H A D | tplcitem.cxx | 70 const SfxTemplateItem *pStateItem = dynamic_cast< const SfxTemplateItem* >(pItem); in StateChanged() local 71 DBG_ASSERT(pStateItem != nullptr, "SfxTemplateItem expected"); in StateChanged() 72 rTemplateDlg.SetFamilyState( GetId(), pStateItem ); in StateChanged() 145 const SfxUInt16Item *pStateItem = dynamic_cast< const SfxUInt16Item* >(pItem); in StateChanged() local 146 if (pStateItem) in StateChanged() 148 rTemplateDlg.SetFamily(static_cast<SfxStyleFamily>(pStateItem->GetValue())); in StateChanged()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/dialog/ |
H A D | tplcitem.cxx | 71 const SfxTemplateItem *pStateItem = dynamic_cast< const SfxTemplateItem* >(pItem); in StateChanged() local 72 DBG_ASSERT(pStateItem != nullptr, "SfxTemplateItem expected"); in StateChanged() 73 rTemplateDlg.SetFamilyState( GetId(), pStateItem ); in StateChanged() 148 const SfxUInt16Item *pStateItem = dynamic_cast< const SfxUInt16Item* >(pItem); in StateChanged() local 149 if (pStateItem) in StateChanged() 151 rTemplateDlg.SetFamily(static_cast<SfxStyleFamily>(pStateItem->GetValue())); in StateChanged()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/tbxctrls/ |
H A D | StylesPreviewWindow.cxx | 70 const SfxTemplateItem* pStateItem = dynamic_cast<const SfxTemplateItem*>(pState); in StateChanged() local 71 if (pStateItem) in StateChanged() 73 if (pStateItem->GetStyleIdentifier().isEmpty()) in StateChanged() 74 m_pPreviewControl->Select(pStateItem->GetStyleName()); in StateChanged() 76 m_pPreviewControl->Select(pStateItem->GetStyleIdentifier()); in StateChanged()
|
H A D | tbcontrl.cxx | 2512 const SfxTemplateItem* pStateItem = in StateChanged() local 2514 DBG_ASSERT( pStateItem != nullptr, "SfxTemplateItem expected" ); in StateChanged() 2515 rControl.SetFamilyState( nIdx, pStateItem ); in StateChanged()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/dlg/ |
H A D | animobjs.cxx | 1121 const SfxUInt16Item* pStateItem = dynamic_cast< const SfxUInt16Item*>( pItem ); in StateChanged() local 1122 assert(pStateItem); //SfxUInt16Item expected in StateChanged() 1123 if (pStateItem) in StateChanged() 1125 sal_uInt16 nState = pStateItem->GetValue(); in StateChanged()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/dlg/ |
H A D | animobjs.cxx | 1121 const SfxUInt16Item* pStateItem = dynamic_cast< const SfxUInt16Item*>( pItem ); in StateChanged() local 1122 assert(pStateItem); //SfxUInt16Item expected in StateChanged() 1123 if (pStateItem) in StateChanged() 1125 sal_uInt16 nState = pStateItem->GetValue(); in StateChanged()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/tbxctrls/ |
H A D | tbcontrl.cxx | 2830 const SfxTemplateItem* pStateItem = in StateChanged() local 2832 DBG_ASSERT( pStateItem != nullptr, "SfxTemplateItem expected" ); in StateChanged() 2833 rControl.SetFamilyState( nIdx, pStateItem ); in StateChanged()
|