Home
last modified time | relevance | path

Searched refs:CellStyle (Results 1 – 16 of 16) sorted by relevance

/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DCellStyle.java42 public class CellStyle extends Style implements Cloneable { class
55 public CellStyle(Node node, StyleCatalog sc) { in CellStyle() method in CellStyle
106 public CellStyle(String name, String family, String parent,Format fmt, StyleCatalog sc) { in CellStyle() method in CellStyle
275 CellStyle resolved = null; in getResolved()
277 resolved = (CellStyle)this.clone(); in getResolved()
284 CellStyle parentStyle = null; in getResolved()
287 parentStyle = (CellStyle)sc.lookup(parent, family, null, in getResolved()
293 parentStyle = (CellStyle)parentStyle.getResolved(); in getResolved()
296 parentStyle = (CellStyle)sc.lookup("DEFAULT_STYLE", null, in getResolved()
304 parentStyle = (CellStyle)parentStyle.getResolved(); in getResolved()
[all …]
H A DSxcDocumentSerializer.java44 import org.openoffice.xmerge.converter.xml.sxc.CellStyle;
199 CellStyle.class}; in loadStyles()
526 CellStyle cellStyle = (CellStyle)styleCat.lookup(cellStyleName, in traverseTableColumn()
528 CellStyle.class); in traverseTableColumn()
611 CellStyle cStyle = (CellStyle)styleCat.lookup(styleName, in traverseCell()
613 CellStyle.class); in traverseCell()
H A DSxcDocumentDeserializer.java41 import org.openoffice.xmerge.converter.xml.sxc.CellStyle;
570 CellStyle tStyle = new in processCells()
571 CellStyle( "Default",SxcConstants.TABLE_CELL_STYLE_FAMILY, in processCells()
582 CellStyle existingStyle = (CellStyle) result[0]; in processCells()
/trunk/main/oox/inc/oox/xls/
H A Dstylesbuffer.hxx877 class CellStyle : public WorkbookHelper class
880 explicit CellStyle( const WorkbookHelper& rHelper );
906 typedef ::boost::shared_ptr< CellStyle > CellStyleRef;
939 typedef RefVector< CellStyle > CellStyleVector;
940 typedef RefMap< sal_Int32, CellStyle > CellStyleXfIdMap;
/trunk/main/offapi/com/sun/star/sheet/
H A DTableCellStyle.idl32 #include <com/sun/star/style/CellStyle.idl>
60 <type scope="com::sun::star::style">CellStyle</type> with spreadsheet
75 service com::sun::star::style::CellStyle;
/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx2869 CellStyle::CellStyle( const WorkbookHelper& rHelper ) : in CellStyle() function in oox::xls::CellStyle
2875 void CellStyle::importCellStyle( const AttributeList& rAttribs ) in importCellStyle()
2886 void CellStyle::importCellStyle( SequenceInputStream& rStrm ) in importCellStyle()
2898 void CellStyle::importStyle( BiffInputStream& rStrm ) in importStyle()
2931 void CellStyle::createCellStyle() in createCellStyle()
2965 void CellStyle::finalizeImport( const OUString& rFinalName ) in finalizeImport()
2981 CellStyleRef xCellStyle( new CellStyle( *this ) ); in importCellStyle()
2989 CellStyleRef xCellStyle( new CellStyle( *this ) ); in importCellStyle()
2997 CellStyleRef xCellStyle( new CellStyle( *this ) ); in importStyle()
3006 typedef RefMap< OUString, CellStyle, IgnoreCaseCompare > CellStyleNameMap; in finalizeImport()
[all …]
/trunk/main/offapi/com/sun/star/style/
H A DCellStyle.idl41 published service CellStyle
/trunk/main/offapi/com/sun/star/text/
H A DCell.idl71 <li>CellStyle: optional property, not implemented.</li>
/trunk/main/oox/source/token/
H A Dproperties.txt44 CellStyle
/trunk/main/offapi/com/sun/star/table/
H A DCellProperties.idl91 [optional, property] string CellStyle;
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.office.ScCellRangesObj.csv1 "ScCellRangesObj";"com::sun::star::table::CellProperties";"CellStyle#optional"
H A Dcom.sun.star.comp.office.ScCellObj.csv1 "ScCellObj";"com::sun::star::table::CellProperties";"CellStyle#optional"
H A Dcom.sun.star.comp.office.ScCellRangeObj.csv1 "ScCellRangeObj";"com::sun::star::table::CellProperties";"CellStyle#optional"
H A Dcom.sun.star.comp.office.ScCellCursorObj.csv1 "ScCellCursorObj";"com::sun::star::table::CellProperties";"CellStyle#optional"
H A Dcom.sun.star.comp.office.ScTableSheetObj.csv1 "ScTableSheetObj";"com::sun::star::table::CellProperties";"CellStyle#optional"
/trunk/main/offapi/
H A DUnoApi_offapi.mk890 offapi/com/sun/star/style/CellStyle \

Completed in 83 milliseconds