/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/ |
H A D | CellStyle.java | 42 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 D | SxcDocumentSerializer.java | 44 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 D | SxcDocumentDeserializer.java | 41 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()
|
/aoo42x/main/oox/inc/oox/xls/ |
H A D | stylesbuffer.hxx | 877 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;
|
/aoo42x/main/offapi/com/sun/star/sheet/ |
H A D | TableCellStyle.idl | 32 #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;
|
/aoo42x/main/oox/source/xls/ |
H A D | stylesbuffer.cxx | 2869 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 …]
|
/aoo42x/main/offapi/com/sun/star/style/ |
H A D | CellStyle.idl | 41 published service CellStyle
|
/aoo42x/main/offapi/com/sun/star/text/ |
H A D | Cell.idl | 71 <li>CellStyle: optional property, not implemented.</li>
|
/aoo42x/main/oox/source/token/ |
H A D | properties.txt | 44 CellStyle
|
/aoo42x/main/offapi/com/sun/star/table/ |
H A D | CellProperties.idl | 91 [optional, property] string CellStyle;
|
/aoo42x/main/qadevOOo/objdsc/sc/ |
H A D | com.sun.star.comp.office.ScCellRangesObj.csv | 1 "ScCellRangesObj";"com::sun::star::table::CellProperties";"CellStyle#optional"
|
H A D | com.sun.star.comp.office.ScCellObj.csv | 1 "ScCellObj";"com::sun::star::table::CellProperties";"CellStyle#optional"
|
H A D | com.sun.star.comp.office.ScCellRangeObj.csv | 1 "ScCellRangeObj";"com::sun::star::table::CellProperties";"CellStyle#optional"
|
H A D | com.sun.star.comp.office.ScCellCursorObj.csv | 1 "ScCellCursorObj";"com::sun::star::table::CellProperties";"CellStyle#optional"
|
H A D | com.sun.star.comp.office.ScTableSheetObj.csv | 1 "ScTableSheetObj";"com::sun::star::table::CellProperties";"CellStyle#optional"
|
/aoo42x/main/offapi/ |
H A D | UnoApi_offapi.mk | 890 offapi/com/sun/star/style/CellStyle \
|