Home
last modified time | relevance | path

Searched refs:OleHelper (Results 1 – 7 of 7) sorted by relevance

/trunk/main/oox/source/ole/
H A Dolehelper.cxx137 /*static*/ sal_Int32 OleHelper::decodeOleColor( in decodeOleColor()
169 /*static*/ sal_uInt32 OleHelper::encodeOleColor( sal_Int32 nRgbColor ) in encodeOleColor()
174 /*static*/ OUString OleHelper::importGuid( BinaryInputStream& rInStrm ) in importGuid()
193 /*static*/ bool OleHelper::importStdFont( StdFontInfo& orFontInfo, BinaryInputStream& rInStrm, bool… in importStdFont()
211 /*static*/ bool OleHelper::importStdPic( StreamDataSequence& orGraphicData, BinaryInputStream& rInS… in importStdPic()
228 /*static*/ bool OleHelper::importStdHlink( StdHlinkInfo& orHlinkInfo, BinaryInputStream& rInStrm, b… in importStdHlink()
H A Daxbinaryreader.cxx159 if( OleHelper::importStdFont( aFontInfo, rInStrm, false ) ) in importStdFont()
179 OUString aGuid = OleHelper::importGuid( rInStrm ); in importGuidAndFont()
242 mrGuid = OleHelper::importGuid( rInStrm ); in readProperty()
253 return OleHelper::importStdPic( mrPicData, rInStrm, true ); in readProperty()
H A Daxcontrol.cxx275 …rPropMap.setProperty( nPropId, OleHelper::decodeOleColor( mrGraphicHelper, nOleColor, mbDefaultCol… in convertColor()
683 …(!getFlag( nContFlags, COMCTL_COMPLEX_FONT ) || OleHelper::importStdFont( maFontData, rInStrm, tru… in importComplexPart()
684 …(!getFlag( nContFlags, COMCTL_COMPLEX_MOUSEICON ) || OleHelper::importStdPic( maMouseIcon, rInStrm… in importComplexPart()
874 case XML_Picture: OleHelper::importStdPic( maPictureData, rInStrm, true ); break; in importPictureData()
1012 case XML_Picture: OleHelper::importStdPic( maPictureData, rInStrm, true ); break; in importPictureData()
1104 case XML_Picture: OleHelper::importStdPic( maPictureData, rInStrm, true ); break; in importPictureData()
H A Daxcontrolfragment.cxx121 OUString aStrmClassId = OleHelper::importGuid( aInStrm ); in onCreateContext()
/trunk/main/oox/inc/oox/ole/
H A Dolehelper.hxx85 class OleHelper class
133 OleHelper(); // not implemented
134 ~OleHelper(); // not implemented
/trunk/main/oox/source/xls/
H A Ddrawingfragment.cxx654 return OleHelper::encodeOleColor( rTextColor.copy( 1 ).toInt32( 16 ) ); in convertControlTextColor()
662 return OleHelper::encodeOleColor( (nR << 16) | (nG << 8) | nB ); in convertControlTextColor()
679 return OleHelper::encodeOleColor( nRgbValue ); in convertControlTextColor()
682 return OleHelper::encodeOleColor( rGraphicHelper.getPaletteColor( rTextColor.toInt32() ) ); in convertControlTextColor()
736 rAxModel.mnBackColor = OleHelper::encodeOleColor( nRgbValue ); in convertControlBackground()
H A Dworksheetfragment.cxx1105 if( !::oox::ole::OleHelper::importStdHlink( aModel, rStrm, true ) ) in importHyperlink()

Completed in 58 milliseconds