/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/model/ |
H A D | OfficeStyles.java | 122 public void addStyle(final OfficeStyle style) in addStyle() 140 public void addPageStyle(final PageLayout style) in addPageStyle() 142 pageStyles.put(style.getStyleName(), style); in addPageStyle() local 150 public void addDataStyle(final DataStyle style) in addDataStyle() 152 dataStyles.put(style.getStyleName(), style); in addDataStyle() local
|
H A D | FontFaceDeclsSection.java | 51 public void addFontFace(final FontFaceElement style) in addFontFace() 53 fontFaces.put(style.getStyleName(), style); in addFontFace() local
|
/aoo41x/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/ |
H A D | ParagraphTextSegment.java | 56 public ParagraphTextSegment (String data, TextStyle style) { in ParagraphTextSegment() 85 public void setStyle (TextStyle style) { in setStyle()
|
H A D | PocketWordDocument.java | 311 public void addParagraph(ParaStyle style, boolean listElement) { in addParagraph() 335 public void addParagraphData(String data, TextStyle style) { in addParagraphData()
|
H A D | Paragraph.java | 106 public Paragraph (ParaStyle style) { in Paragraph() 422 public void addTextSegment(String text, TextStyle style) { in addTextSegment()
|
/aoo41x/main/qadevOOo/tests/java/ifc/style/ |
H A D | _Style.java | 43 String style = (String)tEnv.getObjRelation("FollowStyle"); in _FollowStyle() local
|
/aoo41x/main/vcl/source/gdi/ |
H A D | impimagetree.cxx | 115 bool ImplImageTree::checkStyle(rtl::OUString const & style) in checkStyle() 147 rtl::OUString const & name, rtl::OUString const & style, BitmapEx & bitmap, in loadImage() 205 void ImplImageTree::setStyle(rtl::OUString const & style) { in setStyle() 283 rtl::OUString const & style, bool &exists) in checkStyleCacheLookup()
|
/aoo41x/main/xmloff/inc/xmloff/ |
H A D | xmltabe.hxx | 32 namespace style { struct TabStop; } namespace
|
H A D | xmlnume.hxx | 34 namespace style { class XStyle; } namespace
|
H A D | styleexp.hxx | 38 namespace style namespace
|
H A D | XMLTextMasterPageContext.hxx | 35 namespace style { class XStyle; } namespace
|
H A D | XMLPageExport.hxx | 39 namespace style { class XStyle; } namespace
|
/aoo41x/main/sw/source/filter/xml/ |
H A D | xmltexte.hxx | 34 namespace com { namespace sun { namespace star { namespace style { namespace
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/ |
H A D | StylesWriter.java | 219 final OfficeStyle style = allStyles[i]; in writeStyles() local 226 final DataStyle style = allDataStyles[i]; in writeStyles() local 233 final PageLayout style = allPageStyles[i]; in writeStyles() local
|
H A D | StyleUtilities.java | 199 private static void performFontFaceProcessing(final OfficeStyle style, in performFontFaceProcessing() 255 private static void performDataStyleProcessing(final OfficeStyle style, in performDataStyleProcessing() 277 private static Section performDataStyleProcessing(final Section style, in performDataStyleProcessing() 589 final OfficeStyle style = predefCollection.getStyle(styleFamily, styleName); in queryStyle() local
|
/aoo41x/main/chart2/source/model/inc/ |
H A D | DataSeries.hxx | 52 namespace com { namespace sun { namespace star { namespace style { namespace
|
/aoo41x/main/wizards/com/sun/star/wizards/web/ |
H A D | StylePreview.java | 93 public void refresh(CGStyle style, String background) throws Exception in refresh()
|
/aoo41x/main/wizards/com/sun/star/wizards/web/data/ |
H A D | CGSession.java | 43 public CGStyle style; // !!! field in CGSession
|
H A D | CGDesign.java | 62 CGStyle style = ((CGStyle) ((CGSettings) root).cp_Styles.getElement(cp_Style)); in getStyle() local
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/ |
H A D | TextRawReportTarget.java | 413 final OfficeStyle style = new OfficeStyle(); in generateSectionStyle() local 632 OfficeStyle style = null; in startOther() local 859 …final OfficeStyle style = deriveStyle(OfficeToken.PARAGRAPH, TextRawReportTarget.VARIABLES_HIDDEN_… in startTable() local 881 …final OfficeStyle style = deriveStyle(OfficeToken.PARAGRAPH, TextRawReportTarget.VARIABLES_HIDDEN_… in startTable() local 913 final OfficeStyle style = deriveStyle("table", styleName); in startTable() local 991 final OfficeStyle style = deriveStyle(OfficeToken.TABLE, styleName); in startTable() local
|
/aoo41x/main/sw/source/core/access/ |
H A D | accpara.hxx | 58 namespace style { struct TabStop; } namespace
|
/aoo41x/main/vbahelper/source/vbahelper/ |
H A D | vbafillformat.cxx | 136 ScVbaFillFormat::TwoColorGradient( sal_Int32 style, sal_Int32 /*variant*/ ) throw (uno::RuntimeExce… in TwoColorGradient() argument
|
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/ |
H A D | Style.java | 219 public boolean isSubset(Style style) { in isSubset()
|
/aoo41x/main/oox/inc/oox/xls/ |
H A D | workbookhelper.hxx | 40 namespace style { class XStyle; } namespace
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/ |
H A D | FormattedTextLayoutController.java | 204 … final OfficeStyle style = document.getStylesCollection().getStyle("table-cell", cellStyleName); in computeValueStyle() local
|