/aoo4110/main/oox/source/xls/ |
H A D | stylesbuffer.cxx | 1693 …maModel.maLeft.setBiffData( extractValue< sal_uInt8 >( nBorder, 8, 3 ), extractValue< sal_uInt1… in setBiff3Data() 1694 …maModel.maRight.setBiffData( extractValue< sal_uInt8 >( nBorder, 24, 3 ), extractValue< sal_uInt1… in setBiff3Data() 1695 …maModel.maTop.setBiffData( extractValue< sal_uInt8 >( nBorder, 0, 3 ), extractValue< sal_uInt1… in setBiff3Data() 1696 …maModel.maBottom.setBiffData( extractValue< sal_uInt8 >( nBorder, 16, 3 ), extractValue< sal_uInt1… in setBiff3Data() 1703 …maModel.maLeft.setBiffData( extractValue< sal_uInt8 >( nBorder, 3, 3 ), extractValue< sal_uInt1… in setBiff5Data() 1704 …maModel.maRight.setBiffData( extractValue< sal_uInt8 >( nBorder, 6, 3 ), extractValue< sal_uInt1… in setBiff5Data() 1705 …maModel.maTop.setBiffData( extractValue< sal_uInt8 >( nBorder, 0, 3 ), extractValue< sal_uInt1… in setBiff5Data() 1731 …maModel.maLeft.setBiffData( extractValue< sal_uInt8 >( nStyle, 0, 4 ), extractValue< sal_uInt16… in importCfRule() 1732 …maModel.maRight.setBiffData( extractValue< sal_uInt8 >( nStyle, 4, 4 ), extractValue< sal_uInt16… in importCfRule() 1733 …maModel.maTop.setBiffData( extractValue< sal_uInt8 >( nStyle, 8, 4 ), extractValue< sal_uInt16… in importCfRule() [all …]
|
H A D | richstring.cxx | 242 …maModel.setBiffData( extractValue< sal_Int32 >( nFlags, 0, 2 ), extractValue< sal_Int32 >( nFlags,… in importPhoneticPr() 251 …maModel.setBiffData( extractValue< sal_Int32 >( nFlags, 0, 2 ), extractValue< sal_Int32 >( nFlags,… in importStringData() 259 …maModel.setBiffData( extractValue< sal_Int32 >( nFlags, 0, 2 ), extractValue< sal_Int32 >( nFlags,… in importStringData()
|
H A D | worksheetfragment.cxx | 187 aModel.setBiffType( extractValue< sal_uInt8 >( nFlags, 0, 4 ) ); in importDataValidation() 188 aModel.setBiffOperator( extractValue< sal_uInt8 >( nFlags, 20, 4 ) ); in importDataValidation() 189 aModel.setBiffErrorStyle( extractValue< sal_uInt8 >( nFlags, 4, 3 ) ); in importDataValidation() 651 aModel.mnLevel = extractValue< sal_Int32 >( nFlags, 8, 3 ); in importCol() 950 aModel.mnLevel = extractValue< sal_Int32 >( nFlags, 8, 3 ); in importColInfo() 1041 aModel.setBiffType( extractValue< sal_uInt8 >( nFlags, 0, 4 ) ); in importDataValidation() 1042 aModel.setBiffOperator( extractValue< sal_uInt8 >( nFlags, 20, 4 ) ); in importDataValidation() 1043 aModel.setBiffErrorStyle( extractValue< sal_uInt8 >( nFlags, 4, 3 ) ); in importDataValidation()
|
H A D | sheetdatacontext.cxx | 373 aModel.mnLevel = extractValue< sal_Int32 >( nFlags1, 8, 3 ); in importRow() 408 maCellData.mnXfId = extractValue< sal_Int32 >( nXfId, 0, 24 ); in readCellHeader() 693 aModel.mnXfId = extractValue< sal_Int32 >( nFlags, 16, 12 ); in importRow() 694 aModel.mnLevel = extractValue< sal_Int32 >( nFlags, 0, 3 ); in importRow() 743 maCellData.mnXfId = extractValue< sal_Int32 >( nFlags1, 0, 6 ); in readCellXfId()
|
H A D | drawingmanager.cxx | 270 return extractValue< sal_uInt8 >( mnFlags, 1, 3 ); in getHorAlign() 275 return extractValue< sal_uInt8 >( mnFlags, 4, 3 ); in getVerAlign() 668 switch( extractValue< sal_uInt8 >( nArrows, 0, 4 ) ) in convertLineProperties() 684 switch( extractValue< sal_uInt8 >( nArrows, 4, 4 ) ) in convertLineProperties() 694 switch( extractValue< sal_uInt8 >( nArrows, 8, 4 ) ) in convertLineProperties()
|
H A D | connectionsbuffer.cxx | 333 …rWebPr.mnHtmlFormat = STATIC_ARRAY_SELECT( spnHmlFormats, extractValue< sal_uInt8 >( nFlags, 0, 8 … in importWebPr() 379 maModel.mnType = extractValue< sal_Int32 >( nFlags, 0, 3 ); in importDbQuery()
|
H A D | defnamesbuffer.cxx | 340 maModel.mnFuncGroupId = extractValue< sal_Int32 >( nFlags, 6, 9 ); in importDefinedName() 404 maModel.mnFuncGroupId = extractValue< sal_Int32 >( nFlags, 6, 6 ); in importDefinedName()
|
H A D | pivottablebuffer.cxx | 387 maModel.setBiffAxis( extractValue< sal_uInt8 >( nFlags1, 0, 3 ) ); in importPTField() 446 maModel.setBiffAxis( extractValue< sal_uInt8 >( nAxis, 0, 3 ) ); in importPTField() 482 maModel.mnAutoShowItems = extractValue< sal_Int32 >( nFlags, 24, 8 ); in importPTField2() 1161 maDefModel.mnIndent = extractValue< sal_uInt8 >( nFlags1, 24, 7 ); in importPTDefinition()
|
H A D | pagesettings.cxx | 266 maModel.setBiffPrintErrors( extractValue< sal_uInt8 >( nFlags, 9, 2 ) ); in importPageSetup() 359 maModel.setBiffPrintErrors( extractValue< sal_uInt8 >( nFlags, 10, 2 ) ); in importPageSetup()
|
H A D | workbooksettings.cxx | 164 maBookSettings.setBiffObjectMode( extractValue< sal_uInt16 >( nFlags, 13, 2 ) ); in importWorkbookPr()
|
H A D | worksheetsettings.cxx | 240 sal_uInt8 nColorIdx = extractValue< sal_uInt8 >( nFlags, 0, 7 ); in importSheetExt()
|
H A D | querytablebuffer.cxx | 225 …maModel.mnGrowShrinkType = STATIC_ARRAY_SELECT( spnGrowShrinkTypes, extractValue< sal_uInt8 >( nFl… in importQueryTable()
|
H A D | pivotcachebuffer.cxx | 691 maFieldGroupModel.setBiffGroupBy( extractValue< sal_uInt8 >( nFlags, 2, 3 ) ); in importPCDFRangePr() 1472 aStrmName.insert( 0, spcHexChars[ extractValue< size_t >( nCacheId, nBit, 4 ) ] ); in importPivotCacheRef()
|
H A D | autofilterbuffer.cxx | 320 mfValue = extractValue< sal_uInt16 >( nFlags, 7, 9 ); in importBiffRecord()
|
H A D | formulabase.cxx | 228 #define FUNCFLAGS_TO_FUNCLIB( func_flags ) extractValue< FunctionLibraryType >( func_flags, 12, 4 )
|
/aoo4110/main/slideshow/source/engine/ |
H A D | tools.cxx | 160 bool extractValue( double& o_rValue, in extractValue() function 195 bool extractValue( sal_Int32& o_rValue, in extractValue() function 240 bool extractValue( sal_Int16& o_rValue, in extractValue() function 246 if( !extractValue(aValue,rSourceAny,rShape,rSlideBounds) ) in extractValue() 261 bool extractValue( RGBColor& o_rValue, in extractValue() function 343 bool extractValue( HSLColor& o_rValue, in extractValue() function 382 bool extractValue( ::rtl::OUString& o_rValue, in extractValue() function 395 bool extractValue( bool& o_rValue, in extractValue() function 435 bool extractValue( ::basegfx::B2DTuple& o_rPair, in extractValue() function 446 if( !extractValue( nFirst, aPair.First, rShape, rSlideBounds ) ) in extractValue() [all …]
|
/aoo4110/main/slideshow/source/inc/ |
H A D | tools.hxx | 127 bool extractValue( double& o_rValue, 133 bool extractValue( sal_Int32& o_rValue, 139 bool extractValue( sal_Int16& o_rValue, 145 bool extractValue( RGBColor& o_rValue, 151 bool extractValue( HSLColor& o_rValue, 157 bool extractValue( ::rtl::OUString& o_rValue, 163 bool extractValue( bool& o_rValue, 169 bool extractValue( basegfx::B2DTuple& o_rPair,
|
/aoo4110/main/slideshow/source/engine/animationnodes/ |
H A D | animationsetnode.cxx | 93 extractValue( aValue, in createActivity() 116 extractValue( aValue, in createActivity() 139 extractValue( aValue, in createActivity() 162 extractValue( aValue, in createActivity() 185 extractValue( aValue, in createActivity()
|
/aoo4110/main/slideshow/source/engine/activities/ |
H A D | activitiesfactory.cxx | 344 extractValue( aTmpValue, rFromAny, rShape, rSlideBounds ), in createFromToByActivity() 351 extractValue( aTmpValue, rToAny, rShape, rSlideBounds ), in createFromToByActivity() 358 extractValue( aTmpValue, rByAny, rShape, rSlideBounds ), in createFromToByActivity() 575 extractValue( aValue, rValues[i], rShape, rSlideBounds ), in createValueListActivity()
|
/aoo4110/main/oox/source/drawingml/ |
H A D | textfont.cxx | 90 rnFontPitch = lclGetFontPitch( extractValue< sal_Int16 >( mnPitch, 0, 4 ) ); in implGetFontData() 91 rnFontFamily = lclGetFontFamily( extractValue< sal_Int16 >( mnPitch, 4, 4 ) ); in implGetFontData()
|
/aoo4110/main/oox/source/ole/ |
H A D | vbainputstream.cxx | 159 … sal_uInt16 nLength = extractValue< sal_uInt16 >( nCopyToken, 0, 16 - nBitCount ) + 3; in updateChunk() 161 … sal_uInt16 nOffset = extractValue< sal_uInt16 >( nCopyToken, 16 - nBitCount, nBitCount ) + 1; in updateChunk()
|
/aoo4110/main/oox/inc/oox/helper/ |
H A D | helper.hxx | 161 inline ReturnType extractValue( Type nBitField, sal_uInt8 nStartBit, sal_uInt8 nBitCount ) in extractValue() function
|
/aoo4110/main/slideshow/source/engine/slide/ |
H A D | slideimpl.cxx | 1096 extractValue( bVisible, in applyInitialShapeAttributes()
|
/aoo4110/main/oox/source/dump/ |
H A D | xlsbdumper.cxx | 228 switch( extractValue< sal_uInt8 >( dumpDec< sal_uInt8 >( "flags", "COLOR-FLAGS" ), 1, 7 ) ) in dumpColor()
|
H A D | oledumper.cxx | 1249 sal_uInt32 nBufSize = extractValue< sal_uInt32 >( nSize, 0, 31 ); in dumpString()
|