Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/miscdlgs/
H A Dtabbgcolordlg.cxx91 XColorListSharedPtr aColorTable; in FillColorValueSets_Impl() local
101 aColorTable = static_cast< const SvxColorTableItem* >(pItem)->GetColorTable(); in FillColorValueSets_Impl()
104 if ( !aColorTable.get() ) in FillColorValueSets_Impl()
106aColorTable = XPropertyListFactory::CreateSharedXColorList(SvtPathOptions().GetPalettePath()); in FillColorValueSets_Impl()
111 if ( aColorTable.get() ) in FillColorValueSets_Impl()
113 nColorCount = aColorTable->Count(); in FillColorValueSets_Impl()
117 aTabBgColorSet.addEntriesForXColorList(aColorTable); in FillColorValueSets_Impl()
/trunk/main/sc/source/ui/drawfunc/
H A Ddrawsh4.cxx96 XColorListSharedPtr aColorTable; in GetFormTextState() local
99 aColorTable = static_cast< const SvxColorTableItem* >(pItem)->GetColorTable(); in GetFormTextState()
103 if ( aColorTable.get() ) in GetFormTextState()
104 pDlg->SetColorTable( aColorTable ); in GetFormTextState()
H A Ddrtxtob2.cxx259 XColorListSharedPtr aColorTable; in GetFormTextState() local
262 aColorTable = static_cast< const SvxColorTableItem* >(pItem)->GetColorTable(); in GetFormTextState()
266 if ( aColorTable ) in GetFormTextState()
267 pDlg->SetColorTable( aColorTable ); in GetFormTextState()
/trunk/main/sc/source/ui/dbgui/
H A Dscendlg.cxx80 … XColorListSharedPtr aColorTable = static_cast< const SvxColorTableItem* >(pItem)->GetColorTable(); in ScNewScenarioDlg() local
81 if (aColorTable.get()) in ScNewScenarioDlg()
84 long nCount = aColorTable->Count(); in ScNewScenarioDlg()
87 XColorEntry* pEntry = aColorTable->GetColor(n); in ScNewScenarioDlg()
/trunk/main/filter/source/graphicfilter/icgm/
H A Delements.cxx89 aColorTable[ nIndex ] = rSource.aColorTable[ nIndex ]; in operator =()
90 aLatestColorTable[ nIndex ] = rSource.aColorTable[ nIndex ]; in operator =()
197 aColorTable[ 0 ] = 0; in Init()
198 for ( i = 1; i < 256; aColorTable[ i++ ] = 0xffffff ) ; in Init()
H A Delements.hxx29 #define nBackGroundColor aColorTable[ 0 ]
72 sal_uInt32 aColorTable[ 256 ]; member in CGMElements
H A Dcgm.cxx179 return ( pElement ) ? pElement->aColorTable[ 0 ] : 0; in GetBackGroundColor()
487 nTmp = pElement->aColorTable[ (sal_uInt8)( nIndex ) ] ; in ImplGetBitmapColor()
H A Dclass5.cxx342 pElement->aColorTable[ nIndex ] = pElement->aLatestColorTable[ nIndex ]; in ImplDoClass5()
/trunk/main/extensions/source/propctrlr/
H A Dstandardcontrol.cxx685 XColorListSharedPtr aColorTable; in OColorControl() local
691 aColorTable = static_cast< const SvxColorTableItem* >(pItem)->GetColorTable(); in OColorControl()
694 if ( !aColorTable.get() ) in OColorControl()
696 aColorTable = XColorList::GetStdColorList(); in OColorControl()
699 DBG_ASSERT(aColorTable.get(), "OColorControl::OColorControl: no color table!"); in OColorControl()
701 if (aColorTable.get()) in OColorControl()
703 for (sal_uInt16 i = 0; i < aColorTable->Count(); ++i) in OColorControl()
705 XColorEntry* pEntry = aColorTable->GetColor( i ); in OColorControl()
/trunk/main/sc/source/ui/optdlg/
H A Dtpview.cxx340 XColorListSharedPtr aColorTable; in InitGridOpt() local
347 aColorTable = static_cast< const SvxColorTableItem* >(pItem)->GetColorTable(); in InitGridOpt()
350 aColorTable = XColorList::GetStdColorList(); in InitGridOpt()
352 if ( !aColorTable.get() ) in InitGridOpt()
361 long nCount = aColorTable->Count(); in InitGridOpt()
364 XColorEntry* pEntry = aColorTable->GetColor(n); in InitGridOpt()
/trunk/main/svx/source/tbxctrls/
H A Dtbcontrl.cxx833 XColorListSharedPtr aColorTable; in SvxColorWindow_Impl() local
837 aColorTable = static_cast< const SvxColorTableItem* >(pItem)->GetColorTable(); in SvxColorWindow_Impl()
839 if ( !aColorTable ) in SvxColorWindow_Impl()
871 if ( aColorTable ) in SvxColorWindow_Impl()
873 const long nColorCount(aColorTable->Count()); in SvxColorWindow_Impl()
880 aColorSet.addEntriesForXColorList(aColorTable); in SvxColorWindow_Impl()
987 XColorListSharedPtr aColorTable; in StateChanged() local
991 aColorTable = static_cast< const SvxColorTableItem* >(pState)->GetColorTable(); in StateChanged()
994 if ( aColorTable ) in StateChanged()
997 const long nColorCount(aColorTable->Count()); in StateChanged()
[all …]
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx233 XColorListSharedPtr aColorTable; in ColorPropertyBox() local
237 aColorTable = static_cast< const SvxColorTableItem* >(pItem)->GetColorTable(); in ColorPropertyBox()
239 if ( !aColorTable.get() ) in ColorPropertyBox()
241 aColorTable = XPropertyListFactory::CreateSharedXColorList(SvtPathOptions().GetPalettePath()); in ColorPropertyBox()
247 for ( long i = 0; i < aColorTable->Count(); i++ ) in ColorPropertyBox()
249 XColorEntry* pEntry = aColorTable->GetColor(i); in ColorPropertyBox()
1248 XColorListSharedPtr aColorTable; in CustomAnimationEffectTabPage() local
1252 aColorTable = static_cast< const SvxColorTableItem* >(pItem)->GetColorTable(); in CustomAnimationEffectTabPage()
1254 if ( !aColorTable.get() ) in CustomAnimationEffectTabPage()
1261 for ( long i = 0; i < aColorTable->Count(); i++ ) in CustomAnimationEffectTabPage()
[all …]
/trunk/main/svx/source/sidebar/tools/
H A DColorControl.cxx124 const XColorListSharedPtr aColorTable(GetColorTable()); in FillColors() local
126 const long nColorCount(aColorTable->Count()); in FillColors()
156 maVSColor.addEntriesForXColorList(aColorTable); in FillColors()
/trunk/main/cui/source/tabpages/
H A Dbackgrnd.cxx1200 XColorListSharedPtr aColorTable; in FillColorValueSets_Impl() local
1205 aColorTable = dynamic_cast< const SvxColorTableItem* >(pItem)->GetColorTable(); in FillColorValueSets_Impl()
1208 if ( !aColorTable.get() ) in FillColorValueSets_Impl()
1210 aColorTable = XPropertyListFactory::CreateSharedXColorList(SvtPathOptions().GetPalettePath()); in FillColorValueSets_Impl()
1213 if ( aColorTable.get() ) in FillColorValueSets_Impl()
1215 nColorCount = aColorTable->Count(); in FillColorValueSets_Impl()
1217 aBackgroundColorSet.addEntriesForXColorList(aColorTable); in FillColorValueSets_Impl()
H A Dborder.cxx341 XColorListSharedPtr aColorTable; in SvxBorderTabPage() local
349 aColorTable = static_cast< const SvxColorTableItem* >(pItem)->GetColorTable(); in SvxBorderTabPage()
352 DBG_ASSERT( aColorTable.get(), "ColorTable not found!" ); in SvxBorderTabPage()
354 if ( aColorTable.get() ) in SvxBorderTabPage()
359 for ( long i = 0; i < aColorTable->Count(); ++i ) in SvxBorderTabPage()
361 XColorEntry* pEntry = aColorTable->GetColor(i); in SvxBorderTabPage()
H A Dchardlg.cxx718 XColorListSharedPtr aColorTable; in Initialize() local
725 aColorTable = static_cast< const SvxColorTableItem* >(pItem)->GetColorTable(); in Initialize()
728 if ( !aColorTable.get() ) in Initialize()
730 aColorTable = XPropertyListFactory::CreateSharedXColorList(SvtPathOptions().GetPalettePath()); in Initialize()
744 for ( long i = 0; i < aColorTable->Count(); i++ ) in Initialize()
746 XColorEntry* pEntry = aColorTable->GetColor(i); in Initialize()
1785 XColorListSharedPtr aColorTable; in Initialize() local
1791 aColorTable = static_cast< const SvxColorTableItem* >(pItem)->GetColorTable(); in Initialize()
1794 if ( !aColorTable.get() ) in Initialize()
1814 for ( long i = 0; i < aColorTable->Count(); i++ ) in Initialize()
[all …]
H A Dnumpages.cxx1612 XColorListSharedPtr aColorTable; in Reset() local
1618 aColorTable = static_cast< const SvxColorTableItem* >(pItem)->GetColorTable(); in Reset()
1621 if ( !aColorTable.get() ) in Reset()
1623 aColorTable = XPropertyListFactory::CreateSharedXColorList(SvtPathOptions().GetPalettePath()); in Reset()
1628 for ( long i = 0; i < aColorTable->Count(); i++ ) in Reset()
1630 XColorEntry* pEntry = aColorTable->GetColor(i); in Reset()
/trunk/main/reportdesign/source/ui/dlg/
H A DCondition.cxx149 …XColorListSharedPtr aColorTable(XPropertyListFactory::CreateSharedXColorList(SvtPathOptions().GetP… in OColorPopup() local
151 long nCount = aColorTable.get() ? aColorTable->Count() : 0; in OColorPopup()
162 pEntry = aColorTable->GetColor(i); in OColorPopup()
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_3D_SceneIllumination.cxx287 , XColorListSharedPtr aColorTable ) in ThreeD_SceneIllumination_TabPage() argument
313 if(aColorTable.get()) in ThreeD_SceneIllumination_TabPage()
315 m_aLB_AmbientLight.Fill( aColorTable ); in ThreeD_SceneIllumination_TabPage()
316 m_aLB_LightSource.Fill( aColorTable ); in ThreeD_SceneIllumination_TabPage()
H A Ddlg_View3D.cxx58 …ow* pParent, const uno::Reference< frame::XModel > & xChartModel, XColorListSharedPtr aColorTable ) in View3DDialog() argument
74 …on = new ThreeD_SceneIllumination_TabPage(&m_aTabControl,xSceneProperties,xChartModel,aColorTable); in View3DDialog()
H A Dtp_3D_SceneIllumination.hxx82 XColorListSharedPtr aColorTable );
/trunk/main/chart2/source/controller/inc/
H A Ddlg_View3D.hxx55 XColorListSharedPtr aColorTable );
/trunk/main/svx/inc/svx/
H A Dbmpmask.hxx164 void SetColorTable( XColorListSharedPtr aColorTable );
/trunk/main/cui/source/options/
H A Doptcolor.cxx948 …XColorListSharedPtr aColorTable(XPropertyListFactory::CreateSharedXColorList(SvtPathOptions().GetP… in ColorConfigWindow_Impl() local
950 for( sal_Int32 i = 0; i < aColorTable->Count(); i++ ) in ColorConfigWindow_Impl()
952 XColorEntry* pEntry = aColorTable->GetColor(i); in ColorConfigWindow_Impl()
/trunk/main/reportdesign/source/ui/misc/
H A DUITools.cxx657 …XColorListSharedPtr aColorTable(XPropertyListFactory::CreateSharedXColorList(SvtPathOptions().GetP… in openCharDialog() local
678 new SvxColorTableItem(aColorTable,ITEMID_COLOR_TABLE), in openCharDialog()

Completed in 136 milliseconds