Home
last modified time | relevance | path

Searched refs:nColorIndex (Results 1 – 7 of 7) sorted by last modified time

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx3499 sal_uInt16 nColorIndex = sal_uInt16(nColorCode & 0x00ff); in MSO_CLR_ToColor() local
3504 switch ( nColorIndex ) in MSO_CLR_ToColor()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx2008 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 …]
/trunk/main/svx/inc/svx/
H A DEnhancedCustomShape2d.hxx124 sal_uInt32& nColorIndex, sal_uInt32 nColorCount);
/trunk/main/sc/source/ui/vba/
H A Dvbainterior.cxx176 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 Dvbainterior.hxx57 css::uno::Any GetIndexColor( const sal_Int32& nColorIndex );
H A Dvbaborders.cxx444 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()
/trunk/main/sc/source/filter/starcalc/
H A Dscflt.cxx1906 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 …]

Completed in 76 milliseconds