Home
last modified time | relevance | path

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

/aoo42x/main/vbahelper/source/vbahelper/
H A Dvbafontbase.cxx164 sal_Int32 nPaletteColor = 0; in getColorIndex() local
165 mxPalette->getByIndex( count ) >>= nPaletteColor; in getColorIndex()
166 if ( nPaletteColor == nColor ) in getColorIndex()
/aoo42x/main/sw/source/ui/vba/
H A Dvbafont.cxx155 sal_Int32 nPaletteColor = 0; in getColorIndex() local
156 mxPalette->getByIndex( count ) >>= nPaletteColor; in getColorIndex()
157 if ( nPaletteColor == nColor ) in getColorIndex()
/aoo42x/main/sc/source/ui/vba/
H A Dvbainterior.cxx196 sal_Int32 nPaletteColor = 0; in GetColorIndex() local
197 xIndex->getByIndex( count ) >>= nPaletteColor; in GetColorIndex()
198 if ( nPaletteColor == nColor ) in GetColorIndex()
H A Dvbaborders.cxx199 sal_Int32 nPaletteColor = 0; in getColorIndex() local
200 xIndex->getByIndex( count ) >>= nPaletteColor; in getColorIndex()
201 if ( nPaletteColor == nColor ) in getColorIndex()

Completed in 19 milliseconds