Home
last modified time | relevance | path

Searched refs:ScViewObjectModeItem (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dattrib.cxx63 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 Ddocpool.cxx311 …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()
/trunk/main/sc/inc/
H A Dattrib.hxx300 class SC_DLLPUBLIC ScViewObjectModeItem: public SfxEnumItem class
305 ScViewObjectModeItem( sal_uInt16 nWhich );
306 ScViewObjectModeItem( sal_uInt16 nWhich, ScVObjMode eMode );
307 ~ScViewObjectModeItem();
/trunk/main/sc/source/ui/pagedlg/
H A Dtptable.cxx110 #define GET_SHOW(sid,set) ( ScVObjMode( ((const ScViewObjectModeItem&)((set).Get(GetWhich((sid))))…
508 rCoreSet.Put( ScViewObjectModeItem( nWhich, bIsChecked in lcl_PutVObjModeItem()
/trunk/main/sc/source/ui/unoobj/
H A Dstyleuno.cxx1468 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()
/trunk/main/sc/source/filter/starcalc/
H A Dscflt.cxx954 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()
/trunk/main/sc/source/ui/view/
H A Dprintfun.cxx89 #define GET_SHOW(set,which) ( VOBJ_MODE_SHOW == ScVObjMode( ((const ScViewObjectModeItem&)(set)->…

Completed in 76 milliseconds