/trunk/main/sc/source/filter/xml/ |
H A D | xmlstyli.cxx | 312 sApplyStyle = GetImport().GetStyleDisplayName( XML_STYLE_FAMILY_TABLE_CELL, rValue); in ScXMLMapContext() 510 if (GetFamily() == XML_STYLE_FAMILY_TABLE_CELL) in FillPropertySet() 547 if ((GetFamily() == XML_STYLE_FAMILY_TABLE_CELL) && GetImport().GetModel().is()) in SetDefaults() 640 case XML_STYLE_FAMILY_TABLE_CELL: in CreateStyleStyleChildContext() 664 case XML_STYLE_FAMILY_TABLE_CELL: in CreateDefaultStyleStyleChildContext() 719 case XML_STYLE_FAMILY_TABLE_CELL: in GetImportPropertyMapper() 778 case XML_STYLE_FAMILY_TABLE_CELL: in GetStylesContainer() 829 case XML_STYLE_FAMILY_TABLE_CELL: in GetStylesContainer() 859 case XML_STYLE_FAMILY_TABLE_CELL: in GetServiceName() 876 …GetImportPropertyMapper(XML_STYLE_FAMILY_TABLE_CELL)->getPropertySetMapper()->FindEntryIndex(nCont… in GetIndex() [all …]
|
H A D | xmlexprt.cxx | 512 …GetAutoStylePool()->AddFamily(XML_STYLE_FAMILY_TABLE_CELL, rtl::OUString(RTL_CONSTASCII_USTRINGPAR… in ScXMLExport() 1119 if (GetAutoStylePool()->Add(aName, XML_STYLE_FAMILY_TABLE_CELL, aDefaultStyle, aProps)) in ExportExternalRefCacheStyles() 1915 …LE_CELL_STYLES_NAME)), xCellStylesExportPropertySetMapper, sal_False, XML_STYLE_FAMILY_TABLE_CELL); in _ExportStyles() 1995 … if (GetAutoStylePool()->AddNamed(*pOldName, XML_STYLE_FAMILY_TABLE_CELL, sStyleName, xPropStates)) in AddStyleFromCells() 1997 GetAutoStylePool()->RegisterName(XML_STYLE_FAMILY_TABLE_CELL, *pOldName); in AddStyleFromCells() 2008 … if (GetAutoStylePool()->Add(sName, XML_STYLE_FAMILY_TABLE_CELL, sStyleName, xPropStates)) in AddStyleFromCells() 2628 GetAutoStylePool()->exportXML(XML_STYLE_FAMILY_TABLE_CELL, in _ExportAutoStyles()
|
H A D | xmlexternaltabi.cxx | 288 pStyles->FindStyleChildContext(XML_STYLE_FAMILY_TABLE_CELL, sValue, true)); in ScXMLExternalRefCellContext()
|
H A D | xmlstyle.cxx | 616 if (nFamily == XML_STYLE_FAMILY_TABLE_CELL) in exportStyleAttributes() 684 if (nFamily == XML_STYLE_FAMILY_TABLE_CELL) in exportStyleContent()
|
H A D | xmlimprt.cxx | 2455 XML_STYLE_FAMILY_TABLE_CELL, sPrevStyleName, sal_True) : NULL ); in SetStyleToRanges() 2478 …setPropertyValue(sCellStyle, uno::makeAny(GetStyleDisplayName( XML_STYLE_FAMILY_TABLE_CELL, sPrevS… in SetStyleToRanges()
|
/trunk/main/reportdesign/source/filter/xml/ |
H A D | xmlStyleImport.cxx | 114 if ( GetFamily() == XML_STYLE_FAMILY_TABLE_CELL ) in FillPropertySet() 221 case XML_STYLE_FAMILY_TABLE_CELL: in GetImportPropertyMapper() 305 case XML_STYLE_FAMILY_TABLE_CELL: in CreateStyleStyleChildContext() 336 case XML_STYLE_FAMILY_TABLE_CELL: in GetStylesContainer() 384 case XML_STYLE_FAMILY_TABLE_CELL: in GetStylesContainer() 420 case XML_STYLE_FAMILY_TABLE_CELL: in GetServiceName() 437 …GetImportPropertyMapper(XML_STYLE_FAMILY_TABLE_CELL)->getPropertySetMapper()->FindEntryIndex(nCont… in GetIndex()
|
H A D | xmlAutoStyle.cxx | 45 if ( nFamily == XML_STYLE_FAMILY_TABLE_CELL ) in exportStyleAttributes()
|
H A D | xmlExport.cxx | 302 …GetAutoStylePool()->AddFamily(XML_STYLE_FAMILY_TABLE_CELL, rtl::OUString(RTL_CONSTASCII_USTRINGPAR… in ORptExport() 1306 … TPropertyStyleMap::value_type(_xProp,GetAutoStylePool()->Add( XML_STYLE_FAMILY_TABLE_CELL, aPrope… in exportAutoStyle() 1413 GetAutoStylePool()->exportXML(XML_STYLE_FAMILY_TABLE_CELL in _ExportAutoStyles()
|
H A D | xmlCell.cxx | 233 …tyleContext,GetImport().GetAutoStyles()->FindStyleChildContext(XML_STYLE_FAMILY_TABLE_CELL,m_sStyl… in EndElement()
|
H A D | xmlHelper.cxx | 276 …R_CAST(XMLPropStyleContext,_pAutoStyles->FindStyleChildContext(XML_STYLE_FAMILY_TABLE_CELL,_sStyle… in copyStyleElements()
|
/trunk/main/xmloff/source/table/ |
H A D | XMLTableExport.cxx | 188 mrExport.GetAutoStylePool()->AddFamily(XML_STYLE_FAMILY_TABLE_CELL, in XMLTableExport() 288 sStyleName = mrExport.GetAutoStylePool()->Add(XML_STYLE_FAMILY_TABLE_CELL, xCellPropStates); in collectTableAutoStyles() 494 …LE_CELL_STYLES_NAME)), mxCellExportPropertySetMapper.get(), sal_True, XML_STYLE_FAMILY_TABLE_CELL); in exportTableStyles() 510 …mrExport.GetAutoStylePool()->exportXML( XML_STYLE_FAMILY_TABLE_CELL, mrExport.GetDocHandler(), mrE… in exportAutoStyles()
|
H A D | XMLTableImport.cxx | 676 pAutoStyles->FindStyleChildContext(XML_STYLE_FAMILY_TABLE_CELL, sStyleName) ); in XMLCellImportContext()
|
/trunk/main/dbaccess/source/filter/xml/ |
H A D | xmlStyleImport.cxx | 262 case XML_STYLE_FAMILY_TABLE_CELL: in GetImportPropertyMapper() 288 case XML_STYLE_FAMILY_TABLE_CELL: in CreateStyleStyleChildContext() 319 case XML_STYLE_FAMILY_TABLE_CELL: in GetServiceName()
|
H A D | xmlColumn.cxx | 184 …PTR_CAST(OTableStyleContext,pAutoStyles->FindStyleChildContext(XML_STYLE_FAMILY_TABLE_CELL,m_sCell… in EndElement() 201 …PTR_CAST(OTableStyleContext,pAutoStyles->FindStyleChildContext(XML_STYLE_FAMILY_TABLE_CELL,m_sCell… in EndElement()
|
H A D | xmlExport.cxx | 258 XML_STYLE_FAMILY_TABLE_CELL, in ODBExport() 1201 …MapperPair(m_xCellExportHelper,TEnumMapperPair(&m_aCellAutoStyleNames,XML_STYLE_FAMILY_TABLE_CELL)) in exportAutoStyle() 1234 if ( XML_STYLE_FAMILY_TABLE_CELL == pExportHelper[i].second.second ) in exportAutoStyle() 1272 GetAutoStylePool()->exportXML(XML_STYLE_FAMILY_TABLE_CELL in _ExportAutoStyles()
|
/trunk/main/xmloff/source/draw/ |
H A D | ximpstyl.cxx | 1121 case XML_STYLE_FAMILY_TABLE_CELL: in CreateStyleStyleChildContext() 1219 case XML_STYLE_FAMILY_TABLE_CELL: in GetImportPropertyMapper() 1227 …case XML_STYLE_FAMILY_TABLE_CELL: xMapper = xTableImport->GetCellImportPropertySetMapper().get(); … in GetImportPropertyMapper() 1351 ImpSetGraphicStyles(xGraphicPageStyles, XML_STYLE_FAMILY_TABLE_CELL, aPrefix); in ImpSetCellStyles()
|
/trunk/main/sw/source/filter/xml/ |
H A D | xmlfmt.cxx | 559 case XML_STYLE_FAMILY_TABLE_CELL: in CreateItemSetContext() 805 case XML_STYLE_FAMILY_TABLE_CELL: in CreateStyleStyleChildContext() 1116 if( XML_STYLE_FAMILY_TABLE_CELL == pStyle->GetFamily() && in FindAutomaticStyle()
|
H A D | xmlitemi.cxx | 380 case XML_STYLE_FAMILY_TABLE_CELL: in CreateTableItemImportContext()
|
H A D | xmltbli.cxx | 2086 XML_STYLE_FAMILY_TABLE_CELL, sStyleName, &pAutoItemSet ) ) in MakeTableBox()
|
/trunk/main/xmloff/inc/xmloff/ |
H A D | families.hxx | 64 #define XML_STYLE_FAMILY_TABLE_CELL 204 macro
|
/trunk/main/xmloff/source/style/ |
H A D | xmlstyle.cxx | 635 nFamily = XML_STYLE_FAMILY_TABLE_CELL; in GetFamily() 910 pStyle->GetFamily() != XML_STYLE_FAMILY_TABLE_CELL ) ) in CopyAutoStylesToDoc()
|