Home
last modified time | relevance | path

Searched defs:style (Results 1 – 25 of 48) sorted by relevance

12

/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/model/
H A DOfficeStyles.java122 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 DFontFaceDeclsSection.java51 public void addFontFace(final FontFaceElement style) in addFontFace()
53 fontFaces.put(style.getStyleName(), style); in addFontFace() local
/aoo42x/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DParagraphTextSegment.java56 public ParagraphTextSegment (String data, TextStyle style) { in ParagraphTextSegment()
85 public void setStyle (TextStyle style) { in setStyle()
H A DPocketWordDocument.java311 public void addParagraph(ParaStyle style, boolean listElement) { in addParagraph()
335 public void addParagraphData(String data, TextStyle style) { in addParagraphData()
H A DParagraph.java106 public Paragraph (ParaStyle style) { in Paragraph()
422 public void addTextSegment(String text, TextStyle style) { in addTextSegment()
/aoo42x/main/qadevOOo/tests/java/ifc/style/
H A D_Style.java43 String style = (String)tEnv.getObjRelation("FollowStyle"); in _FollowStyle() local
/aoo42x/main/vcl/source/gdi/
H A Dimpimagetree.cxx115 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()
/aoo42x/main/xmloff/inc/xmloff/
H A Dxmltabe.hxx32 namespace style { struct TabStop; } namespace
H A Dxmlnume.hxx34 namespace style { class XStyle; } namespace
H A DXMLTextMasterPageContext.hxx35 namespace style { class XStyle; } namespace
H A Dstyleexp.hxx38 namespace style namespace
H A DXMLPageExport.hxx39 namespace style { class XStyle; } namespace
/aoo42x/main/sw/source/filter/xml/
H A Dxmltexte.hxx34 namespace com { namespace sun { namespace star { namespace style { namespace
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DStylesWriter.java219 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 DStyleUtilities.java199 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
/aoo42x/main/chart2/source/model/inc/
H A DDataSeries.hxx52 namespace com { namespace sun { namespace star { namespace style { namespace
/aoo42x/main/wizards/com/sun/star/wizards/web/
H A DStylePreview.java93 public void refresh(CGStyle style, String background) throws Exception in refresh()
/aoo42x/main/wizards/com/sun/star/wizards/web/data/
H A DCGSession.java43 public CGStyle style; // !!! field in CGSession
H A DCGDesign.java62 CGStyle style = ((CGStyle) ((CGSettings) root).cp_Styles.getElement(cp_Style)); in getStyle() local
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DTextRawReportTarget.java413 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
/aoo42x/main/sw/source/core/access/
H A Daccpara.hxx58 namespace style { struct TabStop; } namespace
/aoo42x/main/vbahelper/source/vbahelper/
H A Dvbafillformat.cxx136 ScVbaFillFormat::TwoColorGradient( sal_Int32 style, sal_Int32 /*variant*/ ) throw (uno::RuntimeExce… in TwoColorGradient() argument
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DStyle.java219 public boolean isSubset(Style style) { in isSubset()
/aoo42x/main/oox/inc/oox/xls/
H A Dworkbookhelper.hxx40 namespace style { class XStyle; } namespace
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DFormattedTextLayoutController.java204 … final OfficeStyle style = document.getStylesCollection().getStyle("table-cell", cellStyleName); in computeValueStyle() local

Completed in 76 milliseconds

12