Searched refs:RES_EDIT_IN_READONLY (Results 1 – 10 of 10) sorted by relevance
/trunk/main/sw/source/core/docnode/ |
H A D | section.cxx | 457 RES_EDIT_IN_READONLY, sal_False, &pItem ) ) in Modify() 461 pNewSet->ClearItem( RES_EDIT_IN_READONLY ); in Modify() 462 pOldSet->ClearItem( RES_EDIT_IN_READONLY ); in Modify() 503 case RES_EDIT_IN_READONLY: in Modify() 805 RES_EDIT_IN_READONLY, sal_False, &pItem ) ) in Modify() 808 pNewSet->ClearItem( RES_EDIT_IN_READONLY ); in Modify() 809 pOldSet->ClearItem( RES_EDIT_IN_READONLY ); in Modify() 851 case RES_EDIT_IN_READONLY: in Modify()
|
/trunk/main/sw/inc/ |
H A D | fmteiro.hxx | 37 SwFmtEditInReadonly( sal_uInt16 nId = RES_EDIT_IN_READONLY, in SwFmtEditInReadonly() 50 { return (const SwFmtEditInReadonly&)Get( RES_EDIT_IN_READONLY,bInP); } in GetEditInReadonly()
|
H A D | hintids.hxx | 217 RES_EDIT_IN_READONLY, // 106 enumerator
|
/trunk/main/sw/source/ui/uiview/ |
H A D | formatclipboard.cxx | 88 RES_EDIT_IN_READONLY, RES_LAYOUT_SPLIT, \
|
/trunk/main/sw/source/core/bastyp/ |
H A D | init.cxx | 616 aAttrTab[ RES_EDIT_IN_READONLY - POOLATTR_BEGIN ] = new SwFmtEditInReadonly; in _InitCore()
|
/trunk/main/sw/source/core/doc/ |
H A D | docfly.cxx | 640 rFmt.ResetFmtAttr( RES_URL, RES_EDIT_IN_READONLY ); in SetFrmFmtToFly()
|
H A D | dbgoutsw.cxx | 225 aItemWhichMap[RES_EDIT_IN_READONLY] = String("EDIT_IN_READONLY", RTL_TEXTENCODING_ASCII_US); in GetItemWhichMap()
|
/trunk/main/sw/source/ui/frmdlg/ |
H A D | frmpage.cxx | 3154 const SwFmtEditInReadonly& rEdit = (const SwFmtEditInReadonly& )rSet.Get(RES_EDIT_IN_READONLY); in Reset() 3214 bRet |= 0 != rSet.Put( SwFmtEditInReadonly( RES_EDIT_IN_READONLY, bChecked)); in FillItemSet()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unoframe.cxx | 952 if ( GetProperty( RES_EDIT_IN_READONLY, 0, pEdit ) ) in AnyToItemSet() 954 SfxBoolItem aBool( RES_EDIT_IN_READONLY ); in AnyToItemSet()
|
H A D | unomap.cxx | 791 …{ SW_PROP_NMID(UNO_NAME_EDIT_IN_READONLY), RES_EDIT_IN_READONLY, CPPU_E2T(CPPUTYPE_BOOLEAN), … in GetPropertyMapEntries() 1270 …{ SW_PROP_NMID(UNO_NAME_EDIT_IN_READONLY), RES_EDIT_IN_READONLY, CPPU_E2T(CPPUTYPE_BOOLEAN), PRO… in GetPropertyMapEntries()
|
Completed in 85 milliseconds