/aoo41x/main/qadevOOo/objdsc/sw/ |
H A D | com.sun.star.style.ParagraphStyle.csv | 1 "ParagraphStyle";"com::sun::star::style::ParagraphStyle";"ParaLeftMarginRelative" 2 "ParagraphStyle";"com::sun::star::style::ParagraphStyle";"ParaRightMarginRelative" 3 "ParagraphStyle";"com::sun::star::style::ParagraphStyle";"ParaTopMarginRelative" 4 "ParagraphStyle";"com::sun::star::style::ParagraphStyle";"ParaBottomMarginRelative" 5 "ParagraphStyle";"com::sun::star::style::ParagraphStyle";"Category" 6 "ParagraphStyle";"com::sun::star::style::ParagraphStyle";"CharDiffHeight" 7 "ParagraphStyle";"com::sun::star::style::ParagraphStyle";"CharPropHeight" 8 "ParagraphStyle";"com::sun::star::style::ParagraphStyle";"CharDiffHeightAsian" 9 "ParagraphStyle";"com::sun::star::style::ParagraphStyle";"CharPropHeightAsian" 10 "ParagraphStyle";"com::sun::star::style::ParagraphStyle";"CharDiffHeightComplex" [all …]
|
H A D | com.sun.star.style.ConditionalParagraphStyle.csv | 1 "ConditionalParagraphStyle";"com::sun::star::style::ParagraphStyle";"ParaLeftMarginRelative" 2 "ConditionalParagraphStyle";"com::sun::star::style::ParagraphStyle";"ParaRightMarginRelative" 3 "ConditionalParagraphStyle";"com::sun::star::style::ParagraphStyle";"ParaTopMarginRelative" 4 "ConditionalParagraphStyle";"com::sun::star::style::ParagraphStyle";"ParaBottomMarginRelative" 5 "ConditionalParagraphStyle";"com::sun::star::style::ParagraphStyle";"Category" 6 "ConditionalParagraphStyle";"com::sun::star::style::ParagraphStyle";"CharDiffHeight" 7 "ConditionalParagraphStyle";"com::sun::star::style::ParagraphStyle";"CharPropHeight" 8 "ConditionalParagraphStyle";"com::sun::star::style::ParagraphStyle";"CharDiffHeightAsian" 9 "ConditionalParagraphStyle";"com::sun::star::style::ParagraphStyle";"CharPropHeightAsian" 10 "ConditionalParagraphStyle";"com::sun::star::style::ParagraphStyle";"CharDiffHeightComplex" [all …]
|
/aoo41x/main/writerperfect/source/filter/ |
H A D | TextRunStyle.cxx | 41 ParagraphStyle::ParagraphStyle(WPXPropertyList *pPropList, const WPXPropertyListVector &xTabStops, … in ParagraphStyle() function in ParagraphStyle 48 ParagraphStyle::~ParagraphStyle() in ~ParagraphStyle() 53 void ParagraphStyle::write(DocumentHandler *pHandler) const in write()
|
H A D | TextRunStyle.hxx | 46 class ParagraphStyle class 49 …ParagraphStyle(WPXPropertyList *propList, const WPXPropertyListVector &tabStops, const WPXString &… 50 virtual ~ParagraphStyle();
|
H A D | DocumentCollector.cxx | 117 …for (std::map<WPXString, ParagraphStyle *, ltstr>::iterator iterTextStyle = mTextStyleHash.begin()… in filter() 278 …for (std::map<WPXString, ParagraphStyle *, ltstr>::iterator iterTextStyle = mTextStyleHash.begin()… in _writeTargetDocument() 471 ParagraphStyle *pStyle = NULL; in openParagraph() 486 pStyle = new ParagraphStyle(pPersistPropList, tabStops, sName); in openParagraph() 508 pStyle = new ParagraphStyle(pPersistPropList, tabStops, sName); in openParagraph() 706 ParagraphStyle *pStyle = NULL; in openListElement() 719 pStyle = new ParagraphStyle(pPersistPropList, tabStops, sName); in openListElement()
|
H A D | DocumentCollector.hxx | 53 class ParagraphStyle; 157 std::map<WPXString, ParagraphStyle *, ltstr> mTextStyleHash;
|
/aoo41x/main/sw/qa/unoapi/ |
H A D | knownissues.xcl | 58 sw.ParagraphStyle::com::sun::star::beans::XMultiPropertyStates 95 sw.ParagraphStyle::com::sun::star::style::ParagraphProperties 108 sw.ParagraphStyle::com::sun::star::beans::XMultiPropertySet 109 sw.ParagraphStyle::com::sun::star::beans::XPropertySet
|
H A D | sw.sce | 24 -o sw.ParagraphStyle
|
/aoo41x/main/offapi/com/sun/star/style/ |
H A D | makefile.mk | 61 ParagraphStyle.idl\
|
H A D | ParagraphStyle.idl | 47 published service ParagraphStyle
|
/aoo41x/main/qadevOOo/tests/java/mod/_sw/ |
H A D | ParagraphStyle.java | 53 public class ParagraphStyle extends TestCase { class
|
/aoo41x/test/testuno/source/fvt/uno/sd/paragraph/ |
H A D | ParagraphStyle.java | 59 public class ParagraphStyle { class
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8attributeoutput.hxx | 99 virtual void ParagraphStyle( sal_uInt16 nStyle );
|
H A D | attributeoutputbase.hxx | 213 virtual void ParagraphStyle( sal_uInt16 nStyle ) = 0;
|
H A D | rtfattributeoutput.hxx | 136 virtual void ParagraphStyle( sal_uInt16 nStyle );
|
H A D | docxattributeoutput.hxx | 137 virtual void ParagraphStyle( sal_uInt16 nStyle );
|
H A D | wrtw8nds.cxx | 2079 AttrOutput().ParagraphStyle( nStyle ); in OutputTextNode()
|
H A D | docxattributeoutput.cxx | 990 void DocxAttributeOutput::ParagraphStyle( sal_uInt16 nStyle ) in ParagraphStyle() function in DocxAttributeOutput
|
H A D | rtfattributeoutput.cxx | 740 void RtfAttributeOutput::ParagraphStyle( sal_uInt16 nStyle ) in ParagraphStyle() function in RtfAttributeOutput
|
H A D | ww8atr.cxx | 1064 void WW8AttributeOutput::ParagraphStyle( sal_uInt16 nStyle ) in ParagraphStyle() function in WW8AttributeOutput
|