Home
last modified time | relevance | path

Searched refs:SvxColorTableItem (Results 1 – 25 of 47) sorted by relevance

12

/trunk/main/svx/source/items/
H A Ddrawitem.cxx39 TYPEINIT1_FACTORY( SvxColorTableItem, SfxPoolItem , new SvxColorTableItem);
52 SvxColorTableItem::SvxColorTableItem() in SvxColorTableItem() function in SvxColorTableItem
58 SvxColorTableItem::SvxColorTableItem( XColorListSharedPtr aTable, sal_uInt16 nW ) : in SvxColorTableItem() function in SvxColorTableItem
66 SvxColorTableItem::SvxColorTableItem( const SvxColorTableItem& rItem ) : in SvxColorTableItem() function in SvxColorTableItem
74 SfxItemPresentation SvxColorTableItem::GetPresentation in GetPresentation()
88 int SvxColorTableItem::operator==( const SfxPoolItem& rItem ) const in operator ==()
91 return static_cast< const SvxColorTableItem& >(rItem).maColorTable == maColorTable; in operator ==()
96 SfxPoolItem* SvxColorTableItem::Clone( SfxItemPool * ) const in Clone()
98 return new SvxColorTableItem( *this ); in Clone()
103 sal_Bool SvxColorTableItem::QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 /*nMemberId*/ ) c… in QueryValue()
[all …]
/trunk/main/svx/inc/svx/
H A Ddrawitem.hxx41 class SVX_DLLPUBLIC SvxColorTableItem : public SfxPoolItem class
47 SvxColorTableItem();
48 SvxColorTableItem( XColorListSharedPtr aTable, sal_uInt16 nWhich );
49 SvxColorTableItem( const SvxColorTableItem& );
/trunk/main/sw/source/ui/app/
H A Ddocshdrw.cxx61 …const SvxColorTableItem* pColItemFromDocShell = static_cast< const SvxColorTableItem* >(pSwDocShel… in InitDrawModelAndDocShell()
71 …pSwDocShell->PutItem(SvxColorTableItem(pSwDrawDocument->GetColorTableFromSdrModel(), SID_COLOR_TAB… in InitDrawModelAndDocShell()
92 pSwDocShell->PutItem(SvxColorTableItem(XColorList::GetStdColorList(), SID_COLOR_TABLE)); in InitDrawModelAndDocShell()
H A Ddocsh2.cxx1011 …const SvxColorTableItem* pColItem = static_cast< const SvxColorTableItem* >(GetItem(SID_COLOR_TABL… in Execute()
1014 rReq.SetReturnValue(SvxColorTableItem(aTable, SID_GET_COLORTABLE)); in Execute()
/trunk/main/sd/source/ui/dlg/
H A Dprltempl.cxx135 SvxColorTableItem aColorTableItem(*( (const SvxColorTableItem*) in SdPresLayoutTemplateDlg()
260 aSet.Put (SvxColorTableItem(maColorTab,SID_COLOR_TABLE)); in PageCreated()
271 aSet.Put (SvxColorTableItem(maColorTab,SID_COLOR_TABLE)); in PageCreated()
284 aSet.Put (SvxColorTableItem(maColorTab,SID_COLOR_TABLE)); //add CHINA001 in PageCreated()
H A Ddlgpage.cxx59 SvxColorTableItem aColorTableItem(*( (const SvxColorTableItem*) in SdPageDlg()
101 aSet.Put (SvxColorTableItem(maColorTab,SID_COLOR_TABLE)); in PageCreated()
H A Dtabtempl.cxx126 aSet.Put (SvxColorTableItem(maColorTab,SID_COLOR_TABLE)); in PageCreated()
134 aSet.Put (SvxColorTableItem(maColorTab,SID_COLOR_TABLE)); in PageCreated()
147 aSet.Put (SvxColorTableItem(maColorTab,SID_COLOR_TABLE)); //add CHINA001 in PageCreated()
H A Dtpaction.cxx188 SvxColorTableItem aItem( *(const SvxColorTableItem*)( pDocSh->GetItem( SID_COLOR_TABLE ) ) ); in SetView()
/trunk/main/sd/source/ui/docshell/
H A Ddocshel3.cxx194 …const SvxColorTableItem* pColItem = static_cast< const SvxColorTableItem* >(GetItem( SID_COLOR_TAB… in Execute()
197 rReq.SetReturnValue( SvxColorTableItem( aTable, SID_GET_COLORTABLE ) ); in Execute()
/trunk/main/svx/source/tbxctrls/
H A Ditemwin.cxx310 const SvxColorTableItem* pItem = in SvxColorBox()
311 (const SvxColorTableItem*)( pSh->GetItem( SID_COLOR_TABLE ) ); in SvxColorBox()
325 const SvxColorTableItem* pItem = (const SvxColorTableItem*)( pSh->GetItem( SID_COLOR_TABLE ) ); in IMPL_LINK()
H A Dfillctrl.cxx463 const SvxColorTableItem* pItem = dynamic_cast< const SvxColorTableItem* >(pState); in Update()
613 …const SvxColorTableItem* pItem = static_cast< const SvxColorTableItem* >(pSh->GetItem(SID_COLOR_TA… in InitializeFillStyleAccordingToGivenFillType()
H A Dcolrctrl.cxx296 maColorTable = static_cast< const SvxColorTableItem* >(pItem)->GetColorTable(); in SvxColorDockingWindow()
334 && ( pPoolItemHint->GetObject()->ISA( SvxColorTableItem ) ) ) in Notify()
337 maColorTable = static_cast< SvxColorTableItem* >(pPoolItemHint->GetObject())->GetColorTable(); in Notify()
H A Dlinectrl.cxx348 if ( pState && ( pState->ISA( SvxColorTableItem ) ) ) in Update()
357 pBox->Fill( ( (SvxColorTableItem*)pState )->GetColorTable() ); in Update()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh2.cxx155 PutItem( SvxColorTableItem ( pDrawLayer->GetColorTableFromSdrModel(), SID_COLOR_TABLE ) ); in InitItems()
172 PutItem( SvxColorTableItem( XColorList::GetStdColorList(), SID_COLOR_TABLE ) ); in InitItems()
H A Ddocsh4.cxx572 …const SvxColorTableItem* pColItem = static_cast< const SvxColorTableItem* >(GetItem(SID_COLOR_TABL… in Execute()
575 rReq.SetReturnValue(SvxColorTableItem(aTable, SID_GET_COLORTABLE)); in Execute()
/trunk/main/cui/source/tabpages/
H A Dtabline.cxx144 pShell->PutItem( SvxColorTableItem( maNewColorTab, SID_COLOR_TABLE ) ); in SavePalettes()
193 pShell->PutItem( SvxColorTableItem( maColorTab, SID_COLOR_TABLE ) ); in SavePalettes()
H A Dtabarea.cxx137 SvxColorTableItem aColorTableItem( maNewColorTab, SID_COLOR_TABLE ); in SavePalettes()
237 SvxColorTableItem aItem( maColorTab, SID_COLOR_TABLE ); in SavePalettes()
/trunk/main/chart2/source/controller/dialogs/
H A Ddlg_ObjectProperties.cxx525 … aSet.Put (SvxColorTableItem(m_pViewElementListProvider->GetColorTable(),SID_COLOR_TABLE)); in PageCreated()
544 … aSet.Put(SvxColorTableItem(m_pViewElementListProvider->GetColorTable(),SID_COLOR_TABLE)); in PageCreated()
/trunk/main/cui/source/options/
H A Dtreeopt.cxx1204 const SvxColorTableItem* pPtr = NULL; in IMPL_LINK()
1206 pPtr = dynamic_cast< const SvxColorTableItem* >(SfxViewFrame::Current()-> in IMPL_LINK()
2643 const SvxColorTableItem* pPtr = dynamic_cast< const SvxColorTableItem* >( in Execute()
2652 … SfxObjectShell::Current()->PutItem( SvxColorTableItem( GetColorTable(), SID_COLOR_TABLE ) ); in Execute()
/trunk/main/sc/source/ui/drawfunc/
H A Ddrawsh4.cxx99 aColorTable = static_cast< const SvxColorTableItem* >(pItem)->GetColorTable(); in GetFormTextState()
H A Ddrtxtob2.cxx262 aColorTable = static_cast< const SvxColorTableItem* >(pItem)->GetColorTable(); in GetFormTextState()
/trunk/main/svx/source/sidebar/tools/
H A DColorControl.cxx78 return static_cast< const SvxColorTableItem* >(pItem)->GetColorTable(); in GetColorTable()
/trunk/main/sc/source/ui/dbgui/
H A Dscendlg.cxx80 … XColorListSharedPtr aColorTable = static_cast< const SvxColorTableItem* >(pItem)->GetColorTable(); in ScNewScenarioDlg()
/trunk/main/sc/source/ui/miscdlgs/
H A Dtabbgcolordlg.cxx101 aColorTable = static_cast< const SvxColorTableItem* >(pItem)->GetColorTable(); in FillColorValueSets_Impl()
/trunk/main/extensions/source/propctrlr/
H A Dstandardcontrol.cxx690 … DBG_ASSERT(pItem->ISA(SvxColorTableItem), "OColorControl::OColorControl: invalid color item!"); in OColorControl()
691 aColorTable = static_cast< const SvxColorTableItem* >(pItem)->GetColorTable(); in OColorControl()

Completed in 101 milliseconds

12