Searched refs:insert_value (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/sc/source/filter/excel/ |
H A D | xestyle.cxx | 1448 ::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 D | xlchart.cxx | 845 ::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 D | xlpivot.cxx | 298 ::insert_value( mnFlags, nXclType, 2, 4 ); in SetXclDataType() 659 ::insert_value( mnFlags, limit_cast< sal_uInt8 >( nShowCount ), 24, 8 ); in SetApiAutoShowCount()
|
H A D | xechart.cxx | 1202 ::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 D | xetable.cxx | 1605 ::insert_value( mnFlags, rOutlineBfr.GetLevel(), 8, 3 ); in XclExpColinfo() 1843 ::insert_value( mnFlags, rOutlineBfr.GetLevel(), 0, 3 ); in XclExpRow()
|
H A D | xeescher.cxx | 821 … ::insert_value( nStyle, mbMultiSel ? EXC_OBJ_LISTBOX_MULTI : EXC_OBJ_LISTBOX_SINGLE, 4, 2 ); in WriteSubRecs()
|
H A D | xecontent.cxx | 1335 ::insert_value( nFlags, EXC_PQRYTYPE_WEBQUERY, 0, 3 ); in Save()
|
/aoo41x/main/sc/source/filter/xcl97/ |
H A D | xcl97rec.cxx | 417 ::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()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | ftools.hxx | 122 void insert_value( Type& rnBitField, InsertType nValue, sal_uInt8 nStartBit, sal_uInt8 nBitCount ) in insert_value() function
|
Completed in 83 milliseconds