Searched refs:nBaseId (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/oox/source/dump/ |
H A D | dffdumper.cxx | 228 sal_uInt16 nBaseId = nPropId & DFF_OPT_IDMASK; in dumpDffOpt() local 237 ItemFormatMap::const_iterator aIt = maComplexProps.find( nBaseId ); in dumpDffOpt() 251 aPropInfos.push_back( PropInfo( aName( "property-data" ), eType, nBaseId, nValue ) ); in dumpDffOpt() 255 ItemFormatMap::const_iterator aIt = maSimpleProps.find( nBaseId ); in dumpDffOpt() 260 if( (nBaseId & DFF_OPT_FLAGSMASK) == DFF_OPT_FLAGSMASK ) in dumpDffOpt()
|
H A D | xlsbdumper.cxx | 384 sal_uInt8 nBaseId = nTokenId & BIFF_TOKID_MASK; in implDump() local 387 switch( nBaseId ) in implDump() 423 switch( nBaseId ) in implDump()
|
H A D | biffdumper.cxx | 826 sal_uInt8 nBaseId = nTokenId & BIFF_TOKID_MASK; in implDump() local 829 switch( nBaseId ) in implDump() 868 switch( nBaseId ) in implDump()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | xlformula.hxx | 496 inline static sal_uInt8 GetTokenId( sal_uInt8 nBaseId, sal_uInt8 nTokenClass ); 551 inline sal_uInt8 XclTokenArrayHelper::GetTokenId( sal_uInt8 nBaseId, sal_uInt8 nTokenClass ) in GetTokenId() argument 553 …DBG_ASSERT( !::get_flag( nBaseId, static_cast< sal_uInt8 >( ~EXC_TOKID_MASK ) ), "XclTokenArrayHel… in GetTokenId() 555 return nBaseId | nTokenClass; in GetTokenId()
|
/aoo41x/main/filter/source/msfilter/ |
H A D | dffpropset.cxx | 1302 sal_uInt32 nBaseId = nId | 31; // base ID to get the sal_uInt32 property value in GetPropertyBool() local 1303 sal_uInt32 nMask = 1 << (nBaseId - nId); // bit mask of the boolean property in GetPropertyBool() 1305 sal_uInt32 nPropValue = GetPropertyValue( nBaseId, bDefault ? nMask : 0 ); in GetPropertyBool()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xeformula.cxx | 1926 AppendOperandTokenId( GetTokenId( nBaseId, EXC_TOKCLASS_REF ), rTokData.mnSpaces ); in ProcessCellRef() 1935 sal_uInt8 nBaseId = lclIsRefDel2D( aRefData ) ? EXC_TOKID_REFERR3D : EXC_TOKID_REF3D; in ProcessCellRef() local 1936 AppendOperandTokenId( GetTokenId( nBaseId, EXC_TOKCLASS_REF ), rTokData.mnSpaces ); in ProcessCellRef() 1969 sal_uInt8 nBaseId = (!mxData->mpScBasePos && lclIsRefRel2D( aRefData )) ? EXC_TOKID_AREAN : in ProcessRangeRef() local 1971 AppendOperandTokenId( GetTokenId( nBaseId, EXC_TOKCLASS_REF ), rTokData.mnSpaces ); in ProcessRangeRef() 1981 sal_uInt8 nBaseId = lclIsRefDel2D( aRefData ) ? EXC_TOKID_AREAERR3D : EXC_TOKID_AREA3D; in ProcessRangeRef() local 1982 AppendOperandTokenId( GetTokenId( nBaseId, EXC_TOKCLASS_REF ), rTokData.mnSpaces ); in ProcessRangeRef() 2018 sal_uInt8 nBaseId = lclIsRefDel2D( aRefData ) ? EXC_TOKID_REFERR3D : EXC_TOKID_REF3D; in ProcessExternalCellRef() local 2019 AppendOperandTokenId( GetTokenId( nBaseId, EXC_TOKCLASS_REF ), rTokData.mnSpaces ); in ProcessExternalCellRef() 2055 sal_uInt8 nBaseId = lclIsRefDel2D( aRefData ) ? EXC_TOKID_AREAERR3D : EXC_TOKID_AREA3D; in ProcessExternalRangeRef() local [all …]
|
/aoo41x/main/oox/source/xls/ |
H A D | formulaparser.cxx | 1363 sal_uInt8 nBaseId = nTokenId & BIFF_TOKID_MASK; in importBiff12Formula() local 1368 switch( nBaseId ) in importBiff12Formula() 1404 switch( nBaseId ) in importBiff12Formula() 2111 sal_uInt8 nBaseId = nTokenId & BIFF_TOKID_MASK; in importBiffFormula() local 2119 switch( nBaseId ) in importBiffFormula() 2158 switch( nBaseId ) in importBiffFormula()
|
Completed in 74 milliseconds