Lines Matching refs:aCol

224 	Color      aCol;  member
1453 p->aCol=aAttr.aPatCol; in ReadOrder()
1481 ChangeBrush(p->aCol,p->aBgCol,p->bFill); in ReadOrder()
1647 Color aCol; in ReadOrder() local
1673 if ((nFlags&0x40)!=0 && nVal==1) aCol=Color(COL_BLACK); in ReadOrder()
1674 else if ((nFlags&0x40)!=0 && nVal==2) aCol=Color(COL_WHITE); in ReadOrder()
1675 else if ((nFlags&0x40)!=0 && nVal==4) aCol=Color(COL_WHITE); in ReadOrder()
1676 else if ((nFlags&0x40)!=0 && nVal==5) aCol=Color(COL_BLACK); in ReadOrder()
1677 else aCol=GetPaletteColor(nVal); in ReadOrder()
1679 case 1: aAttr.aLinCol=aCol; break; in ReadOrder()
1680 case 2: aAttr.aChrCol=aCol; break; in ReadOrder()
1681 case 3: aAttr.aMrkCol=aCol; break; in ReadOrder()
1682 case 4: aAttr.aPatCol=aCol; break; in ReadOrder()
1683 case 5: aAttr.aImgCol=aCol; break; in ReadOrder()
1686 case 1: aAttr.aLinBgCol=aCol; break; in ReadOrder()
1687 case 2: aAttr.aChrBgCol=aCol; break; in ReadOrder()
1688 case 3: aAttr.aMrkBgCol=aCol; break; in ReadOrder()
1689 case 4: aAttr.aPatBgCol=aCol; break; in ReadOrder()
1690 case 5: aAttr.aImgBgCol=aCol; break; in ReadOrder()
1736 Color aCol; in ReadOrder() local
1747 if ((nFlags&0x40)!=0 && nVal==1) aCol=Color(COL_BLACK); in ReadOrder()
1748 else if ((nFlags&0x40)!=0 && nVal==2) aCol=Color(COL_WHITE); in ReadOrder()
1749 else if ((nFlags&0x40)!=0 && nVal==4) aCol=Color(COL_WHITE); in ReadOrder()
1750 else if ((nFlags&0x40)!=0 && nVal==5) aCol=Color(COL_BLACK); in ReadOrder()
1751 else aCol=GetPaletteColor(nVal); in ReadOrder()
1753 aAttr.aImgCol = aCol; in ReadOrder()
1764 Color aCol; in ReadOrder() local
1777 if (nVal==0x0007) aCol=Color(COL_WHITE); in ReadOrder()
1778 else if (nVal==0x0008) aCol=Color(COL_BLACK); in ReadOrder()
1779 else if (nVal==0xff08) aCol=GetPaletteColor(1); in ReadOrder()
1780 else aCol=GetPaletteColor(((sal_uLong)nVal) & 0x000000ff); in ReadOrder()
1782 aAttr.aImgCol = aCol; in ReadOrder()
1790 Color aCol; in ReadOrder() local
1800 if (nVal==0x0007) aCol=Color(COL_WHITE); in ReadOrder()
1801 else if (nVal==0x0008) aCol=Color(COL_BLACK); in ReadOrder()
1802 else if (nVal==0xff08) aCol=GetPaletteColor(0); in ReadOrder()
1803 else aCol=GetPaletteColor(((sal_uLong)nVal) & 0x000000ff); in ReadOrder()
1805 aAttr.aPatBgCol = aAttr.aImgBgCol = aCol; in ReadOrder()
1813 Color aCol; in ReadOrder() local
1824 if ((nFlags&0x40)!=0 && nVal==1) aCol=Color(COL_BLACK); in ReadOrder()
1825 else if ((nFlags&0x40)!=0 && nVal==2) aCol=Color(COL_WHITE); in ReadOrder()
1826 else if ((nFlags&0x40)!=0 && nVal==4) aCol=Color(COL_WHITE); in ReadOrder()
1827 else if ((nFlags&0x40)!=0 && nVal==5) aCol=Color(COL_BLACK); in ReadOrder()
1828 else aCol=GetPaletteColor(nVal); in ReadOrder()
1830 aAttr.aPatBgCol = aAttr.aImgBgCol = aCol; in ReadOrder()