Lines Matching refs:word

144     sal_Int32 nBreakType = word::WdBreakType::wdPageBreak;  in InsertBreak()
151 case word::WdBreakType::wdPageBreak: in InsertBreak()
154 case word::WdBreakType::wdColumnBreak: in InsertBreak()
157 case word::WdBreakType::wdLineBreak: in InsertBreak()
158 case word::WdBreakType::wdLineBreakClearLeft: in InsertBreak()
159 case word::WdBreakType::wdLineBreakClearRight: in InsertBreak()
160 case word::WdBreakType::wdSectionBreakContinuous: in InsertBreak()
161 case word::WdBreakType::wdSectionBreakEvenPage: in InsertBreak()
162 case word::WdBreakType::wdSectionBreakNextPage: in InsertBreak()
163 case word::WdBreakType::wdSectionBreakOddPage: in InsertBreak()
164 case word::WdBreakType::wdTextWrappingBreak: in InsertBreak()
188 uno::Reference< text::XTextViewCursor > xTextViewCursor = word::getXTextViewCursor( xModel ); in Select()
215 uno::Reference< word::XParagraphFormat > SAL_CALL
219 …return uno::Reference< word::XParagraphFormat >( new SwVbaParagraphFormat( this, mxContext, mxText… in getParagraphFormat()
223 SwVbaRange::setParagraphFormat( const uno::Reference< word::XParagraphFormat >& /*rParagraphFormat*… in setParagraphFormat()
228 uno::Reference< word::XStyle > SAL_CALL
249 return uno::Reference< word::XStyle >( new SwVbaStyle( this, mxContext, xStyleProps ) ); in getStyle()
253 SwVbaRange::setStyle( const uno::Reference< word::XStyle >& rStyle ) throw ( uno::RuntimeException ) in setStyle()
259 uno::Reference< word::XFont > SAL_CALL
289 …return uno::makeAny( uno::Reference< word::XPageSetup >( new SwVbaPageSetup( this, mxContext, xMod… in PageSetup()