Home
last modified time | relevance | path

Searched refs:insert_value (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxestyle.cxx1448 ::insert_value( rnFlags, mnHorAlign, 0, 3 );
1453 ::insert_value( rnAlign, mnHorAlign, 0, 3 );
1460 ::insert_value( rnAlign, mnVerAlign, 4, 2 );
1461 ::insert_value( rnAlign, mnOrient, 6, 2 );
1467 ::insert_value( rnAlign, mnHorAlign, 0, 3 ); in FillToXF5()
1469 ::insert_value( rnAlign, mnVerAlign, 4, 3 ); in FillToXF5()
1470 ::insert_value( rnAlign, mnOrient, 8, 2 ); in FillToXF5()
1475 ::insert_value( rnAlign, mnHorAlign, 0, 3 ); in FillToXF8()
1477 ::insert_value( rnAlign, mnVerAlign, 4, 3 ); in FillToXF8()
1478 ::insert_value( rnAlign, mnRotation, 8, 8 ); in FillToXF8()
[all …]
H A Dxlchart.cxx845 ::insert_value( nEscherColor, aColor.GetBlue(), 16, 8 ); in ReadEscherProperties()
846 ::insert_value( nEscherColor, aColor.GetGreen(), 8, 8 ); in ReadEscherProperties()
847 ::insert_value( nEscherColor, aColor.GetRed(), 0, 8 ); in ReadEscherProperties()
H A Dxlpivot.cxx296 ::insert_value( mnFlags, nXclType, 2, 4 ); in SetXclDataType()
657 ::insert_value( mnFlags, limit_cast< sal_uInt8 >( nShowCount ), 24, 8 ); in SetApiAutoShowCount()
H A Dxechart.cxx1202 ::insert_value( maData.mnFlags, XclTools::GetXclOrientFromRot( nRotation ), 8, 3 ); in SetRotation()
1246 ::insert_value( maData.mnFlags2, EXC_CHTEXT_POS_MOVED, 0, 4 ); in ConvertTitle()
1352 ::insert_value( maData.mnFlags2, nLabelPos, 0, 4 ); in ConvertDataLabel()
2878 ::insert_value( maData.mnFlags, XclTools::GetXclOrientFromRot( nRotation ), 2, 3 ); in SetRotation()
H A Dxetable.cxx1605 ::insert_value( mnFlags, rOutlineBfr.GetLevel(), 8, 3 ); in XclExpColinfo()
1843 ::insert_value( mnFlags, rOutlineBfr.GetLevel(), 0, 3 ); in XclExpRow()
H A Dxeescher.cxx821 … ::insert_value( nStyle, mbMultiSel ? EXC_OBJ_LISTBOX_MULTI : EXC_OBJ_LISTBOX_SINGLE, 4, 2 ); in WriteSubRecs()
H A Dxecontent.cxx1335 ::insert_value( nFlags, EXC_PQRYTYPE_WEBQUERY, 0, 3 ); in Save()
/trunk/main/sc/source/filter/xcl97/
H A Dxcl97rec.cxx417 ::insert_value( nDropDownFlags, EXC_OBJ_DROPDOWN_SIMPLE, 0, 2 ); in WriteSubRecs()
540 ::insert_value( nFlags, mnHorAlign, 1, 3 ); in SaveCont()
541 ::insert_value( nFlags, mnVerAlign, 4, 3 ); in SaveCont()
/trunk/main/sc/source/filter/inc/
H A Dftools.hxx122 void insert_value( Type& rnBitField, InsertType nValue, sal_uInt8 nStartBit, sal_uInt8 nBitCount ) in insert_value() function

Completed in 90 milliseconds