/dports/graphics/libetonyek01/libetonyek-0.1.10/src/lib/ |
H A D | IWORKTextRecorder.cpp | 163 struct InsertBreak struct 165 explicit InsertBreak(IWORKBreakType type) in InsertBreak() argument 191 , InsertBreak 297 void operator()(const InsertBreak &value) const in operator ()() 440 m_impl->m_elements.push_back(InsertBreak(IWORK_BREAK_COLUMN)); in insertColumnBreak() 445 m_impl->m_elements.push_back(InsertBreak(IWORK_BREAK_LINE)); in insertLineBreak() 450 m_impl->m_elements.push_back(InsertBreak(IWORK_BREAK_PAGE)); in insertPageBreak()
|
/dports/devel/jna/jna-5.7.0/contrib/msoffice/src/com/sun/jna/platform/win32/COM/util/office/word/ |
H A D | Range.java | 113 void InsertBreak(Object Type); in InsertBreak() method
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/oovbaapi/ooo/vba/word/ |
H A D | XRange.idl | 49 void InsertBreak( [in] any Type ) raises (com::sun::star::script::BasicErrorException);
|
H A D | XSelection.idl | 66 void InsertBreak( [in] any Type );
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oovbaapi/ooo/vba/word/ |
H A D | XRange.idl | 49 void InsertBreak( [in] any Type ) raises (com::sun::star::script::BasicErrorException);
|
H A D | XSelection.idl | 66 void InsertBreak( [in] any Type );
|
/dports/textproc/py-python-docx/python-docx-0.8.11/docs/dev/analysis/features/text/ |
H A D | breaks.rst | 257 * `Range.InsertBreak Method (Word) on MSDN`_ 262 .. _Range.InsertBreak Method (Word) on MSDN:
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/vba/ |
H A D | vbarange.hxx | 73 virtual void SAL_CALL InsertBreak(const css::uno::Any& _breakType) override;
|
H A D | vbaselection.hxx | 91 virtual void SAL_CALL InsertBreak( const css::uno::Any& _breakType ) override;
|
H A D | vbaselection.cxx | 762 void SAL_CALL SwVbaSelection::InsertBreak( const uno::Any& _breakType ) in InsertBreak() function in SwVbaSelection 764 getRange()->InsertBreak( _breakType ); in InsertBreak()
|
H A D | vbarange.cxx | 169 void SAL_CALL SwVbaRange::InsertBreak(const uno::Any& _breakType) in InsertBreak() function in SwVbaRange
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/vba/ |
H A D | vbarange.hxx | 73 virtual void SAL_CALL InsertBreak(const css::uno::Any& _breakType) override;
|
H A D | vbaselection.hxx | 91 virtual void SAL_CALL InsertBreak( const css::uno::Any& _breakType ) override;
|
H A D | vbaselection.cxx | 767 void SAL_CALL SwVbaSelection::InsertBreak( const uno::Any& _breakType ) in InsertBreak() function in SwVbaSelection 769 getRange()->InsertBreak( _breakType ); in InsertBreak()
|
H A D | vbarange.cxx | 175 void SAL_CALL SwVbaRange::InsertBreak(const uno::Any& _breakType) in InsertBreak() function in SwVbaRange
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/inc/uielement/ |
H A D | toolbarmanager.hxx | 78 virtual void InsertBreak() = 0;
|
/dports/devel/jna/jna-5.7.0/contrib/msoffice/src/com/sun/jna/platform/win32/COM/util/office/ |
H A D | Wordautomation_KB_313193_Mod.java | 159 wrdRng.InsertBreak(WdBreakType.wdPageBreak); in main()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/editor/libeditor/ |
H A D | WSRunObject.h | 218 already_AddRefed<dom::Element> InsertBreak(nsCOMPtr<nsINode>* aInOutParent,
|
/dports/lang/spidermonkey60/firefox-60.9.0/editor/libeditor/ |
H A D | WSRunObject.h | 209 already_AddRefed<dom::Element> InsertBreak(
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/sidebar/ |
H A D | CellBorderStyleControl.cxx | 70 maTBBorder2->InsertBreak(4); in Initialize()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/uielement/ |
H A D | toolbarmanager.cxx | 259 virtual void InsertBreak() override in InsertBreak() function in framework::__anon146f9fb00111::VclToolBarManager 261 m_pToolBar->InsertBreak(); in InsertBreak() 472 virtual void InsertBreak() override {} in InsertBreak() function in framework::__anon146f9fb00111::WeldToolBarManager 1462 m_pImpl->InsertBreak(); in FillToolbar()
|
/dports/lang/spidermonkey78/firefox-78.9.0/editor/libeditor/ |
H A D | WSRunObject.h | 744 MOZ_CAN_RUN_SCRIPT already_AddRefed<dom::Element> InsertBreak(
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/shells/ |
H A D | textsh1.cxx | 331 void InsertBreak(SwWrtShell& rWrtSh, in InsertBreak() function 641 InsertBreak(rWrtSh, nKind, oPageNumber, aTemplateName); in Execute() 658 InsertBreak(rWrtSh, nKind, oPageNumber, aTemplateName); in Execute()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/ |
H A D | toolbox.hxx | 330 void InsertBreak( ImplToolItems::size_type nPos = APPEND );
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/ |
H A D | toolbox.hxx | 322 void InsertBreak( ImplToolItems::size_type nPos = APPEND );
|