Searched refs:nColorIndex (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/sc/source/filter/starcalc/ |
H A D | scflt.cxx | 1906 sal_uInt16 nColorIndex = 0; in LoadColAttr() local 1912 sal_uInt16 nColorIndexOld = nColorIndex; in LoadColAttr() 1913 sal_uInt16 nFrameIndexOld = nColorIndex; in LoadColAttr() 1977 nColorIndex++; in LoadColAttr() 1985 nColorIndex++; in LoadColAttr() 2018 nColorIndexOld = nColorIndex; in LoadColAttr() 2033 nColorIndex = 0; in LoadColAttr() 2088 if( nColorIndex < ( aColor.Count - 1 ) ) in LoadColAttr() 2089 nColorIndex++; in LoadColAttr() 2097 nColorIndex++; in LoadColAttr() [all …]
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbainterior.cxx | 176 ScVbaInterior::GetIndexColor( const sal_Int32& nColorIndex ) in GetIndexColor() argument 178 sal_Int32 nIndex = nColorIndex; in GetIndexColor() 382 sal_Int32 nColorIndex = 0; in setPatternColorIndex() local 383 if( _patterncolorindex >>= nColorIndex ) in setPatternColorIndex() 385 if( nColorIndex == 0 ) in setPatternColorIndex() 388 GetIndexColor( nColorIndex ) >>= nPattColor; in setPatternColorIndex()
|
H A D | vbaborders.cxx | 444 uno::Any nColorIndex; in getColorIndex() local 450 if( nColorIndex.hasValue() ) in getColorIndex() 452 if( nColorIndex != xBorder->getColorIndex() ) in getColorIndex() 456 nColorIndex = xBorder->getColorIndex(); in getColorIndex() 459 return nColorIndex; in getColorIndex()
|
H A D | vbainterior.hxx | 57 css::uno::Any GetIndexColor( const sal_Int32& nColorIndex );
|
/aoo42x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShape2d.cxx | 2008 sal_uInt32& nColorIndex, sal_uInt32 nColorCount) in AdaptObjColor() argument 2023 std::min(nColorIndex, nColorCount-1) ); in AdaptObjColor() 2036 std::min(nColorIndex, nColorCount-1) )); in AdaptObjColor() 2040 std::min(nColorIndex, nColorCount-1) )); in AdaptObjColor() 2054 std::min(nColorIndex, nColorCount-1) )); in AdaptObjColor() 2068 std::min(nColorIndex, nColorCount-1)))); in AdaptObjColor() 2077 if ( nColorIndex < nColorCount ) in AdaptObjColor() 2078 nColorIndex++; in AdaptObjColor() 2107 sal_uInt32 nColorIndex = 0; in CreatePathObj() local 2133 AdaptObjColor(*vObjectList[0L],rCustomShapeSet,nColorIndex,nColorCount); in CreatePathObj() [all …]
|
/aoo42x/main/svx/inc/svx/ |
H A D | EnhancedCustomShape2d.hxx | 124 sal_uInt32& nColorIndex, sal_uInt32 nColorCount);
|
/aoo42x/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 3499 sal_uInt16 nColorIndex = sal_uInt16(nColorCode & 0x00ff); in MSO_CLR_ToColor() local 3504 switch ( nColorIndex ) in MSO_CLR_ToColor()
|
Completed in 85 milliseconds