Home
last modified time | relevance | path

Searched refs:BreakType (Results 1 – 25 of 58) sorted by relevance

123

/trunk/test/testuno/source/fvt/uno/sw/paragraph/
H A DParagraphInsertBreak.java63 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_BEFORE); in InsertPage_BeforeBreak_NoSplit_KeepTogether()
115 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_BEFORE); in InsertPage_BeforeBreak_Orphan_WindowControl()
167 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_AFTER); in InsertPage_AfterBreak()
305 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_BEFORE); in InsertPage_Endnote_BeforeBreak()
357 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_BEFORE); in InsertPage_Envelop_BeforeBreak()
409 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_BEFORE); in InsertPage_Firstpage_BeforeBreak()
460 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_BEFORE); in InsertPage_Footnote_BeforeBreak()
511 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_BEFORE); in InsertPage_HTML_BeforeBreak()
562 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_BEFORE); in InsertPage_Index_BeforeBreak()
613 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_BEFORE); in InsertPage_Landscape_BeforeBreak()
[all …]
/trunk/test/testuno/source/fvt/uno/sw/table/
H A DTableInsertBreak.java71 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_BEFORE); in InsertPage_BeforeBreak_Split_KeepTogether()
133 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_AFTER); in InsertPage_AfterBreak()
298 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_BEFORE); in InsertPage_Endnote_BeforeBreak()
359 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_BEFORE); in InsertPage_Envelop_BeforeBreak()
420 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_BEFORE); in InsertPage_Firstpage_BeforeBreak()
480 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_BEFORE); in InsertPage_Footnote_BeforeBreak()
540 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_BEFORE); in InsertPage_HTML_BeforeBreak()
600 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_BEFORE); in InsertPage_Index_BeforeBreak()
660 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_BEFORE); in InsertPage_Landscape_BeforeBreak()
720 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_BEFORE); in InsertPage_LeftPage_BeforeBreak()
[all …]
/trunk/main/offapi/com/sun/star/style/
H A DBreakType.idl33 // DocMerge from xml: enum com::sun::star::style::BreakType
37 published enum BreakType
41 // DocMerge from xml: value com::sun::star::style::BreakType::NONE
48 // DocMerge from xml: value com::sun::star::style::BreakType::COLUMN_BEFORE
60 // DocMerge from xml: value com::sun::star::style::BreakType::COLUMN_AFTER
72 // DocMerge from xml: value com::sun::star::style::BreakType::COLUMN_BOTH
84 // DocMerge from xml: value com::sun::star::style::BreakType::PAGE_BEFORE
96 // DocMerge from xml: value com::sun::star::style::BreakType::PAGE_AFTER
108 // DocMerge from xml: value com::sun::star::style::BreakType::PAGE_BOTH
H A DParagraphProperties.idl60 #include <com/sun/star/style/BreakType.idl>
365 @see com::sun::star::style::BreakType
367 [optional, property] com::sun::star::style::BreakType BreakType;
/trunk/main/xmloff/source/style/
H A Dbreakhdl.cxx65 style::BreakType eBreak; in importXML()
86 style::BreakType eBreak; in exportXML()
94 eBreak = (style::BreakType) nValue; in exportXML()
136 style::BreakType eBreak; in importXML()
157 style::BreakType eBreak; in exportXML()
165 eBreak = (style::BreakType) nValue; in exportXML()
/trunk/main/wizards/com/sun/star/wizards/text/
H A DTextTableHandler.java31 import com.sun.star.style.BreakType;
217 public static BreakType resetBreakTypeofTextTable(Object oTextTable) in resetBreakTypeofTextTable()
219 BreakType CorrBreakValue = null; in resetBreakTypeofTextTable()
220BreakType BreakValue = (BreakType) com.sun.star.wizards.common.Helper.getUnoStructValue(oTextTable… in resetBreakTypeofTextTable()
223 Helper.setUnoPropertyValue(oTextTable, "BreakType", BreakType.NONE); in resetBreakTypeofTextTable()
225 return BreakType.NONE; in resetBreakTypeofTextTable()
/trunk/main/i18npool/source/breakiterator/
H A Dbreakiterator_unicode.cxx364 lbr.breakType = BreakType::WORDBOUNDARY; in getLineBreak()
374 lbr.breakType = BreakType::WORDBOUNDARY; in getLineBreak()
388 lbr.breakType = BreakType::HYPHENATION; in getLineBreak()
391 lbr.breakType = BreakType::WORDBOUNDARY;; in getLineBreak()
395 lbr.breakType = BreakType::WORDBOUNDARY; in getLineBreak()
400 if (lbr.breakType == BreakType::WORDBOUNDARY) { in getLineBreak()
H A Dbreakiterator_cjk.cxx118 lbr.breakType = BreakType::WORDBOUNDARY; in getLineBreak()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DValueChanger.java692 if (oldValue instanceof com.sun.star.style.BreakType){ in changePValue()
693 com.sun.star.style.BreakType BT1 = com.sun.star.style.BreakType.COLUMN_AFTER; in changePValue()
694 com.sun.star.style.BreakType BT2 = com.sun.star.style.BreakType.COLUMN_BEFORE; in changePValue()
695 com.sun.star.style.BreakType BT3 = com.sun.star.style.BreakType.COLUMN_BOTH; in changePValue()
696 com.sun.star.style.BreakType BT4 = com.sun.star.style.BreakType.PAGE_AFTER; in changePValue()
697 com.sun.star.style.BreakType BT5 = com.sun.star.style.BreakType.PAGE_BEFORE; in changePValue()
698 com.sun.star.style.BreakType BT6 = com.sun.star.style.BreakType.PAGE_BOTH; in changePValue()
699 com.sun.star.style.BreakType BT7 = com.sun.star.style.BreakType.NONE; in changePValue()
/trunk/main/offapi/com/sun/star/text/
H A DTextTable.idl53 #include <com/sun/star/style/BreakType.idl>
138 … type of break that is applied at the beginning of the table. @see com::sun::star::style::BreakType
140 [property] com::sun::star::style::BreakType BreakType;
/trunk/test/testuno/source/testlib/uno/
H A DSWUtil.java38 import com.sun.star.style.BreakType;
167 xCursorProps.setPropertyValue("BreakType", BreakType.COLUMN_AFTER); in insertColumnBreak()
181 xCursorProps.setPropertyValue("BreakType", BreakType.PAGE_AFTER); in insertPageBreak()
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.hxx117 enum BreakType enum
423 void deferBreak( BreakType deferredBreakType );
424 bool isBreakDeferred( BreakType deferredBreakType );
/trunk/test/testuno/source/fvt/uno/sw/breaks/
H A DCheckBreaks.java43 import com.sun.star.style.BreakType;
200 xCursorProps.setPropertyValue("BreakType", BreakType.PAGE_AFTER); in insertNewPage()
/trunk/main/sw/source/ui/vba/
H A Dvbaparagraphformat.cxx206 style::BreakType aBreakType; in getPageBreakBefore()
217 style::BreakType aBreakType; in setPageBreakBefore()
/trunk/main/offapi/com/sun/star/i18n/
H A DBreakType.idl37 published constants BreakType
H A DLineBreakResults.idl40 /// Type of line break, see <type>BreakType</type>.
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/svx/
H A Dcom.sun.star.comp.office.SvxUnoTextContent.csv61 "SvxUnoTextContent";"com::sun::star::style::ParagraphProperties#optional";"BreakType#optional"
100 "SvxUnoTextContent";"com::sun::star::text::TextTable#optional";"BreakType"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sw/
H A Dcom.sun.star.comp.office.SwXParagraph.csv61 "SwXParagraph";"com::sun::star::style::ParagraphProperties#optional";"BreakType#optional"
100 "SwXParagraph";"com::sun::star::text::TextTable#optional";"BreakType"
H A Dcom.sun.star.comp.office.SwXTextTable.csv21 "SwXTextTable";"com::sun::star::text::TextTable";"BreakType"
H A Dcom.sun.star.style.ConditionalParagraphStyle.csv53 "ConditionalParagraphStyle";"com::sun::star::style::ParagraphProperties";"BreakType#optional"
/trunk/main/comphelper/source/property/
H A DTypeGeneration.cxx173 case CPPUTYPE_BREAK: pType = &::getCppuType( (style::BreakType*)0 ); break; in GenerateCppuType()
/trunk/main/sal/systools/win32/uwinapi/
H A Dwin95sys.h129 DWORD BreakType; // 28h member
/trunk/main/odk/examples/java/Text/
H A DStyleCreation.java101 com.sun.star.style.BreakType.PAGE_AFTER ); in main()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwAccessiblePageView.java139 paraP.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_AFTER); in createTestEnvironment()
/trunk/main/scripting/java/org/openoffice/netbeans/editor/
H A DOOo.jcb7 …ADERintNONE_valueintPAGE_AFTERcom.sun.star.style.BreakTypegetDefaultcom.sun.star.style.BreakT…

Completed in 130 milliseconds

123