Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/inc/
H A Dscflt.hxx286 sal_uInt16 FrameColor; // Nibble Codierte Farben link oben rechts unten member
433 Sc10Color FrameColor; // Umrandungsfarbe als RGB-Wert member
618 sal_uInt16 FrameColor; member in Sc10PatternData
635 FrameColor = rData.FrameColor; in Sc10PatternData()
/trunk/main/sc/source/filter/starcalc/
H A Dscflt.cxx191 rStream >> rLine.FrameColor; in lcl_ReadHeadFootLine()
243 lcl_ReadRGB(rStream, rHeader.FrameColor); in lcl_ReadGraphHeader()
519 rStream >> FrameColor; in Sc10PatternData()
650 && FrameColor == rData.FrameColor in operator ==()
865 sal_uInt16 cLeft = (pHeadFootLine->FrameColor & 0x000F); in PutToDoc()
866 sal_uInt16 cTop = (pHeadFootLine->FrameColor & 0x00F0) >> 4; in PutToDoc()
867 sal_uInt16 cRight = (pHeadFootLine->FrameColor & 0x0F00) >> 8; in PutToDoc()
1307 sal_uInt16 cLeft = ( pPattern->FrameColor & 0x000F ); in LoadPatternCollection()
1308 sal_uInt16 cTop = ( pPattern->FrameColor & 0x00F0 ) >> 4; in LoadPatternCollection()
1309 sal_uInt16 cRight = ( pPattern->FrameColor & 0x0F00 ) >> 8; in LoadPatternCollection()
[all …]

Completed in 32 milliseconds