Home
last modified time | relevance | path

Searched refs:nSprmId (Results 1 – 21 of 21) sorted by relevance

/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper.cxx2210 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()
2905 switch( nSprmId ) in sprmWithProps()
2999 if( NS_sprm::LN_CHpsBi == nSprmId ) in sprmWithProps()
3111 switch(nSprmId) in sprmWithProps()
4085 switch(nSprmId) in sprmWithProps()
[all …]
H A DThemeTable.cxx100 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 DNumberingManager.cxx383 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 DDomainMapperTableManager.cxx93 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 DFontTable.cxx541 sal_uInt32 nSprmId = rSprm.getId(); in lcl_sprm() local
542 (void)nSprmId; in lcl_sprm()
H A DSettingsTable.cxx129 sal_uInt32 nSprmId = rSprm.getId(); in lcl_sprm() local
137 switch(nSprmId) in lcl_sprm()
H A DOLEHandler.cxx147 sal_uInt32 nSprmId = rSprm.getId(); in lcl_sprm() local
148 switch( nSprmId ) in lcl_sprm()
H A DTablePropertiesHandler.cxx62 sal_uInt32 nSprmId = rSprm.getId(); in sprm() local
66 switch( nSprmId ) in sprm()
H A DGraphicImport.cxx1382 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 DStyleSheetTable.cxx520 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 DNumberingManager.hxx142 void SetValue( sal_uInt32 nSprmId, sal_Int32 nValue );
/trunk/main/sw/source/filter/ww8/
H A Dww8graf.cxx640 if (aRes.nSprmId) in InsertAttrsAsDrawingAttrs()
644 if ( (68 == aRes.nSprmId) || (0x6A03 == aRes.nSprmId) ) in InsertAttrsAsDrawingAttrs()
646 Read_PicLoc(aRes.nSprmId, aRes.pMemPos + in InsertAttrsAsDrawingAttrs()
647 mpSprmParser->DistanceToData(aRes.nSprmId), 4); in InsertAttrsAsDrawingAttrs()
653 else if ( aRes.nSprmId && ( in InsertAttrsAsDrawingAttrs()
654 (eFTN > aRes.nSprmId) || (0x0800 <= aRes.nSprmId) ) ) in InsertAttrsAsDrawingAttrs()
660 ImportSprm(aRes.pMemPos, aRes.nSprmId); in InsertAttrsAsDrawingAttrs()
670 EndSprm( aRes.nSprmId ); in InsertAttrsAsDrawingAttrs()
683 else if (aRes.nSprmId == eFLD) in InsertAttrsAsDrawingAttrs()
H A Dww8par.cxx3334 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 Dww8scan.cxx1137 if( nSprmId ) in GetSprms()
4836 pRes->nSprmId = GetId(p); in GetSprmStart()
4858 pRes->nSprmId = 0; in GetSprmEnd()
4871 pRes->nSprmId = eFLD; in GetNoSprmStart()
4873 pRes->nSprmId = eFTN; in GetNoSprmStart()
4875 pRes->nSprmId = eEDN; in GetNoSprmStart()
4877 pRes->nSprmId = eBKN; in GetNoSprmStart()
4879 pRes->nSprmId = eAND; in GetNoSprmStart()
4887 pRes->nSprmId = 0; // default: not found in GetNoSprmStart()
4895 pRes->nSprmId = eBKN; in GetNoSprmEnd()
[all …]
H A Dww8par3.cxx2214 && 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 Dww8par6.cxx5135 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 Dww8scan.hxx769 sal_uInt16 nSprmId; // Sprm-Id ( 0 = ungueltige Id -> ueberspringen! ) member
H A Dww8par.hxx1495 void EndExtSprm(sal_uInt16 nSprmId);
H A Dww8par2.cxx464 if (eEDN == pRes->nSprmId) in Read_Ftn()
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx1013 if( nSprmId ) in GetSprms()
4391 pRes->nSprmId = GetId(p); in GetSprmStart()
4411 pRes->nSprmId = 0; in GetSprmEnd()
4424 pRes->nSprmId = eFLD; in GetNoSprmStart()
4426 pRes->nSprmId = eFTN; in GetNoSprmStart()
4428 pRes->nSprmId = eEDN; in GetNoSprmStart()
4430 pRes->nSprmId = eBKN; in GetNoSprmStart()
4432 pRes->nSprmId = eAND; in GetNoSprmStart()
4440 pRes->nSprmId = 0; // default: not found in GetNoSprmStart()
4448 pRes->nSprmId = eBKN; in GetNoSprmEnd()
[all …]
H A Dww8scan.hxx615 sal_uInt16 nSprmId; // Sprm-Id ( 0 = ungueltige Id -> ueberspringen! ) member

Completed in 242 milliseconds