| /AOO41X/main/writerfilter/source/dmapper/ |
| H A D | ThemeTable.cxx | 99 sal_uInt32 nSprmId = rSprm.getId(); in lcl_sprm() local 100 (void)nSprmId; in lcl_sprm() 110 switch(nSprmId) in lcl_sprm() 129 m_pImpl->m_themeFontMap[nSprmId] = m_pImpl->m_currentFontThemeEntry; in lcl_sprm() 139 m_pImpl->m_currentThemeFontId = nSprmId; in lcl_sprm()
|
| H A D | DomainMapper.cxx | 2211 sal_uInt32 nSprmId = rSprm.getId(); in sprmWithProps() local 2225 switch(nSprmId) in sprmWithProps() 2364 …S_sprm::LN_PDxaLeft == nSprmId || 0x17 == nSprmId|| (bExchangeLeftRight && nSprmId == 0x845d) || (… in sprmWithProps() 2514 switch( nSprmId ) in sprmWithProps() 2554 switch( nSprmId ) in sprmWithProps() 2832 switch( nSprmId ) in sprmWithProps() 2845 ePropertyId = nSprmId == 0x836 ? PROP_CHAR_POSTURE : PROP_CHAR_POSTURE_COMPLEX; in sprmWithProps() 2885 nIntValue = 0x83a == nSprmId ? in sprmWithProps() 2897 nIntValue = 0x83a == nSprmId ? in sprmWithProps() 2907 switch( nSprmId ) in sprmWithProps() [all …]
|
| H A D | NumberingManager.cxx | 403 void AbstractListDef::SetValue( sal_uInt32 nSprmId, sal_Int32 nValue ) in SetValue() argument 405 switch( nSprmId ) in SetValue() 796 sal_uInt32 nSprmId = rSprm.getId(); in lcl_sprm() local 798 nSprmId == NS_ooxml::LN_CT_Numbering_abstractNum || in lcl_sprm() 799 nSprmId == NS_ooxml::LN_CT_Numbering_num ) in lcl_sprm() 803 switch( nSprmId ) in lcl_sprm() 856 m_pCurrentDefinition->SetValue( nSprmId, nIntValue ); in lcl_sprm() 889 m_pCurrentDefinition->GetCurrentLevel( )->SetValue( nSprmId, nIntValue ); in lcl_sprm()
|
| H A D | DomainMapperTableManager.cxx | 93 const sal_uInt32 nSprmId = rSprm.getId(); in sprm() local 96 switch ( nSprmId ) in sprm() 117 … if( nSprmId == 0xf661 || nSprmId == sal_uInt32(NS_ooxml::LN_CT_TblPrBase_tblInd )) in sprm()
|
| H A D | FontTable.cxx | 542 sal_uInt32 nSprmId = rSprm.getId(); in lcl_sprm() local 543 (void)nSprmId; in lcl_sprm()
|
| H A D | SettingsTable.cxx | 131 sal_uInt32 nSprmId = rSprm.getId(); in lcl_sprm() local 141 switch(nSprmId) in lcl_sprm()
|
| H A D | OLEHandler.cxx | 145 sal_uInt32 nSprmId = rSprm.getId(); in lcl_sprm() local 146 switch( nSprmId ) in lcl_sprm()
|
| H A D | TablePropertiesHandler.cxx | 62 sal_uInt32 nSprmId = rSprm.getId(); in sprm() local 66 switch( nSprmId ) in sprm()
|
| H A D | GraphicImport.cxx | 1381 sal_uInt32 nSprmId = rSprm.getId(); in lcl_sprm() local 1385 switch(nSprmId) in lcl_sprm() 1464 if( nSprmId != 0x271c || m_pImpl->nDffType == 0xf01f || m_pImpl->nDffType == 0xf01e ) in lcl_sprm() 1498 sMessage += ::rtl::OString::valueOf( sal_Int32( nSprmId ), 10 ); in lcl_sprm() 1500 sMessage += ::rtl::OString::valueOf( sal_Int32( nSprmId ), 16 ); in lcl_sprm()
|
| H A D | StyleSheetTable.cxx | 521 sal_uInt32 nSprmId = rSprm.getId(); in lcl_sprm() local 529 switch(nSprmId) in lcl_sprm() 641 if ( nSprmId == NS_ooxml::LN_CT_TblPrBase_tblStyleRowBandSize ) in lcl_sprm()
|
| H A D | NumberingManager.hxx | 142 void SetValue( sal_uInt32 nSprmId, sal_Int32 nValue );
|
| /AOO41X/main/sw/source/filter/ww8/ |
| H A D | ww8graf.cxx | 643 if (aRes.nSprmId) in InsertAttrsAsDrawingAttrs() 647 if ( (68 == aRes.nSprmId) || (0x6A03 == aRes.nSprmId) ) in InsertAttrsAsDrawingAttrs() 649 Read_PicLoc(aRes.nSprmId, aRes.pMemPos + in InsertAttrsAsDrawingAttrs() 650 mpSprmParser->DistanceToData(aRes.nSprmId), 4); in InsertAttrsAsDrawingAttrs() 656 else if ( aRes.nSprmId && ( in InsertAttrsAsDrawingAttrs() 657 (eFTN > aRes.nSprmId) || (0x0800 <= aRes.nSprmId) ) ) in InsertAttrsAsDrawingAttrs() 663 ImportSprm(aRes.pMemPos, aRes.nSprmId); in InsertAttrsAsDrawingAttrs() 673 EndSprm( aRes.nSprmId ); in InsertAttrsAsDrawingAttrs() 686 else if (aRes.nSprmId == eFLD) in InsertAttrsAsDrawingAttrs()
|
| H A D | ww8par.cxx | 3334 if( 0 < aRes.nSprmId ) // leere Attrs ignorieren in ReadTextAttr() 3336 if( ( eFTN > aRes.nSprmId ) || ( 0x0800 <= aRes.nSprmId ) ) in ReadTextAttr() 3341 ImportSprm(aRes.pMemPos, aRes.nSprmId); in ReadTextAttr() 3344 EndSprm( aRes.nSprmId ); // Attr ausschalten in ReadTextAttr() 3346 else if( aRes.nSprmId < 0x800 ) // eigene Hilfs-Attribute in ReadTextAttr() 3352 (aRes.nSprmId == eFTN) || (aRes.nSprmId == eEDN) || in ReadTextAttr() 3353 (aRes.nSprmId == eFLD) || (aRes.nSprmId == eAND) in ReadTextAttr() 3362 EndExtSprm( aRes.nSprmId ); in ReadTextAttr() 3485 sal_uInt16 nSprmId = aStack.top(); in CloseAttrEnds() local 3486 if ((0 < nSprmId) && (( eFTN > nSprmId) || (0x0800 <= nSprmId))) in CloseAttrEnds() [all …]
|
| H A D | ww8scan.cxx | 1135 sal_uInt16 nSprmId = aSprmId[ nSprmListIdx ]; in GetSprms() local 1137 if( nSprmId ) in GetSprms() 1140 aShortSprm[0] = (sal_uInt8)( ( nSprmId & 0x00ff) ); in GetSprms() 1141 aShortSprm[1] = (sal_uInt8)( ( nSprmId & 0xff00) >> 8 ); in GetSprms() 4836 pRes->nSprmId = GetId(p); in GetSprmStart() 4843 pRes->nMemLen = maSprmParser.GetSprmSize(pRes->nSprmId, pRes->pMemPos); in GetSprmStart() 4854 pRes->nSprmId = p->pIdStk->top(); // get end position in GetSprmEnd() 4858 pRes->nSprmId = 0; in GetSprmEnd() 4871 pRes->nSprmId = eFLD; in GetNoSprmStart() 4873 pRes->nSprmId = eFTN; in GetNoSprmStart() [all …]
|
| H A D | ww8par3.cxx | 2214 && aRes.pMemPos && aRes.nSprmId ) in ImportFormulaControl() 2217 if ( (68 == aRes.nSprmId) || (0x6A03 == aRes.nSprmId) ) in ImportFormulaControl() 2219 Read_PicLoc( aRes.nSprmId, aRes.pMemPos + in ImportFormulaControl() 2220 mpSprmParser->DistanceToData(aRes.nSprmId), 4); in ImportFormulaControl()
|
| H A D | ww8par6.cxx | 5135 if( pRes->nSprmId < 280 ) in ImportExtSprm() 5137 sal_uInt8 nIdx = static_cast< sal_uInt8 >(pRes->nSprmId - eFTN); in ImportExtSprm() 5148 void SwWW8ImplReader::EndExtSprm(sal_uInt16 nSprmId) in EndExtSprm() argument 5161 sal_uInt8 nIdx = static_cast< sal_uInt8 >(nSprmId - eFTN); in EndExtSprm()
|
| H A D | ww8scan.hxx | 769 sal_uInt16 nSprmId; // Sprm-Id ( 0 = ungueltige Id -> ueberspringen! ) member
|
| H A D | ww8par.hxx | 1495 void EndExtSprm(sal_uInt16 nSprmId);
|
| H A D | ww8par2.cxx | 464 if (eEDN == pRes->nSprmId) in Read_Ftn()
|
| /AOO41X/main/sw/source/filter/ww8/dump/ |
| H A D | ww8scan.cxx | 1011 sal_uInt16 nSprmId = aSprmId[ nSprmListIdx ]; in GetSprms() local 1013 if( nSprmId ) in GetSprms() 1016 aShortSprm[0] = (sal_uInt8)( ( nSprmId & 0x00ff) ); in GetSprms() 1017 aShortSprm[1] = (sal_uInt8)( ( nSprmId & 0xff00) >> 8 ); in GetSprms() 4391 pRes->nSprmId = GetId(p); in GetSprmStart() 4396 pRes->nMemLen = maSprmParser.GetSprmSize(pRes->nSprmId, pRes->pMemPos); in GetSprmStart() 4407 pRes->nSprmId = p->pIdStk->top(); // get end position in GetSprmEnd() 4411 pRes->nSprmId = 0; in GetSprmEnd() 4424 pRes->nSprmId = eFLD; in GetNoSprmStart() 4426 pRes->nSprmId = eFTN; in GetNoSprmStart() [all …]
|
| H A D | ww8scan.hxx | 615 sal_uInt16 nSprmId; // Sprm-Id ( 0 = ungueltige Id -> ueberspringen! ) member
|