Searched refs:mxPalette (Results 1 – 9 of 9) sorted by relevance
109 DBG_ASSERT( mrExpData.mxPalette.is(), "XclExpRoot::GetPalette - missing object (wrong BIFF?)" ); in GetPalette()110 return *mrExpData.mxPalette; in GetPalette()183 mrExpData.mxPalette.reset( new XclExpPalette( GetRoot() ) ); in InitializeGlobals()226 case EXC_ID_PALETTE: xRec = mrExpData.mxPalette; break; in CreateRecord()
67 mrImpData.mxPalette.reset( new XclImpPalette( GetRoot() ) ); in XclImpRoot()154 return *mrImpData.mxPalette; in GetPalette()
46 mxPalette( xPalette, uno::UNO_SET_THROW ), in VbaFontBase()150 setColor( OORGBToXLRGB(mxPalette->getByIndex( nIndex )) ); in setColorIndex()160 sal_Int32 nElems = mxPalette->getCount(); in getColorIndex()165 mxPalette->getByIndex( count ) >>= nPaletteColor; in getColorIndex()
142 return setColor( OORGBToXLRGB(mxPalette->getByIndex( nIndex )) ); in setColorIndex()151 sal_Int32 nElems = mxPalette->getCount(); in getColorIndex()156 mxPalette->getByIndex( count ) >>= nPaletteColor; in getColorIndex()
87 mxPalette = new DefaultPalette(); in VbaPalette()94 return mxPalette; in getPalette()
28 css::uno::Reference< css::container::XIndexAccess > mxPalette; member in VbaPalette
82 XclExpPaletteRef mxPalette; /// The color buffer. member
93 XclImpPaletteRef mxPalette; /// The color buffer. member
61 css::uno::Reference< css::container::XIndexAccess > mxPalette; member in VbaFontBase
Completed in 68 milliseconds