Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxeroot.cxx109 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()
H A Dxiroot.cxx67 mrImpData.mxPalette.reset( new XclImpPalette( GetRoot() ) ); in XclImpRoot()
154 return *mrImpData.mxPalette; in GetPalette()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbafontbase.cxx46 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()
/trunk/main/sw/source/ui/vba/
H A Dvbafont.cxx142 return setColor( OORGBToXLRGB(mxPalette->getByIndex( nIndex )) ); in setColorIndex()
151 sal_Int32 nElems = mxPalette->getCount(); in getColorIndex()
156 mxPalette->getByIndex( count ) >>= nPaletteColor; in getColorIndex()
H A Dvbapalette.cxx87 mxPalette = new DefaultPalette(); in VbaPalette()
94 return mxPalette; in getPalette()
H A Dvbapalette.hxx28 css::uno::Reference< css::container::XIndexAccess > mxPalette; member in VbaPalette
/trunk/main/sc/source/filter/inc/
H A Dxeroot.hxx82 XclExpPaletteRef mxPalette; /// The color buffer. member
H A Dxiroot.hxx93 XclImpPaletteRef mxPalette; /// The color buffer. member
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbafontbase.hxx61 css::uno::Reference< css::container::XIndexAccess > mxPalette; member in VbaFontBase

Completed in 205 milliseconds