| /trunk/main/writerfilter/source/dmapper/ |
| H A D | DomainMapper.cxx | 2210 sal_uInt32 nSprmId = rSprm.getId(); in sprmWithProps() local 2223 switch(nSprmId) in sprmWithProps() 2362 …S_sprm::LN_PDxaLeft == nSprmId || 0x17 == nSprmId|| (bExchangeLeftRight && nSprmId == 0x845d) || (… in sprmWithProps() 2512 switch( nSprmId ) in sprmWithProps() 2552 switch( nSprmId ) in sprmWithProps() 2830 switch( nSprmId ) in sprmWithProps() 2843 ePropertyId = nSprmId == 0x836 ? PROP_CHAR_POSTURE : PROP_CHAR_POSTURE_COMPLEX; in sprmWithProps() 2883 nIntValue = 0x83a == nSprmId ? in sprmWithProps() 2895 nIntValue = 0x83a == nSprmId ? in sprmWithProps() 2905 switch( nSprmId ) in sprmWithProps() [all …]
|
| H A D | ThemeTable.cxx | 100 sal_uInt32 nSprmId = rSprm.getId(); in lcl_sprm() local 101 (void)nSprmId; in lcl_sprm() 109 switch(nSprmId) in lcl_sprm() 128 m_pImpl->m_themeFontMap[nSprmId] = m_pImpl->m_currentFontThemeEntry; in lcl_sprm() 138 m_pImpl->m_currentThemeFontId = nSprmId; in lcl_sprm()
|
| H A D | NumberingManager.cxx | 383 void AbstractListDef::SetValue( sal_uInt32 nSprmId, sal_Int32 nValue ) in SetValue() argument 385 switch( nSprmId ) in SetValue() 775 sal_uInt32 nSprmId = rSprm.getId(); in lcl_sprm() local 777 nSprmId == NS_ooxml::LN_CT_Numbering_abstractNum || in lcl_sprm() 778 nSprmId == NS_ooxml::LN_CT_Numbering_num ) in lcl_sprm() 782 switch( nSprmId ) in lcl_sprm() 835 m_pCurrentDefinition->SetValue( nSprmId, nIntValue ); in lcl_sprm() 868 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 | 541 sal_uInt32 nSprmId = rSprm.getId(); in lcl_sprm() local 542 (void)nSprmId; in lcl_sprm()
|
| H A D | SettingsTable.cxx | 129 sal_uInt32 nSprmId = rSprm.getId(); in lcl_sprm() local 137 switch(nSprmId) in lcl_sprm()
|
| H A D | OLEHandler.cxx | 147 sal_uInt32 nSprmId = rSprm.getId(); in lcl_sprm() local 148 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 | 1382 sal_uInt32 nSprmId = rSprm.getId(); in lcl_sprm() local 1386 switch(nSprmId) in lcl_sprm() 1465 if( nSprmId != 0x271c || m_pImpl->nDffType == 0xf01f || m_pImpl->nDffType == 0xf01e ) in lcl_sprm() 1499 sMessage += ::rtl::OString::valueOf( sal_Int32( nSprmId ), 10 ); in lcl_sprm() 1501 sMessage += ::rtl::OString::valueOf( sal_Int32( nSprmId ), 16 ); in lcl_sprm()
|
| H A D | StyleSheetTable.cxx | 520 sal_uInt32 nSprmId = rSprm.getId(); in lcl_sprm() local 527 switch(nSprmId) in lcl_sprm() 639 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 );
|
| /trunk/main/sw/source/filter/ww8/ |
| H A D | ww8graf.cxx | 639 if (aRes.nSprmId) in InsertAttrsAsDrawingAttrs() 643 if ( (68 == aRes.nSprmId) || (0x6A03 == aRes.nSprmId) ) in InsertAttrsAsDrawingAttrs() 645 Read_PicLoc(aRes.nSprmId, aRes.pMemPos + in InsertAttrsAsDrawingAttrs() 646 mpSprmParser->DistanceToData(aRes.nSprmId), 4); in InsertAttrsAsDrawingAttrs() 652 else if ( aRes.nSprmId && ( in InsertAttrsAsDrawingAttrs() 653 (eFTN > aRes.nSprmId) || (0x0800 <= aRes.nSprmId) ) ) in InsertAttrsAsDrawingAttrs() 659 ImportSprm(aRes.pMemPos, aRes.nSprmId); in InsertAttrsAsDrawingAttrs() 669 EndSprm( aRes.nSprmId ); in InsertAttrsAsDrawingAttrs() 682 else if (aRes.nSprmId == eFLD) in InsertAttrsAsDrawingAttrs()
|
| H A D | ww8par.cxx | 3333 if( 0 < aRes.nSprmId ) // leere Attrs ignorieren in ReadTextAttr() 3335 if( ( eFTN > aRes.nSprmId ) || ( 0x0800 <= aRes.nSprmId ) ) in ReadTextAttr() 3340 ImportSprm(aRes.pMemPos, aRes.nSprmId); in ReadTextAttr() 3343 EndSprm( aRes.nSprmId ); // Attr ausschalten in ReadTextAttr() 3345 else if( aRes.nSprmId < 0x800 ) // eigene Hilfs-Attribute in ReadTextAttr() 3351 (aRes.nSprmId == eFTN) || (aRes.nSprmId == eEDN) || in ReadTextAttr() 3352 (aRes.nSprmId == eFLD) || (aRes.nSprmId == eAND) in ReadTextAttr() 3361 EndExtSprm( aRes.nSprmId ); in ReadTextAttr() 3484 sal_uInt16 nSprmId = aStack.top(); in CloseAttrEnds() local 3485 if ((0 < nSprmId) && (( eFTN > nSprmId) || (0x0800 <= nSprmId))) in CloseAttrEnds() [all …]
|
| H A D | ww8scan.cxx | 1134 sal_uInt16 nSprmId = aSprmId[ nSprmListIdx ]; in GetSprms() local 1136 if( nSprmId ) in GetSprms() 1139 aShortSprm[0] = (sal_uInt8)( ( nSprmId & 0x00ff) ); in GetSprms() 1140 aShortSprm[1] = (sal_uInt8)( ( nSprmId & 0xff00) >> 8 ); in GetSprms() 4835 pRes->nSprmId = GetId(p); in GetSprmStart() 4842 pRes->nMemLen = maSprmParser.GetSprmSize(pRes->nSprmId, pRes->pMemPos); in GetSprmStart() 4853 pRes->nSprmId = p->pIdStk->top(); // get end position in GetSprmEnd() 4857 pRes->nSprmId = 0; in GetSprmEnd() 4870 pRes->nSprmId = eFLD; in GetNoSprmStart() 4872 pRes->nSprmId = eFTN; in GetNoSprmStart() [all …]
|
| H A D | ww8par3.cxx | 2213 && aRes.pMemPos && aRes.nSprmId ) in ImportFormulaControl() 2216 if ( (68 == aRes.nSprmId) || (0x6A03 == aRes.nSprmId) ) in ImportFormulaControl() 2218 Read_PicLoc( aRes.nSprmId, aRes.pMemPos + in ImportFormulaControl() 2219 mpSprmParser->DistanceToData(aRes.nSprmId), 4); in ImportFormulaControl()
|
| H A D | ww8par6.cxx | 5134 if( pRes->nSprmId < 280 ) in ImportExtSprm() 5136 sal_uInt8 nIdx = static_cast< sal_uInt8 >(pRes->nSprmId - eFTN); in ImportExtSprm() 5147 void SwWW8ImplReader::EndExtSprm(sal_uInt16 nSprmId) in EndExtSprm() argument 5160 sal_uInt8 nIdx = static_cast< sal_uInt8 >(nSprmId - eFTN); in EndExtSprm()
|
| H A D | ww8scan.hxx | 768 sal_uInt16 nSprmId; // Sprm-Id ( 0 = ungueltige Id -> ueberspringen! ) member
|
| H A D | ww8par.hxx | 1494 void EndExtSprm(sal_uInt16 nSprmId);
|
| H A D | ww8par2.cxx | 463 if (eEDN == pRes->nSprmId) in Read_Ftn()
|
| /trunk/main/sw/source/filter/ww8/dump/ |
| H A D | ww8scan.cxx | 1010 sal_uInt16 nSprmId = aSprmId[ nSprmListIdx ]; in GetSprms() local 1012 if( nSprmId ) in GetSprms() 1015 aShortSprm[0] = (sal_uInt8)( ( nSprmId & 0x00ff) ); in GetSprms() 1016 aShortSprm[1] = (sal_uInt8)( ( nSprmId & 0xff00) >> 8 ); in GetSprms() 4390 pRes->nSprmId = GetId(p); in GetSprmStart() 4395 pRes->nMemLen = maSprmParser.GetSprmSize(pRes->nSprmId, pRes->pMemPos); in GetSprmStart() 4406 pRes->nSprmId = p->pIdStk->top(); // get end position in GetSprmEnd() 4410 pRes->nSprmId = 0; in GetSprmEnd() 4423 pRes->nSprmId = eFLD; in GetNoSprmStart() 4425 pRes->nSprmId = eFTN; in GetNoSprmStart() [all …]
|
| H A D | ww8scan.hxx | 615 sal_uInt16 nSprmId; // Sprm-Id ( 0 = ungueltige Id -> ueberspringen! ) member
|