Home
last modified time | relevance | path

Searched refs:StyleCatalog (Results 1 – 25 of 129) sorted by relevance

123456

/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DStyle.java52 protected StyleCatalog sc;
66 public Style(Node node, StyleCatalog sc) { in Style()
101 public Style(String name, String family, String parent, StyleCatalog sc) { in Style()
116 public void setCatalog(StyleCatalog sc) { in setCatalog()
H A DParaStyle.java231 public ParaStyle(Node node, StyleCatalog sc) { in ParaStyle()
274 String attribs[], String values[], StyleCatalog sc) { in ParaStyle()
297 int attribs[], String values[], StyleCatalog lookup) { in ParaStyle()
H A DStyleCatalog.java47 public class StyleCatalog { class
57 public StyleCatalog(int initialEntries) { in StyleCatalog() method in StyleCatalog
H A DTextStyle.java83 public TextStyle(Node node, StyleCatalog sc) { in TextStyle()
152 int mask, int values, int fontSize, String fontName, StyleCatalog sc) { in TextStyle()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DColumnStyle.java32 import org.openoffice.xmerge.converter.xml.StyleCatalog;
53 public ColumnStyle(Node node, StyleCatalog sc) { in ColumnStyle()
104 public ColumnStyle(String name, String family, String parent,int colWidth, StyleCatalog sc) { in ColumnStyle()
H A DRowStyle.java32 import org.openoffice.xmerge.converter.xml.StyleCatalog;
53 public RowStyle(Node node, StyleCatalog sc) { in RowStyle()
104 public RowStyle(String name, String family, String parent,int rowHeight, StyleCatalog sc) { in RowStyle()
H A DCellStyle.java34 import org.openoffice.xmerge.converter.xml.StyleCatalog;
55 public CellStyle(Node node, StyleCatalog sc) { in CellStyle()
106 public CellStyle(String name, String family, String parent,Format fmt, StyleCatalog sc) { in CellStyle()
H A DSxcDocumentDeserializer.java43 import org.openoffice.xmerge.converter.xml.StyleCatalog;
80 private StyleCatalog styleCat = null;
170 styleCat = new StyleCatalog(5); in deserialize()
H A DSxcDocumentSerializer.java45 import org.openoffice.xmerge.converter.xml.StyleCatalog;
92 private StyleCatalog styleCat = null;
192 styleCat = new StyleCatalog(25); in loadStyles()
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DDocumentDeserializerImpl.java36 import org.openoffice.xmerge.converter.xml.StyleCatalog;
68 private StyleCatalog styleCat = null;
116 styleCat = new StyleCatalog(5); in deserialize()
H A DDocumentSerializerImpl.java40 import org.openoffice.xmerge.converter.xml.StyleCatalog;
62 private StyleCatalog styleCat = null;
130 styleCat = new StyleCatalog(25); in loadStyles()
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWseTextRun.java27 import org.openoffice.xmerge.converter.xml.StyleCatalog;
98 StyleCatalog sc;
110 public WseTextRun(String txt, TextStyle t, StyleCatalog sc, in WseTextRun()
H A DDocumentDeserializerImpl.java71 StyleCatalog styleCat = null;
72 StyleCatalog oldStyleCat = null;
311 styleCat = new StyleCatalog(50); in buildDocument()
312 oldStyleCat = new StyleCatalog(50); in buildDocument()
H A DWsePara.java69 private StyleCatalog sc = null;
78 public WsePara(ParaStyle p, StyleCatalog sc) { in WsePara()
H A DDocumentSerializerImpl.java72 private StyleCatalog styleCat = null;
140 styleCat = new StyleCatalog(25); in serialize()
/trunk/main/svx/inc/
H A Dgloblmn_tmpl.hrc51 Command = ".uno:StyleCatalog" ; \
/trunk/main/helpcontent2/helpers/
H A Duno-commands.csv1526 .uno:StyleCatalog
H A Dlongnames_commands.csv1703 SID_STYLE_CATALOG,.uno:StyleCatalog
H A Duno_hid.lst1698 SID_STYLE_CATALOG,5573,.uno:StyleCatalog
H A Dhelp_hid.lst5918 SID_STYLE_CATALOG,5573,.uno:StyleCatalog
/trunk/main/sfx2/sdi/
H A Dsfx.sdi6175 SfxVoidItem StyleCatalog SID_STYLE_CATALOG
/trunk/extras/l10n/source/sd/
H A Dlocalize.sdf5818 …ricCommands.xcu 0 value ..GenericCommands.UserInterface.Commands..uno:StyleCatalog Label 0 sd (…
/trunk/extras/l10n/source/as/
H A Dlocalize.sdf20766 …ricCommands.xcu 0 value ..GenericCommands.UserInterface.Commands..uno:StyleCatalog Label 0 as কে…
/trunk/extras/l10n/source/ml/
H A Dlocalize.sdf20063 …ricCommands.xcu 0 value ..GenericCommands.UserInterface.Commands..uno:StyleCatalog Label 0 ml കാ…
/trunk/extras/l10n/source/te/
H A Dlocalize.sdf23487 …ricCommands.xcu 0 value ..GenericCommands.UserInterface.Commands..uno:StyleCatalog Label 0 te జా…

Completed in 1280 milliseconds

123456