Searched refs:ScViewObjectModeItem (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/sc/source/core/data/ |
H A D | attrib.cxx | 63 TYPEINIT1(ScViewObjectModeItem, SfxEnumItem); 1026 ScViewObjectModeItem::ScViewObjectModeItem( sal_uInt16 nWhichP ) in ScViewObjectModeItem() function in ScViewObjectModeItem 1033 ScViewObjectModeItem::ScViewObjectModeItem( sal_uInt16 nWhichP, ScVObjMode eMode ) in ScViewObjectModeItem() function in ScViewObjectModeItem 1040 ScViewObjectModeItem::~ScViewObjectModeItem() in ~ScViewObjectModeItem() 1046 SfxItemPresentation ScViewObjectModeItem::GetPresentation in GetPresentation() 1108 sal_uInt16 ScViewObjectModeItem::GetValueCount() const in GetValueCount() 1115 SfxPoolItem* ScViewObjectModeItem::Clone( SfxItemPool* ) const in Clone() 1117 return new ScViewObjectModeItem( *this ); in Clone() 1129 SfxPoolItem* ScViewObjectModeItem::Create( in Create() 1136 return new ScViewObjectModeItem( Which() ); in Create() [all …]
|
H A D | docpool.cxx | 311 …ppPoolDefaults[ ATTR_PAGE_CHARTS - ATTR_STARTINDEX ] = new ScViewObjectModeItem( ATTR_PAGE_CHARTS… in ScDocumentPool() 312 …ppPoolDefaults[ ATTR_PAGE_OBJECTS - ATTR_STARTINDEX ] = new ScViewObjectModeItem( ATTR_PAGE_OBJEC… in ScDocumentPool() 313 …ppPoolDefaults[ ATTR_PAGE_DRAWINGS - ATTR_STARTINDEX ] = new ScViewObjectModeItem( ATTR_PAGE_DRAW… in ScDocumentPool()
|
/aoo42x/main/sc/inc/ |
H A D | attrib.hxx | 300 class SC_DLLPUBLIC ScViewObjectModeItem: public SfxEnumItem class 305 ScViewObjectModeItem( sal_uInt16 nWhich ); 306 ScViewObjectModeItem( sal_uInt16 nWhich, ScVObjMode eMode ); 307 ~ScViewObjectModeItem();
|
/aoo42x/main/sc/source/ui/pagedlg/ |
H A D | tptable.cxx | 110 #define GET_SHOW(sid,set) ( ScVObjMode( ((const ScViewObjectModeItem&)((set).Get(GetWhich((sid))))… 508 rCoreSet.Put( ScViewObjectModeItem( nWhich, bIsChecked in lcl_PutVObjModeItem()
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | styleuno.cxx | 1468 aAny <<= sal_Bool( ((const ScViewObjectModeItem&)pItemSet->Get(nWhich)). in getPropertyDefault() 1855 rSet.Put( ScViewObjectModeItem( pEntry->nWID, in SetOnePropertyValueWithoutUpdate() 2056 aAny <<= sal_Bool( ((const ScViewObjectModeItem&)pItemSet-> in getPropertyValue()
|
/aoo42x/main/sc/source/filter/starcalc/ |
H A D | scflt.cxx | 954 pSet->Put( ScViewObjectModeItem( ATTR_PAGE_CHARTS, VOBJ_MODE_SHOW ) ); in PutToDoc() 955 pSet->Put( ScViewObjectModeItem( ATTR_PAGE_OBJECTS, VOBJ_MODE_SHOW ) ); in PutToDoc() 956 pSet->Put( ScViewObjectModeItem( ATTR_PAGE_DRAWINGS, VOBJ_MODE_SHOW ) ); in PutToDoc()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | printfun.cxx | 89 #define GET_SHOW(set,which) ( VOBJ_MODE_SHOW == ScVObjMode( ((const ScViewObjectModeItem&)(set)->…
|
Completed in 72 milliseconds