Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxestyle.cxx127 class XclListColor class
129 DECL_FIXEDMEMPOOL_NEWDEL( XclListColor )
138 explicit XclListColor( const Color& rColor, sal_uInt32 nColorId );
152 void Merge( const XclListColor& rColor );
155 IMPL_FIXEDMEMPOOL_NEWDEL( XclListColor, 100, 100 )
157 XclListColor::XclListColor( const Color& rColor, sal_uInt32 nColorId ) : in XclListColor() function in __anon024c3a3f0211::XclListColor
168 void XclListColor::Merge( const XclListColor& rColor ) in Merge()
279 XclListColor* SearchListEntry( const Color& rColor, sal_uInt32& rnIndex );
281 XclListColor* CreateListEntry( const Color& rColor, sal_uInt32 nIndex );
310 typedef ScfDelList< XclListColor > XclListColorList;
[all …]